var/cache/dev/ContainerZrlD74Z/KernelDevDebugContainer.php line 23233

Open in your IDE?
  1. <?php
  2. namespace ContainerZrlD74Z;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13. */
  14. class KernelDevDebugContainer extends Container
  15. {
  16. protected $containerDir;
  17. protected $targetDir;
  18. protected $parameters = [];
  19. private $buildParameters;
  20. protected $getService;
  21. public function __construct(array $buildParameters = [], $containerDir = __DIR__)
  22. {
  23. $this->getService = \Closure::fromCallable([$this, 'getService']);
  24. $this->buildParameters = $buildParameters;
  25. $this->containerDir = $containerDir;
  26. $this->targetDir = \dirname($containerDir);
  27. $this->parameters = $this->getDefaultParameters();
  28. $this->services = $this->privates = [];
  29. $this->syntheticIds = [
  30. 'kernel' => true,
  31. ];
  32. $this->methodMap = [
  33. '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34. '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35. '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36. '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37. '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38. '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39. '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40. '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41. '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42. '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43. '.container.private.session' => 'get_Container_Private_SessionService',
  44. '.container.private.twig' => 'get_Container_Private_TwigService',
  45. '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46. 'AdminBundle\\Controller\\BugReportsController' => 'getBugReportsControllerService',
  47. 'AdminBundle\\Controller\\ContentController' => 'getContentControllerService',
  48. 'AdminBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
  49. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController' => 'getAudioReferenceCrudControllerService',
  50. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController' => 'getAuthorCrudControllerService',
  51. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController' => 'getBugReportCrudControllerService',
  52. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController' => 'getCategoryCrudControllerService',
  53. 'AdminBundle\\Controller\\EasyAdmin\\ContentOverviewController' => 'getContentOverviewControllerService',
  54. 'AdminBundle\\Controller\\EasyAdmin\\DashboardController' => 'getDashboardControllerService',
  55. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController' => 'getEditorCrudControllerService',
  56. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController' => 'getImageReferenceCrudControllerService',
  57. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController' => 'getInfoCrudControllerService',
  58. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController' => 'getInvitationCrudControllerService',
  59. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController' => 'getProblemCrudControllerService',
  60. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController' => 'getProblemFromQuizCrudControllerService',
  61. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController' => 'getProblemFromTemplateCrudControllerService',
  62. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController' => 'getProductQuizCrudControllerService',
  63. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController' => 'getPublicationCrudControllerService',
  64. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController' => 'getPublicationFromPublisherCrudControllerService',
  65. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController' => 'getPublisherCrudControllerService',
  66. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController' => 'getQuizCrudControllerService',
  67. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController' => 'getQuizFromPublicationCrudControllerService',
  68. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController' => 'getQuizTypeCrudControllerService',
  69. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController' => 'getSelfStudyExamQuizCrudControllerService',
  70. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController' => 'getTagCrudControllerService',
  71. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController' => 'getTemplateCrudControllerService',
  72. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController' => 'getTemplateFromTopicCrudControllerService',
  73. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController' => 'getTemplateSetCrudControllerService',
  74. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController' => 'getTopicCrudControllerService',
  75. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController' => 'getTopicFromCategoryCrudControllerService',
  76. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController' => 'getUserCrudControllerService',
  77. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController' => 'getWorksheetCrudControllerService',
  78. 'AdminBundle\\Controller\\InstitutionController' => 'getInstitutionControllerService',
  79. 'AdminBundle\\Controller\\MathproblemController' => 'getMathproblemControllerService',
  80. 'AdminBundle\\Controller\\ProblemController' => 'getProblemControllerService',
  81. 'AdminBundle\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  82. 'AdminBundle\\Controller\\TagController' => 'getTagControllerService',
  83. 'AdminBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  84. 'AdminBundle\\Controller\\TopicController' => 'getTopicControllerService',
  85. 'AdminBundle\\Controller\\UserController' => 'getUserControllerService',
  86. 'CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand' => 'getAbacusCopyAnonymizedProdDataToTestServerCommandService',
  87. 'CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand' => 'getAbacusDispatchEventsToClickstreamCommandService',
  88. 'CoreBundle\\Command\\AbacusFetchSiteCommand' => 'getAbacusFetchSiteCommandService',
  89. 'CoreBundle\\Command\\AbacusLoadTestDataCommand' => 'getAbacusLoadTestDataCommandService',
  90. 'CoreBundle\\Command\\AbacusLocateInlineImagesCommand' => 'getAbacusLocateInlineImagesCommandService',
  91. 'CoreBundle\\Command\\AbacusLocateMissingFilesCommand' => 'getAbacusLocateMissingFilesCommandService',
  92. 'CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand' => 'getAbacusMigrateTextbookElementImagesToReferencesCommandService',
  93. 'CoreBundle\\Command\\AbacusProblemdndMigrateCommand' => 'getAbacusProblemdndMigrateCommandService',
  94. 'CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand' => 'getAbacusRearrangeMathProblemsCommandService',
  95. 'CoreBundle\\Command\\AbacusValidateAllMathproblemsCommand' => 'getAbacusValidateAllMathproblemsCommandService',
  96. 'CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand' => 'getAbacusValidateExistingMathproblemsCommandService',
  97. 'CoreBundle\\Command\\DeleteOldLogEventsCommand' => 'getDeleteOldLogEventsCommandService',
  98. 'CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand' => 'getDispatchMigrateFilesToReferencesCommandService',
  99. 'CoreBundle\\Command\\FulfilDeletionRequestsCommand' => 'getFulfilDeletionRequestsCommandService',
  100. 'CoreBundle\\Command\\MigrateWordOptionsCommand' => 'getMigrateWordOptionsCommandService',
  101. 'CoreBundle\\Command\\RemoveEndToEndTestDataCommand' => 'getRemoveEndToEndTestDataCommandService',
  102. 'CoreBundle\\Command\\RemoveStudentFromClassroomsCommand' => 'getRemoveStudentFromClassroomsCommandService',
  103. 'CoreBundle\\Command\\RetentionCleanupCommand' => 'getRetentionCleanupCommandService',
  104. 'CoreBundle\\Command\\SetupEndToEndTestDataCommand' => 'getSetupEndToEndTestDataCommandService',
  105. 'CoreBundle\\Command\\UpdateSystimeUsersCommand' => 'getUpdateSystimeUsersCommandService',
  106. 'CoreBundle\\Controller\\API\\PollyController' => 'getPollyControllerService',
  107. 'CoreBundle\\Controller\\API\\ProblemController' => 'getProblemController2Service',
  108. 'CoreBundle\\Controller\\API\\SharedQuizController' => 'getSharedQuizControllerService',
  109. 'CoreBundle\\Controller\\API\\VideoController' => 'getVideoControllerService',
  110. 'CoreBundle\\Controller\\BugReportController' => 'getBugReportControllerService',
  111. 'CoreBundle\\Controller\\DataController' => 'getDataControllerService',
  112. 'CoreBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
  113. 'CoreBundle\\Controller\\EventLoggerController' => 'getEventLoggerControllerService',
  114. 'CoreBundle\\Controller\\KombiMatController' => 'getKombiMatControllerService',
  115. 'CoreBundle\\Controller\\MathProblemController' => 'getMathProblemController2Service',
  116. 'CoreBundle\\Controller\\ResultsController' => 'getResultsControllerService',
  117. 'CoreBundle\\Controller\\TestController' => 'getTestControllerService',
  118. 'CoreBundle\\Controller\\TextbookController' => 'getTextbookControllerService',
  119. 'CoreBundle\\Helpers\\InternalSyntaxHelper' => 'getInternalSyntaxHelperService',
  120. 'CoreBundle\\Helpers\\TokenizeHelper' => 'getTokenizeHelperService',
  121. 'CoreBundle\\Helpers\\ValidationHelper' => 'getValidationHelperService',
  122. 'CoreBundle\\Service\\API\\AdaptiveActivityResultsService' => 'getAdaptiveActivityResultsServiceService',
  123. 'CoreBundle\\Service\\API\\AnswerService' => 'getAnswerServiceService',
  124. 'CoreBundle\\Service\\API\\CrammingActivityResultsService' => 'getCrammingActivityResultsServiceService',
  125. 'CoreBundle\\Service\\API\\DictateActivityResultsService' => 'getDictateActivityResultsServiceService',
  126. 'CoreBundle\\Service\\API\\ExtractQuestionAnswers' => 'getExtractQuestionAnswersService',
  127. 'CoreBundle\\Service\\API\\HomeworkActivityResultsService' => 'getHomeworkActivityResultsServiceService',
  128. 'CoreBundle\\Service\\API\\ProblemService' => 'getProblemServiceService',
  129. 'CoreBundle\\Service\\API\\QuizActivityResultsService' => 'getQuizActivityResultsServiceService',
  130. 'CoreBundle\\Service\\API\\ReadingTestResultsService' => 'getReadingTestResultsServiceService',
  131. 'CoreBundle\\Service\\API\\SharedQuizService' => 'getSharedQuizServiceService',
  132. 'CoreBundle\\Service\\API\\TrainingActivityResultsService' => 'getTrainingActivityResultsServiceService',
  133. 'CoreBundle\\Service\\ActivityFolderService' => 'getActivityFolderServiceService',
  134. 'CoreBundle\\Service\\ActivityResolverService' => 'getActivityResolverServiceService',
  135. 'CoreBundle\\Service\\ActivityTypeMappingService' => 'getActivityTypeMappingServiceService',
  136. 'CoreBundle\\Service\\DataService' => 'getDataServiceService',
  137. 'CoreBundle\\Service\\MathProblemService' => 'getMathProblemServiceService',
  138. 'CoreBundle\\Service\\PartialInputDataService' => 'getPartialInputDataServiceService',
  139. 'CoreBundle\\Service\\QuizCorrectPercentageService' => 'getQuizCorrectPercentageServiceService',
  140. 'CoreBundle\\Service\\QuizUnitService' => 'getQuizUnitServiceService',
  141. 'CoreBundle\\Service\\ScoreService' => 'getScoreServiceService',
  142. 'CoreBundle\\Service\\TestDataService' => 'getTestDataServiceService',
  143. 'CoreBundle\\Service\\TextbookService' => 'getTextbookServiceService',
  144. 'CoreBundle\\Service\\TrainingSessionService' => 'getTrainingSessionServiceService',
  145. 'CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver' => 'getPeerSessionTimeStatusResolverService',
  146. 'CoreBundle\\Session\\SessionPlayer' => 'getSessionPlayerService',
  147. 'CoreBundle\\Transformer\\ActivityFolderTransformer' => 'getActivityFolderTransformerService',
  148. 'CoreBundle\\Util\\Aws\\AwsPollyUtil' => 'getAwsPollyUtilService',
  149. 'CoreBundle\\Validators\\QuizUnitValidator' => 'getQuizUnitValidatorService',
  150. 'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  151. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  152. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  153. 'StudentBundle\\Controller\\API\\ActivityMetadataController' => 'getActivityMetadataControllerService',
  154. 'StudentBundle\\Controller\\API\\CrammingActivityResultsController' => 'getCrammingActivityResultsControllerService',
  155. 'StudentBundle\\Controller\\API\\DictateActivityResultsController' => 'getDictateActivityResultsControllerService',
  156. 'StudentBundle\\Controller\\API\\GamificationProfileController' => 'getGamificationProfileControllerService',
  157. 'StudentBundle\\Controller\\API\\HistoryController' => 'getHistoryControllerService',
  158. 'StudentBundle\\Controller\\API\\HomeworkActivityResultsController' => 'getHomeworkActivityResultsControllerService',
  159. 'StudentBundle\\Controller\\API\\PeerActivityResultsController' => 'getPeerActivityResultsControllerService',
  160. 'StudentBundle\\Controller\\API\\ProblemController' => 'getProblemController3Service',
  161. 'StudentBundle\\Controller\\API\\QuizActivityController' => 'getQuizActivityControllerService',
  162. 'StudentBundle\\Controller\\API\\QuizActivityResultsController' => 'getQuizActivityResultsControllerService',
  163. 'StudentBundle\\Controller\\API\\ReadingTestResultsController' => 'getReadingTestResultsControllerService',
  164. 'StudentBundle\\Controller\\API\\TrainingActivityResultsController' => 'getTrainingActivityResultsControllerService',
  165. 'StudentBundle\\Controller\\ClassroomsController' => 'getClassroomsControllerService',
  166. 'StudentBundle\\Controller\\CrammingActivityController' => 'getCrammingActivityControllerService',
  167. 'StudentBundle\\Controller\\DashboardController' => 'getDashboardController2Service',
  168. 'StudentBundle\\Controller\\DefaultController' => 'getDefaultController3Service',
  169. 'StudentBundle\\Controller\\DictateController' => 'getDictateControllerService',
  170. 'StudentBundle\\Controller\\HistoryController' => 'getHistoryController2Service',
  171. 'StudentBundle\\Controller\\HomeworkController' => 'getHomeworkControllerService',
  172. 'StudentBundle\\Controller\\KvikDansk\\SelfStudyController' => 'getSelfStudyControllerService',
  173. 'StudentBundle\\Controller\\KvikMat\\SelfStudyController' => 'getSelfStudyController2Service',
  174. 'StudentBundle\\Controller\\PeerSessionController' => 'getPeerSessionControllerService',
  175. 'StudentBundle\\Controller\\PerformanceController' => 'getPerformanceControllerService',
  176. 'StudentBundle\\Controller\\PretestController' => 'getPretestControllerService',
  177. 'StudentBundle\\Controller\\QuizSessionController' => 'getQuizSessionControllerService',
  178. 'StudentBundle\\Controller\\ReadingTestController' => 'getReadingTestControllerService',
  179. 'StudentBundle\\Controller\\ResultsController' => 'getResultsController2Service',
  180. 'StudentBundle\\Controller\\SelfStudyController' => 'getSelfStudyController3Service',
  181. 'StudentBundle\\Controller\\StatisticsController' => 'getStatisticsControllerService',
  182. 'StudentBundle\\Controller\\TextbookController' => 'getTextbookController2Service',
  183. 'StudentBundle\\Controller\\TrainingController' => 'getTrainingControllerService',
  184. 'StudentBundle\\Controller\\WorksheetSessionController' => 'getWorksheetSessionControllerService',
  185. 'StudentBundle\\Service\\API\\ActivityMetadataService' => 'getActivityMetadataServiceService',
  186. 'StudentBundle\\Service\\API\\AssignSymbolProblemService' => 'getAssignSymbolProblemServiceService',
  187. 'StudentBundle\\Service\\API\\CrammingActivityResultsService' => 'getCrammingActivityResultsService2Service',
  188. 'StudentBundle\\Service\\API\\DictateActivityResultsService' => 'getDictateActivityResultsService2Service',
  189. 'StudentBundle\\Service\\API\\HistoryService' => 'getHistoryServiceService',
  190. 'StudentBundle\\Service\\API\\HomeworkActivityResultsService' => 'getHomeworkActivityResultsService2Service',
  191. 'StudentBundle\\Service\\API\\PeerActivityResultsService' => 'getPeerActivityResultsServiceService',
  192. 'StudentBundle\\Service\\API\\ProblemService' => 'getProblemService2Service',
  193. 'StudentBundle\\Service\\API\\QuizActivityResultsService' => 'getQuizActivityResultsService2Service',
  194. 'StudentBundle\\Service\\API\\QuizActivityService' => 'getQuizActivityServiceService',
  195. 'StudentBundle\\Service\\API\\ReadingTestResultsService' => 'getReadingTestResultsService2Service',
  196. 'StudentBundle\\Service\\API\\TrainingActivityResultsService' => 'getTrainingActivityResultsService2Service',
  197. 'StudentBundle\\Service\\CrammingActivityHomeworkService' => 'getCrammingActivityHomeworkServiceService',
  198. 'StudentBundle\\Service\\CrammingActivityService' => 'getCrammingActivityServiceService',
  199. 'StudentBundle\\Service\\DictateService' => 'getDictateServiceService',
  200. 'StudentBundle\\Service\\HomeworkService' => 'getHomeworkServiceService',
  201. 'StudentBundle\\Service\\Kvik\\Dansk\\SelfStudyService' => 'getSelfStudyServiceService',
  202. 'StudentBundle\\Service\\Kvik\\SelfStudyService' => 'getSelfStudyService2Service',
  203. 'StudentBundle\\Service\\MathproblemService' => 'getMathproblemService2Service',
  204. 'StudentBundle\\Service\\PerformanceService' => 'getPerformanceServiceService',
  205. 'StudentBundle\\Service\\ProblemDndService' => 'getProblemDndServiceService',
  206. 'StudentBundle\\Service\\ProblemDropdownService' => 'getProblemDropdownServiceService',
  207. 'StudentBundle\\Service\\ProblemFreeTextService' => 'getProblemFreeTextServiceService',
  208. 'StudentBundle\\Service\\QuizSessionService' => 'getQuizSessionServiceService',
  209. 'StudentBundle\\Service\\ReadingTestService' => 'getReadingTestServiceService',
  210. 'StudentBundle\\Service\\SelfStudyService' => 'getSelfStudyService3Service',
  211. 'StudentBundle\\Service\\TextbookSessionService' => 'getTextbookSessionServiceService',
  212. 'StudentBundle\\Service\\Transform' => 'getTransformService',
  213. 'StudentBundle\\Service\\WorksheetSessionService' => 'getWorksheetSessionServiceService',
  214. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  215. 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  216. 'TeacherBundle\\Controller\\API\\ActivityController' => 'getActivityControllerService',
  217. 'TeacherBundle\\Controller\\API\\ActivityFolderController' => 'getActivityFolderControllerService',
  218. 'TeacherBundle\\Controller\\API\\ActivityMetadataController' => 'getActivityMetadataController2Service',
  219. 'TeacherBundle\\Controller\\API\\CategoryController' => 'getCategoryControllerService',
  220. 'TeacherBundle\\Controller\\API\\ClassroomController' => 'getClassroomControllerService',
  221. 'TeacherBundle\\Controller\\API\\ClassroomReportController' => 'getClassroomReportControllerService',
  222. 'TeacherBundle\\Controller\\API\\ClassroomTypeController' => 'getClassroomTypeControllerService',
  223. 'TeacherBundle\\Controller\\API\\CrammingActivityController' => 'getCrammingActivityController2Service',
  224. 'TeacherBundle\\Controller\\API\\CrammingActivityResultsController' => 'getCrammingActivityResultsController2Service',
  225. 'TeacherBundle\\Controller\\API\\DictateActivityController' => 'getDictateActivityControllerService',
  226. 'TeacherBundle\\Controller\\API\\DictateActivityResultsController' => 'getDictateActivityResultsController2Service',
  227. 'TeacherBundle\\Controller\\API\\DictateController' => 'getDictateController2Service',
  228. 'TeacherBundle\\Controller\\API\\HomeworkActivityResultsController' => 'getHomeworkActivityResultsController2Service',
  229. 'TeacherBundle\\Controller\\API\\HomeworkController' => 'getHomeworkController2Service',
  230. 'TeacherBundle\\Controller\\API\\OnboardingController' => 'getOnboardingControllerService',
  231. 'TeacherBundle\\Controller\\API\\PeerActivityController' => 'getPeerActivityControllerService',
  232. 'TeacherBundle\\Controller\\API\\PeerActivityResultsController' => 'getPeerActivityResultsController2Service',
  233. 'TeacherBundle\\Controller\\API\\PeerProblemController' => 'getPeerProblemControllerService',
  234. 'TeacherBundle\\Controller\\API\\PeerThemeClassTypeController' => 'getPeerThemeClassTypeControllerService',
  235. 'TeacherBundle\\Controller\\API\\PeerThemeController' => 'getPeerThemeControllerService',
  236. 'TeacherBundle\\Controller\\API\\ProblemController' => 'getProblemController4Service',
  237. 'TeacherBundle\\Controller\\API\\QuizActivityController' => 'getQuizActivityController2Service',
  238. 'TeacherBundle\\Controller\\API\\QuizActivityResultsController' => 'getQuizActivityResultsController2Service',
  239. 'TeacherBundle\\Controller\\API\\QuizController' => 'getQuizControllerService',
  240. 'TeacherBundle\\Controller\\API\\QuizTypeController' => 'getQuizTypeControllerService',
  241. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController' => 'getReadingTestActivityControllerService',
  242. 'TeacherBundle\\Controller\\API\\ReadingTestController' => 'getReadingTestController2Service',
  243. 'TeacherBundle\\Controller\\API\\ReadingTestResultsController' => 'getReadingTestResultsController2Service',
  244. 'TeacherBundle\\Controller\\API\\ResultsOverviewController' => 'getResultsOverviewControllerService',
  245. 'TeacherBundle\\Controller\\API\\SessionController' => 'getSessionControllerService',
  246. 'TeacherBundle\\Controller\\API\\StudentController' => 'getStudentControllerService',
  247. 'TeacherBundle\\Controller\\API\\StudentReportController' => 'getStudentReportControllerService',
  248. 'TeacherBundle\\Controller\\API\\TagController' => 'getTagController2Service',
  249. 'TeacherBundle\\Controller\\API\\TemplateMathproblemController' => 'getTemplateMathproblemControllerService',
  250. 'TeacherBundle\\Controller\\API\\TemplateSetController' => 'getTemplateSetControllerService',
  251. 'TeacherBundle\\Controller\\API\\TrainingActivityController' => 'getTrainingActivityControllerService',
  252. 'TeacherBundle\\Controller\\API\\TrainingActivityResultsController' => 'getTrainingActivityResultsController2Service',
  253. 'TeacherBundle\\Controller\\API\\WorksheetActivityController' => 'getWorksheetActivityControllerService',
  254. 'TeacherBundle\\Controller\\API\\WorksheetActivityResultsController' => 'getWorksheetActivityResultsControllerService',
  255. 'TeacherBundle\\Controller\\API\\WorksheetController' => 'getWorksheetControllerService',
  256. 'TeacherBundle\\Controller\\CampaignController' => 'getCampaignControllerService',
  257. 'TeacherBundle\\Controller\\ClassroomController' => 'getClassroomController2Service',
  258. 'TeacherBundle\\Controller\\ContentController' => 'getContentController2Service',
  259. 'TeacherBundle\\Controller\\CrammingActivityController' => 'getCrammingActivityController3Service',
  260. 'TeacherBundle\\Controller\\DefaultController' => 'getDefaultController4Service',
  261. 'TeacherBundle\\Controller\\ExtendActivityController' => 'getExtendActivityControllerService',
  262. 'TeacherBundle\\Controller\\HistoryController' => 'getHistoryController3Service',
  263. 'TeacherBundle\\Controller\\HomeworkController' => 'getHomeworkController3Service',
  264. 'TeacherBundle\\Controller\\PeerTrainingController' => 'getPeerTrainingControllerService',
  265. 'TeacherBundle\\Controller\\QuizController' => 'getQuizController2Service',
  266. 'TeacherBundle\\Controller\\QuizSessionController' => 'getQuizSessionController2Service',
  267. 'TeacherBundle\\Controller\\ReportPdfExportController' => 'getReportPdfExportControllerService',
  268. 'TeacherBundle\\Controller\\ResultsController' => 'getResultsController3Service',
  269. 'TeacherBundle\\Controller\\ResultsOverviewController' => 'getResultsOverviewController2Service',
  270. 'TeacherBundle\\Controller\\StudentController' => 'getStudentController2Service',
  271. 'TeacherBundle\\Controller\\TextbookController' => 'getTextbookController3Service',
  272. 'TeacherBundle\\Controller\\TrainingController' => 'getTrainingController2Service',
  273. 'TeacherBundle\\Controller\\WorksheetController' => 'getWorksheetController2Service',
  274. 'TeacherBundle\\Controller\\WorksheetSessionController' => 'getWorksheetSessionController2Service',
  275. 'TeacherBundle\\Service\\API\\ActivityMetadataService' => 'getActivityMetadataService2Service',
  276. 'TeacherBundle\\Service\\API\\ClassroomActivityMetadataService' => 'getClassroomActivityMetadataServiceService',
  277. 'TeacherBundle\\Service\\API\\ClassroomReportService' => 'getClassroomReportServiceService',
  278. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Helper' => 'getHelperService',
  279. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service' => 'getServiceService',
  280. 'TeacherBundle\\Service\\API\\CrammingActivityService' => 'getCrammingActivityService2Service',
  281. 'TeacherBundle\\Service\\API\\DictateActivityResultsService' => 'getDictateActivityResultsService3Service',
  282. 'TeacherBundle\\Service\\API\\DictateActivityService' => 'getDictateActivityServiceService',
  283. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService' => 'getHomeworkActivityResultsService3Service',
  284. 'TeacherBundle\\Service\\API\\HomeworkService' => 'getHomeworkService2Service',
  285. 'TeacherBundle\\Service\\API\\PeerActivityResultsService' => 'getPeerActivityResultsService2Service',
  286. 'TeacherBundle\\Service\\API\\PeerActivityService' => 'getPeerActivityServiceService',
  287. 'TeacherBundle\\Service\\API\\ProblemService' => 'getProblemService3Service',
  288. 'TeacherBundle\\Service\\API\\QuizActivityResultsService' => 'getQuizActivityResultsService3Service',
  289. 'TeacherBundle\\Service\\API\\QuizActivityService' => 'getQuizActivityService2Service',
  290. 'TeacherBundle\\Service\\API\\ReadingTestActivityService' => 'getReadingTestActivityServiceService',
  291. 'TeacherBundle\\Service\\API\\ResultsOverviewService' => 'getResultsOverviewServiceService',
  292. 'TeacherBundle\\Service\\API\\StudentReportService' => 'getStudentReportServiceService',
  293. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService' => 'getTrainingActivityResultsService3Service',
  294. 'TeacherBundle\\Service\\API\\TrainingActivityService' => 'getTrainingActivityServiceService',
  295. 'TeacherBundle\\Service\\API\\WorksheetActivityResultsService' => 'getWorksheetActivityResultsServiceService',
  296. 'TeacherBundle\\Service\\API\\WorksheetActivityService' => 'getWorksheetActivityServiceService',
  297. 'TeacherBundle\\Service\\CampaignService' => 'getCampaignServiceService',
  298. 'TeacherBundle\\Service\\CategoryService' => 'getCategoryServiceService',
  299. 'TeacherBundle\\Service\\ContentService' => 'getContentServiceService',
  300. 'TeacherBundle\\Service\\CrammingActivityService' => 'getCrammingActivityService3Service',
  301. 'TeacherBundle\\Service\\DictateService' => 'getDictateService2Service',
  302. 'TeacherBundle\\Service\\ExtendActivityService' => 'getExtendActivityServiceService',
  303. 'TeacherBundle\\Service\\HomeworkService' => 'getHomeworkService3Service',
  304. 'TeacherBundle\\Service\\MathProblemService' => 'getMathProblemService3Service',
  305. 'TeacherBundle\\Service\\PeerActivityService' => 'getPeerActivityService2Service',
  306. 'TeacherBundle\\Service\\ProblemDndService' => 'getProblemDndService2Service',
  307. 'TeacherBundle\\Service\\QuizService' => 'getQuizServiceService',
  308. 'TeacherBundle\\Service\\QuizSessionService' => 'getQuizSessionService2Service',
  309. 'TeacherBundle\\Service\\ReadingTestService' => 'getReadingTestService2Service',
  310. 'TeacherBundle\\Service\\TextbookSessionService' => 'getTextbookSessionService2Service',
  311. 'TeacherBundle\\Service\\TrainingService' => 'getTrainingServiceService',
  312. 'TeacherBundle\\Service\\WorksheetService' => 'getWorksheetServiceService',
  313. 'TeacherBundle\\Service\\WorksheetSessionService' => 'getWorksheetSessionService2Service',
  314. 'UserBundle\\Controller\\DefaultController' => 'getDefaultController5Service',
  315. 'UserBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  316. 'UserBundle\\Controller\\ResetPasswordController' => 'getResetPasswordController2Service',
  317. 'UserBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  318. 'UserBundle\\Controller\\SetupTwoFactorAuthController' => 'getSetupTwoFactorAuthControllerService',
  319. 'UserBundle\\EventListener\\LogoutSubscriber' => 'getLogoutSubscriberService',
  320. 'UserBundle\\Repository\\ResetPasswordRequestRepository' => 'getResetPasswordRequestRepositoryService',
  321. 'UserBundle\\Security\\EmailVerifier' => 'getEmailVerifierService',
  322. 'UserBundle\\Security\\UserChecker' => 'getUserCheckerService',
  323. 'UserBundle\\Service\\GaleUserService' => 'getGaleUserServiceService',
  324. 'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  325. 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  326. 'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  327. 'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  328. 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  329. 'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  330. 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  331. 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  332. 'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  333. 'Vich\\UploaderBundle\\Naming\\UniqidNamer.peer_solution_file' => 'getUniqidNamer_PeerSolutionFileService',
  334. 'Vich\\UploaderBundle\\Naming\\UniqidNamer.worksheet_solution_file' => 'getUniqidNamer_WorksheetSolutionFileService',
  335. 'abacus.core.training_session' => 'getAbacus_Core_TrainingSessionService',
  336. 'cache.app' => 'getCache_AppService',
  337. 'cache.app_clearer' => 'getCache_AppClearerService',
  338. 'cache.easyadmin' => 'getCache_EasyadminService',
  339. 'cache.global_clearer' => 'getCache_GlobalClearerService',
  340. 'cache.system' => 'getCache_SystemService',
  341. 'cache.system_clearer' => 'getCache_SystemClearerService',
  342. 'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  343. 'cache_warmer' => 'getCacheWarmerService',
  344. 'console.command_loader' => 'getConsole_CommandLoaderService',
  345. 'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  346. 'data_collector.dump' => 'getDataCollector_DumpService',
  347. 'doctrine' => 'getDoctrineService',
  348. 'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  349. 'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  350. 'eight_points_guzzle.client.gale_users' => 'getEightPointsGuzzle_Client_GaleUsersService',
  351. 'eight_points_guzzle.client.gyldendalaccessservice' => 'getEightPointsGuzzle_Client_GyldendalaccessserviceService',
  352. 'eight_points_guzzle.client.loginconnector' => 'getEightPointsGuzzle_Client_LoginconnectorService',
  353. 'eight_points_guzzle.client.systime_users' => 'getEightPointsGuzzle_Client_SystimeUsersService',
  354. 'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  355. 'eight_points_guzzle.handler_stack.gale_users' => 'getEightPointsGuzzle_HandlerStack_GaleUsersService',
  356. 'eight_points_guzzle.handler_stack.gyldendalaccessservice' => 'getEightPointsGuzzle_HandlerStack_GyldendalaccessserviceService',
  357. 'eight_points_guzzle.handler_stack.loginconnector' => 'getEightPointsGuzzle_HandlerStack_LoginconnectorService',
  358. 'eight_points_guzzle.handler_stack.systime_users' => 'getEightPointsGuzzle_HandlerStack_SystimeUsersService',
  359. 'eight_points_guzzle.middleware.event_dispatch.gale_users' => 'getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService',
  360. 'eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService',
  361. 'eight_points_guzzle.middleware.event_dispatch.loginconnector' => 'getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService',
  362. 'eight_points_guzzle.middleware.event_dispatch.systime_users' => 'getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService',
  363. 'eight_points_guzzle.middleware.log.gale_users' => 'getEightPointsGuzzle_Middleware_Log_GaleUsersService',
  364. 'eight_points_guzzle.middleware.log.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService',
  365. 'eight_points_guzzle.middleware.log.loginconnector' => 'getEightPointsGuzzle_Middleware_Log_LoginconnectorService',
  366. 'eight_points_guzzle.middleware.log.systime_users' => 'getEightPointsGuzzle_Middleware_Log_SystimeUsersService',
  367. 'eight_points_guzzle.middleware.profile.gale_users' => 'getEightPointsGuzzle_Middleware_Profile_GaleUsersService',
  368. 'eight_points_guzzle.middleware.profile.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService',
  369. 'eight_points_guzzle.middleware.profile.loginconnector' => 'getEightPointsGuzzle_Middleware_Profile_LoginconnectorService',
  370. 'eight_points_guzzle.middleware.profile.systime_users' => 'getEightPointsGuzzle_Middleware_Profile_SystimeUsersService',
  371. 'eight_points_guzzle.middleware.request_time.gale_users' => 'getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService',
  372. 'eight_points_guzzle.middleware.request_time.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService',
  373. 'eight_points_guzzle.middleware.request_time.loginconnector' => 'getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService',
  374. 'eight_points_guzzle.middleware.request_time.systime_users' => 'getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService',
  375. 'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  376. 'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  377. 'error_controller' => 'getErrorControllerService',
  378. 'event_dispatcher' => 'getEventDispatcherService',
  379. 'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  380. 'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  381. 'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  382. 'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  383. 'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  384. 'fos_user.user_manager' => 'getFosUser_UserManagerService',
  385. 'http_kernel' => 'getHttpKernelService',
  386. 'knp_paginator' => 'getKnpPaginatorService',
  387. 'messenger.default_bus' => 'getMessenger_DefaultBusService',
  388. 'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  389. 'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  390. 'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  391. 'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  392. 'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  393. 'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  394. 'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  395. 'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  396. 'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  397. 'request_stack' => 'getRequestStackService',
  398. 'router' => 'getRouterService',
  399. 'routing.loader' => 'getRouting_LoaderService',
  400. 'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  401. 'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  402. 'scheb_two_factor.security.totp_authenticator' => 'getSchebTwoFactor_Security_TotpAuthenticatorService',
  403. 'scheb_two_factor.security.totp_factory' => 'getSchebTwoFactor_Security_TotpFactoryService',
  404. 'services_resetter' => 'getServicesResetterService',
  405. 'translator' => 'getTranslatorService',
  406. 'var_dumper.cloner' => 'getVarDumper_ClonerService',
  407. 'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  408. 'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  409. 'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  410. 'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  411. 'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  412. 'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  413. 'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  414. 'cache_clearer' => 'getCacheClearerService',
  415. 'filesystem' => 'getFilesystemService',
  416. 'serializer' => 'getSerializerService',
  417. 'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  418. 'form.factory' => 'getForm_FactoryService',
  419. 'form.type.file' => 'getForm_Type_FileService',
  420. 'profiler' => 'getProfilerService',
  421. 'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  422. 'security.token_storage' => 'getSecurity_TokenStorageService',
  423. 'twig' => 'getTwigService',
  424. 'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  425. 'session' => 'getSessionService',
  426. 'validator' => 'getValidatorService',
  427. ];
  428. $this->aliases = [
  429. 'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  430. 'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  431. 'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  432. 'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  433. 'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  434. 'database_connection' => 'doctrine.dbal.default_connection',
  435. 'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  436. 'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  437. 'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  438. 'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  439. 'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  440. 'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  441. 'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  442. 'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  443. 'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  444. 'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  445. 'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  446. 'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  447. ];
  448. $this->privates['service_container'] = function () {
  449. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  450. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
  451. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  452. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  453. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
  454. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  455. include_once \dirname(__DIR__, 4).'/src/Kernel.php';
  456. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TextbookVoterService.php';
  457. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/SelfStudyVoterService.php';
  458. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Logger/SessionRequestProcessor.php';
  459. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Event/RequestListener.php';
  460. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  461. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  462. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  463. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  464. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  465. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  466. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  467. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  468. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  469. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  470. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  471. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  472. include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
  473. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  474. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  475. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
  476. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  477. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  478. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  479. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
  480. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
  481. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  482. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  483. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  484. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  485. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  486. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
  487. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  488. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  489. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  490. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  491. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  492. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
  493. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  494. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  495. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  496. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  497. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  498. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  499. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  500. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  501. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  502. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
  503. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  504. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
  505. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  506. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  507. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  508. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
  509. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  510. include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
  511. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  512. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  513. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  514. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  515. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  516. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  517. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
  518. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  519. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  520. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  521. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  522. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  523. include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  524. include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  525. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  526. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  527. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
  528. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
  529. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  530. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  531. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  532. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  533. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  534. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  535. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  536. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  537. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  538. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  539. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  540. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  541. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  542. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  543. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  544. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  545. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
  546. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
  547. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  548. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  549. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  550. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  551. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
  552. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  553. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  554. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  555. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  556. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  557. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  558. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  559. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  560. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  561. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  562. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  563. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  564. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  565. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  566. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  567. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  568. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  569. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  570. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  571. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  572. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  573. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  574. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
  575. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  576. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  577. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  578. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  579. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  580. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  581. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
  582. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  583. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  584. include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  585. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  586. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  587. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  588. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  589. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  590. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  591. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  592. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  593. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  594. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  595. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
  596. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  597. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  598. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  599. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  600. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  601. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  602. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  603. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  604. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  605. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  606. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  607. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  608. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  609. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  610. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  611. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  612. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  613. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
  614. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  615. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
  616. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  617. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
  618. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  619. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  620. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  621. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  622. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  623. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  624. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  625. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  626. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  627. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  628. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  629. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  630. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  631. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  632. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  633. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  634. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  635. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  636. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  637. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  638. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  639. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  640. include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  641. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  642. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  643. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  644. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
  645. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
  646. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  647. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  648. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  649. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  650. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  651. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  652. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultNamingStrategy.php';
  653. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  654. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  655. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  656. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  657. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  658. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  659. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  660. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  661. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  662. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  663. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  664. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  665. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
  666. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
  667. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
  668. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  669. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  670. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  671. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  672. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
  673. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  674. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  675. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  676. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  677. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  678. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  679. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  680. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  681. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  682. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  683. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  684. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  685. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  686. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  687. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  688. include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  689. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  690. include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerTrait.php';
  691. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  692. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  693. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  694. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  695. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  696. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientInterface.php';
  697. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Client.php';
  698. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  699. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  700. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Options.php';
  701. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  702. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  703. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  704. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  705. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  706. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  707. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  708. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  709. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  710. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  711. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  712. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  713. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  714. include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  715. include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  716. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  717. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  718. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  719. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  720. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  721. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  722. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  723. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  724. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  725. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  726. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  727. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  728. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  729. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  730. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  731. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  732. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  733. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  734. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  735. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  736. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  737. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  738. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  739. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  740. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
  741. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  742. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  743. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  744. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  745. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  746. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  747. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  748. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  749. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  750. include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  751. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  752. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  753. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Context/AdminContextInterface.php';
  754. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Provider/AdminContextProviderInterface.php';
  755. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  756. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  757. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  758. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Factory/MenuFactoryInterface.php';
  759. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  760. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Menu/MenuItemMatcherInterface.php';
  761. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php';
  762. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  763. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  764. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGeneratorInterface.php';
  765. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  766. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Router/AdminRouteGeneratorInterface.php';
  767. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php';
  768. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  769. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  770. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormLayoutFactory.php';
  771. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  772. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  773. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  774. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  775. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  776. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  777. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  778. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  779. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  780. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  781. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  782. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  783. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
  784. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  785. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  786. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  787. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  788. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  789. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  790. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  791. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  792. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistryInterface.php';
  793. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  794. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  795. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  796. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  797. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  798. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  799. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  800. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
  801. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  802. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
  803. include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  804. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  805. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
  806. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  807. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
  808. include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  809. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  810. include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  811. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  812. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  813. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  814. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  815. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  816. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  817. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  818. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  819. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  820. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  821. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  822. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  823. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  824. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  825. include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  826. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  827. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  828. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  829. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  830. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  831. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  832. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  833. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  834. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  835. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  836. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  837. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  838. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  839. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  840. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  841. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  842. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  843. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  844. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  845. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  846. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  847. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
  848. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
  849. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
  850. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
  851. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  852. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  853. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  854. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  855. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  856. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  857. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  858. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  859. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  860. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  861. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  862. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  863. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
  864. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
  865. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
  866. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
  867. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  868. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  869. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
  870. include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  871. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  872. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  873. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  874. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  875. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  876. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  877. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  878. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
  879. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  880. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  881. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  882. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Twig/AppExtension.php';
  883. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Twig/TranslationExtension.php';
  884. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  885. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  886. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  887. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  888. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  889. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  890. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  891. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  892. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  893. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  894. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  895. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  896. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  897. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  898. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  899. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  900. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  901. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  902. };
  903. }
  904. public function compile(): void
  905. {
  906. throw new LogicException('You cannot compile a dumped container that was already compiled.');
  907. }
  908. public function isCompiled(): bool
  909. {
  910. return true;
  911. }
  912. public function getRemovedIds(): array
  913. {
  914. return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  915. }
  916. /**
  917. * Gets the public '.container.private.cache_clearer' shared service.
  918. *
  919. * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  920. */
  921. protected function get_Container_Private_CacheClearerService()
  922. {
  923. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  924. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  925. return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  926. yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  927. }, 1));
  928. }
  929. /**
  930. * Gets the public '.container.private.filesystem' shared service.
  931. *
  932. * @return \Symfony\Component\Filesystem\Filesystem
  933. */
  934. protected function get_Container_Private_FilesystemService()
  935. {
  936. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  937. return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  938. }
  939. /**
  940. * Gets the public '.container.private.form.factory' shared service.
  941. *
  942. * @return \Symfony\Component\Form\FormFactory
  943. */
  944. protected function get_Container_Private_Form_FactoryService()
  945. {
  946. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
  947. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
  948. $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  949. if (isset($this->services['.container.private.form.factory'])) {
  950. return $this->services['.container.private.form.factory'];
  951. }
  952. return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  953. }
  954. /**
  955. * Gets the public '.container.private.form.type.file' shared service.
  956. *
  957. * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  958. */
  959. protected function get_Container_Private_Form_Type_FileService()
  960. {
  961. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  962. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  963. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  964. return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  965. }
  966. /**
  967. * Gets the public '.container.private.profiler' shared service.
  968. *
  969. * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  970. */
  971. protected function get_Container_Private_ProfilerService()
  972. {
  973. $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  974. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  975. $a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  976. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  977. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  978. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  979. $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
  980. $b = ($this->services['kernel'] ?? $this->get('kernel'));
  981. $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  982. $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  983. $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  984. $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  985. $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  986. $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  987. $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  988. $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  989. $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  990. $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  991. $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  992. $d->addInstance('cache.security_token_verifier.traceable', ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()));
  993. $d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  994. $d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  995. $d->addInstance('cache.easyadmin.traceable', ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  996. $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  997. $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  998. $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  999. $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1000. $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1001. if ($this->has('kernel')) {
  1002. $g->setKernel($b);
  1003. }
  1004. $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1005. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1006. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1007. $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1008. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1009. $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1010. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1011. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/KernelDevDebugContainer'), $c));
  1012. $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1013. $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1014. $instance->add($d);
  1015. $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1016. $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));
  1017. $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1018. $instance->add($e);
  1019. $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([])))));
  1020. $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1021. $instance->add($f);
  1022. $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()))));
  1023. $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1024. $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  1025. $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  1026. $instance->add($g);
  1027. return $instance;
  1028. }
  1029. /**
  1030. * Gets the public '.container.private.security.authorization_checker' shared service.
  1031. *
  1032. * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1033. */
  1034. protected function get_Container_Private_Security_AuthorizationCheckerService()
  1035. {
  1036. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1037. if (isset($this->services['.container.private.security.authorization_checker'])) {
  1038. return $this->services['.container.private.security.authorization_checker'];
  1039. }
  1040. 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);
  1041. }
  1042. /**
  1043. * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1044. *
  1045. * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1046. */
  1047. protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1048. {
  1049. 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())));
  1050. }
  1051. /**
  1052. * Gets the public '.container.private.security.password_encoder' shared service.
  1053. *
  1054. * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1055. *
  1056. * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1057. */
  1058. protected function get_Container_Private_Security_PasswordEncoderService()
  1059. {
  1060. trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1061. 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()));
  1062. }
  1063. /**
  1064. * Gets the public '.container.private.security.token_storage' shared service.
  1065. *
  1066. * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1067. */
  1068. protected function get_Container_Private_Security_TokenStorageService()
  1069. {
  1070. 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, [
  1071. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1072. ], [
  1073. 'request_stack' => '?',
  1074. ]));
  1075. }
  1076. /**
  1077. * Gets the public '.container.private.serializer' shared service.
  1078. *
  1079. * @return \Symfony\Component\Serializer\Serializer
  1080. */
  1081. protected function get_Container_Private_SerializerService()
  1082. {
  1083. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
  1084. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1085. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1086. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1087. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1088. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1089. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1090. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1091. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1092. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
  1093. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1094. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1095. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1096. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1097. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1098. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1099. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1100. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1101. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1102. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1103. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1104. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1105. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1106. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1107. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1108. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1109. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1110. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1111. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1112. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1113. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  1114. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1115. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1116. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1117. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1118. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1119. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1120. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1121. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1122. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1123. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1124. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1125. $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1126. $b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1127. $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1128. $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1129. $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  1130. 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()]);
  1131. }
  1132. /**
  1133. * Gets the public '.container.private.session' shared service.
  1134. *
  1135. * @return \Symfony\Component\HttpFoundation\Session\Session
  1136. */
  1137. protected function get_Container_Private_SessionService()
  1138. {
  1139. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1140. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
  1141. $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1142. if (isset($this->services['.container.private.session'])) {
  1143. return $this->services['.container.private.session'];
  1144. }
  1145. return $this->services['.container.private.session'] = $a->createSession();
  1146. }
  1147. /**
  1148. * Gets the public '.container.private.twig' shared service.
  1149. *
  1150. * @return \Twig\Environment
  1151. */
  1152. protected function get_Container_Private_TwigService()
  1153. {
  1154. $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
  1155. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1156. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1157. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
  1158. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
  1159. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1160. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1161. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
  1162. $a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
  1163. $a->addPath((\dirname(__DIR__, 4).'/src/CoreBundle/Resources/views'), 'ABaCusCore');
  1164. $a->addPath((\dirname(__DIR__, 4).'/src/CoreBundle/Resources/views'), '!ABaCusCore');
  1165. $a->addPath((\dirname(__DIR__, 4).'/src/UserBundle/Resources/views'), 'User');
  1166. $a->addPath((\dirname(__DIR__, 4).'/src/UserBundle/Resources/views'), '!User');
  1167. $a->addPath((\dirname(__DIR__, 4).'/src/StudentBundle/Resources/views'), 'ABaCusStudent');
  1168. $a->addPath((\dirname(__DIR__, 4).'/src/StudentBundle/Resources/views'), '!ABaCusStudent');
  1169. $a->addPath((\dirname(__DIR__, 4).'/src/TeacherBundle/Resources/views'), 'ABaCusTeacher');
  1170. $a->addPath((\dirname(__DIR__, 4).'/src/TeacherBundle/Resources/views'), '!ABaCusTeacher');
  1171. $a->addPath((\dirname(__DIR__, 4).'/src/AdminBundle/Resources/views'), 'ABaCusAdmin');
  1172. $a->addPath((\dirname(__DIR__, 4).'/src/AdminBundle/Resources/views'), '!ABaCusAdmin');
  1173. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1174. $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1175. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1176. $a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1177. $a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  1178. $a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  1179. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1180. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1181. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1182. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1183. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  1184. $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  1185. $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  1186. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/templates'), 'EasyAdmin');
  1187. $a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/templates'), '!EasyAdmin');
  1188. $a->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  1189. $a->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  1190. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1191. $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1192. $a->addPath((\dirname(__DIR__, 4).'/templates'));
  1193. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1194. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1195. $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1196. $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1197. $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1198. $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1199. $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1200. $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1201. $f = new \Symfony\Bridge\Twig\Extension\TranslationExtension($e);
  1202. $g = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1203. $h = new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext($b, $g->getBaseUrl(), $g->isSecure())), new RewindableGenerator(function () {
  1204. yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->getAssetPackageService());
  1205. }, 1)));
  1206. $i = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1207. $j = ($this->services['router'] ?? $this->getRouterService());
  1208. $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
  1209. $k->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $i]);
  1210. $l = new \Symfony\Bridge\Twig\AppVariable();
  1211. $l->setEnvironment('dev');
  1212. $l->setDebug(true);
  1213. if ($this->has('.container.private.security.token_storage')) {
  1214. $l->setTokenStorage($c);
  1215. }
  1216. if ($this->has('request_stack')) {
  1217. $l->setRequestStack($b);
  1218. }
  1219. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1220. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1221. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  1222. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1223. $instance->addExtension($f);
  1224. $instance->addExtension($h);
  1225. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($i, \dirname(__DIR__, 4), 'UTF-8'));
  1226. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($j));
  1227. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1228. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
  1229. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1230. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1231. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $j)));
  1232. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1233. $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1234. $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())));
  1235. $instance->addExtension(new \CoreBundle\Twig\AppExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1236. $instance->addExtension(new \CoreBundle\Twig\TranslationExtension($f, 'abacus-fysik'));
  1237. $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1238. $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($j, $e)));
  1239. $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1240. $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1241. $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1242. $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1243. $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  1244. $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($h));
  1245. $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1246. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  1247. ], [
  1248. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  1249. ]), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), NULL, $e));
  1250. $instance->addGlobal('app', $l);
  1251. $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1252. 'CoreBundle\\Twig\\AppRuntime' => ['privates', 'core.twig_runtime', 'getCore_TwigRuntimeService', false],
  1253. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
  1254. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
  1255. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
  1256. 'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
  1257. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', false],
  1258. ], [
  1259. 'CoreBundle\\Twig\\AppRuntime' => '?',
  1260. 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1261. 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1262. 'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1263. 'Symfony\\Component\\Form\\FormRenderer' => '?',
  1264. 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1265. ])));
  1266. $instance->addGlobal('abacus_loginconnector_base_url', 'https://test-loginconnector.gyldendal.dk');
  1267. $instance->addGlobal('abacus_loginconnector_client_name', 'gu-abacus');
  1268. $instance->addGlobal('environment', 'highschool');
  1269. $instance->addGlobal('scope', 'abacus-fysik');
  1270. $instance->addGlobal('__PUBLISHER__', 'systime');
  1271. $instance->addGlobal('__USE_MATHJAX__', true);
  1272. $instance->addGlobal('__USE_GAMIFICATION__', false);
  1273. $instance->addGlobal('__USE_EDITOR_FEATURES__', true);
  1274. $instance->addGlobal('__USE_BUG_REPORT__', true);
  1275. $instance->addGlobal('__SHOW_SELF_STUDY__', false);
  1276. $instance->addGlobal('__SHOW_TEXTBOOK__', false);
  1277. $instance->addGlobal('__SHOW_AIDS_OPTION__', true);
  1278. $instance->addGlobal('__MAX_DIFFICULTY__', 5);
  1279. $instance->addGlobal('__HOTJAR_ENABLED__', false);
  1280. $instance->addGlobal('maxstudents', 100);
  1281. $instance->addGlobal('system_topic', 'math');
  1282. $instance->addGlobal('sentry_dsn', 'https://51bef89a94e64719ba0045b2fa4bd0c7@o445280.ingest.sentry.io/5423140');
  1283. $instance->addGlobal('sentry_js_dsn', 'https://dce8c02ed7714746985fa39087e51e27@o445280.ingest.sentry.io/5429644');
  1284. $instance->addGlobal('abacus_base_url', 'https://abacusfysik.dev.tibalo.dk');
  1285. $instance->addGlobal('abacus_testmode', 1);
  1286. $instance->addGlobal('appendices_dir', '/appendices/');
  1287. $instance->addGlobal('textbook_voter_service', ($this->privates['CoreBundle\\Service\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()));
  1288. $instance->addGlobal('self_study_voter_service', ($this->privates['CoreBundle\\Service\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService()));
  1289. $instance->addGlobal('activities', $this->parameters['abacus.activity_types']);
  1290. (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
  1291. return $instance;
  1292. }
  1293. /**
  1294. * Gets the public '.container.private.validator' shared service.
  1295. *
  1296. * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1297. */
  1298. protected function get_Container_Private_ValidatorService()
  1299. {
  1300. $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1301. if (isset($this->services['.container.private.validator'])) {
  1302. return $this->services['.container.private.validator'];
  1303. }
  1304. return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1305. }
  1306. /**
  1307. * Gets the public 'AdminBundle\Controller\BugReportsController' shared autowired service.
  1308. *
  1309. * @return \AdminBundle\Controller\BugReportsController
  1310. */
  1311. protected function getBugReportsControllerService()
  1312. {
  1313. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1314. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/BugReportsController.php';
  1315. $this->services['AdminBundle\\Controller\\BugReportsController'] = $instance = new \AdminBundle\Controller\BugReportsController();
  1316. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\BugReportsController', $this));
  1317. return $instance;
  1318. }
  1319. /**
  1320. * Gets the public 'AdminBundle\Controller\ContentController' shared autowired service.
  1321. *
  1322. * @return \AdminBundle\Controller\ContentController
  1323. */
  1324. protected function getContentControllerService()
  1325. {
  1326. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1327. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/ContentController.php';
  1328. $this->services['AdminBundle\\Controller\\ContentController'] = $instance = new \AdminBundle\Controller\ContentController();
  1329. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\ContentController', $this));
  1330. return $instance;
  1331. }
  1332. /**
  1333. * Gets the public 'AdminBundle\Controller\DefaultController' shared autowired service.
  1334. *
  1335. * @return \AdminBundle\Controller\DefaultController
  1336. */
  1337. protected function getDefaultControllerService()
  1338. {
  1339. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1340. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/DefaultController.php';
  1341. $this->services['AdminBundle\\Controller\\DefaultController'] = $instance = new \AdminBundle\Controller\DefaultController();
  1342. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\DefaultController', $this));
  1343. return $instance;
  1344. }
  1345. /**
  1346. * Gets the public 'AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController' shared autowired service.
  1347. *
  1348. * @return \AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController
  1349. */
  1350. protected function getAudioReferenceCrudControllerService()
  1351. {
  1352. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1353. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1354. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1355. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/AudioReferenceCrudController.php';
  1356. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1357. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'])) {
  1358. return $this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'];
  1359. }
  1360. $b = ($this->privates['AdminBundle\\Service\\MediaService'] ?? $this->getMediaServiceService());
  1361. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'])) {
  1362. return $this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'];
  1363. }
  1364. $this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, $b, ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  1365. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController', $this));
  1366. return $instance;
  1367. }
  1368. /**
  1369. * Gets the public 'AdminBundle\Controller\EasyAdmin\AuthorCrudController' shared autowired service.
  1370. *
  1371. * @return \AdminBundle\Controller\EasyAdmin\AuthorCrudController
  1372. */
  1373. protected function getAuthorCrudControllerService()
  1374. {
  1375. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1376. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1377. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1378. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/UserCrudController.php';
  1379. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/AuthorCrudController.php';
  1380. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1381. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController'])) {
  1382. return $this->services['AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController'];
  1383. }
  1384. $this->services['AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\AuthorCrudController($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1385. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController', $this));
  1386. return $instance;
  1387. }
  1388. /**
  1389. * Gets the public 'AdminBundle\Controller\EasyAdmin\BugReportCrudController' shared autowired service.
  1390. *
  1391. * @return \AdminBundle\Controller\EasyAdmin\BugReportCrudController
  1392. */
  1393. protected function getBugReportCrudControllerService()
  1394. {
  1395. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1396. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1397. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1398. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/BugReportCrudController.php';
  1399. $this->services['AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\BugReportCrudController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  1400. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController', $this));
  1401. return $instance;
  1402. }
  1403. /**
  1404. * Gets the public 'AdminBundle\Controller\EasyAdmin\CategoryCrudController' shared autowired service.
  1405. *
  1406. * @return \AdminBundle\Controller\EasyAdmin\CategoryCrudController
  1407. */
  1408. protected function getCategoryCrudControllerService()
  1409. {
  1410. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1411. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1412. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1413. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/CategoryCrudController.php';
  1414. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1415. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController'])) {
  1416. return $this->services['AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController'];
  1417. }
  1418. $this->services['AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\CategoryCrudController(($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), $a);
  1419. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController', $this));
  1420. return $instance;
  1421. }
  1422. /**
  1423. * Gets the public 'AdminBundle\Controller\EasyAdmin\ContentOverviewController' shared autowired service.
  1424. *
  1425. * @return \AdminBundle\Controller\EasyAdmin\ContentOverviewController
  1426. */
  1427. protected function getContentOverviewControllerService()
  1428. {
  1429. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1430. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ContentOverviewController.php';
  1431. $this->services['AdminBundle\\Controller\\EasyAdmin\\ContentOverviewController'] = $instance = new \AdminBundle\Controller\EasyAdmin\ContentOverviewController(($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  1432. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ContentOverviewController', $this));
  1433. return $instance;
  1434. }
  1435. /**
  1436. * Gets the public 'AdminBundle\Controller\EasyAdmin\DashboardController' shared autowired service.
  1437. *
  1438. * @return \AdminBundle\Controller\EasyAdmin\DashboardController
  1439. */
  1440. protected function getDashboardControllerService()
  1441. {
  1442. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1443. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/DashboardControllerInterface.php';
  1444. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractDashboardController.php';
  1445. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/DashboardController.php';
  1446. $this->services['AdminBundle\\Controller\\EasyAdmin\\DashboardController'] = $instance = new \AdminBundle\Controller\EasyAdmin\DashboardController();
  1447. $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1448. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  1449. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  1450. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  1451. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  1452. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  1453. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  1454. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  1455. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  1456. 'router' => ['services', 'router', 'getRouterService', false],
  1457. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  1458. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  1459. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  1460. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  1461. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  1462. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  1463. ], [
  1464. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  1465. 'doctrine' => '?',
  1466. 'form.factory' => '?',
  1467. 'http_kernel' => '?',
  1468. 'message_bus' => '?',
  1469. 'messenger.default_bus' => '?',
  1470. 'parameter_bag' => '?',
  1471. 'request_stack' => '?',
  1472. 'router' => '?',
  1473. 'security.authorization_checker' => '?',
  1474. 'security.csrf.token_manager' => '?',
  1475. 'security.token_storage' => '?',
  1476. 'serializer' => '?',
  1477. 'session' => '.session.deprecated',
  1478. 'twig' => '?',
  1479. ]))->withContext('AdminBundle\\Controller\\EasyAdmin\\DashboardController', $this));
  1480. return $instance;
  1481. }
  1482. /**
  1483. * Gets the public 'AdminBundle\Controller\EasyAdmin\EditorCrudController' shared autowired service.
  1484. *
  1485. * @return \AdminBundle\Controller\EasyAdmin\EditorCrudController
  1486. */
  1487. protected function getEditorCrudControllerService()
  1488. {
  1489. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1490. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1491. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1492. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/UserCrudController.php';
  1493. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/EditorCrudController.php';
  1494. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1495. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\EditorCrudController'])) {
  1496. return $this->services['AdminBundle\\Controller\\EasyAdmin\\EditorCrudController'];
  1497. }
  1498. $this->services['AdminBundle\\Controller\\EasyAdmin\\EditorCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\EditorCrudController($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1499. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\EditorCrudController', $this));
  1500. return $instance;
  1501. }
  1502. /**
  1503. * Gets the public 'AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController' shared autowired service.
  1504. *
  1505. * @return \AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController
  1506. */
  1507. protected function getImageReferenceCrudControllerService()
  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/AdminBundle/Controller/EasyAdmin/ImageReferenceCrudController.php';
  1513. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1514. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController'])) {
  1515. return $this->services['AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController'];
  1516. }
  1517. $this->services['AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['AdminBundle\\Service\\MediaService'] ?? $this->getMediaServiceService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()));
  1518. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController', $this));
  1519. return $instance;
  1520. }
  1521. /**
  1522. * Gets the public 'AdminBundle\Controller\EasyAdmin\InfoCrudController' shared autowired service.
  1523. *
  1524. * @return \AdminBundle\Controller\EasyAdmin\InfoCrudController
  1525. */
  1526. protected function getInfoCrudControllerService()
  1527. {
  1528. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1529. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1530. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1531. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/InfoCrudController.php';
  1532. $this->services['AdminBundle\\Controller\\EasyAdmin\\InfoCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\InfoCrudController();
  1533. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\InfoCrudController', $this));
  1534. return $instance;
  1535. }
  1536. /**
  1537. * Gets the public 'AdminBundle\Controller\EasyAdmin\InvitationCrudController' shared autowired service.
  1538. *
  1539. * @return \AdminBundle\Controller\EasyAdmin\InvitationCrudController
  1540. */
  1541. protected function getInvitationCrudControllerService()
  1542. {
  1543. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1544. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1545. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1546. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/InvitationCrudController.php';
  1547. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/EmailHelperService.php';
  1548. $a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  1549. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController'])) {
  1550. return $this->services['AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController'];
  1551. }
  1552. $this->services['AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\InvitationCrudController($a, ($this->privates['CoreBundle\\Service\\EmailHelperService'] ?? ($this->privates['CoreBundle\\Service\\EmailHelperService'] = new \CoreBundle\Service\EmailHelperService('abacus-fysik'))));
  1553. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController', $this));
  1554. return $instance;
  1555. }
  1556. /**
  1557. * Gets the public 'AdminBundle\Controller\EasyAdmin\ProblemCrudController' shared autowired service.
  1558. *
  1559. * @return \AdminBundle\Controller\EasyAdmin\ProblemCrudController
  1560. */
  1561. protected function getProblemCrudControllerService()
  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/AdminBundle/Controller/EasyAdmin/ProblemCrudController.php';
  1567. $a = ($this->privates['AdminBundle\\Service\\CsvImportService'] ?? $this->getCsvImportServiceService());
  1568. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'])) {
  1569. return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'];
  1570. }
  1571. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1572. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'])) {
  1573. return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'];
  1574. }
  1575. $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\ProblemCrudController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), $a, ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), $b, ($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService()));
  1576. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController', $this));
  1577. return $instance;
  1578. }
  1579. /**
  1580. * Gets the public 'AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController' shared autowired service.
  1581. *
  1582. * @return \AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController
  1583. */
  1584. protected function getProblemFromQuizCrudControllerService()
  1585. {
  1586. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1587. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1588. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1589. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProblemCrudController.php';
  1590. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProblemFromQuizCrudController.php';
  1591. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  1592. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  1593. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1594. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'])) {
  1595. return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'];
  1596. }
  1597. $b = ($this->privates['AdminBundle\\Service\\TopicService'] ?? $this->getTopicServiceService());
  1598. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'])) {
  1599. return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'];
  1600. }
  1601. $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['AdminBundle\\Service\\CsvImportService'] ?? $this->getCsvImportServiceService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['AdminBundle\\Service\\MediaService'] ?? $this->getMediaServiceService()), ($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService()), ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService()), $b, ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('da'))));
  1602. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController', $this));
  1603. return $instance;
  1604. }
  1605. /**
  1606. * Gets the public 'AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController' shared autowired service.
  1607. *
  1608. * @return \AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController
  1609. */
  1610. protected function getProblemFromTemplateCrudControllerService()
  1611. {
  1612. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1613. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1614. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1615. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProblemCrudController.php';
  1616. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProblemFromTemplateCrudController.php';
  1617. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1618. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController'])) {
  1619. return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController'];
  1620. }
  1621. $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['AdminBundle\\Service\\CsvImportService'] ?? $this->getCsvImportServiceService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService()));
  1622. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController', $this));
  1623. return $instance;
  1624. }
  1625. /**
  1626. * Gets the public 'AdminBundle\Controller\EasyAdmin\ProductQuizCrudController' shared autowired service.
  1627. *
  1628. * @return \AdminBundle\Controller\EasyAdmin\ProductQuizCrudController
  1629. */
  1630. protected function getProductQuizCrudControllerService()
  1631. {
  1632. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1633. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1634. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1635. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProductQuizCrudController.php';
  1636. $this->services['AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\ProductQuizCrudController();
  1637. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController', $this));
  1638. return $instance;
  1639. }
  1640. /**
  1641. * Gets the public 'AdminBundle\Controller\EasyAdmin\PublicationCrudController' shared autowired service.
  1642. *
  1643. * @return \AdminBundle\Controller\EasyAdmin\PublicationCrudController
  1644. */
  1645. protected function getPublicationCrudControllerService()
  1646. {
  1647. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1648. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1649. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1650. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/PublicationCrudController.php';
  1651. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1652. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController'])) {
  1653. return $this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController'];
  1654. }
  1655. $this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\PublicationCrudController($a);
  1656. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController', $this));
  1657. return $instance;
  1658. }
  1659. /**
  1660. * Gets the public 'AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController' shared autowired service.
  1661. *
  1662. * @return \AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController
  1663. */
  1664. protected function getPublicationFromPublisherCrudControllerService()
  1665. {
  1666. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1667. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1668. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1669. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/PublicationCrudController.php';
  1670. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/PublicationFromPublisherCrudController.php';
  1671. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1672. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController'])) {
  1673. return $this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController'];
  1674. }
  1675. $this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  1676. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController', $this));
  1677. return $instance;
  1678. }
  1679. /**
  1680. * Gets the public 'AdminBundle\Controller\EasyAdmin\PublisherCrudController' shared autowired service.
  1681. *
  1682. * @return \AdminBundle\Controller\EasyAdmin\PublisherCrudController
  1683. */
  1684. protected function getPublisherCrudControllerService()
  1685. {
  1686. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1687. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1688. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1689. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/PublisherCrudController.php';
  1690. $this->services['AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\PublisherCrudController();
  1691. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController', $this));
  1692. return $instance;
  1693. }
  1694. /**
  1695. * Gets the public 'AdminBundle\Controller\EasyAdmin\QuizCrudController' shared autowired service.
  1696. *
  1697. * @return \AdminBundle\Controller\EasyAdmin\QuizCrudController
  1698. */
  1699. protected function getQuizCrudControllerService()
  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/AdminBundle/Controller/EasyAdmin/QuizCrudController.php';
  1705. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1706. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizCrudController'])) {
  1707. return $this->services['AdminBundle\\Controller\\EasyAdmin\\QuizCrudController'];
  1708. }
  1709. $this->services['AdminBundle\\Controller\\EasyAdmin\\QuizCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\QuizCrudController($a);
  1710. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\QuizCrudController', $this));
  1711. return $instance;
  1712. }
  1713. /**
  1714. * Gets the public 'AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController' shared autowired service.
  1715. *
  1716. * @return \AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController
  1717. */
  1718. protected function getQuizFromPublicationCrudControllerService()
  1719. {
  1720. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1721. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1722. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1723. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/QuizCrudController.php';
  1724. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/QuizFromPublicationCrudController.php';
  1725. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1726. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController'])) {
  1727. return $this->services['AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController'];
  1728. }
  1729. $this->services['AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController($a, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['AdminBundle\\Service\\CsvImportService'] ?? $this->getCsvImportServiceService()), ($this->privates['AdminBundle\\Service\\MediaService'] ?? $this->getMediaServiceService()));
  1730. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController', $this));
  1731. return $instance;
  1732. }
  1733. /**
  1734. * Gets the public 'AdminBundle\Controller\EasyAdmin\QuizTypeCrudController' shared autowired service.
  1735. *
  1736. * @return \AdminBundle\Controller\EasyAdmin\QuizTypeCrudController
  1737. */
  1738. protected function getQuizTypeCrudControllerService()
  1739. {
  1740. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1741. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1742. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1743. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/QuizTypeCrudController.php';
  1744. $this->services['AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\QuizTypeCrudController();
  1745. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController', $this));
  1746. return $instance;
  1747. }
  1748. /**
  1749. * Gets the public 'AdminBundle\Controller\EasyAdmin\SelfStudyExamQuizCrudController' shared autowired service.
  1750. *
  1751. * @return \AdminBundle\Controller\EasyAdmin\SelfStudyExamQuizCrudController
  1752. */
  1753. protected function getSelfStudyExamQuizCrudControllerService()
  1754. {
  1755. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1756. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1757. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1758. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/SelfStudyExamQuizCrudController.php';
  1759. $this->services['AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\SelfStudyExamQuizCrudController();
  1760. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController', $this));
  1761. return $instance;
  1762. }
  1763. /**
  1764. * Gets the public 'AdminBundle\Controller\EasyAdmin\TagCrudController' shared autowired service.
  1765. *
  1766. * @return \AdminBundle\Controller\EasyAdmin\TagCrudController
  1767. */
  1768. protected function getTagCrudControllerService()
  1769. {
  1770. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1771. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1772. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1773. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TagCrudController.php';
  1774. $this->services['AdminBundle\\Controller\\EasyAdmin\\TagCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\TagCrudController();
  1775. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TagCrudController', $this));
  1776. return $instance;
  1777. }
  1778. /**
  1779. * Gets the public 'AdminBundle\Controller\EasyAdmin\TemplateCrudController' shared autowired service.
  1780. *
  1781. * @return \AdminBundle\Controller\EasyAdmin\TemplateCrudController
  1782. */
  1783. protected function getTemplateCrudControllerService()
  1784. {
  1785. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1786. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1787. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1788. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TemplateCrudController.php';
  1789. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1790. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController'])) {
  1791. return $this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController'];
  1792. }
  1793. $this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\TemplateCrudController(($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService()));
  1794. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController', $this));
  1795. return $instance;
  1796. }
  1797. /**
  1798. * Gets the public 'AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController' shared autowired service.
  1799. *
  1800. * @return \AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController
  1801. */
  1802. protected function getTemplateFromTopicCrudControllerService()
  1803. {
  1804. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1805. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1806. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1807. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TemplateCrudController.php';
  1808. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TemplateFromTopicCrudController.php';
  1809. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1810. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController'])) {
  1811. return $this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController'];
  1812. }
  1813. $this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService()));
  1814. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController', $this));
  1815. return $instance;
  1816. }
  1817. /**
  1818. * Gets the public 'AdminBundle\Controller\EasyAdmin\TemplateSetCrudController' shared autowired service.
  1819. *
  1820. * @return \AdminBundle\Controller\EasyAdmin\TemplateSetCrudController
  1821. */
  1822. protected function getTemplateSetCrudControllerService()
  1823. {
  1824. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1825. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1826. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1827. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TemplateSetCrudController.php';
  1828. $this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\TemplateSetCrudController();
  1829. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController', $this));
  1830. return $instance;
  1831. }
  1832. /**
  1833. * Gets the public 'AdminBundle\Controller\EasyAdmin\TopicCrudController' shared autowired service.
  1834. *
  1835. * @return \AdminBundle\Controller\EasyAdmin\TopicCrudController
  1836. */
  1837. protected function getTopicCrudControllerService()
  1838. {
  1839. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1840. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1841. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1842. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TopicCrudController.php';
  1843. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1844. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\TopicCrudController'])) {
  1845. return $this->services['AdminBundle\\Controller\\EasyAdmin\\TopicCrudController'];
  1846. }
  1847. $this->services['AdminBundle\\Controller\\EasyAdmin\\TopicCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\TopicCrudController(($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['AdminBundle\\Service\\TopicService'] ?? $this->getTopicServiceService()));
  1848. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TopicCrudController', $this));
  1849. return $instance;
  1850. }
  1851. /**
  1852. * Gets the public 'AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController' shared autowired service.
  1853. *
  1854. * @return \AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController
  1855. */
  1856. protected function getTopicFromCategoryCrudControllerService()
  1857. {
  1858. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1859. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1860. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1861. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TopicCrudController.php';
  1862. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TopicFromCategoryCrudController.php';
  1863. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1864. if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController'])) {
  1865. return $this->services['AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController'];
  1866. }
  1867. $this->services['AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['AdminBundle\\Service\\TopicService'] ?? $this->getTopicServiceService()));
  1868. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController', $this));
  1869. return $instance;
  1870. }
  1871. /**
  1872. * Gets the public 'AdminBundle\Controller\EasyAdmin\UserCrudController' shared autowired service.
  1873. *
  1874. * @return \AdminBundle\Controller\EasyAdmin\UserCrudController
  1875. */
  1876. protected function getUserCrudControllerService()
  1877. {
  1878. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1879. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1880. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1881. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/UserCrudController.php';
  1882. $this->services['AdminBundle\\Controller\\EasyAdmin\\UserCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\UserCrudController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1883. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\UserCrudController', $this));
  1884. return $instance;
  1885. }
  1886. /**
  1887. * Gets the public 'AdminBundle\Controller\EasyAdmin\WorksheetCrudController' shared autowired service.
  1888. *
  1889. * @return \AdminBundle\Controller\EasyAdmin\WorksheetCrudController
  1890. */
  1891. protected function getWorksheetCrudControllerService()
  1892. {
  1893. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1894. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
  1895. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
  1896. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/WorksheetCrudController.php';
  1897. $this->services['AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\WorksheetCrudController();
  1898. $instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController', $this));
  1899. return $instance;
  1900. }
  1901. /**
  1902. * Gets the public 'AdminBundle\Controller\InstitutionController' shared autowired service.
  1903. *
  1904. * @return \AdminBundle\Controller\InstitutionController
  1905. */
  1906. protected function getInstitutionControllerService()
  1907. {
  1908. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1909. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/InstitutionController.php';
  1910. $this->services['AdminBundle\\Controller\\InstitutionController'] = $instance = new \AdminBundle\Controller\InstitutionController(($this->privates['AdminBundle\\Service\\InstitutionService'] ?? $this->getInstitutionServiceService()));
  1911. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\InstitutionController', $this));
  1912. return $instance;
  1913. }
  1914. /**
  1915. * Gets the public 'AdminBundle\Controller\MathproblemController' shared autowired service.
  1916. *
  1917. * @return \AdminBundle\Controller\MathproblemController
  1918. */
  1919. protected function getMathproblemControllerService()
  1920. {
  1921. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1922. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/MathproblemController.php';
  1923. $this->services['AdminBundle\\Controller\\MathproblemController'] = $instance = new \AdminBundle\Controller\MathproblemController();
  1924. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\MathproblemController', $this));
  1925. return $instance;
  1926. }
  1927. /**
  1928. * Gets the public 'AdminBundle\Controller\ProblemController' shared autowired service.
  1929. *
  1930. * @return \AdminBundle\Controller\ProblemController
  1931. */
  1932. protected function getProblemControllerService()
  1933. {
  1934. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1935. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/ProblemController.php';
  1936. $this->services['AdminBundle\\Controller\\ProblemController'] = $instance = new \AdminBundle\Controller\ProblemController(($this->privates['AdminBundle\\Service\\ProblemService'] ?? $this->getProblemService4Service()), ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['TeacherBundle\\Service\\MathProblemService'] ?? $this->getMathProblemService3Service()));
  1937. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\ProblemController', $this));
  1938. return $instance;
  1939. }
  1940. /**
  1941. * Gets the public 'AdminBundle\Controller\ResetPasswordController' shared autowired service.
  1942. *
  1943. * @return \AdminBundle\Controller\ResetPasswordController
  1944. */
  1945. protected function getResetPasswordControllerService()
  1946. {
  1947. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1948. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/ResetPasswordController.php';
  1949. $this->services['AdminBundle\\Controller\\ResetPasswordController'] = $instance = new \AdminBundle\Controller\ResetPasswordController();
  1950. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\ResetPasswordController', $this));
  1951. return $instance;
  1952. }
  1953. /**
  1954. * Gets the public 'AdminBundle\Controller\TagController' shared autowired service.
  1955. *
  1956. * @return \AdminBundle\Controller\TagController
  1957. */
  1958. protected function getTagControllerService()
  1959. {
  1960. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1961. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/TagController.php';
  1962. $this->services['AdminBundle\\Controller\\TagController'] = $instance = new \AdminBundle\Controller\TagController();
  1963. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\TagController', $this));
  1964. return $instance;
  1965. }
  1966. /**
  1967. * Gets the public 'AdminBundle\Controller\TemplateController' shared autowired service.
  1968. *
  1969. * @return \AdminBundle\Controller\TemplateController
  1970. */
  1971. protected function getTemplateControllerService()
  1972. {
  1973. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1974. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/TemplateController.php';
  1975. $this->services['AdminBundle\\Controller\\TemplateController'] = $instance = new \AdminBundle\Controller\TemplateController();
  1976. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\TemplateController', $this));
  1977. return $instance;
  1978. }
  1979. /**
  1980. * Gets the public 'AdminBundle\Controller\TopicController' shared autowired service.
  1981. *
  1982. * @return \AdminBundle\Controller\TopicController
  1983. */
  1984. protected function getTopicControllerService()
  1985. {
  1986. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1987. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/TopicController.php';
  1988. $this->services['AdminBundle\\Controller\\TopicController'] = $instance = new \AdminBundle\Controller\TopicController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1989. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\TopicController', $this));
  1990. return $instance;
  1991. }
  1992. /**
  1993. * Gets the public 'AdminBundle\Controller\UserController' shared autowired service.
  1994. *
  1995. * @return \AdminBundle\Controller\UserController
  1996. */
  1997. protected function getUserControllerService()
  1998. {
  1999. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2000. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/UserController.php';
  2001. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/UserService.php';
  2002. $this->services['AdminBundle\\Controller\\UserController'] = $instance = new \AdminBundle\Controller\UserController(new \AdminBundle\Service\UserService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['AdminBundle\\Service\\InstitutionService'] ?? $this->getInstitutionServiceService()));
  2003. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\UserController', $this));
  2004. return $instance;
  2005. }
  2006. /**
  2007. * Gets the public 'CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand' shared autowired service.
  2008. *
  2009. * @return \CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand
  2010. */
  2011. protected function getAbacusCopyAnonymizedProdDataToTestServerCommandService()
  2012. {
  2013. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2014. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusCopyAnonymizedProdDataToTestServerCommand.php';
  2015. $this->services['CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand'] = $instance = new \CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand();
  2016. $instance->setName('abacus:copy-anonymized-prod-data-to-test-server');
  2017. $instance->setDescription('Copy anonymized data from the production server to the test server');
  2018. return $instance;
  2019. }
  2020. /**
  2021. * Gets the public 'CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand' shared autowired service.
  2022. *
  2023. * @return \CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand
  2024. */
  2025. protected function getAbacusDispatchEventsToClickstreamCommandService()
  2026. {
  2027. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2028. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusDispatchEventsToClickstreamCommand.php';
  2029. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ClickstreamLoggerService.php';
  2030. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ClickstreamDtoPopulatorService.php';
  2031. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ClickstreamConnectorService.php';
  2032. $this->services['CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand'] = $instance = new \CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand(\dirname(__DIR__, 4), '', '', new \CoreBundle\Service\ClickstreamLoggerService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \CoreBundle\Service\ClickstreamDtoPopulatorService('abacus-fysik', \dirname(__DIR__, 4), '9788743322092', ($this->services['translator'] ?? $this->getTranslatorService())), new \CoreBundle\Service\ClickstreamConnectorService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), '', '')));
  2033. $instance->setName('abacus:dispatch-events-to-clickstream-log');
  2034. $instance->setDescription('Dispatch events to Clickstream Log');
  2035. return $instance;
  2036. }
  2037. /**
  2038. * Gets the public 'CoreBundle\Command\AbacusFetchSiteCommand' shared autowired service.
  2039. *
  2040. * @return \CoreBundle\Command\AbacusFetchSiteCommand
  2041. */
  2042. protected function getAbacusFetchSiteCommandService()
  2043. {
  2044. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2045. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusFetchSiteCommand.php';
  2046. $this->services['CoreBundle\\Command\\AbacusFetchSiteCommand'] = $instance = new \CoreBundle\Command\AbacusFetchSiteCommand(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2047. $instance->setName('abacus:fetch-site');
  2048. $instance->setDescription('Fetch site database and/or media folder from test server');
  2049. return $instance;
  2050. }
  2051. /**
  2052. * Gets the public 'CoreBundle\Command\AbacusLoadTestDataCommand' shared autowired service.
  2053. *
  2054. * @return \CoreBundle\Command\AbacusLoadTestDataCommand
  2055. */
  2056. protected function getAbacusLoadTestDataCommandService()
  2057. {
  2058. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2059. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusLoadTestDataCommand.php';
  2060. $this->services['CoreBundle\\Command\\AbacusLoadTestDataCommand'] = $instance = new \CoreBundle\Command\AbacusLoadTestDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\TestDataService'] ?? $this->getTestDataServiceService()));
  2061. $instance->setName('abacus:load-test-data');
  2062. $instance->setDescription('Load anonymized test data into test database and - optionally - append custom data from TestDataForTestSites.php.');
  2063. return $instance;
  2064. }
  2065. /**
  2066. * Gets the public 'CoreBundle\Command\AbacusLocateInlineImagesCommand' shared autowired service.
  2067. *
  2068. * @return \CoreBundle\Command\AbacusLocateInlineImagesCommand
  2069. */
  2070. protected function getAbacusLocateInlineImagesCommandService()
  2071. {
  2072. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2073. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusLocateInlineImagesCommand.php';
  2074. $this->services['CoreBundle\\Command\\AbacusLocateInlineImagesCommand'] = $instance = new \CoreBundle\Command\AbacusLocateInlineImagesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2075. $instance->setName('abacus:locate-inline-images');
  2076. $instance->setDescription('Lists inline images across specific tables');
  2077. return $instance;
  2078. }
  2079. /**
  2080. * Gets the public 'CoreBundle\Command\AbacusLocateMissingFilesCommand' shared autowired service.
  2081. *
  2082. * @return \CoreBundle\Command\AbacusLocateMissingFilesCommand
  2083. */
  2084. protected function getAbacusLocateMissingFilesCommandService()
  2085. {
  2086. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2087. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusLocateMissingFilesCommand.php';
  2088. $this->services['CoreBundle\\Command\\AbacusLocateMissingFilesCommand'] = $instance = new \CoreBundle\Command\AbacusLocateMissingFilesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2089. $instance->setName('abacus:locate-missing-files');
  2090. $instance->setDescription('Lists missing media files on various entity types');
  2091. return $instance;
  2092. }
  2093. /**
  2094. * Gets the public 'CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand' shared autowired service.
  2095. *
  2096. * @return \CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand
  2097. */
  2098. protected function getAbacusMigrateTextbookElementImagesToReferencesCommandService()
  2099. {
  2100. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2101. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusMigrateTextbookElementImagesToReferencesCommand.php';
  2102. $this->services['CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand'] = $instance = new \CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  2103. $instance->setName('abacus:migrate-textbook-element-images-to-references');
  2104. $instance->setDescription('Migrate textbook element images to references in Abacus');
  2105. return $instance;
  2106. }
  2107. /**
  2108. * Gets the public 'CoreBundle\Command\AbacusProblemdndMigrateCommand' shared autowired service.
  2109. *
  2110. * @return \CoreBundle\Command\AbacusProblemdndMigrateCommand
  2111. */
  2112. protected function getAbacusProblemdndMigrateCommandService()
  2113. {
  2114. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2115. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusProblemdndMigrateCommand.php';
  2116. return $this->services['CoreBundle\\Command\\AbacusProblemdndMigrateCommand'] = new \CoreBundle\Command\AbacusProblemdndMigrateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2117. }
  2118. /**
  2119. * Gets the public 'CoreBundle\Command\AbacusRearrangeMathProblemsCommand' shared autowired service.
  2120. *
  2121. * @return \CoreBundle\Command\AbacusRearrangeMathProblemsCommand
  2122. */
  2123. protected function getAbacusRearrangeMathProblemsCommandService()
  2124. {
  2125. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2126. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusRearrangeMathProblemsCommand.php';
  2127. $this->services['CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand'] = $instance = new \CoreBundle\Command\AbacusRearrangeMathProblemsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2128. $instance->setName('abacus:rearrange');
  2129. $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.');
  2130. return $instance;
  2131. }
  2132. /**
  2133. * Gets the public 'CoreBundle\Command\AbacusValidateAllMathproblemsCommand' shared autowired service.
  2134. *
  2135. * @return \CoreBundle\Command\AbacusValidateAllMathproblemsCommand
  2136. */
  2137. protected function getAbacusValidateAllMathproblemsCommandService()
  2138. {
  2139. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2140. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusValidateAllMathproblemsCommand.php';
  2141. $this->services['CoreBundle\\Command\\AbacusValidateAllMathproblemsCommand'] = $instance = new \CoreBundle\Command\AbacusValidateAllMathproblemsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService()));
  2142. $instance->setName('abacus:validate-all-mathproblems');
  2143. $instance->setDescription('Re-validates all mathproblems');
  2144. return $instance;
  2145. }
  2146. /**
  2147. * Gets the public 'CoreBundle\Command\AbacusValidateExistingMathproblemsCommand' shared autowired service.
  2148. *
  2149. * @return \CoreBundle\Command\AbacusValidateExistingMathproblemsCommand
  2150. */
  2151. protected function getAbacusValidateExistingMathproblemsCommandService()
  2152. {
  2153. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2154. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusValidateExistingMathproblemsCommand.php';
  2155. $this->services['CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand'] = $instance = new \CoreBundle\Command\AbacusValidateExistingMathproblemsCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()));
  2156. $instance->setName('abacus:validate-existing-mathproblems');
  2157. $instance->setDescription('Validates any valid mathproblem that is not yet marked as valid');
  2158. return $instance;
  2159. }
  2160. /**
  2161. * Gets the public 'CoreBundle\Command\DeleteOldLogEventsCommand' shared autowired service.
  2162. *
  2163. * @return \CoreBundle\Command\DeleteOldLogEventsCommand
  2164. */
  2165. protected function getDeleteOldLogEventsCommandService()
  2166. {
  2167. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2168. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/DeleteOldLogEventsCommand.php';
  2169. return $this->services['CoreBundle\\Command\\DeleteOldLogEventsCommand'] = new \CoreBundle\Command\DeleteOldLogEventsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2170. }
  2171. /**
  2172. * Gets the public 'CoreBundle\Command\DispatchMigrateFilesToReferencesCommand' shared autowired service.
  2173. *
  2174. * @return \CoreBundle\Command\DispatchMigrateFilesToReferencesCommand
  2175. */
  2176. protected function getDispatchMigrateFilesToReferencesCommandService()
  2177. {
  2178. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2179. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/DispatchMigrateFilesToReferencesCommand.php';
  2180. $this->services['CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand'] = $instance = new \CoreBundle\Command\DispatchMigrateFilesToReferencesCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2181. $instance->setName('abacus:dispatch-migrate-files');
  2182. $instance->setDescription('Migrate files to references in Abacus using Message bus');
  2183. return $instance;
  2184. }
  2185. /**
  2186. * Gets the public 'CoreBundle\Command\FulfilDeletionRequestsCommand' shared autowired service.
  2187. *
  2188. * @return \CoreBundle\Command\FulfilDeletionRequestsCommand
  2189. */
  2190. protected function getFulfilDeletionRequestsCommandService()
  2191. {
  2192. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2193. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/FulfilDeletionRequestsCommand.php';
  2194. return $this->services['CoreBundle\\Command\\FulfilDeletionRequestsCommand'] = new \CoreBundle\Command\FulfilDeletionRequestsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2195. }
  2196. /**
  2197. * Gets the public 'CoreBundle\Command\MigrateWordOptionsCommand' shared autowired service.
  2198. *
  2199. * @return \CoreBundle\Command\MigrateWordOptionsCommand
  2200. */
  2201. protected function getMigrateWordOptionsCommandService()
  2202. {
  2203. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2204. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/MigrateWordOptionsCommand.php';
  2205. return $this->services['CoreBundle\\Command\\MigrateWordOptionsCommand'] = new \CoreBundle\Command\MigrateWordOptionsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2206. }
  2207. /**
  2208. * Gets the public 'CoreBundle\Command\RemoveEndToEndTestDataCommand' shared autowired service.
  2209. *
  2210. * @return \CoreBundle\Command\RemoveEndToEndTestDataCommand
  2211. */
  2212. protected function getRemoveEndToEndTestDataCommandService()
  2213. {
  2214. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2215. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/RemoveEndToEndTestDataCommand.php';
  2216. return $this->services['CoreBundle\\Command\\RemoveEndToEndTestDataCommand'] = new \CoreBundle\Command\RemoveEndToEndTestDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2217. }
  2218. /**
  2219. * Gets the public 'CoreBundle\Command\RemoveStudentFromClassroomsCommand' shared autowired service.
  2220. *
  2221. * @return \CoreBundle\Command\RemoveStudentFromClassroomsCommand
  2222. */
  2223. protected function getRemoveStudentFromClassroomsCommandService()
  2224. {
  2225. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2226. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/RemoveStudentFromClassroomsCommand.php';
  2227. return $this->services['CoreBundle\\Command\\RemoveStudentFromClassroomsCommand'] = new \CoreBundle\Command\RemoveStudentFromClassroomsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2228. }
  2229. /**
  2230. * Gets the public 'CoreBundle\Command\RetentionCleanupCommand' shared autowired service.
  2231. *
  2232. * @return \CoreBundle\Command\RetentionCleanupCommand
  2233. */
  2234. protected function getRetentionCleanupCommandService()
  2235. {
  2236. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2237. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/RetentionCleanupCommand.php';
  2238. return $this->services['CoreBundle\\Command\\RetentionCleanupCommand'] = new \CoreBundle\Command\RetentionCleanupCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2239. }
  2240. /**
  2241. * Gets the public 'CoreBundle\Command\SetupEndToEndTestDataCommand' shared autowired service.
  2242. *
  2243. * @return \CoreBundle\Command\SetupEndToEndTestDataCommand
  2244. */
  2245. protected function getSetupEndToEndTestDataCommandService()
  2246. {
  2247. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2248. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/SetupEndToEndTestDataCommand.php';
  2249. return $this->services['CoreBundle\\Command\\SetupEndToEndTestDataCommand'] = new \CoreBundle\Command\SetupEndToEndTestDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\TestDataService'] ?? $this->getTestDataServiceService()));
  2250. }
  2251. /**
  2252. * Gets the public 'CoreBundle\Command\UpdateSystimeUsersCommand' shared service.
  2253. *
  2254. * @return \CoreBundle\Command\UpdateSystimeUsersCommand
  2255. */
  2256. protected function getUpdateSystimeUsersCommandService()
  2257. {
  2258. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2259. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/UpdateSystimeUsersCommand.php';
  2260. return $this->services['CoreBundle\\Command\\UpdateSystimeUsersCommand'] = new \CoreBundle\Command\UpdateSystimeUsersCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['eight_points_guzzle.client.systime_users'] ?? $this->getEightPointsGuzzle_Client_SystimeUsersService()), 'default value', 'default value', 'default value');
  2261. }
  2262. /**
  2263. * Gets the public 'CoreBundle\Controller\API\PollyController' shared autowired service.
  2264. *
  2265. * @return \CoreBundle\Controller\API\PollyController
  2266. */
  2267. protected function getPollyControllerService()
  2268. {
  2269. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2270. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/API/PollyController.php';
  2271. $this->services['CoreBundle\\Controller\\API\\PollyController'] = $instance = new \CoreBundle\Controller\API\PollyController();
  2272. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\API\\PollyController', $this));
  2273. return $instance;
  2274. }
  2275. /**
  2276. * Gets the public 'CoreBundle\Controller\API\ProblemController' shared autowired service.
  2277. *
  2278. * @return \CoreBundle\Controller\API\ProblemController
  2279. */
  2280. protected function getProblemController2Service()
  2281. {
  2282. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2283. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/API/ProblemController.php';
  2284. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Validators/QuizUnitValidator.php';
  2285. $this->services['CoreBundle\\Controller\\API\\ProblemController'] = $instance = new \CoreBundle\Controller\API\ProblemController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()), ($this->services['CoreBundle\\Validators\\QuizUnitValidator'] ?? ($this->services['CoreBundle\\Validators\\QuizUnitValidator'] = new \CoreBundle\Validators\QuizUnitValidator())));
  2286. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\API\\ProblemController', $this));
  2287. return $instance;
  2288. }
  2289. /**
  2290. * Gets the public 'CoreBundle\Controller\API\SharedQuizController' shared autowired service.
  2291. *
  2292. * @return \CoreBundle\Controller\API\SharedQuizController
  2293. */
  2294. protected function getSharedQuizControllerService()
  2295. {
  2296. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2297. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/API/SharedQuizController.php';
  2298. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Validators/QuizUnitValidator.php';
  2299. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/ValidationHelper.php';
  2300. $this->services['CoreBundle\\Controller\\API\\SharedQuizController'] = $instance = new \CoreBundle\Controller\API\SharedQuizController(($this->services['CoreBundle\\Validators\\QuizUnitValidator'] ?? ($this->services['CoreBundle\\Validators\\QuizUnitValidator'] = new \CoreBundle\Validators\QuizUnitValidator())), ($this->services['CoreBundle\\Helpers\\ValidationHelper'] ?? ($this->services['CoreBundle\\Helpers\\ValidationHelper'] = new \CoreBundle\Helpers\ValidationHelper())));
  2301. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\API\\SharedQuizController', $this));
  2302. return $instance;
  2303. }
  2304. /**
  2305. * Gets the public 'CoreBundle\Controller\API\VideoController' shared autowired service.
  2306. *
  2307. * @return \CoreBundle\Controller\API\VideoController
  2308. */
  2309. protected function getVideoControllerService()
  2310. {
  2311. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2312. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/API/VideoController.php';
  2313. $this->services['CoreBundle\\Controller\\API\\VideoController'] = $instance = new \CoreBundle\Controller\API\VideoController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2314. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\API\\VideoController', $this));
  2315. return $instance;
  2316. }
  2317. /**
  2318. * Gets the public 'CoreBundle\Controller\BugReportController' shared autowired service.
  2319. *
  2320. * @return \CoreBundle\Controller\BugReportController
  2321. */
  2322. protected function getBugReportControllerService()
  2323. {
  2324. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2325. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/BugReportController.php';
  2326. $this->services['CoreBundle\\Controller\\BugReportController'] = $instance = new \CoreBundle\Controller\BugReportController();
  2327. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\BugReportController', $this));
  2328. return $instance;
  2329. }
  2330. /**
  2331. * Gets the public 'CoreBundle\Controller\DataController' shared autowired service.
  2332. *
  2333. * @return \CoreBundle\Controller\DataController
  2334. */
  2335. protected function getDataControllerService()
  2336. {
  2337. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2338. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/DataController.php';
  2339. $this->services['CoreBundle\\Controller\\DataController'] = $instance = new \CoreBundle\Controller\DataController(($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  2340. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\DataController', $this));
  2341. return $instance;
  2342. }
  2343. /**
  2344. * Gets the public 'CoreBundle\Controller\DefaultController' shared autowired service.
  2345. *
  2346. * @return \CoreBundle\Controller\DefaultController
  2347. */
  2348. protected function getDefaultController2Service()
  2349. {
  2350. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2351. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/DefaultController.php';
  2352. $this->services['CoreBundle\\Controller\\DefaultController'] = $instance = new \CoreBundle\Controller\DefaultController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2353. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\DefaultController', $this));
  2354. return $instance;
  2355. }
  2356. /**
  2357. * Gets the public 'CoreBundle\Controller\EventLoggerController' shared autowired service.
  2358. *
  2359. * @return \CoreBundle\Controller\EventLoggerController
  2360. */
  2361. protected function getEventLoggerControllerService()
  2362. {
  2363. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2364. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/EventLoggerController.php';
  2365. $this->services['CoreBundle\\Controller\\EventLoggerController'] = $instance = new \CoreBundle\Controller\EventLoggerController();
  2366. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\EventLoggerController', $this));
  2367. return $instance;
  2368. }
  2369. /**
  2370. * Gets the public 'CoreBundle\Controller\KombiMatController' shared autowired service.
  2371. *
  2372. * @return \CoreBundle\Controller\KombiMatController
  2373. */
  2374. protected function getKombiMatControllerService()
  2375. {
  2376. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2377. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/KombiMatController.php';
  2378. $this->services['CoreBundle\\Controller\\KombiMatController'] = $instance = new \CoreBundle\Controller\KombiMatController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2379. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\KombiMatController', $this));
  2380. return $instance;
  2381. }
  2382. /**
  2383. * Gets the public 'CoreBundle\Controller\MathProblemController' shared autowired service.
  2384. *
  2385. * @return \CoreBundle\Controller\MathProblemController
  2386. */
  2387. protected function getMathProblemController2Service()
  2388. {
  2389. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2390. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/MathProblemController.php';
  2391. $this->services['CoreBundle\\Controller\\MathProblemController'] = $instance = new \CoreBundle\Controller\MathProblemController();
  2392. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\MathProblemController', $this));
  2393. return $instance;
  2394. }
  2395. /**
  2396. * Gets the public 'CoreBundle\Controller\ResultsController' shared autowired service.
  2397. *
  2398. * @return \CoreBundle\Controller\ResultsController
  2399. */
  2400. protected function getResultsControllerService()
  2401. {
  2402. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2403. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/ResultsController.php';
  2404. $this->services['CoreBundle\\Controller\\ResultsController'] = $instance = new \CoreBundle\Controller\ResultsController();
  2405. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\ResultsController', $this));
  2406. return $instance;
  2407. }
  2408. /**
  2409. * Gets the public 'CoreBundle\Controller\TestController' shared autowired service.
  2410. *
  2411. * @return \CoreBundle\Controller\TestController
  2412. */
  2413. protected function getTestControllerService()
  2414. {
  2415. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2416. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/TestController.php';
  2417. $this->services['CoreBundle\\Controller\\TestController'] = $instance = new \CoreBundle\Controller\TestController();
  2418. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\TestController', $this));
  2419. return $instance;
  2420. }
  2421. /**
  2422. * Gets the public 'CoreBundle\Controller\TextbookController' shared autowired service.
  2423. *
  2424. * @return \CoreBundle\Controller\TextbookController
  2425. */
  2426. protected function getTextbookControllerService()
  2427. {
  2428. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2429. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/TextbookController.php';
  2430. $this->services['CoreBundle\\Controller\\TextbookController'] = $instance = new \CoreBundle\Controller\TextbookController(($this->services['CoreBundle\\Service\\TextbookService'] ?? $this->getTextbookServiceService()));
  2431. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\TextbookController', $this));
  2432. return $instance;
  2433. }
  2434. /**
  2435. * Gets the public 'CoreBundle\Helpers\InternalSyntaxHelper' shared autowired service.
  2436. *
  2437. * @return \CoreBundle\Helpers\InternalSyntaxHelper
  2438. */
  2439. protected function getInternalSyntaxHelperService()
  2440. {
  2441. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/InternalSyntaxHelper.php';
  2442. return $this->services['CoreBundle\\Helpers\\InternalSyntaxHelper'] = new \CoreBundle\Helpers\InternalSyntaxHelper();
  2443. }
  2444. /**
  2445. * Gets the public 'CoreBundle\Helpers\TokenizeHelper' shared autowired service.
  2446. *
  2447. * @return \CoreBundle\Helpers\TokenizeHelper
  2448. */
  2449. protected function getTokenizeHelperService()
  2450. {
  2451. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/TokenizeHelper.php';
  2452. return $this->services['CoreBundle\\Helpers\\TokenizeHelper'] = new \CoreBundle\Helpers\TokenizeHelper();
  2453. }
  2454. /**
  2455. * Gets the public 'CoreBundle\Helpers\ValidationHelper' shared autowired service.
  2456. *
  2457. * @return \CoreBundle\Helpers\ValidationHelper
  2458. */
  2459. protected function getValidationHelperService()
  2460. {
  2461. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/ValidationHelper.php';
  2462. return $this->services['CoreBundle\\Helpers\\ValidationHelper'] = new \CoreBundle\Helpers\ValidationHelper();
  2463. }
  2464. /**
  2465. * Gets the public 'CoreBundle\Service\API\AdaptiveActivityResultsService' shared autowired service.
  2466. *
  2467. * @return \CoreBundle\Service\API\AdaptiveActivityResultsService
  2468. */
  2469. protected function getAdaptiveActivityResultsServiceService()
  2470. {
  2471. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AdaptiveActivityResultsService.php';
  2472. return $this->services['CoreBundle\\Service\\API\\AdaptiveActivityResultsService'] = new \CoreBundle\Service\API\AdaptiveActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()), 'highschool');
  2473. }
  2474. /**
  2475. * Gets the public 'CoreBundle\Service\API\AnswerService' shared autowired service.
  2476. *
  2477. * @return \CoreBundle\Service\API\AnswerService
  2478. */
  2479. protected function getAnswerServiceService()
  2480. {
  2481. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
  2482. return $this->services['CoreBundle\\Service\\API\\AnswerService'] = new \CoreBundle\Service\API\AnswerService('abacus-fysik');
  2483. }
  2484. /**
  2485. * Gets the public 'CoreBundle\Service\API\CrammingActivityResultsService' shared autowired service.
  2486. *
  2487. * @return \CoreBundle\Service\API\CrammingActivityResultsService
  2488. */
  2489. protected function getCrammingActivityResultsServiceService()
  2490. {
  2491. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/CrammingActivityResultsService.php';
  2492. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
  2493. return $this->services['CoreBundle\\Service\\API\\CrammingActivityResultsService'] = new \CoreBundle\Service\API\CrammingActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\AnswerService'] ?? ($this->services['CoreBundle\\Service\\API\\AnswerService'] = new \CoreBundle\Service\API\AnswerService('abacus-fysik'))));
  2494. }
  2495. /**
  2496. * Gets the public 'CoreBundle\Service\API\DictateActivityResultsService' shared autowired service.
  2497. *
  2498. * @return \CoreBundle\Service\API\DictateActivityResultsService
  2499. */
  2500. protected function getDictateActivityResultsServiceService()
  2501. {
  2502. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/DictateActivityResultsService.php';
  2503. return $this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] = new \CoreBundle\Service\API\DictateActivityResultsService();
  2504. }
  2505. /**
  2506. * Gets the public 'CoreBundle\Service\API\ExtractQuestionAnswers' shared autowired service.
  2507. *
  2508. * @return \CoreBundle\Service\API\ExtractQuestionAnswers
  2509. */
  2510. protected function getExtractQuestionAnswersService()
  2511. {
  2512. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ExtractQuestionAnswers.php';
  2513. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2514. if (isset($this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'])) {
  2515. return $this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'];
  2516. }
  2517. return $this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'] = new \CoreBundle\Service\API\ExtractQuestionAnswers($a);
  2518. }
  2519. /**
  2520. * Gets the public 'CoreBundle\Service\API\HomeworkActivityResultsService' shared autowired service.
  2521. *
  2522. * @return \CoreBundle\Service\API\HomeworkActivityResultsService
  2523. */
  2524. protected function getHomeworkActivityResultsServiceService()
  2525. {
  2526. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/HomeworkActivityResultsService.php';
  2527. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
  2528. return $this->services['CoreBundle\\Service\\API\\HomeworkActivityResultsService'] = new \CoreBundle\Service\API\HomeworkActivityResultsService(($this->services['CoreBundle\\Service\\API\\AdaptiveActivityResultsService'] ?? $this->getAdaptiveActivityResultsServiceService()), ($this->services['CoreBundle\\Service\\API\\AnswerService'] ?? ($this->services['CoreBundle\\Service\\API\\AnswerService'] = new \CoreBundle\Service\API\AnswerService('abacus-fysik'))), ($this->privates['CoreBundle\\Service\\GamificationService'] ?? $this->getGamificationServiceService()));
  2529. }
  2530. /**
  2531. * Gets the public 'CoreBundle\Service\API\ProblemService' shared autowired service.
  2532. *
  2533. * @return \CoreBundle\Service\API\ProblemService
  2534. */
  2535. protected function getProblemServiceService()
  2536. {
  2537. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ProblemService.php';
  2538. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
  2539. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/TokenizeHelper.php';
  2540. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/InternalSyntaxHelper.php';
  2541. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/ValidationHelper.php';
  2542. $a = ($this->services['StudentBundle\\Service\\MathproblemService'] ?? $this->getMathproblemService2Service());
  2543. if (isset($this->services['CoreBundle\\Service\\API\\ProblemService'])) {
  2544. return $this->services['CoreBundle\\Service\\API\\ProblemService'];
  2545. }
  2546. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2547. if (isset($this->services['CoreBundle\\Service\\API\\ProblemService'])) {
  2548. return $this->services['CoreBundle\\Service\\API\\ProblemService'];
  2549. }
  2550. $c = ($this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'] ?? $this->getExtractQuestionAnswersService());
  2551. if (isset($this->services['CoreBundle\\Service\\API\\ProblemService'])) {
  2552. return $this->services['CoreBundle\\Service\\API\\ProblemService'];
  2553. }
  2554. $d = ($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService());
  2555. if (isset($this->services['CoreBundle\\Service\\API\\ProblemService'])) {
  2556. return $this->services['CoreBundle\\Service\\API\\ProblemService'];
  2557. }
  2558. return $this->services['CoreBundle\\Service\\API\\ProblemService'] = new \CoreBundle\Service\API\ProblemService(($this->services['TeacherBundle\\Service\\ProblemDndService'] ?? $this->getProblemDndService2Service()), ($this->services['StudentBundle\\Service\\ProblemFreeTextService'] ?? $this->getProblemFreeTextServiceService()), ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService()), $a, ($this->services['CoreBundle\\Service\\API\\AnswerService'] ?? ($this->services['CoreBundle\\Service\\API\\AnswerService'] = new \CoreBundle\Service\API\AnswerService('abacus-fysik'))), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), $b, $c, $d, 'abacus-fysik', 'c9ca7eda-8abd-4574-9359-a603ab883612', ($this->services['CoreBundle\\Helpers\\TokenizeHelper'] ?? ($this->services['CoreBundle\\Helpers\\TokenizeHelper'] = new \CoreBundle\Helpers\TokenizeHelper())), ($this->services['CoreBundle\\Helpers\\InternalSyntaxHelper'] ?? ($this->services['CoreBundle\\Helpers\\InternalSyntaxHelper'] = new \CoreBundle\Helpers\InternalSyntaxHelper())), ($this->services['CoreBundle\\Helpers\\ValidationHelper'] ?? ($this->services['CoreBundle\\Helpers\\ValidationHelper'] = new \CoreBundle\Helpers\ValidationHelper())));
  2559. }
  2560. /**
  2561. * Gets the public 'CoreBundle\Service\API\QuizActivityResultsService' shared autowired service.
  2562. *
  2563. * @return \CoreBundle\Service\API\QuizActivityResultsService
  2564. */
  2565. protected function getQuizActivityResultsServiceService()
  2566. {
  2567. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/QuizActivityResultsService.php';
  2568. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
  2569. return $this->services['CoreBundle\\Service\\API\\QuizActivityResultsService'] = new \CoreBundle\Service\API\QuizActivityResultsService(($this->services['CoreBundle\\Service\\API\\AnswerService'] ?? ($this->services['CoreBundle\\Service\\API\\AnswerService'] = new \CoreBundle\Service\API\AnswerService('abacus-fysik'))), ($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()));
  2570. }
  2571. /**
  2572. * Gets the public 'CoreBundle\Service\API\ReadingTestResultsService' shared autowired service.
  2573. *
  2574. * @return \CoreBundle\Service\API\ReadingTestResultsService
  2575. */
  2576. protected function getReadingTestResultsServiceService()
  2577. {
  2578. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ReadingTestResultsService.php';
  2579. return $this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] = new \CoreBundle\Service\API\ReadingTestResultsService();
  2580. }
  2581. /**
  2582. * Gets the public 'CoreBundle\Service\API\SharedQuizService' shared autowired service.
  2583. *
  2584. * @return \CoreBundle\Service\API\SharedQuizService
  2585. */
  2586. protected function getSharedQuizServiceService()
  2587. {
  2588. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/SharedQuizService.php';
  2589. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2590. if (isset($this->services['CoreBundle\\Service\\API\\SharedQuizService'])) {
  2591. return $this->services['CoreBundle\\Service\\API\\SharedQuizService'];
  2592. }
  2593. $b = ($this->services['UserBundle\\Service\\GaleUserService'] ?? $this->getGaleUserServiceService());
  2594. if (isset($this->services['CoreBundle\\Service\\API\\SharedQuizService'])) {
  2595. return $this->services['CoreBundle\\Service\\API\\SharedQuizService'];
  2596. }
  2597. return $this->services['CoreBundle\\Service\\API\\SharedQuizService'] = new \CoreBundle\Service\API\SharedQuizService($a, ($this->privates['CoreBundle\\Service\\QuizSessionService'] ?? $this->getQuizSessionService3Service()), ($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()), $b);
  2598. }
  2599. /**
  2600. * Gets the public 'CoreBundle\Service\API\TrainingActivityResultsService' shared autowired service.
  2601. *
  2602. * @return \CoreBundle\Service\API\TrainingActivityResultsService
  2603. */
  2604. protected function getTrainingActivityResultsServiceService()
  2605. {
  2606. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/TrainingActivityResultsService.php';
  2607. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
  2608. return $this->services['CoreBundle\\Service\\API\\TrainingActivityResultsService'] = new \CoreBundle\Service\API\TrainingActivityResultsService(($this->services['CoreBundle\\Service\\API\\AdaptiveActivityResultsService'] ?? $this->getAdaptiveActivityResultsServiceService()), ($this->services['CoreBundle\\Service\\API\\AnswerService'] ?? ($this->services['CoreBundle\\Service\\API\\AnswerService'] = new \CoreBundle\Service\API\AnswerService('abacus-fysik'))), ($this->privates['CoreBundle\\Service\\GamificationService'] ?? $this->getGamificationServiceService()));
  2609. }
  2610. /**
  2611. * Gets the public 'CoreBundle\Service\ActivityFolderService' shared autowired service.
  2612. *
  2613. * @return \CoreBundle\Service\ActivityFolderService
  2614. */
  2615. protected function getActivityFolderServiceService()
  2616. {
  2617. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityFolderService.php';
  2618. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityTypeMappingService.php';
  2619. $a = ($this->services['CoreBundle\\Transformer\\ActivityFolderTransformer'] ?? $this->getActivityFolderTransformerService());
  2620. if (isset($this->services['CoreBundle\\Service\\ActivityFolderService'])) {
  2621. return $this->services['CoreBundle\\Service\\ActivityFolderService'];
  2622. }
  2623. return $this->services['CoreBundle\\Service\\ActivityFolderService'] = new \CoreBundle\Service\ActivityFolderService(($this->services['CoreBundle\\Service\\ActivityResolverService'] ?? $this->getActivityResolverServiceService()), ($this->services['CoreBundle\\Service\\ActivityTypeMappingService'] ?? ($this->services['CoreBundle\\Service\\ActivityTypeMappingService'] = new \CoreBundle\Service\ActivityTypeMappingService('abacus-fysik'))), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, 'abacus-fysik', ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->services['TeacherBundle\\Service\\API\\DictateActivityService'] ?? $this->getDictateActivityServiceService()), ($this->services['TeacherBundle\\Service\\API\\ReadingTestActivityService'] ?? $this->getReadingTestActivityServiceService()), ($this->services['TeacherBundle\\Service\\API\\QuizActivityService'] ?? $this->getQuizActivityService2Service()));
  2624. }
  2625. /**
  2626. * Gets the public 'CoreBundle\Service\ActivityResolverService' shared autowired service.
  2627. *
  2628. * @return \CoreBundle\Service\ActivityResolverService
  2629. */
  2630. protected function getActivityResolverServiceService()
  2631. {
  2632. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityResolverService.php';
  2633. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityTypeMappingService.php';
  2634. return $this->services['CoreBundle\\Service\\ActivityResolverService'] = new \CoreBundle\Service\ActivityResolverService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\ActivityTypeMappingService'] ?? ($this->services['CoreBundle\\Service\\ActivityTypeMappingService'] = new \CoreBundle\Service\ActivityTypeMappingService('abacus-fysik'))));
  2635. }
  2636. /**
  2637. * Gets the public 'CoreBundle\Service\ActivityTypeMappingService' shared autowired service.
  2638. *
  2639. * @return \CoreBundle\Service\ActivityTypeMappingService
  2640. */
  2641. protected function getActivityTypeMappingServiceService()
  2642. {
  2643. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityTypeMappingService.php';
  2644. return $this->services['CoreBundle\\Service\\ActivityTypeMappingService'] = new \CoreBundle\Service\ActivityTypeMappingService('abacus-fysik');
  2645. }
  2646. /**
  2647. * Gets the public 'CoreBundle\Service\DataService' shared autowired service.
  2648. *
  2649. * @return \CoreBundle\Service\DataService
  2650. */
  2651. protected function getDataServiceService()
  2652. {
  2653. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/DataService.php';
  2654. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionTimeStatusResolver.php';
  2655. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ScoreService.php';
  2656. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2657. if (isset($this->services['CoreBundle\\Service\\DataService'])) {
  2658. return $this->services['CoreBundle\\Service\\DataService'];
  2659. }
  2660. $b = ($this->services['StudentBundle\\Service\\CrammingActivityService'] ?? $this->getCrammingActivityServiceService());
  2661. if (isset($this->services['CoreBundle\\Service\\DataService'])) {
  2662. return $this->services['CoreBundle\\Service\\DataService'];
  2663. }
  2664. $c = ($this->services['CoreBundle\\Session\\SessionPlayer'] ?? $this->getSessionPlayerService());
  2665. if (isset($this->services['CoreBundle\\Service\\DataService'])) {
  2666. return $this->services['CoreBundle\\Service\\DataService'];
  2667. }
  2668. $d = ($this->services['TeacherBundle\\Service\\CrammingActivityService'] ?? $this->getCrammingActivityService3Service());
  2669. if (isset($this->services['CoreBundle\\Service\\DataService'])) {
  2670. return $this->services['CoreBundle\\Service\\DataService'];
  2671. }
  2672. $e = ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService());
  2673. if (isset($this->services['CoreBundle\\Service\\DataService'])) {
  2674. return $this->services['CoreBundle\\Service\\DataService'];
  2675. }
  2676. $f = ($this->services['StudentBundle\\Service\\DictateService'] ?? $this->getDictateServiceService());
  2677. if (isset($this->services['CoreBundle\\Service\\DataService'])) {
  2678. return $this->services['CoreBundle\\Service\\DataService'];
  2679. }
  2680. $g = ($this->services['StudentBundle\\Service\\ReadingTestService'] ?? $this->getReadingTestServiceService());
  2681. if (isset($this->services['CoreBundle\\Service\\DataService'])) {
  2682. return $this->services['CoreBundle\\Service\\DataService'];
  2683. }
  2684. return $this->services['CoreBundle\\Service\\DataService'] = new \CoreBundle\Service\DataService($a, $b, $c, ($this->services['CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver'] ?? ($this->services['CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver'] = new \CoreBundle\Session\Peer\PeerSessionTimeStatusResolver())), $d, ($this->services['CoreBundle\\Service\\ScoreService'] ?? ($this->services['CoreBundle\\Service\\ScoreService'] = new \CoreBundle\Service\ScoreService('highschool'))), $e, $f, $g);
  2685. }
  2686. /**
  2687. * Gets the public 'CoreBundle\Service\MathProblemService' shared autowired service.
  2688. *
  2689. * @return \CoreBundle\Service\MathProblemService
  2690. */
  2691. protected function getMathProblemServiceService()
  2692. {
  2693. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/MathProblemService.php';
  2694. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2695. if (isset($this->services['CoreBundle\\Service\\MathProblemService'])) {
  2696. return $this->services['CoreBundle\\Service\\MathProblemService'];
  2697. }
  2698. return $this->services['CoreBundle\\Service\\MathProblemService'] = new \CoreBundle\Service\MathProblemService($a);
  2699. }
  2700. /**
  2701. * Gets the public 'CoreBundle\Service\PartialInputDataService' shared autowired service.
  2702. *
  2703. * @return \CoreBundle\Service\PartialInputDataService
  2704. */
  2705. protected function getPartialInputDataServiceService()
  2706. {
  2707. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/PartialInputDataService.php';
  2708. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2709. if (isset($this->services['CoreBundle\\Service\\PartialInputDataService'])) {
  2710. return $this->services['CoreBundle\\Service\\PartialInputDataService'];
  2711. }
  2712. return $this->services['CoreBundle\\Service\\PartialInputDataService'] = new \CoreBundle\Service\PartialInputDataService($a);
  2713. }
  2714. /**
  2715. * Gets the public 'CoreBundle\Service\QuizCorrectPercentageService' shared autowired service.
  2716. *
  2717. * @return \CoreBundle\Service\QuizCorrectPercentageService
  2718. */
  2719. protected function getQuizCorrectPercentageServiceService()
  2720. {
  2721. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/QuizCorrectPercentageService.php';
  2722. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2723. if (isset($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'])) {
  2724. return $this->services['CoreBundle\\Service\\QuizCorrectPercentageService'];
  2725. }
  2726. return $this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] = new \CoreBundle\Service\QuizCorrectPercentageService($a, ($this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'] ?? $this->getExtractQuestionAnswersService()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->services['StudentBundle\\Service\\MathproblemService'] ?? $this->getMathproblemService2Service()));
  2727. }
  2728. /**
  2729. * Gets the public 'CoreBundle\Service\QuizUnitService' shared autowired service.
  2730. *
  2731. * @return \CoreBundle\Service\QuizUnitService
  2732. */
  2733. protected function getQuizUnitServiceService()
  2734. {
  2735. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/QuizUnitService.php';
  2736. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2737. if (isset($this->services['CoreBundle\\Service\\QuizUnitService'])) {
  2738. return $this->services['CoreBundle\\Service\\QuizUnitService'];
  2739. }
  2740. return $this->services['CoreBundle\\Service\\QuizUnitService'] = new \CoreBundle\Service\QuizUnitService($a);
  2741. }
  2742. /**
  2743. * Gets the public 'CoreBundle\Service\ScoreService' shared autowired service.
  2744. *
  2745. * @return \CoreBundle\Service\ScoreService
  2746. */
  2747. protected function getScoreServiceService()
  2748. {
  2749. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ScoreService.php';
  2750. return $this->services['CoreBundle\\Service\\ScoreService'] = new \CoreBundle\Service\ScoreService('highschool');
  2751. }
  2752. /**
  2753. * Gets the public 'CoreBundle\Service\TestDataService' shared autowired service.
  2754. *
  2755. * @return \CoreBundle\Service\TestDataService
  2756. */
  2757. protected function getTestDataServiceService()
  2758. {
  2759. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TestDataService.php';
  2760. return $this->services['CoreBundle\\Service\\TestDataService'] = new \CoreBundle\Service\TestDataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['TeacherBundle\\Service\\API\\QuizActivityService'] ?? $this->getQuizActivityService2Service()));
  2761. }
  2762. /**
  2763. * Gets the public 'CoreBundle\Service\TextbookService' shared autowired service.
  2764. *
  2765. * @return \CoreBundle\Service\TextbookService
  2766. */
  2767. protected function getTextbookServiceService()
  2768. {
  2769. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TextbookService.php';
  2770. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2771. if (isset($this->services['CoreBundle\\Service\\TextbookService'])) {
  2772. return $this->services['CoreBundle\\Service\\TextbookService'];
  2773. }
  2774. $b = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2775. if (isset($this->services['CoreBundle\\Service\\TextbookService'])) {
  2776. return $this->services['CoreBundle\\Service\\TextbookService'];
  2777. }
  2778. $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2779. if (isset($this->services['CoreBundle\\Service\\TextbookService'])) {
  2780. return $this->services['CoreBundle\\Service\\TextbookService'];
  2781. }
  2782. return $this->services['CoreBundle\\Service\\TextbookService'] = new \CoreBundle\Service\TextbookService($a, $b, $c, 'highschool', 'abacus-fysik');
  2783. }
  2784. /**
  2785. * Gets the public 'CoreBundle\Service\TrainingSessionService' shared autowired service.
  2786. *
  2787. * @return \CoreBundle\Service\TrainingSessionService
  2788. */
  2789. protected function getTrainingSessionServiceService()
  2790. {
  2791. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TrainingSessionService.php';
  2792. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2793. if (isset($this->services['CoreBundle\\Service\\TrainingSessionService'])) {
  2794. return $this->services['CoreBundle\\Service\\TrainingSessionService'];
  2795. }
  2796. return $this->services['CoreBundle\\Service\\TrainingSessionService'] = new \CoreBundle\Service\TrainingSessionService($a);
  2797. }
  2798. /**
  2799. * Gets the public 'CoreBundle\Session\Peer\PeerSessionTimeStatusResolver' shared autowired service.
  2800. *
  2801. * @return \CoreBundle\Session\Peer\PeerSessionTimeStatusResolver
  2802. */
  2803. protected function getPeerSessionTimeStatusResolverService()
  2804. {
  2805. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionTimeStatusResolver.php';
  2806. return $this->services['CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver'] = new \CoreBundle\Session\Peer\PeerSessionTimeStatusResolver();
  2807. }
  2808. /**
  2809. * Gets the public 'CoreBundle\Session\SessionPlayer' shared autowired service.
  2810. *
  2811. * @return \CoreBundle\Session\SessionPlayer
  2812. */
  2813. protected function getSessionPlayerService()
  2814. {
  2815. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/SessionPlayer.php';
  2816. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2817. if (isset($this->services['CoreBundle\\Session\\SessionPlayer'])) {
  2818. return $this->services['CoreBundle\\Session\\SessionPlayer'];
  2819. }
  2820. return $this->services['CoreBundle\\Session\\SessionPlayer'] = new \CoreBundle\Session\SessionPlayer($a);
  2821. }
  2822. /**
  2823. * Gets the public 'CoreBundle\Transformer\ActivityFolderTransformer' shared autowired service.
  2824. *
  2825. * @return \CoreBundle\Transformer\ActivityFolderTransformer
  2826. */
  2827. protected function getActivityFolderTransformerService()
  2828. {
  2829. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Transformer/ActivityFolderTransformer.php';
  2830. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityTypeMappingService.php';
  2831. $this->services['CoreBundle\\Transformer\\ActivityFolderTransformer'] = $instance = new \CoreBundle\Transformer\ActivityFolderTransformer(($this->services['CoreBundle\\Service\\ActivityTypeMappingService'] ?? ($this->services['CoreBundle\\Service\\ActivityTypeMappingService'] = new \CoreBundle\Service\ActivityTypeMappingService('abacus-fysik'))));
  2832. $instance->setActivityFolderService(($this->services['CoreBundle\\Service\\ActivityFolderService'] ?? $this->getActivityFolderServiceService()));
  2833. return $instance;
  2834. }
  2835. /**
  2836. * Gets the public 'CoreBundle\Util\Aws\AwsPollyUtil' shared autowired service.
  2837. *
  2838. * @return \CoreBundle\Util\Aws\AwsPollyUtil
  2839. */
  2840. protected function getAwsPollyUtilService()
  2841. {
  2842. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Util/Aws/AwsUtil.php';
  2843. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Util/Aws/AwsPollyUtil.php';
  2844. include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/Sdk.php';
  2845. return $this->services['CoreBundle\\Util\\Aws\\AwsPollyUtil'] = new \CoreBundle\Util\Aws\AwsPollyUtil(new \Aws\Sdk($this->parameters['aws_sdk']));
  2846. }
  2847. /**
  2848. * Gets the public 'CoreBundle\Validators\QuizUnitValidator' shared autowired service.
  2849. *
  2850. * @return \CoreBundle\Validators\QuizUnitValidator
  2851. */
  2852. protected function getQuizUnitValidatorService()
  2853. {
  2854. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Validators/QuizUnitValidator.php';
  2855. return $this->services['CoreBundle\\Validators\\QuizUnitValidator'] = new \CoreBundle\Validators\QuizUnitValidator();
  2856. }
  2857. /**
  2858. * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  2859. *
  2860. * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  2861. */
  2862. protected function getProfilerControllerService()
  2863. {
  2864. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  2865. 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()));
  2866. }
  2867. /**
  2868. * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand' shared service.
  2869. *
  2870. * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand
  2871. */
  2872. protected function getMakeAdminDashboardCommandService()
  2873. {
  2874. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2875. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminDashboardCommand.php';
  2876. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
  2877. $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));
  2878. $instance->setName('make:admin:dashboard');
  2879. $instance->setDescription('Creates a new EasyAdmin Dashboard class');
  2880. return $instance;
  2881. }
  2882. /**
  2883. * Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand' shared service.
  2884. *
  2885. * @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand
  2886. */
  2887. protected function getMakeCrudControllerCommandService()
  2888. {
  2889. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  2890. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeCrudControllerCommand.php';
  2891. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
  2892. $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()));
  2893. $instance->setName('make:admin:crud');
  2894. $instance->setDescription('Creates a new EasyAdmin CRUD controller class');
  2895. return $instance;
  2896. }
  2897. /**
  2898. * Gets the public 'StudentBundle\Controller\API\ActivityMetadataController' shared autowired service.
  2899. *
  2900. * @return \StudentBundle\Controller\API\ActivityMetadataController
  2901. */
  2902. protected function getActivityMetadataControllerService()
  2903. {
  2904. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2905. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/ActivityMetadataController.php';
  2906. $this->services['StudentBundle\\Controller\\API\\ActivityMetadataController'] = $instance = new \StudentBundle\Controller\API\ActivityMetadataController(($this->services['StudentBundle\\Service\\API\\ActivityMetadataService'] ?? $this->getActivityMetadataServiceService()));
  2907. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\ActivityMetadataController', $this));
  2908. return $instance;
  2909. }
  2910. /**
  2911. * Gets the public 'StudentBundle\Controller\API\CrammingActivityResultsController' shared autowired service.
  2912. *
  2913. * @return \StudentBundle\Controller\API\CrammingActivityResultsController
  2914. */
  2915. protected function getCrammingActivityResultsControllerService()
  2916. {
  2917. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2918. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/CrammingActivityResultsController.php';
  2919. $this->services['StudentBundle\\Controller\\API\\CrammingActivityResultsController'] = $instance = new \StudentBundle\Controller\API\CrammingActivityResultsController(($this->services['StudentBundle\\Service\\API\\CrammingActivityResultsService'] ?? $this->getCrammingActivityResultsService2Service()));
  2920. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\CrammingActivityResultsController', $this));
  2921. return $instance;
  2922. }
  2923. /**
  2924. * Gets the public 'StudentBundle\Controller\API\DictateActivityResultsController' shared autowired service.
  2925. *
  2926. * @return \StudentBundle\Controller\API\DictateActivityResultsController
  2927. */
  2928. protected function getDictateActivityResultsControllerService()
  2929. {
  2930. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2931. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/DictateActivityResultsController.php';
  2932. $this->services['StudentBundle\\Controller\\API\\DictateActivityResultsController'] = $instance = new \StudentBundle\Controller\API\DictateActivityResultsController(($this->services['StudentBundle\\Service\\API\\DictateActivityResultsService'] ?? $this->getDictateActivityResultsService2Service()));
  2933. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\DictateActivityResultsController', $this));
  2934. return $instance;
  2935. }
  2936. /**
  2937. * Gets the public 'StudentBundle\Controller\API\GamificationProfileController' shared autowired service.
  2938. *
  2939. * @return \StudentBundle\Controller\API\GamificationProfileController
  2940. */
  2941. protected function getGamificationProfileControllerService()
  2942. {
  2943. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2944. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/GamificationProfileController.php';
  2945. $this->services['StudentBundle\\Controller\\API\\GamificationProfileController'] = $instance = new \StudentBundle\Controller\API\GamificationProfileController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2946. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\GamificationProfileController', $this));
  2947. return $instance;
  2948. }
  2949. /**
  2950. * Gets the public 'StudentBundle\Controller\API\HistoryController' shared autowired service.
  2951. *
  2952. * @return \StudentBundle\Controller\API\HistoryController
  2953. */
  2954. protected function getHistoryControllerService()
  2955. {
  2956. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2957. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/HistoryController.php';
  2958. $this->services['StudentBundle\\Controller\\API\\HistoryController'] = $instance = new \StudentBundle\Controller\API\HistoryController(($this->services['StudentBundle\\Service\\API\\HistoryService'] ?? $this->getHistoryServiceService()));
  2959. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\HistoryController', $this));
  2960. return $instance;
  2961. }
  2962. /**
  2963. * Gets the public 'StudentBundle\Controller\API\HomeworkActivityResultsController' shared autowired service.
  2964. *
  2965. * @return \StudentBundle\Controller\API\HomeworkActivityResultsController
  2966. */
  2967. protected function getHomeworkActivityResultsControllerService()
  2968. {
  2969. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2970. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/HomeworkActivityResultsController.php';
  2971. $this->services['StudentBundle\\Controller\\API\\HomeworkActivityResultsController'] = $instance = new \StudentBundle\Controller\API\HomeworkActivityResultsController(($this->services['StudentBundle\\Service\\API\\HomeworkActivityResultsService'] ?? $this->getHomeworkActivityResultsService2Service()));
  2972. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\HomeworkActivityResultsController', $this));
  2973. return $instance;
  2974. }
  2975. /**
  2976. * Gets the public 'StudentBundle\Controller\API\PeerActivityResultsController' shared autowired service.
  2977. *
  2978. * @return \StudentBundle\Controller\API\PeerActivityResultsController
  2979. */
  2980. protected function getPeerActivityResultsControllerService()
  2981. {
  2982. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2983. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/PeerActivityResultsController.php';
  2984. $this->services['StudentBundle\\Controller\\API\\PeerActivityResultsController'] = $instance = new \StudentBundle\Controller\API\PeerActivityResultsController(($this->services['StudentBundle\\Service\\API\\PeerActivityResultsService'] ?? $this->getPeerActivityResultsServiceService()));
  2985. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\PeerActivityResultsController', $this));
  2986. return $instance;
  2987. }
  2988. /**
  2989. * Gets the public 'StudentBundle\Controller\API\ProblemController' shared autowired service.
  2990. *
  2991. * @return \StudentBundle\Controller\API\ProblemController
  2992. */
  2993. protected function getProblemController3Service()
  2994. {
  2995. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2996. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/ProblemController.php';
  2997. $this->services['StudentBundle\\Controller\\API\\ProblemController'] = $instance = new \StudentBundle\Controller\API\ProblemController(($this->services['StudentBundle\\Service\\API\\ProblemService'] ?? $this->getProblemService2Service()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2998. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\ProblemController', $this));
  2999. return $instance;
  3000. }
  3001. /**
  3002. * Gets the public 'StudentBundle\Controller\API\QuizActivityController' shared autowired service.
  3003. *
  3004. * @return \StudentBundle\Controller\API\QuizActivityController
  3005. */
  3006. protected function getQuizActivityControllerService()
  3007. {
  3008. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3009. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/QuizActivityController.php';
  3010. $this->services['StudentBundle\\Controller\\API\\QuizActivityController'] = $instance = new \StudentBundle\Controller\API\QuizActivityController(($this->services['StudentBundle\\Service\\API\\QuizActivityService'] ?? $this->getQuizActivityServiceService()));
  3011. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\QuizActivityController', $this));
  3012. return $instance;
  3013. }
  3014. /**
  3015. * Gets the public 'StudentBundle\Controller\API\QuizActivityResultsController' shared autowired service.
  3016. *
  3017. * @return \StudentBundle\Controller\API\QuizActivityResultsController
  3018. */
  3019. protected function getQuizActivityResultsControllerService()
  3020. {
  3021. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3022. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/QuizActivityResultsController.php';
  3023. $this->services['StudentBundle\\Controller\\API\\QuizActivityResultsController'] = $instance = new \StudentBundle\Controller\API\QuizActivityResultsController(($this->services['StudentBundle\\Service\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsService2Service()));
  3024. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\QuizActivityResultsController', $this));
  3025. return $instance;
  3026. }
  3027. /**
  3028. * Gets the public 'StudentBundle\Controller\API\ReadingTestResultsController' shared autowired service.
  3029. *
  3030. * @return \StudentBundle\Controller\API\ReadingTestResultsController
  3031. */
  3032. protected function getReadingTestResultsControllerService()
  3033. {
  3034. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3035. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/ReadingTestResultsController.php';
  3036. $this->services['StudentBundle\\Controller\\API\\ReadingTestResultsController'] = $instance = new \StudentBundle\Controller\API\ReadingTestResultsController(($this->services['StudentBundle\\Service\\API\\ReadingTestResultsService'] ?? $this->getReadingTestResultsService2Service()));
  3037. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\ReadingTestResultsController', $this));
  3038. return $instance;
  3039. }
  3040. /**
  3041. * Gets the public 'StudentBundle\Controller\API\TrainingActivityResultsController' shared autowired service.
  3042. *
  3043. * @return \StudentBundle\Controller\API\TrainingActivityResultsController
  3044. */
  3045. protected function getTrainingActivityResultsControllerService()
  3046. {
  3047. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3048. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/TrainingActivityResultsController.php';
  3049. $this->services['StudentBundle\\Controller\\API\\TrainingActivityResultsController'] = $instance = new \StudentBundle\Controller\API\TrainingActivityResultsController(($this->services['StudentBundle\\Service\\API\\TrainingActivityResultsService'] ?? $this->getTrainingActivityResultsService2Service()));
  3050. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\TrainingActivityResultsController', $this));
  3051. return $instance;
  3052. }
  3053. /**
  3054. * Gets the public 'StudentBundle\Controller\ClassroomsController' shared autowired service.
  3055. *
  3056. * @return \StudentBundle\Controller\ClassroomsController
  3057. */
  3058. protected function getClassroomsControllerService()
  3059. {
  3060. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3061. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/ClassroomsController.php';
  3062. $this->services['StudentBundle\\Controller\\ClassroomsController'] = $instance = new \StudentBundle\Controller\ClassroomsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3063. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\ClassroomsController', $this));
  3064. return $instance;
  3065. }
  3066. /**
  3067. * Gets the public 'StudentBundle\Controller\CrammingActivityController' shared autowired service.
  3068. *
  3069. * @return \StudentBundle\Controller\CrammingActivityController
  3070. */
  3071. protected function getCrammingActivityControllerService()
  3072. {
  3073. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3074. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/CrammingActivityController.php';
  3075. $this->services['StudentBundle\\Controller\\CrammingActivityController'] = $instance = new \StudentBundle\Controller\CrammingActivityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->privates['CoreBundle\\Service\\GamificationService'] ?? $this->getGamificationServiceService()), 'abacus-fysik');
  3076. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\CrammingActivityController', $this));
  3077. return $instance;
  3078. }
  3079. /**
  3080. * Gets the public 'StudentBundle\Controller\DashboardController' shared autowired service.
  3081. *
  3082. * @return \StudentBundle\Controller\DashboardController
  3083. */
  3084. protected function getDashboardController2Service()
  3085. {
  3086. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3087. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/DashboardController.php';
  3088. $this->services['StudentBundle\\Controller\\DashboardController'] = $instance = new \StudentBundle\Controller\DashboardController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['CoreBundle\\Service\\QuizSessionService'] ?? $this->getQuizSessionService3Service()), ($this->services['CoreBundle\\Service\\TrainingSessionService'] ?? $this->getTrainingSessionServiceService()), ($this->services['StudentBundle\\Service\\SelfStudyService'] ?? $this->getSelfStudyService3Service()), ($this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'] ?? $this->getSelfStudyService2Service()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  3089. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\DashboardController', $this));
  3090. return $instance;
  3091. }
  3092. /**
  3093. * Gets the public 'StudentBundle\Controller\DefaultController' shared autowired service.
  3094. *
  3095. * @return \StudentBundle\Controller\DefaultController
  3096. */
  3097. protected function getDefaultController3Service()
  3098. {
  3099. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3100. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/DefaultController.php';
  3101. $this->services['StudentBundle\\Controller\\DefaultController'] = $instance = new \StudentBundle\Controller\DefaultController('abacus-fysik', \dirname(__DIR__, 4), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3102. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\DefaultController', $this));
  3103. return $instance;
  3104. }
  3105. /**
  3106. * Gets the public 'StudentBundle\Controller\DictateController' shared autowired service.
  3107. *
  3108. * @return \StudentBundle\Controller\DictateController
  3109. */
  3110. protected function getDictateControllerService()
  3111. {
  3112. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3113. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/DictateController.php';
  3114. $this->services['StudentBundle\\Controller\\DictateController'] = $instance = new \StudentBundle\Controller\DictateController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['StudentBundle\\Service\\DictateService'] ?? $this->getDictateServiceService()));
  3115. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\DictateController', $this));
  3116. return $instance;
  3117. }
  3118. /**
  3119. * Gets the public 'StudentBundle\Controller\HistoryController' shared autowired service.
  3120. *
  3121. * @return \StudentBundle\Controller\HistoryController
  3122. */
  3123. protected function getHistoryController2Service()
  3124. {
  3125. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3126. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/HistoryController.php';
  3127. $this->services['StudentBundle\\Controller\\HistoryController'] = $instance = new \StudentBundle\Controller\HistoryController();
  3128. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\HistoryController', $this));
  3129. return $instance;
  3130. }
  3131. /**
  3132. * Gets the public 'StudentBundle\Controller\HomeworkController' shared autowired service.
  3133. *
  3134. * @return \StudentBundle\Controller\HomeworkController
  3135. */
  3136. protected function getHomeworkControllerService()
  3137. {
  3138. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3139. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/HomeworkController.php';
  3140. $this->services['StudentBundle\\Controller\\HomeworkController'] = $instance = new \StudentBundle\Controller\HomeworkController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->privates['CoreBundle\\Service\\GamificationService'] ?? $this->getGamificationServiceService()), 'abacus-fysik', 1, 'c9ca7eda-8abd-4574-9359-a603ab883612');
  3141. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\HomeworkController', $this));
  3142. return $instance;
  3143. }
  3144. /**
  3145. * Gets the public 'StudentBundle\Controller\KvikDansk\SelfStudyController' shared autowired service.
  3146. *
  3147. * @return \StudentBundle\Controller\KvikDansk\SelfStudyController
  3148. */
  3149. protected function getSelfStudyControllerService()
  3150. {
  3151. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3152. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/KvikDansk/SelfStudyController.php';
  3153. $this->services['StudentBundle\\Controller\\KvikDansk\\SelfStudyController'] = $instance = new \StudentBundle\Controller\KvikDansk\SelfStudyController('abacus-fysik', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'] ?? $this->getSelfStudyService2Service()), ($this->services['StudentBundle\\Service\\Kvik\\Dansk\\SelfStudyService'] ?? $this->getSelfStudyServiceService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  3154. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\KvikDansk\\SelfStudyController', $this));
  3155. return $instance;
  3156. }
  3157. /**
  3158. * Gets the public 'StudentBundle\Controller\KvikMat\SelfStudyController' shared autowired service.
  3159. *
  3160. * @return \StudentBundle\Controller\KvikMat\SelfStudyController
  3161. */
  3162. protected function getSelfStudyController2Service()
  3163. {
  3164. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3165. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/KvikMat/SelfStudyController.php';
  3166. $this->services['StudentBundle\\Controller\\KvikMat\\SelfStudyController'] = $instance = new \StudentBundle\Controller\KvikMat\SelfStudyController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  3167. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\KvikMat\\SelfStudyController', $this));
  3168. return $instance;
  3169. }
  3170. /**
  3171. * Gets the public 'StudentBundle\Controller\PeerSessionController' shared autowired service.
  3172. *
  3173. * @return \StudentBundle\Controller\PeerSessionController
  3174. */
  3175. protected function getPeerSessionControllerService()
  3176. {
  3177. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3178. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/PeerSessionController.php';
  3179. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionTimeStatusResolver.php';
  3180. $this->services['StudentBundle\\Controller\\PeerSessionController'] = $instance = new \StudentBundle\Controller\PeerSessionController('abacus-fysik', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver'] ?? ($this->services['CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver'] = new \CoreBundle\Session\Peer\PeerSessionTimeStatusResolver())));
  3181. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\PeerSessionController', $this));
  3182. return $instance;
  3183. }
  3184. /**
  3185. * Gets the public 'StudentBundle\Controller\PerformanceController' shared autowired service.
  3186. *
  3187. * @return \StudentBundle\Controller\PerformanceController
  3188. */
  3189. protected function getPerformanceControllerService()
  3190. {
  3191. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3192. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/PerformanceController.php';
  3193. $this->services['StudentBundle\\Controller\\PerformanceController'] = $instance = new \StudentBundle\Controller\PerformanceController();
  3194. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\PerformanceController', $this));
  3195. return $instance;
  3196. }
  3197. /**
  3198. * Gets the public 'StudentBundle\Controller\PretestController' shared autowired service.
  3199. *
  3200. * @return \StudentBundle\Controller\PretestController
  3201. */
  3202. protected function getPretestControllerService()
  3203. {
  3204. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3205. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/PretestController.php';
  3206. $this->services['StudentBundle\\Controller\\PretestController'] = $instance = new \StudentBundle\Controller\PretestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'c9ca7eda-8abd-4574-9359-a603ab883612', ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()));
  3207. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\PretestController', $this));
  3208. return $instance;
  3209. }
  3210. /**
  3211. * Gets the public 'StudentBundle\Controller\QuizSessionController' shared autowired service.
  3212. *
  3213. * @return \StudentBundle\Controller\QuizSessionController
  3214. */
  3215. protected function getQuizSessionControllerService()
  3216. {
  3217. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3218. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/QuizSessionController.php';
  3219. $this->services['StudentBundle\\Controller\\QuizSessionController'] = $instance = new \StudentBundle\Controller\QuizSessionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()));
  3220. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\QuizSessionController', $this));
  3221. return $instance;
  3222. }
  3223. /**
  3224. * Gets the public 'StudentBundle\Controller\ReadingTestController' shared autowired service.
  3225. *
  3226. * @return \StudentBundle\Controller\ReadingTestController
  3227. */
  3228. protected function getReadingTestControllerService()
  3229. {
  3230. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3231. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/ReadingTestController.php';
  3232. $this->services['StudentBundle\\Controller\\ReadingTestController'] = $instance = new \StudentBundle\Controller\ReadingTestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['StudentBundle\\Service\\ReadingTestService'] ?? $this->getReadingTestServiceService()));
  3233. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\ReadingTestController', $this));
  3234. return $instance;
  3235. }
  3236. /**
  3237. * Gets the public 'StudentBundle\Controller\ResultsController' shared autowired service.
  3238. *
  3239. * @return \StudentBundle\Controller\ResultsController
  3240. */
  3241. protected function getResultsController2Service()
  3242. {
  3243. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3244. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/ResultsController.php';
  3245. $this->services['StudentBundle\\Controller\\ResultsController'] = $instance = new \StudentBundle\Controller\ResultsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\TrainingSessionService'] ?? $this->getTrainingSessionServiceService()), ($this->privates['CoreBundle\\Service\\GamificationService'] ?? $this->getGamificationServiceService()));
  3246. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\ResultsController', $this));
  3247. return $instance;
  3248. }
  3249. /**
  3250. * Gets the public 'StudentBundle\Controller\SelfStudyController' shared autowired service.
  3251. *
  3252. * @return \StudentBundle\Controller\SelfStudyController
  3253. */
  3254. protected function getSelfStudyController3Service()
  3255. {
  3256. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3257. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/SelfStudyController.php';
  3258. $this->services['StudentBundle\\Controller\\SelfStudyController'] = $instance = new \StudentBundle\Controller\SelfStudyController('abacus-fysik');
  3259. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\SelfStudyController', $this));
  3260. return $instance;
  3261. }
  3262. /**
  3263. * Gets the public 'StudentBundle\Controller\StatisticsController' shared autowired service.
  3264. *
  3265. * @return \StudentBundle\Controller\StatisticsController
  3266. */
  3267. protected function getStatisticsControllerService()
  3268. {
  3269. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3270. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/StatisticsController.php';
  3271. $this->services['StudentBundle\\Controller\\StatisticsController'] = $instance = new \StudentBundle\Controller\StatisticsController();
  3272. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\StatisticsController', $this));
  3273. return $instance;
  3274. }
  3275. /**
  3276. * Gets the public 'StudentBundle\Controller\TextbookController' shared autowired service.
  3277. *
  3278. * @return \StudentBundle\Controller\TextbookController
  3279. */
  3280. protected function getTextbookController2Service()
  3281. {
  3282. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3283. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/TextbookController.php';
  3284. $this->services['StudentBundle\\Controller\\TextbookController'] = $instance = new \StudentBundle\Controller\TextbookController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['CoreBundle\\Service\\TextbookService'] ?? $this->getTextbookServiceService()), ($this->services['StudentBundle\\Service\\TextbookSessionService'] ?? $this->getTextbookSessionServiceService()));
  3285. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\TextbookController', $this));
  3286. return $instance;
  3287. }
  3288. /**
  3289. * Gets the public 'StudentBundle\Controller\TrainingController' shared autowired service.
  3290. *
  3291. * @return \StudentBundle\Controller\TrainingController
  3292. */
  3293. protected function getTrainingControllerService()
  3294. {
  3295. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3296. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/TrainingController.php';
  3297. $this->services['StudentBundle\\Controller\\TrainingController'] = $instance = new \StudentBundle\Controller\TrainingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), ($this->privates['CoreBundle\\Service\\GamificationService'] ?? $this->getGamificationServiceService()), 'abacus-fysik', 1, 'c9ca7eda-8abd-4574-9359-a603ab883612');
  3298. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\TrainingController', $this));
  3299. return $instance;
  3300. }
  3301. /**
  3302. * Gets the public 'StudentBundle\Controller\WorksheetSessionController' shared autowired service.
  3303. *
  3304. * @return \StudentBundle\Controller\WorksheetSessionController
  3305. */
  3306. protected function getWorksheetSessionControllerService()
  3307. {
  3308. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3309. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/WorksheetSessionController.php';
  3310. $this->services['StudentBundle\\Controller\\WorksheetSessionController'] = $instance = new \StudentBundle\Controller\WorksheetSessionController();
  3311. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\WorksheetSessionController', $this));
  3312. return $instance;
  3313. }
  3314. /**
  3315. * Gets the public 'StudentBundle\Service\API\ActivityMetadataService' shared autowired service.
  3316. *
  3317. * @return \StudentBundle\Service\API\ActivityMetadataService
  3318. */
  3319. protected function getActivityMetadataServiceService()
  3320. {
  3321. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/ActivityMetadataService.php';
  3322. return $this->services['StudentBundle\\Service\\API\\ActivityMetadataService'] = new \StudentBundle\Service\API\ActivityMetadataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3323. }
  3324. /**
  3325. * Gets the public 'StudentBundle\Service\API\AssignSymbolProblemService' shared autowired service.
  3326. *
  3327. * @return \StudentBundle\Service\API\AssignSymbolProblemService
  3328. */
  3329. protected function getAssignSymbolProblemServiceService()
  3330. {
  3331. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/AssignSymbolProblemService.php';
  3332. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3333. if (isset($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'])) {
  3334. return $this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'];
  3335. }
  3336. return $this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] = new \StudentBundle\Service\API\AssignSymbolProblemService($a);
  3337. }
  3338. /**
  3339. * Gets the public 'StudentBundle\Service\API\CrammingActivityResultsService' shared autowired service.
  3340. *
  3341. * @return \StudentBundle\Service\API\CrammingActivityResultsService
  3342. */
  3343. protected function getCrammingActivityResultsService2Service()
  3344. {
  3345. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/CrammingActivityResultsService.php';
  3346. return $this->services['StudentBundle\\Service\\API\\CrammingActivityResultsService'] = new \StudentBundle\Service\API\CrammingActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\CrammingActivityResultsService'] ?? $this->getCrammingActivityResultsServiceService()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()));
  3347. }
  3348. /**
  3349. * Gets the public 'StudentBundle\Service\API\DictateActivityResultsService' shared autowired service.
  3350. *
  3351. * @return \StudentBundle\Service\API\DictateActivityResultsService
  3352. */
  3353. protected function getDictateActivityResultsService2Service()
  3354. {
  3355. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/DictateActivityResultsService.php';
  3356. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/DictateActivityResultsService.php';
  3357. return $this->services['StudentBundle\\Service\\API\\DictateActivityResultsService'] = new \StudentBundle\Service\API\DictateActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] ?? ($this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] = new \CoreBundle\Service\API\DictateActivityResultsService())));
  3358. }
  3359. /**
  3360. * Gets the public 'StudentBundle\Service\API\HistoryService' shared autowired service.
  3361. *
  3362. * @return \StudentBundle\Service\API\HistoryService
  3363. */
  3364. protected function getHistoryServiceService()
  3365. {
  3366. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/HistoryService.php';
  3367. return $this->services['StudentBundle\\Service\\API\\HistoryService'] = new \StudentBundle\Service\API\HistoryService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3368. }
  3369. /**
  3370. * Gets the public 'StudentBundle\Service\API\HomeworkActivityResultsService' shared autowired service.
  3371. *
  3372. * @return \StudentBundle\Service\API\HomeworkActivityResultsService
  3373. */
  3374. protected function getHomeworkActivityResultsService2Service()
  3375. {
  3376. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/HomeworkActivityResultsService.php';
  3377. return $this->services['StudentBundle\\Service\\API\\HomeworkActivityResultsService'] = new \StudentBundle\Service\API\HomeworkActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\HomeworkActivityResultsService'] ?? $this->getHomeworkActivityResultsServiceService()));
  3378. }
  3379. /**
  3380. * Gets the public 'StudentBundle\Service\API\PeerActivityResultsService' shared autowired service.
  3381. *
  3382. * @return \StudentBundle\Service\API\PeerActivityResultsService
  3383. */
  3384. protected function getPeerActivityResultsServiceService()
  3385. {
  3386. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/PeerActivityResultsService.php';
  3387. return $this->services['StudentBundle\\Service\\API\\PeerActivityResultsService'] = new \StudentBundle\Service\API\PeerActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3388. }
  3389. /**
  3390. * Gets the public 'StudentBundle\Service\API\ProblemService' shared autowired service.
  3391. *
  3392. * @return \StudentBundle\Service\API\ProblemService
  3393. */
  3394. protected function getProblemService2Service()
  3395. {
  3396. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/ProblemService.php';
  3397. return $this->services['StudentBundle\\Service\\API\\ProblemService'] = new \StudentBundle\Service\API\ProblemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()));
  3398. }
  3399. /**
  3400. * Gets the public 'StudentBundle\Service\API\QuizActivityResultsService' shared autowired service.
  3401. *
  3402. * @return \StudentBundle\Service\API\QuizActivityResultsService
  3403. */
  3404. protected function getQuizActivityResultsService2Service()
  3405. {
  3406. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/QuizActivityResultsService.php';
  3407. return $this->services['StudentBundle\\Service\\API\\QuizActivityResultsService'] = new \StudentBundle\Service\API\QuizActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsServiceService()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()));
  3408. }
  3409. /**
  3410. * Gets the public 'StudentBundle\Service\API\QuizActivityService' shared autowired service.
  3411. *
  3412. * @return \StudentBundle\Service\API\QuizActivityService
  3413. */
  3414. protected function getQuizActivityServiceService()
  3415. {
  3416. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/QuizActivityService.php';
  3417. return $this->services['StudentBundle\\Service\\API\\QuizActivityService'] = new \StudentBundle\Service\API\QuizActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3418. }
  3419. /**
  3420. * Gets the public 'StudentBundle\Service\API\ReadingTestResultsService' shared autowired service.
  3421. *
  3422. * @return \StudentBundle\Service\API\ReadingTestResultsService
  3423. */
  3424. protected function getReadingTestResultsService2Service()
  3425. {
  3426. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/ReadingTestResultsService.php';
  3427. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ReadingTestResultsService.php';
  3428. return $this->services['StudentBundle\\Service\\API\\ReadingTestResultsService'] = new \StudentBundle\Service\API\ReadingTestResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] ?? ($this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] = new \CoreBundle\Service\API\ReadingTestResultsService())), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()));
  3429. }
  3430. /**
  3431. * Gets the public 'StudentBundle\Service\API\TrainingActivityResultsService' shared autowired service.
  3432. *
  3433. * @return \StudentBundle\Service\API\TrainingActivityResultsService
  3434. */
  3435. protected function getTrainingActivityResultsService2Service()
  3436. {
  3437. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/TrainingActivityResultsService.php';
  3438. return $this->services['StudentBundle\\Service\\API\\TrainingActivityResultsService'] = new \StudentBundle\Service\API\TrainingActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\TrainingActivityResultsService'] ?? $this->getTrainingActivityResultsServiceService()));
  3439. }
  3440. /**
  3441. * Gets the public 'StudentBundle\Service\CrammingActivityHomeworkService' shared autowired service.
  3442. *
  3443. * @return \StudentBundle\Service\CrammingActivityHomeworkService
  3444. */
  3445. protected function getCrammingActivityHomeworkServiceService()
  3446. {
  3447. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/CrammingActivityHomeworkService.php';
  3448. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3449. if (isset($this->services['StudentBundle\\Service\\CrammingActivityHomeworkService'])) {
  3450. return $this->services['StudentBundle\\Service\\CrammingActivityHomeworkService'];
  3451. }
  3452. return $this->services['StudentBundle\\Service\\CrammingActivityHomeworkService'] = new \StudentBundle\Service\CrammingActivityHomeworkService($a);
  3453. }
  3454. /**
  3455. * Gets the public 'StudentBundle\Service\CrammingActivityService' shared autowired service.
  3456. *
  3457. * @return \StudentBundle\Service\CrammingActivityService
  3458. */
  3459. protected function getCrammingActivityServiceService()
  3460. {
  3461. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/CrammingActivityService.php';
  3462. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3463. if (isset($this->services['StudentBundle\\Service\\CrammingActivityService'])) {
  3464. return $this->services['StudentBundle\\Service\\CrammingActivityService'];
  3465. }
  3466. $b = ($this->services['StudentBundle\\Service\\CrammingActivityHomeworkService'] ?? $this->getCrammingActivityHomeworkServiceService());
  3467. if (isset($this->services['StudentBundle\\Service\\CrammingActivityService'])) {
  3468. return $this->services['StudentBundle\\Service\\CrammingActivityService'];
  3469. }
  3470. return $this->services['StudentBundle\\Service\\CrammingActivityService'] = new \StudentBundle\Service\CrammingActivityService($a, $b);
  3471. }
  3472. /**
  3473. * Gets the public 'StudentBundle\Service\DictateService' shared autowired service.
  3474. *
  3475. * @return \StudentBundle\Service\DictateService
  3476. */
  3477. protected function getDictateServiceService()
  3478. {
  3479. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/DictateService.php';
  3480. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3481. if (isset($this->services['StudentBundle\\Service\\DictateService'])) {
  3482. return $this->services['StudentBundle\\Service\\DictateService'];
  3483. }
  3484. return $this->services['StudentBundle\\Service\\DictateService'] = new \StudentBundle\Service\DictateService($a);
  3485. }
  3486. /**
  3487. * Gets the public 'StudentBundle\Service\HomeworkService' shared autowired service.
  3488. *
  3489. * @return \StudentBundle\Service\HomeworkService
  3490. */
  3491. protected function getHomeworkServiceService()
  3492. {
  3493. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/HomeworkService.php';
  3494. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3495. if (isset($this->services['StudentBundle\\Service\\HomeworkService'])) {
  3496. return $this->services['StudentBundle\\Service\\HomeworkService'];
  3497. }
  3498. return $this->services['StudentBundle\\Service\\HomeworkService'] = new \StudentBundle\Service\HomeworkService($a);
  3499. }
  3500. /**
  3501. * Gets the public 'StudentBundle\Service\Kvik\Dansk\SelfStudyService' shared autowired service.
  3502. *
  3503. * @return \StudentBundle\Service\Kvik\Dansk\SelfStudyService
  3504. */
  3505. protected function getSelfStudyServiceService()
  3506. {
  3507. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/Kvik/Dansk/SelfStudyService.php';
  3508. return $this->services['StudentBundle\\Service\\Kvik\\Dansk\\SelfStudyService'] = new \StudentBundle\Service\Kvik\Dansk\SelfStudyService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3509. }
  3510. /**
  3511. * Gets the public 'StudentBundle\Service\Kvik\SelfStudyService' shared autowired service.
  3512. *
  3513. * @return \StudentBundle\Service\Kvik\SelfStudyService
  3514. */
  3515. protected function getSelfStudyService2Service()
  3516. {
  3517. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/Kvik/SelfStudyService.php';
  3518. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3519. if (isset($this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'])) {
  3520. return $this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'];
  3521. }
  3522. return $this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'] = new \StudentBundle\Service\Kvik\SelfStudyService($a);
  3523. }
  3524. /**
  3525. * Gets the public 'StudentBundle\Service\MathproblemService' shared autowired service.
  3526. *
  3527. * @return \StudentBundle\Service\MathproblemService
  3528. */
  3529. protected function getMathproblemService2Service()
  3530. {
  3531. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/MathproblemService.php';
  3532. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/Transform.php';
  3533. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3534. if (isset($this->services['StudentBundle\\Service\\MathproblemService'])) {
  3535. return $this->services['StudentBundle\\Service\\MathproblemService'];
  3536. }
  3537. return $this->services['StudentBundle\\Service\\MathproblemService'] = new \StudentBundle\Service\MathproblemService($a, ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService()), ($this->services['StudentBundle\\Service\\ProblemFreeTextService'] ?? $this->getProblemFreeTextServiceService()), ($this->services['TeacherBundle\\Service\\MathProblemService'] ?? $this->getMathProblemService3Service()), ($this->privates['AdminBundle\\Service\\ProblemService'] ?? $this->getProblemService4Service()), ($this->services['StudentBundle\\Service\\Transform'] ?? ($this->services['StudentBundle\\Service\\Transform'] = new \StudentBundle\Service\Transform(\dirname(__DIR__, 4), false, true))), ($this->services['CoreBundle\\Service\\PartialInputDataService'] ?? $this->getPartialInputDataServiceService()), 'abacus-fysik');
  3538. }
  3539. /**
  3540. * Gets the public 'StudentBundle\Service\PerformanceService' shared autowired service.
  3541. *
  3542. * @return \StudentBundle\Service\PerformanceService
  3543. */
  3544. protected function getPerformanceServiceService()
  3545. {
  3546. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/PerformanceService.php';
  3547. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3548. if (isset($this->services['StudentBundle\\Service\\PerformanceService'])) {
  3549. return $this->services['StudentBundle\\Service\\PerformanceService'];
  3550. }
  3551. $b = ($this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'] ?? $this->getSelfStudyService2Service());
  3552. if (isset($this->services['StudentBundle\\Service\\PerformanceService'])) {
  3553. return $this->services['StudentBundle\\Service\\PerformanceService'];
  3554. }
  3555. return $this->services['StudentBundle\\Service\\PerformanceService'] = new \StudentBundle\Service\PerformanceService($a, $b);
  3556. }
  3557. /**
  3558. * Gets the public 'StudentBundle\Service\ProblemDndService' shared autowired service.
  3559. *
  3560. * @return \StudentBundle\Service\ProblemDndService
  3561. */
  3562. protected function getProblemDndServiceService()
  3563. {
  3564. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ProblemDndService.php';
  3565. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3566. if (isset($this->services['StudentBundle\\Service\\ProblemDndService'])) {
  3567. return $this->services['StudentBundle\\Service\\ProblemDndService'];
  3568. }
  3569. return $this->services['StudentBundle\\Service\\ProblemDndService'] = new \StudentBundle\Service\ProblemDndService($a);
  3570. }
  3571. /**
  3572. * Gets the public 'StudentBundle\Service\ProblemDropdownService' shared autowired service.
  3573. *
  3574. * @return \StudentBundle\Service\ProblemDropdownService
  3575. */
  3576. protected function getProblemDropdownServiceService()
  3577. {
  3578. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ProblemDropdownService.php';
  3579. return $this->services['StudentBundle\\Service\\ProblemDropdownService'] = new \StudentBundle\Service\ProblemDropdownService();
  3580. }
  3581. /**
  3582. * Gets the public 'StudentBundle\Service\ProblemFreeTextService' shared autowired service.
  3583. *
  3584. * @return \StudentBundle\Service\ProblemFreeTextService
  3585. */
  3586. protected function getProblemFreeTextServiceService()
  3587. {
  3588. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ProblemFreeTextService.php';
  3589. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3590. if (isset($this->services['StudentBundle\\Service\\ProblemFreeTextService'])) {
  3591. return $this->services['StudentBundle\\Service\\ProblemFreeTextService'];
  3592. }
  3593. return $this->services['StudentBundle\\Service\\ProblemFreeTextService'] = new \StudentBundle\Service\ProblemFreeTextService($a);
  3594. }
  3595. /**
  3596. * Gets the public 'StudentBundle\Service\QuizSessionService' shared autowired service.
  3597. *
  3598. * @return \StudentBundle\Service\QuizSessionService
  3599. */
  3600. protected function getQuizSessionServiceService()
  3601. {
  3602. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/QuizSessionService.php';
  3603. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3604. if (isset($this->services['StudentBundle\\Service\\QuizSessionService'])) {
  3605. return $this->services['StudentBundle\\Service\\QuizSessionService'];
  3606. }
  3607. return $this->services['StudentBundle\\Service\\QuizSessionService'] = new \StudentBundle\Service\QuizSessionService($a, ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService()), ($this->services['StudentBundle\\Service\\MathproblemService'] ?? $this->getMathproblemService2Service()), ($this->services['StudentBundle\\Service\\ProblemDndService'] ?? $this->getProblemDndServiceService()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), 'c9ca7eda-8abd-4574-9359-a603ab883612', 'abacus-fysik');
  3608. }
  3609. /**
  3610. * Gets the public 'StudentBundle\Service\ReadingTestService' shared autowired service.
  3611. *
  3612. * @return \StudentBundle\Service\ReadingTestService
  3613. */
  3614. protected function getReadingTestServiceService()
  3615. {
  3616. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ReadingTestService.php';
  3617. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3618. if (isset($this->services['StudentBundle\\Service\\ReadingTestService'])) {
  3619. return $this->services['StudentBundle\\Service\\ReadingTestService'];
  3620. }
  3621. return $this->services['StudentBundle\\Service\\ReadingTestService'] = new \StudentBundle\Service\ReadingTestService($a);
  3622. }
  3623. /**
  3624. * Gets the public 'StudentBundle\Service\SelfStudyService' shared autowired service.
  3625. *
  3626. * @return \StudentBundle\Service\SelfStudyService
  3627. */
  3628. protected function getSelfStudyService3Service()
  3629. {
  3630. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/SelfStudyService.php';
  3631. return $this->services['StudentBundle\\Service\\SelfStudyService'] = new \StudentBundle\Service\SelfStudyService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\QuizSessionService'] ?? $this->getQuizSessionService3Service()), $this);
  3632. }
  3633. /**
  3634. * Gets the public 'StudentBundle\Service\TextbookSessionService' shared autowired service.
  3635. *
  3636. * @return \StudentBundle\Service\TextbookSessionService
  3637. */
  3638. protected function getTextbookSessionServiceService()
  3639. {
  3640. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/TextbookSessionService.php';
  3641. return $this->services['StudentBundle\\Service\\TextbookSessionService'] = new \StudentBundle\Service\TextbookSessionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3642. }
  3643. /**
  3644. * Gets the public 'StudentBundle\Service\Transform' shared autowired service.
  3645. *
  3646. * @return \StudentBundle\Service\Transform
  3647. */
  3648. protected function getTransformService()
  3649. {
  3650. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/Transform.php';
  3651. return $this->services['StudentBundle\\Service\\Transform'] = new \StudentBundle\Service\Transform(\dirname(__DIR__, 4), false, true);
  3652. }
  3653. /**
  3654. * Gets the public 'StudentBundle\Service\WorksheetSessionService' shared autowired service.
  3655. *
  3656. * @return \StudentBundle\Service\WorksheetSessionService
  3657. */
  3658. protected function getWorksheetSessionServiceService()
  3659. {
  3660. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/WorksheetSessionService.php';
  3661. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3662. if (isset($this->services['StudentBundle\\Service\\WorksheetSessionService'])) {
  3663. return $this->services['StudentBundle\\Service\\WorksheetSessionService'];
  3664. }
  3665. return $this->services['StudentBundle\\Service\\WorksheetSessionService'] = new \StudentBundle\Service\WorksheetSessionService($a, 'c9ca7eda-8abd-4574-9359-a603ab883612', 1);
  3666. }
  3667. /**
  3668. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  3669. *
  3670. * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  3671. */
  3672. protected function getRedirectControllerService()
  3673. {
  3674. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  3675. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3676. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  3677. }
  3678. /**
  3679. * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  3680. *
  3681. * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  3682. */
  3683. protected function getTemplateController2Service()
  3684. {
  3685. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  3686. return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3687. }
  3688. /**
  3689. * Gets the public 'TeacherBundle\Controller\API\ActivityController' shared autowired service.
  3690. *
  3691. * @return \TeacherBundle\Controller\API\ActivityController
  3692. */
  3693. protected function getActivityControllerService()
  3694. {
  3695. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3696. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ActivityController.php';
  3697. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityTypeMappingService.php';
  3698. $this->services['TeacherBundle\\Controller\\API\\ActivityController'] = $instance = new \TeacherBundle\Controller\API\ActivityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'abacus-fysik', ($this->services['CoreBundle\\Service\\ActivityTypeMappingService'] ?? ($this->services['CoreBundle\\Service\\ActivityTypeMappingService'] = new \CoreBundle\Service\ActivityTypeMappingService('abacus-fysik'))));
  3699. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ActivityController', $this));
  3700. return $instance;
  3701. }
  3702. /**
  3703. * Gets the public 'TeacherBundle\Controller\API\ActivityFolderController' shared autowired service.
  3704. *
  3705. * @return \TeacherBundle\Controller\API\ActivityFolderController
  3706. */
  3707. protected function getActivityFolderControllerService()
  3708. {
  3709. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3710. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ActivityFolderController.php';
  3711. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityTypeMappingService.php';
  3712. $this->services['TeacherBundle\\Controller\\API\\ActivityFolderController'] = $instance = new \TeacherBundle\Controller\API\ActivityFolderController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Transformer\\ActivityFolderTransformer'] ?? $this->getActivityFolderTransformerService()), ($this->services['CoreBundle\\Service\\ActivityFolderService'] ?? $this->getActivityFolderServiceService()), ($this->services['CoreBundle\\Service\\ActivityTypeMappingService'] ?? ($this->services['CoreBundle\\Service\\ActivityTypeMappingService'] = new \CoreBundle\Service\ActivityTypeMappingService('abacus-fysik'))), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  3713. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ActivityFolderController', $this));
  3714. return $instance;
  3715. }
  3716. /**
  3717. * Gets the public 'TeacherBundle\Controller\API\ActivityMetadataController' shared autowired service.
  3718. *
  3719. * @return \TeacherBundle\Controller\API\ActivityMetadataController
  3720. */
  3721. protected function getActivityMetadataController2Service()
  3722. {
  3723. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3724. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ActivityMetadataController.php';
  3725. $this->services['TeacherBundle\\Controller\\API\\ActivityMetadataController'] = $instance = new \TeacherBundle\Controller\API\ActivityMetadataController(($this->services['TeacherBundle\\Service\\API\\ActivityMetadataService'] ?? $this->getActivityMetadataService2Service()), ($this->services['TeacherBundle\\Service\\API\\ClassroomActivityMetadataService'] ?? $this->getClassroomActivityMetadataServiceService()));
  3726. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ActivityMetadataController', $this));
  3727. return $instance;
  3728. }
  3729. /**
  3730. * Gets the public 'TeacherBundle\Controller\API\CategoryController' shared autowired service.
  3731. *
  3732. * @return \TeacherBundle\Controller\API\CategoryController
  3733. */
  3734. protected function getCategoryControllerService()
  3735. {
  3736. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3737. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/CategoryController.php';
  3738. $this->services['TeacherBundle\\Controller\\API\\CategoryController'] = $instance = new \TeacherBundle\Controller\API\CategoryController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3739. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\CategoryController', $this));
  3740. return $instance;
  3741. }
  3742. /**
  3743. * Gets the public 'TeacherBundle\Controller\API\ClassroomController' shared autowired service.
  3744. *
  3745. * @return \TeacherBundle\Controller\API\ClassroomController
  3746. */
  3747. protected function getClassroomControllerService()
  3748. {
  3749. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3750. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ClassroomController.php';
  3751. $this->services['TeacherBundle\\Controller\\API\\ClassroomController'] = $instance = new \TeacherBundle\Controller\API\ClassroomController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3752. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ClassroomController', $this));
  3753. return $instance;
  3754. }
  3755. /**
  3756. * Gets the public 'TeacherBundle\Controller\API\ClassroomReportController' shared autowired service.
  3757. *
  3758. * @return \TeacherBundle\Controller\API\ClassroomReportController
  3759. */
  3760. protected function getClassroomReportControllerService()
  3761. {
  3762. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3763. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ClassroomReportController.php';
  3764. $this->services['TeacherBundle\\Controller\\API\\ClassroomReportController'] = $instance = new \TeacherBundle\Controller\API\ClassroomReportController(($this->services['TeacherBundle\\Service\\API\\ClassroomReportService'] ?? $this->getClassroomReportServiceService()));
  3765. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ClassroomReportController', $this));
  3766. return $instance;
  3767. }
  3768. /**
  3769. * Gets the public 'TeacherBundle\Controller\API\ClassroomTypeController' shared autowired service.
  3770. *
  3771. * @return \TeacherBundle\Controller\API\ClassroomTypeController
  3772. */
  3773. protected function getClassroomTypeControllerService()
  3774. {
  3775. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3776. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ClassroomTypeController.php';
  3777. $this->services['TeacherBundle\\Controller\\API\\ClassroomTypeController'] = $instance = new \TeacherBundle\Controller\API\ClassroomTypeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\CategoryService'] ?? $this->getCategoryServiceService()), 'systime', 'highschool', 'abacus-fysik');
  3778. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ClassroomTypeController', $this));
  3779. return $instance;
  3780. }
  3781. /**
  3782. * Gets the public 'TeacherBundle\Controller\API\CrammingActivityController' shared autowired service.
  3783. *
  3784. * @return \TeacherBundle\Controller\API\CrammingActivityController
  3785. */
  3786. protected function getCrammingActivityController2Service()
  3787. {
  3788. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3789. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/CrammingActivityController.php';
  3790. $this->services['TeacherBundle\\Controller\\API\\CrammingActivityController'] = $instance = new \TeacherBundle\Controller\API\CrammingActivityController('abacus-fysik', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\API\\CrammingActivityService'] ?? $this->getCrammingActivityService2Service()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  3791. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\CrammingActivityController', $this));
  3792. return $instance;
  3793. }
  3794. /**
  3795. * Gets the public 'TeacherBundle\Controller\API\CrammingActivityResultsController' shared autowired service.
  3796. *
  3797. * @return \TeacherBundle\Controller\API\CrammingActivityResultsController
  3798. */
  3799. protected function getCrammingActivityResultsController2Service()
  3800. {
  3801. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3802. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/CrammingActivityResultsController.php';
  3803. $this->services['TeacherBundle\\Controller\\API\\CrammingActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\CrammingActivityResultsController(($this->services['TeacherBundle\\Service\\API\\CrammingActivityResults\\Service'] ?? $this->getServiceService()));
  3804. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\CrammingActivityResultsController', $this));
  3805. return $instance;
  3806. }
  3807. /**
  3808. * Gets the public 'TeacherBundle\Controller\API\DictateActivityController' shared autowired service.
  3809. *
  3810. * @return \TeacherBundle\Controller\API\DictateActivityController
  3811. */
  3812. protected function getDictateActivityControllerService()
  3813. {
  3814. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3815. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/DictateActivityController.php';
  3816. $this->services['TeacherBundle\\Controller\\API\\DictateActivityController'] = $instance = new \TeacherBundle\Controller\API\DictateActivityController(($this->services['TeacherBundle\\Service\\API\\DictateActivityService'] ?? $this->getDictateActivityServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3817. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\DictateActivityController', $this));
  3818. return $instance;
  3819. }
  3820. /**
  3821. * Gets the public 'TeacherBundle\Controller\API\DictateActivityResultsController' shared autowired service.
  3822. *
  3823. * @return \TeacherBundle\Controller\API\DictateActivityResultsController
  3824. */
  3825. protected function getDictateActivityResultsController2Service()
  3826. {
  3827. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3828. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/DictateActivityResultsController.php';
  3829. $this->services['TeacherBundle\\Controller\\API\\DictateActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\DictateActivityResultsController(($this->services['TeacherBundle\\Service\\API\\DictateActivityResultsService'] ?? $this->getDictateActivityResultsService3Service()));
  3830. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\DictateActivityResultsController', $this));
  3831. return $instance;
  3832. }
  3833. /**
  3834. * Gets the public 'TeacherBundle\Controller\API\DictateController' shared autowired service.
  3835. *
  3836. * @return \TeacherBundle\Controller\API\DictateController
  3837. */
  3838. protected function getDictateController2Service()
  3839. {
  3840. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3841. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/DictateController.php';
  3842. $this->services['TeacherBundle\\Controller\\API\\DictateController'] = $instance = new \TeacherBundle\Controller\API\DictateController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3843. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\DictateController', $this));
  3844. return $instance;
  3845. }
  3846. /**
  3847. * Gets the public 'TeacherBundle\Controller\API\HomeworkActivityResultsController' shared autowired service.
  3848. *
  3849. * @return \TeacherBundle\Controller\API\HomeworkActivityResultsController
  3850. */
  3851. protected function getHomeworkActivityResultsController2Service()
  3852. {
  3853. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3854. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/HomeworkActivityResultsController.php';
  3855. $this->services['TeacherBundle\\Controller\\API\\HomeworkActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\HomeworkActivityResultsController(($this->services['TeacherBundle\\Service\\API\\HomeworkActivityResultsService'] ?? $this->getHomeworkActivityResultsService3Service()));
  3856. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\HomeworkActivityResultsController', $this));
  3857. return $instance;
  3858. }
  3859. /**
  3860. * Gets the public 'TeacherBundle\Controller\API\HomeworkController' shared autowired service.
  3861. *
  3862. * @return \TeacherBundle\Controller\API\HomeworkController
  3863. */
  3864. protected function getHomeworkController2Service()
  3865. {
  3866. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3867. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/HomeworkController.php';
  3868. $this->services['TeacherBundle\\Controller\\API\\HomeworkController'] = $instance = new \TeacherBundle\Controller\API\HomeworkController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\API\\HomeworkService'] ?? $this->getHomeworkService2Service()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  3869. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\HomeworkController', $this));
  3870. return $instance;
  3871. }
  3872. /**
  3873. * Gets the public 'TeacherBundle\Controller\API\OnboardingController' shared autowired service.
  3874. *
  3875. * @return \TeacherBundle\Controller\API\OnboardingController
  3876. */
  3877. protected function getOnboardingControllerService()
  3878. {
  3879. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3880. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/OnboardingController.php';
  3881. $this->services['TeacherBundle\\Controller\\API\\OnboardingController'] = $instance = new \TeacherBundle\Controller\API\OnboardingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'abacus-fysik');
  3882. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\OnboardingController', $this));
  3883. return $instance;
  3884. }
  3885. /**
  3886. * Gets the public 'TeacherBundle\Controller\API\PeerActivityController' shared autowired service.
  3887. *
  3888. * @return \TeacherBundle\Controller\API\PeerActivityController
  3889. */
  3890. protected function getPeerActivityControllerService()
  3891. {
  3892. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3893. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerActivityController.php';
  3894. $this->services['TeacherBundle\\Controller\\API\\PeerActivityController'] = $instance = new \TeacherBundle\Controller\API\PeerActivityController(($this->services['TeacherBundle\\Service\\API\\PeerActivityService'] ?? $this->getPeerActivityServiceService()));
  3895. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerActivityController', $this));
  3896. return $instance;
  3897. }
  3898. /**
  3899. * Gets the public 'TeacherBundle\Controller\API\PeerActivityResultsController' shared autowired service.
  3900. *
  3901. * @return \TeacherBundle\Controller\API\PeerActivityResultsController
  3902. */
  3903. protected function getPeerActivityResultsController2Service()
  3904. {
  3905. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3906. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerActivityResultsController.php';
  3907. $this->services['TeacherBundle\\Controller\\API\\PeerActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\PeerActivityResultsController(($this->services['TeacherBundle\\Service\\API\\PeerActivityResultsService'] ?? $this->getPeerActivityResultsService2Service()));
  3908. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerActivityResultsController', $this));
  3909. return $instance;
  3910. }
  3911. /**
  3912. * Gets the public 'TeacherBundle\Controller\API\PeerProblemController' shared autowired service.
  3913. *
  3914. * @return \TeacherBundle\Controller\API\PeerProblemController
  3915. */
  3916. protected function getPeerProblemControllerService()
  3917. {
  3918. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3919. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerProblemController.php';
  3920. $this->services['TeacherBundle\\Controller\\API\\PeerProblemController'] = $instance = new \TeacherBundle\Controller\API\PeerProblemController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3921. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerProblemController', $this));
  3922. return $instance;
  3923. }
  3924. /**
  3925. * Gets the public 'TeacherBundle\Controller\API\PeerThemeClassTypeController' shared autowired service.
  3926. *
  3927. * @return \TeacherBundle\Controller\API\PeerThemeClassTypeController
  3928. */
  3929. protected function getPeerThemeClassTypeControllerService()
  3930. {
  3931. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3932. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerThemeClassTypeController.php';
  3933. $this->services['TeacherBundle\\Controller\\API\\PeerThemeClassTypeController'] = $instance = new \TeacherBundle\Controller\API\PeerThemeClassTypeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3934. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerThemeClassTypeController', $this));
  3935. return $instance;
  3936. }
  3937. /**
  3938. * Gets the public 'TeacherBundle\Controller\API\PeerThemeController' shared autowired service.
  3939. *
  3940. * @return \TeacherBundle\Controller\API\PeerThemeController
  3941. */
  3942. protected function getPeerThemeControllerService()
  3943. {
  3944. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3945. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerThemeController.php';
  3946. $this->services['TeacherBundle\\Controller\\API\\PeerThemeController'] = $instance = new \TeacherBundle\Controller\API\PeerThemeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3947. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerThemeController', $this));
  3948. return $instance;
  3949. }
  3950. /**
  3951. * Gets the public 'TeacherBundle\Controller\API\ProblemController' shared autowired service.
  3952. *
  3953. * @return \TeacherBundle\Controller\API\ProblemController
  3954. */
  3955. protected function getProblemController4Service()
  3956. {
  3957. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3958. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ProblemController.php';
  3959. $this->services['TeacherBundle\\Controller\\API\\ProblemController'] = $instance = new \TeacherBundle\Controller\API\ProblemController(($this->services['TeacherBundle\\Service\\API\\ProblemService'] ?? $this->getProblemService3Service()), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()));
  3960. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ProblemController', $this));
  3961. return $instance;
  3962. }
  3963. /**
  3964. * Gets the public 'TeacherBundle\Controller\API\QuizActivityController' shared autowired service.
  3965. *
  3966. * @return \TeacherBundle\Controller\API\QuizActivityController
  3967. */
  3968. protected function getQuizActivityController2Service()
  3969. {
  3970. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3971. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/QuizActivityController.php';
  3972. $this->services['TeacherBundle\\Controller\\API\\QuizActivityController'] = $instance = new \TeacherBundle\Controller\API\QuizActivityController(($this->services['TeacherBundle\\Service\\API\\QuizActivityService'] ?? $this->getQuizActivityService2Service()));
  3973. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\QuizActivityController', $this));
  3974. return $instance;
  3975. }
  3976. /**
  3977. * Gets the public 'TeacherBundle\Controller\API\QuizActivityResultsController' shared autowired service.
  3978. *
  3979. * @return \TeacherBundle\Controller\API\QuizActivityResultsController
  3980. */
  3981. protected function getQuizActivityResultsController2Service()
  3982. {
  3983. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3984. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/QuizActivityResultsController.php';
  3985. $this->services['TeacherBundle\\Controller\\API\\QuizActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\QuizActivityResultsController(($this->services['TeacherBundle\\Service\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsService3Service()));
  3986. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\QuizActivityResultsController', $this));
  3987. return $instance;
  3988. }
  3989. /**
  3990. * Gets the public 'TeacherBundle\Controller\API\QuizController' shared autowired service.
  3991. *
  3992. * @return \TeacherBundle\Controller\API\QuizController
  3993. */
  3994. protected function getQuizControllerService()
  3995. {
  3996. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3997. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/QuizController.php';
  3998. $this->services['TeacherBundle\\Controller\\API\\QuizController'] = $instance = new \TeacherBundle\Controller\API\QuizController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3999. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\QuizController', $this));
  4000. return $instance;
  4001. }
  4002. /**
  4003. * Gets the public 'TeacherBundle\Controller\API\QuizTypeController' shared autowired service.
  4004. *
  4005. * @return \TeacherBundle\Controller\API\QuizTypeController
  4006. */
  4007. protected function getQuizTypeControllerService()
  4008. {
  4009. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4010. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/QuizTypeController.php';
  4011. $this->services['TeacherBundle\\Controller\\API\\QuizTypeController'] = $instance = new \TeacherBundle\Controller\API\QuizTypeController();
  4012. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\QuizTypeController', $this));
  4013. return $instance;
  4014. }
  4015. /**
  4016. * Gets the public 'TeacherBundle\Controller\API\ReadingTestActivityController' shared autowired service.
  4017. *
  4018. * @return \TeacherBundle\Controller\API\ReadingTestActivityController
  4019. */
  4020. protected function getReadingTestActivityControllerService()
  4021. {
  4022. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4023. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ReadingTestActivityController.php';
  4024. $this->services['TeacherBundle\\Controller\\API\\ReadingTestActivityController'] = $instance = new \TeacherBundle\Controller\API\ReadingTestActivityController(($this->services['TeacherBundle\\Service\\API\\ReadingTestActivityService'] ?? $this->getReadingTestActivityServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4025. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ReadingTestActivityController', $this));
  4026. return $instance;
  4027. }
  4028. /**
  4029. * Gets the public 'TeacherBundle\Controller\API\ReadingTestController' shared autowired service.
  4030. *
  4031. * @return \TeacherBundle\Controller\API\ReadingTestController
  4032. */
  4033. protected function getReadingTestController2Service()
  4034. {
  4035. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4036. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ReadingTestController.php';
  4037. $this->services['TeacherBundle\\Controller\\API\\ReadingTestController'] = $instance = new \TeacherBundle\Controller\API\ReadingTestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4038. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ReadingTestController', $this));
  4039. return $instance;
  4040. }
  4041. /**
  4042. * Gets the public 'TeacherBundle\Controller\API\ReadingTestResultsController' shared autowired service.
  4043. *
  4044. * @return \TeacherBundle\Controller\API\ReadingTestResultsController
  4045. */
  4046. protected function getReadingTestResultsController2Service()
  4047. {
  4048. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4049. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ReadingTestResultsController.php';
  4050. $this->services['TeacherBundle\\Controller\\API\\ReadingTestResultsController'] = $instance = new \TeacherBundle\Controller\API\ReadingTestResultsController(($this->services['TeacherBundle\\Service\\API\\ReadingTestActivityService'] ?? $this->getReadingTestActivityServiceService()));
  4051. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ReadingTestResultsController', $this));
  4052. return $instance;
  4053. }
  4054. /**
  4055. * Gets the public 'TeacherBundle\Controller\API\ResultsOverviewController' shared autowired service.
  4056. *
  4057. * @return \TeacherBundle\Controller\API\ResultsOverviewController
  4058. */
  4059. protected function getResultsOverviewControllerService()
  4060. {
  4061. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4062. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ResultsOverviewController.php';
  4063. $this->services['TeacherBundle\\Controller\\API\\ResultsOverviewController'] = $instance = new \TeacherBundle\Controller\API\ResultsOverviewController(($this->services['TeacherBundle\\Service\\API\\ResultsOverviewService'] ?? $this->getResultsOverviewServiceService()));
  4064. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ResultsOverviewController', $this));
  4065. return $instance;
  4066. }
  4067. /**
  4068. * Gets the public 'TeacherBundle\Controller\API\SessionController' shared autowired service.
  4069. *
  4070. * @return \TeacherBundle\Controller\API\SessionController
  4071. */
  4072. protected function getSessionControllerService()
  4073. {
  4074. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4075. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/SessionController.php';
  4076. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityTypeMappingService.php';
  4077. $this->services['TeacherBundle\\Controller\\API\\SessionController'] = $instance = new \TeacherBundle\Controller\API\SessionController(($this->services['CoreBundle\\Service\\ActivityResolverService'] ?? $this->getActivityResolverServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\ActivityTypeMappingService'] ?? ($this->services['CoreBundle\\Service\\ActivityTypeMappingService'] = new \CoreBundle\Service\ActivityTypeMappingService('abacus-fysik'))));
  4078. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\SessionController', $this));
  4079. return $instance;
  4080. }
  4081. /**
  4082. * Gets the public 'TeacherBundle\Controller\API\StudentController' shared autowired service.
  4083. *
  4084. * @return \TeacherBundle\Controller\API\StudentController
  4085. */
  4086. protected function getStudentControllerService()
  4087. {
  4088. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4089. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/StudentController.php';
  4090. $this->services['TeacherBundle\\Controller\\API\\StudentController'] = $instance = new \TeacherBundle\Controller\API\StudentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4091. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\StudentController', $this));
  4092. return $instance;
  4093. }
  4094. /**
  4095. * Gets the public 'TeacherBundle\Controller\API\StudentReportController' shared autowired service.
  4096. *
  4097. * @return \TeacherBundle\Controller\API\StudentReportController
  4098. */
  4099. protected function getStudentReportControllerService()
  4100. {
  4101. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4102. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/StudentReportController.php';
  4103. $this->services['TeacherBundle\\Controller\\API\\StudentReportController'] = $instance = new \TeacherBundle\Controller\API\StudentReportController(($this->services['TeacherBundle\\Service\\API\\StudentReportService'] ?? $this->getStudentReportServiceService()));
  4104. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\StudentReportController', $this));
  4105. return $instance;
  4106. }
  4107. /**
  4108. * Gets the public 'TeacherBundle\Controller\API\TagController' shared autowired service.
  4109. *
  4110. * @return \TeacherBundle\Controller\API\TagController
  4111. */
  4112. protected function getTagController2Service()
  4113. {
  4114. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4115. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TagController.php';
  4116. $this->services['TeacherBundle\\Controller\\API\\TagController'] = $instance = new \TeacherBundle\Controller\API\TagController();
  4117. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TagController', $this));
  4118. return $instance;
  4119. }
  4120. /**
  4121. * Gets the public 'TeacherBundle\Controller\API\TemplateMathproblemController' shared autowired service.
  4122. *
  4123. * @return \TeacherBundle\Controller\API\TemplateMathproblemController
  4124. */
  4125. protected function getTemplateMathproblemControllerService()
  4126. {
  4127. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4128. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TemplateMathproblemController.php';
  4129. $this->services['TeacherBundle\\Controller\\API\\TemplateMathproblemController'] = $instance = new \TeacherBundle\Controller\API\TemplateMathproblemController();
  4130. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TemplateMathproblemController', $this));
  4131. return $instance;
  4132. }
  4133. /**
  4134. * Gets the public 'TeacherBundle\Controller\API\TemplateSetController' shared autowired service.
  4135. *
  4136. * @return \TeacherBundle\Controller\API\TemplateSetController
  4137. */
  4138. protected function getTemplateSetControllerService()
  4139. {
  4140. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4141. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TemplateSetController.php';
  4142. $this->services['TeacherBundle\\Controller\\API\\TemplateSetController'] = $instance = new \TeacherBundle\Controller\API\TemplateSetController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4143. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TemplateSetController', $this));
  4144. return $instance;
  4145. }
  4146. /**
  4147. * Gets the public 'TeacherBundle\Controller\API\TrainingActivityController' shared autowired service.
  4148. *
  4149. * @return \TeacherBundle\Controller\API\TrainingActivityController
  4150. */
  4151. protected function getTrainingActivityControllerService()
  4152. {
  4153. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4154. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TrainingActivityController.php';
  4155. $this->services['TeacherBundle\\Controller\\API\\TrainingActivityController'] = $instance = new \TeacherBundle\Controller\API\TrainingActivityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\API\\TrainingActivityService'] ?? $this->getTrainingActivityServiceService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4156. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TrainingActivityController', $this));
  4157. return $instance;
  4158. }
  4159. /**
  4160. * Gets the public 'TeacherBundle\Controller\API\TrainingActivityResultsController' shared autowired service.
  4161. *
  4162. * @return \TeacherBundle\Controller\API\TrainingActivityResultsController
  4163. */
  4164. protected function getTrainingActivityResultsController2Service()
  4165. {
  4166. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4167. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TrainingActivityResultsController.php';
  4168. $this->services['TeacherBundle\\Controller\\API\\TrainingActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\TrainingActivityResultsController(($this->services['TeacherBundle\\Service\\API\\TrainingActivityResultsService'] ?? $this->getTrainingActivityResultsService3Service()));
  4169. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TrainingActivityResultsController', $this));
  4170. return $instance;
  4171. }
  4172. /**
  4173. * Gets the public 'TeacherBundle\Controller\API\WorksheetActivityController' shared autowired service.
  4174. *
  4175. * @return \TeacherBundle\Controller\API\WorksheetActivityController
  4176. */
  4177. protected function getWorksheetActivityControllerService()
  4178. {
  4179. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4180. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/WorksheetActivityController.php';
  4181. $this->services['TeacherBundle\\Controller\\API\\WorksheetActivityController'] = $instance = new \TeacherBundle\Controller\API\WorksheetActivityController(($this->services['TeacherBundle\\Service\\API\\WorksheetActivityService'] ?? $this->getWorksheetActivityServiceService()));
  4182. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\WorksheetActivityController', $this));
  4183. return $instance;
  4184. }
  4185. /**
  4186. * Gets the public 'TeacherBundle\Controller\API\WorksheetActivityResultsController' shared autowired service.
  4187. *
  4188. * @return \TeacherBundle\Controller\API\WorksheetActivityResultsController
  4189. */
  4190. protected function getWorksheetActivityResultsControllerService()
  4191. {
  4192. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4193. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/WorksheetActivityResultsController.php';
  4194. $this->services['TeacherBundle\\Controller\\API\\WorksheetActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\WorksheetActivityResultsController(($this->services['TeacherBundle\\Service\\API\\WorksheetActivityResultsService'] ?? $this->getWorksheetActivityResultsServiceService()));
  4195. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\WorksheetActivityResultsController', $this));
  4196. return $instance;
  4197. }
  4198. /**
  4199. * Gets the public 'TeacherBundle\Controller\API\WorksheetController' shared autowired service.
  4200. *
  4201. * @return \TeacherBundle\Controller\API\WorksheetController
  4202. */
  4203. protected function getWorksheetControllerService()
  4204. {
  4205. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4206. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/WorksheetController.php';
  4207. $this->services['TeacherBundle\\Controller\\API\\WorksheetController'] = $instance = new \TeacherBundle\Controller\API\WorksheetController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4208. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\WorksheetController', $this));
  4209. return $instance;
  4210. }
  4211. /**
  4212. * Gets the public 'TeacherBundle\Controller\CampaignController' shared autowired service.
  4213. *
  4214. * @return \TeacherBundle\Controller\CampaignController
  4215. */
  4216. protected function getCampaignControllerService()
  4217. {
  4218. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4219. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/CampaignController.php';
  4220. $this->services['TeacherBundle\\Controller\\CampaignController'] = $instance = new \TeacherBundle\Controller\CampaignController(($this->services['TeacherBundle\\Service\\CampaignService'] ?? $this->getCampaignServiceService()));
  4221. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\CampaignController', $this));
  4222. return $instance;
  4223. }
  4224. /**
  4225. * Gets the public 'TeacherBundle\Controller\ClassroomController' shared autowired service.
  4226. *
  4227. * @return \TeacherBundle\Controller\ClassroomController
  4228. */
  4229. protected function getClassroomController2Service()
  4230. {
  4231. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4232. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ClassroomController.php';
  4233. $this->services['TeacherBundle\\Controller\\ClassroomController'] = $instance = new \TeacherBundle\Controller\ClassroomController();
  4234. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ClassroomController', $this));
  4235. return $instance;
  4236. }
  4237. /**
  4238. * Gets the public 'TeacherBundle\Controller\ContentController' shared autowired service.
  4239. *
  4240. * @return \TeacherBundle\Controller\ContentController
  4241. */
  4242. protected function getContentController2Service()
  4243. {
  4244. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4245. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ContentController.php';
  4246. $this->services['TeacherBundle\\Controller\\ContentController'] = $instance = new \TeacherBundle\Controller\ContentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), 'abacus-fysik', ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService()), ($this->services['StudentBundle\\Service\\MathproblemService'] ?? $this->getMathproblemService2Service()), ($this->services['TeacherBundle\\Service\\ProblemDndService'] ?? $this->getProblemDndService2Service()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
  4247. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ContentController', $this));
  4248. return $instance;
  4249. }
  4250. /**
  4251. * Gets the public 'TeacherBundle\Controller\CrammingActivityController' shared autowired service.
  4252. *
  4253. * @return \TeacherBundle\Controller\CrammingActivityController
  4254. */
  4255. protected function getCrammingActivityController3Service()
  4256. {
  4257. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4258. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/CrammingActivityController.php';
  4259. $this->services['TeacherBundle\\Controller\\CrammingActivityController'] = $instance = new \TeacherBundle\Controller\CrammingActivityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['AdminBundle\\Service\\ProblemService'] ?? $this->getProblemService4Service()), ($this->services['TeacherBundle\\Service\\CrammingActivityService'] ?? $this->getCrammingActivityService3Service()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4260. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\CrammingActivityController', $this));
  4261. return $instance;
  4262. }
  4263. /**
  4264. * Gets the public 'TeacherBundle\Controller\DefaultController' shared autowired service.
  4265. *
  4266. * @return \TeacherBundle\Controller\DefaultController
  4267. */
  4268. protected function getDefaultController4Service()
  4269. {
  4270. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4271. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/DefaultController.php';
  4272. $this->services['TeacherBundle\\Controller\\DefaultController'] = $instance = new \TeacherBundle\Controller\DefaultController('abacus-fysik', \dirname(__DIR__, 4), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4273. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\DefaultController', $this));
  4274. return $instance;
  4275. }
  4276. /**
  4277. * Gets the public 'TeacherBundle\Controller\ExtendActivityController' shared autowired service.
  4278. *
  4279. * @return \TeacherBundle\Controller\ExtendActivityController
  4280. */
  4281. protected function getExtendActivityControllerService()
  4282. {
  4283. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4284. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ExtendActivityController.php';
  4285. $this->services['TeacherBundle\\Controller\\ExtendActivityController'] = $instance = new \TeacherBundle\Controller\ExtendActivityController(($this->services['TeacherBundle\\Service\\ExtendActivityService'] ?? $this->getExtendActivityServiceService()));
  4286. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ExtendActivityController', $this));
  4287. return $instance;
  4288. }
  4289. /**
  4290. * Gets the public 'TeacherBundle\Controller\HistoryController' shared autowired service.
  4291. *
  4292. * @return \TeacherBundle\Controller\HistoryController
  4293. */
  4294. protected function getHistoryController3Service()
  4295. {
  4296. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4297. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/HistoryController.php';
  4298. $this->services['TeacherBundle\\Controller\\HistoryController'] = $instance = new \TeacherBundle\Controller\HistoryController();
  4299. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\HistoryController', $this));
  4300. return $instance;
  4301. }
  4302. /**
  4303. * Gets the public 'TeacherBundle\Controller\HomeworkController' shared autowired service.
  4304. *
  4305. * @return \TeacherBundle\Controller\HomeworkController
  4306. */
  4307. protected function getHomeworkController3Service()
  4308. {
  4309. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4310. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/HomeworkController.php';
  4311. $this->services['TeacherBundle\\Controller\\HomeworkController'] = $instance = new \TeacherBundle\Controller\HomeworkController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4312. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\HomeworkController', $this));
  4313. return $instance;
  4314. }
  4315. /**
  4316. * Gets the public 'TeacherBundle\Controller\PeerTrainingController' shared autowired service.
  4317. *
  4318. * @return \TeacherBundle\Controller\PeerTrainingController
  4319. */
  4320. protected function getPeerTrainingControllerService()
  4321. {
  4322. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4323. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/PeerTrainingController.php';
  4324. $this->services['TeacherBundle\\Controller\\PeerTrainingController'] = $instance = new \TeacherBundle\Controller\PeerTrainingController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4325. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\PeerTrainingController', $this));
  4326. return $instance;
  4327. }
  4328. /**
  4329. * Gets the public 'TeacherBundle\Controller\QuizController' shared autowired service.
  4330. *
  4331. * @return \TeacherBundle\Controller\QuizController
  4332. */
  4333. protected function getQuizController2Service()
  4334. {
  4335. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4336. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/QuizController.php';
  4337. $this->services['TeacherBundle\\Controller\\QuizController'] = $instance = new \TeacherBundle\Controller\QuizController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()));
  4338. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\QuizController', $this));
  4339. return $instance;
  4340. }
  4341. /**
  4342. * Gets the public 'TeacherBundle\Controller\QuizSessionController' shared autowired service.
  4343. *
  4344. * @return \TeacherBundle\Controller\QuizSessionController
  4345. */
  4346. protected function getQuizSessionController2Service()
  4347. {
  4348. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4349. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/QuizSessionController.php';
  4350. $this->services['TeacherBundle\\Controller\\QuizSessionController'] = $instance = new \TeacherBundle\Controller\QuizSessionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4351. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\QuizSessionController', $this));
  4352. return $instance;
  4353. }
  4354. /**
  4355. * Gets the public 'TeacherBundle\Controller\ReportPdfExportController' shared autowired service.
  4356. *
  4357. * @return \TeacherBundle\Controller\ReportPdfExportController
  4358. */
  4359. protected function getReportPdfExportControllerService()
  4360. {
  4361. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4362. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ReportPdfExportController.php';
  4363. $this->services['TeacherBundle\\Controller\\ReportPdfExportController'] = $instance = new \TeacherBundle\Controller\ReportPdfExportController(($this->services['TeacherBundle\\Service\\API\\StudentReportService'] ?? $this->getStudentReportServiceService()), ($this->services['TeacherBundle\\Service\\API\\ClassroomReportService'] ?? $this->getClassroomReportServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'abacus-fysik');
  4364. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ReportPdfExportController', $this));
  4365. return $instance;
  4366. }
  4367. /**
  4368. * Gets the public 'TeacherBundle\Controller\ResultsController' shared autowired service.
  4369. *
  4370. * @return \TeacherBundle\Controller\ResultsController
  4371. */
  4372. protected function getResultsController3Service()
  4373. {
  4374. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4375. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ResultsController.php';
  4376. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/CompetitionService.php';
  4377. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4378. $this->services['TeacherBundle\\Controller\\ResultsController'] = $instance = new \TeacherBundle\Controller\ResultsController($a, new \TeacherBundle\Service\CompetitionService($a));
  4379. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ResultsController', $this));
  4380. return $instance;
  4381. }
  4382. /**
  4383. * Gets the public 'TeacherBundle\Controller\ResultsOverviewController' shared autowired service.
  4384. *
  4385. * @return \TeacherBundle\Controller\ResultsOverviewController
  4386. */
  4387. protected function getResultsOverviewController2Service()
  4388. {
  4389. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4390. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ResultsOverviewController.php';
  4391. $this->services['TeacherBundle\\Controller\\ResultsOverviewController'] = $instance = new \TeacherBundle\Controller\ResultsOverviewController(($this->services['TeacherBundle\\Service\\API\\ResultsOverviewService'] ?? $this->getResultsOverviewServiceService()));
  4392. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ResultsOverviewController', $this));
  4393. return $instance;
  4394. }
  4395. /**
  4396. * Gets the public 'TeacherBundle\Controller\StudentController' shared autowired service.
  4397. *
  4398. * @return \TeacherBundle\Controller\StudentController
  4399. */
  4400. protected function getStudentController2Service()
  4401. {
  4402. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4403. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/StudentController.php';
  4404. $this->services['TeacherBundle\\Controller\\StudentController'] = $instance = new \TeacherBundle\Controller\StudentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->privates['StudentBundle\\Service\\ClassroomSignUpService'] ?? $this->getClassroomSignUpServiceService()));
  4405. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\StudentController', $this));
  4406. return $instance;
  4407. }
  4408. /**
  4409. * Gets the public 'TeacherBundle\Controller\TextbookController' shared autowired service.
  4410. *
  4411. * @return \TeacherBundle\Controller\TextbookController
  4412. */
  4413. protected function getTextbookController3Service()
  4414. {
  4415. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4416. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/TextbookController.php';
  4417. $this->services['TeacherBundle\\Controller\\TextbookController'] = $instance = new \TeacherBundle\Controller\TextbookController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['CoreBundle\\Service\\TextbookService'] ?? $this->getTextbookServiceService()), ($this->services['TeacherBundle\\Service\\TextbookSessionService'] ?? $this->getTextbookSessionService2Service()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4418. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\TextbookController', $this));
  4419. return $instance;
  4420. }
  4421. /**
  4422. * Gets the public 'TeacherBundle\Controller\TrainingController' shared autowired service.
  4423. *
  4424. * @return \TeacherBundle\Controller\TrainingController
  4425. */
  4426. protected function getTrainingController2Service()
  4427. {
  4428. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4429. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/TrainingController.php';
  4430. $this->services['TeacherBundle\\Controller\\TrainingController'] = $instance = new \TeacherBundle\Controller\TrainingController(($this->services['TeacherBundle\\Service\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4431. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\TrainingController', $this));
  4432. return $instance;
  4433. }
  4434. /**
  4435. * Gets the public 'TeacherBundle\Controller\WorksheetController' shared autowired service.
  4436. *
  4437. * @return \TeacherBundle\Controller\WorksheetController
  4438. */
  4439. protected function getWorksheetController2Service()
  4440. {
  4441. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4442. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/WorksheetController.php';
  4443. $this->services['TeacherBundle\\Controller\\WorksheetController'] = $instance = new \TeacherBundle\Controller\WorksheetController(($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4444. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\WorksheetController', $this));
  4445. return $instance;
  4446. }
  4447. /**
  4448. * Gets the public 'TeacherBundle\Controller\WorksheetSessionController' shared autowired service.
  4449. *
  4450. * @return \TeacherBundle\Controller\WorksheetSessionController
  4451. */
  4452. protected function getWorksheetSessionController2Service()
  4453. {
  4454. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4455. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/WorksheetSessionController.php';
  4456. $this->services['TeacherBundle\\Controller\\WorksheetSessionController'] = $instance = new \TeacherBundle\Controller\WorksheetSessionController(($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4457. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\WorksheetSessionController', $this));
  4458. return $instance;
  4459. }
  4460. /**
  4461. * Gets the public 'TeacherBundle\Service\API\ActivityMetadataService' shared autowired service.
  4462. *
  4463. * @return \TeacherBundle\Service\API\ActivityMetadataService
  4464. */
  4465. protected function getActivityMetadataService2Service()
  4466. {
  4467. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ActivityMetadataService.php';
  4468. return $this->services['TeacherBundle\\Service\\API\\ActivityMetadataService'] = new \TeacherBundle\Service\API\ActivityMetadataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4469. }
  4470. /**
  4471. * Gets the public 'TeacherBundle\Service\API\ClassroomActivityMetadataService' shared autowired service.
  4472. *
  4473. * @return \TeacherBundle\Service\API\ClassroomActivityMetadataService
  4474. */
  4475. protected function getClassroomActivityMetadataServiceService()
  4476. {
  4477. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ClassroomActivityMetadataService.php';
  4478. return $this->services['TeacherBundle\\Service\\API\\ClassroomActivityMetadataService'] = new \TeacherBundle\Service\API\ClassroomActivityMetadataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4479. }
  4480. /**
  4481. * Gets the public 'TeacherBundle\Service\API\ClassroomReportService' shared autowired service.
  4482. *
  4483. * @return \TeacherBundle\Service\API\ClassroomReportService
  4484. */
  4485. protected function getClassroomReportServiceService()
  4486. {
  4487. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ClassroomReportService.php';
  4488. return $this->services['TeacherBundle\\Service\\API\\ClassroomReportService'] = new \TeacherBundle\Service\API\ClassroomReportService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4489. }
  4490. /**
  4491. * Gets the public 'TeacherBundle\Service\API\CrammingActivityResults\Helper' shared autowired service.
  4492. *
  4493. * @return \TeacherBundle\Service\API\CrammingActivityResults\Helper
  4494. */
  4495. protected function getHelperService()
  4496. {
  4497. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/CrammingActivityResults/Helper.php';
  4498. return $this->services['TeacherBundle\\Service\\API\\CrammingActivityResults\\Helper'] = new \TeacherBundle\Service\API\CrammingActivityResults\Helper();
  4499. }
  4500. /**
  4501. * Gets the public 'TeacherBundle\Service\API\CrammingActivityResults\Service' shared autowired service.
  4502. *
  4503. * @return \TeacherBundle\Service\API\CrammingActivityResults\Service
  4504. */
  4505. protected function getServiceService()
  4506. {
  4507. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/CrammingActivityResults/Service.php';
  4508. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/CrammingActivityResults/Helper.php';
  4509. return $this->services['TeacherBundle\\Service\\API\\CrammingActivityResults\\Service'] = new \TeacherBundle\Service\API\CrammingActivityResults\Service(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\API\\CrammingActivityResults\\Helper'] ?? ($this->services['TeacherBundle\\Service\\API\\CrammingActivityResults\\Helper'] = new \TeacherBundle\Service\API\CrammingActivityResults\Helper())), 100, ($this->services['CoreBundle\\Service\\API\\CrammingActivityResultsService'] ?? $this->getCrammingActivityResultsServiceService()));
  4510. }
  4511. /**
  4512. * Gets the public 'TeacherBundle\Service\API\CrammingActivityService' shared autowired service.
  4513. *
  4514. * @return \TeacherBundle\Service\API\CrammingActivityService
  4515. */
  4516. protected function getCrammingActivityService2Service()
  4517. {
  4518. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/CrammingActivityService.php';
  4519. return $this->services['TeacherBundle\\Service\\API\\CrammingActivityService'] = new \TeacherBundle\Service\API\CrammingActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4520. }
  4521. /**
  4522. * Gets the public 'TeacherBundle\Service\API\DictateActivityResultsService' shared autowired service.
  4523. *
  4524. * @return \TeacherBundle\Service\API\DictateActivityResultsService
  4525. */
  4526. protected function getDictateActivityResultsService3Service()
  4527. {
  4528. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/DictateActivityResultsService.php';
  4529. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/DictateActivityResultsService.php';
  4530. return $this->services['TeacherBundle\\Service\\API\\DictateActivityResultsService'] = new \TeacherBundle\Service\API\DictateActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] ?? ($this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] = new \CoreBundle\Service\API\DictateActivityResultsService())));
  4531. }
  4532. /**
  4533. * Gets the public 'TeacherBundle\Service\API\DictateActivityService' shared autowired service.
  4534. *
  4535. * @return \TeacherBundle\Service\API\DictateActivityService
  4536. */
  4537. protected function getDictateActivityServiceService()
  4538. {
  4539. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/DictateActivityService.php';
  4540. return $this->services['TeacherBundle\\Service\\API\\DictateActivityService'] = new \TeacherBundle\Service\API\DictateActivityService('abacus-fysik', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\DictateService'] ?? $this->getDictateService2Service()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4541. }
  4542. /**
  4543. * Gets the public 'TeacherBundle\Service\API\HomeworkActivityResultsService' shared autowired service.
  4544. *
  4545. * @return \TeacherBundle\Service\API\HomeworkActivityResultsService
  4546. */
  4547. protected function getHomeworkActivityResultsService3Service()
  4548. {
  4549. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/HomeworkActivityResultsService.php';
  4550. return $this->services['TeacherBundle\\Service\\API\\HomeworkActivityResultsService'] = new \TeacherBundle\Service\API\HomeworkActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\AdaptiveActivityResultsService'] ?? $this->getAdaptiveActivityResultsServiceService()), ($this->services['CoreBundle\\Service\\API\\HomeworkActivityResultsService'] ?? $this->getHomeworkActivityResultsServiceService()), 100);
  4551. }
  4552. /**
  4553. * Gets the public 'TeacherBundle\Service\API\HomeworkService' shared autowired service.
  4554. *
  4555. * @return \TeacherBundle\Service\API\HomeworkService
  4556. */
  4557. protected function getHomeworkService2Service()
  4558. {
  4559. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/HomeworkService.php';
  4560. return $this->services['TeacherBundle\\Service\\API\\HomeworkService'] = new \TeacherBundle\Service\API\HomeworkService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\TrainingService'] ?? $this->getTrainingServiceService()));
  4561. }
  4562. /**
  4563. * Gets the public 'TeacherBundle\Service\API\PeerActivityResultsService' shared autowired service.
  4564. *
  4565. * @return \TeacherBundle\Service\API\PeerActivityResultsService
  4566. */
  4567. protected function getPeerActivityResultsService2Service()
  4568. {
  4569. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/PeerActivityResultsService.php';
  4570. return $this->services['TeacherBundle\\Service\\API\\PeerActivityResultsService'] = new \TeacherBundle\Service\API\PeerActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4571. }
  4572. /**
  4573. * Gets the public 'TeacherBundle\Service\API\PeerActivityService' shared autowired service.
  4574. *
  4575. * @return \TeacherBundle\Service\API\PeerActivityService
  4576. */
  4577. protected function getPeerActivityServiceService()
  4578. {
  4579. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/PeerActivityService.php';
  4580. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionInitializer.php';
  4581. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4582. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  4583. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  4584. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/PeerMathproblemRepository.php';
  4585. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4586. return $this->services['TeacherBundle\\Service\\API\\PeerActivityService'] = new \TeacherBundle\Service\API\PeerActivityService($a, new \CoreBundle\Session\Peer\PeerSessionInitializer($a, ($this->services['translator'] ?? $this->getTranslatorService()), $a->getRepository('CoreBundle\\Entity\\PeerMathproblem')), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4587. }
  4588. /**
  4589. * Gets the public 'TeacherBundle\Service\API\ProblemService' shared autowired service.
  4590. *
  4591. * @return \TeacherBundle\Service\API\ProblemService
  4592. */
  4593. protected function getProblemService3Service()
  4594. {
  4595. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ProblemService.php';
  4596. return $this->services['TeacherBundle\\Service\\API\\ProblemService'] = new \TeacherBundle\Service\API\ProblemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()));
  4597. }
  4598. /**
  4599. * Gets the public 'TeacherBundle\Service\API\QuizActivityResultsService' shared autowired service.
  4600. *
  4601. * @return \TeacherBundle\Service\API\QuizActivityResultsService
  4602. */
  4603. protected function getQuizActivityResultsService3Service()
  4604. {
  4605. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/QuizActivityResultsService.php';
  4606. return $this->services['TeacherBundle\\Service\\API\\QuizActivityResultsService'] = new \TeacherBundle\Service\API\QuizActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()), ($this->services['CoreBundle\\Service\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsServiceService()), 100);
  4607. }
  4608. /**
  4609. * Gets the public 'TeacherBundle\Service\API\QuizActivityService' shared autowired service.
  4610. *
  4611. * @return \TeacherBundle\Service\API\QuizActivityService
  4612. */
  4613. protected function getQuizActivityService2Service()
  4614. {
  4615. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/QuizActivityService.php';
  4616. return $this->services['TeacherBundle\\Service\\API\\QuizActivityService'] = new \TeacherBundle\Service\API\QuizActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\QuizService'] ?? $this->getQuizServiceService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4617. }
  4618. /**
  4619. * Gets the public 'TeacherBundle\Service\API\ReadingTestActivityService' shared autowired service.
  4620. *
  4621. * @return \TeacherBundle\Service\API\ReadingTestActivityService
  4622. */
  4623. protected function getReadingTestActivityServiceService()
  4624. {
  4625. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ReadingTestActivityService.php';
  4626. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ReadingTestResultsService.php';
  4627. return $this->services['TeacherBundle\\Service\\API\\ReadingTestActivityService'] = new \TeacherBundle\Service\API\ReadingTestActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] ?? ($this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] = new \CoreBundle\Service\API\ReadingTestResultsService())));
  4628. }
  4629. /**
  4630. * Gets the public 'TeacherBundle\Service\API\ResultsOverviewService' shared autowired service.
  4631. *
  4632. * @return \TeacherBundle\Service\API\ResultsOverviewService
  4633. */
  4634. protected function getResultsOverviewServiceService()
  4635. {
  4636. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ResultsOverviewService.php';
  4637. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ScoreService.php';
  4638. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/DictateActivityResultsService.php';
  4639. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ReadingTestResultsService.php';
  4640. return $this->services['TeacherBundle\\Service\\API\\ResultsOverviewService'] = new \TeacherBundle\Service\API\ResultsOverviewService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['CoreBundle\\Service\\ScoreService'] ?? ($this->services['CoreBundle\\Service\\ScoreService'] = new \CoreBundle\Service\ScoreService('highschool'))), 'abacus-fysik', 5, ($this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] ?? ($this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] = new \CoreBundle\Service\API\DictateActivityResultsService())), ($this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] ?? ($this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] = new \CoreBundle\Service\API\ReadingTestResultsService())), ($this->services['CoreBundle\\Service\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsServiceService()), ($this->services['CoreBundle\\Service\\API\\CrammingActivityResultsService'] ?? $this->getCrammingActivityResultsServiceService()));
  4641. }
  4642. /**
  4643. * Gets the public 'TeacherBundle\Service\API\StudentReportService' shared autowired service.
  4644. *
  4645. * @return \TeacherBundle\Service\API\StudentReportService
  4646. */
  4647. protected function getStudentReportServiceService()
  4648. {
  4649. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/StudentReportService.php';
  4650. return $this->services['TeacherBundle\\Service\\API\\StudentReportService'] = new \TeacherBundle\Service\API\StudentReportService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4651. }
  4652. /**
  4653. * Gets the public 'TeacherBundle\Service\API\TrainingActivityResultsService' shared autowired service.
  4654. *
  4655. * @return \TeacherBundle\Service\API\TrainingActivityResultsService
  4656. */
  4657. protected function getTrainingActivityResultsService3Service()
  4658. {
  4659. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/TrainingActivityResultsService.php';
  4660. return $this->services['TeacherBundle\\Service\\API\\TrainingActivityResultsService'] = new \TeacherBundle\Service\API\TrainingActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\AdaptiveActivityResultsService'] ?? $this->getAdaptiveActivityResultsServiceService()), ($this->services['CoreBundle\\Service\\API\\TrainingActivityResultsService'] ?? $this->getTrainingActivityResultsServiceService()), 100);
  4661. }
  4662. /**
  4663. * Gets the public 'TeacherBundle\Service\API\TrainingActivityService' shared autowired service.
  4664. *
  4665. * @return \TeacherBundle\Service\API\TrainingActivityService
  4666. */
  4667. protected function getTrainingActivityServiceService()
  4668. {
  4669. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/TrainingActivityService.php';
  4670. return $this->services['TeacherBundle\\Service\\API\\TrainingActivityService'] = new \TeacherBundle\Service\API\TrainingActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['CoreBundle\\Service\\MakeTeamsService'] ?? $this->getMakeTeamsServiceService()));
  4671. }
  4672. /**
  4673. * Gets the public 'TeacherBundle\Service\API\WorksheetActivityResultsService' shared autowired service.
  4674. *
  4675. * @return \TeacherBundle\Service\API\WorksheetActivityResultsService
  4676. */
  4677. protected function getWorksheetActivityResultsServiceService()
  4678. {
  4679. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/WorksheetActivityResultsService.php';
  4680. return $this->services['TeacherBundle\\Service\\API\\WorksheetActivityResultsService'] = new \TeacherBundle\Service\API\WorksheetActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 100);
  4681. }
  4682. /**
  4683. * Gets the public 'TeacherBundle\Service\API\WorksheetActivityService' shared autowired service.
  4684. *
  4685. * @return \TeacherBundle\Service\API\WorksheetActivityService
  4686. */
  4687. protected function getWorksheetActivityServiceService()
  4688. {
  4689. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/WorksheetActivityService.php';
  4690. return $this->services['TeacherBundle\\Service\\API\\WorksheetActivityService'] = new \TeacherBundle\Service\API\WorksheetActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\WorksheetService'] ?? $this->getWorksheetServiceService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
  4691. }
  4692. /**
  4693. * Gets the public 'TeacherBundle\Service\CampaignService' shared autowired service.
  4694. *
  4695. * @return \TeacherBundle\Service\CampaignService
  4696. */
  4697. protected function getCampaignServiceService()
  4698. {
  4699. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/CampaignService.php';
  4700. return $this->services['TeacherBundle\\Service\\CampaignService'] = new \TeacherBundle\Service\CampaignService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['StudentBundle\\Service\\ClassroomSignUpService'] ?? $this->getClassroomSignUpServiceService()));
  4701. }
  4702. /**
  4703. * Gets the public 'TeacherBundle\Service\CategoryService' shared autowired service.
  4704. *
  4705. * @return \TeacherBundle\Service\CategoryService
  4706. */
  4707. protected function getCategoryServiceService()
  4708. {
  4709. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/CategoryService.php';
  4710. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4711. if (isset($this->services['TeacherBundle\\Service\\CategoryService'])) {
  4712. return $this->services['TeacherBundle\\Service\\CategoryService'];
  4713. }
  4714. return $this->services['TeacherBundle\\Service\\CategoryService'] = new \TeacherBundle\Service\CategoryService($a, 'abacus-fysik');
  4715. }
  4716. /**
  4717. * Gets the public 'TeacherBundle\Service\ContentService' shared autowired service.
  4718. *
  4719. * @return \TeacherBundle\Service\ContentService
  4720. */
  4721. protected function getContentServiceService()
  4722. {
  4723. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/ContentService.php';
  4724. return $this->services['TeacherBundle\\Service\\ContentService'] = new \TeacherBundle\Service\ContentService();
  4725. }
  4726. /**
  4727. * Gets the public 'TeacherBundle\Service\CrammingActivityService' shared autowired service.
  4728. *
  4729. * @return \TeacherBundle\Service\CrammingActivityService
  4730. */
  4731. protected function getCrammingActivityService3Service()
  4732. {
  4733. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/CrammingActivityService.php';
  4734. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4735. if (isset($this->services['TeacherBundle\\Service\\CrammingActivityService'])) {
  4736. return $this->services['TeacherBundle\\Service\\CrammingActivityService'];
  4737. }
  4738. return $this->services['TeacherBundle\\Service\\CrammingActivityService'] = new \TeacherBundle\Service\CrammingActivityService($a);
  4739. }
  4740. /**
  4741. * Gets the public 'TeacherBundle\Service\DictateService' shared autowired service.
  4742. *
  4743. * @return \TeacherBundle\Service\DictateService
  4744. */
  4745. protected function getDictateService2Service()
  4746. {
  4747. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/DictateService.php';
  4748. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4749. if (isset($this->services['TeacherBundle\\Service\\DictateService'])) {
  4750. return $this->services['TeacherBundle\\Service\\DictateService'];
  4751. }
  4752. return $this->services['TeacherBundle\\Service\\DictateService'] = new \TeacherBundle\Service\DictateService($a, ($this->services['StudentBundle\\Service\\DictateService'] ?? $this->getDictateServiceService()));
  4753. }
  4754. /**
  4755. * Gets the public 'TeacherBundle\Service\ExtendActivityService' shared autowired service.
  4756. *
  4757. * @return \TeacherBundle\Service\ExtendActivityService
  4758. */
  4759. protected function getExtendActivityServiceService()
  4760. {
  4761. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/ExtendActivityService.php';
  4762. return $this->services['TeacherBundle\\Service\\ExtendActivityService'] = new \TeacherBundle\Service\ExtendActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\QuizService'] ?? $this->getQuizServiceService()), ($this->services['TeacherBundle\\Service\\API\\DictateActivityService'] ?? $this->getDictateActivityServiceService()), ($this->services['TeacherBundle\\Service\\API\\ReadingTestActivityService'] ?? $this->getReadingTestActivityServiceService()));
  4763. }
  4764. /**
  4765. * Gets the public 'TeacherBundle\Service\HomeworkService' shared autowired service.
  4766. *
  4767. * @return \TeacherBundle\Service\HomeworkService
  4768. */
  4769. protected function getHomeworkService3Service()
  4770. {
  4771. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/HomeworkService.php';
  4772. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4773. if (isset($this->services['TeacherBundle\\Service\\HomeworkService'])) {
  4774. return $this->services['TeacherBundle\\Service\\HomeworkService'];
  4775. }
  4776. return $this->services['TeacherBundle\\Service\\HomeworkService'] = new \TeacherBundle\Service\HomeworkService($a);
  4777. }
  4778. /**
  4779. * Gets the public 'TeacherBundle\Service\MathProblemService' shared autowired service.
  4780. *
  4781. * @return \TeacherBundle\Service\MathProblemService
  4782. */
  4783. protected function getMathProblemService3Service()
  4784. {
  4785. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/MathProblemService.php';
  4786. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4787. if (isset($this->services['TeacherBundle\\Service\\MathProblemService'])) {
  4788. return $this->services['TeacherBundle\\Service\\MathProblemService'];
  4789. }
  4790. $b = ($this->services['CoreBundle\\Service\\PartialInputDataService'] ?? $this->getPartialInputDataServiceService());
  4791. if (isset($this->services['TeacherBundle\\Service\\MathProblemService'])) {
  4792. return $this->services['TeacherBundle\\Service\\MathProblemService'];
  4793. }
  4794. return $this->services['TeacherBundle\\Service\\MathProblemService'] = new \TeacherBundle\Service\MathProblemService($a, $b);
  4795. }
  4796. /**
  4797. * Gets the public 'TeacherBundle\Service\PeerActivityService' shared autowired service.
  4798. *
  4799. * @return \TeacherBundle\Service\PeerActivityService
  4800. */
  4801. protected function getPeerActivityService2Service()
  4802. {
  4803. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/PeerActivityService.php';
  4804. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4805. if (isset($this->services['TeacherBundle\\Service\\PeerActivityService'])) {
  4806. return $this->services['TeacherBundle\\Service\\PeerActivityService'];
  4807. }
  4808. return $this->services['TeacherBundle\\Service\\PeerActivityService'] = new \TeacherBundle\Service\PeerActivityService($a);
  4809. }
  4810. /**
  4811. * Gets the public 'TeacherBundle\Service\ProblemDndService' shared autowired service.
  4812. *
  4813. * @return \TeacherBundle\Service\ProblemDndService
  4814. */
  4815. protected function getProblemDndService2Service()
  4816. {
  4817. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/ProblemDndService.php';
  4818. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4819. if (isset($this->services['TeacherBundle\\Service\\ProblemDndService'])) {
  4820. return $this->services['TeacherBundle\\Service\\ProblemDndService'];
  4821. }
  4822. $b = ($this->services['StudentBundle\\Service\\ProblemDndService'] ?? $this->getProblemDndServiceService());
  4823. if (isset($this->services['TeacherBundle\\Service\\ProblemDndService'])) {
  4824. return $this->services['TeacherBundle\\Service\\ProblemDndService'];
  4825. }
  4826. $c = ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService());
  4827. if (isset($this->services['TeacherBundle\\Service\\ProblemDndService'])) {
  4828. return $this->services['TeacherBundle\\Service\\ProblemDndService'];
  4829. }
  4830. return $this->services['TeacherBundle\\Service\\ProblemDndService'] = new \TeacherBundle\Service\ProblemDndService($a, $b, $c);
  4831. }
  4832. /**
  4833. * Gets the public 'TeacherBundle\Service\QuizService' shared autowired service.
  4834. *
  4835. * @return \TeacherBundle\Service\QuizService
  4836. */
  4837. protected function getQuizServiceService()
  4838. {
  4839. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/QuizService.php';
  4840. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4841. if (isset($this->services['TeacherBundle\\Service\\QuizService'])) {
  4842. return $this->services['TeacherBundle\\Service\\QuizService'];
  4843. }
  4844. $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4845. if (isset($this->services['TeacherBundle\\Service\\QuizService'])) {
  4846. return $this->services['TeacherBundle\\Service\\QuizService'];
  4847. }
  4848. return $this->services['TeacherBundle\\Service\\QuizService'] = new \TeacherBundle\Service\QuizService($a, ($this->services['TeacherBundle\\Service\\MathProblemService'] ?? $this->getMathProblemService3Service()), ($this->privates['AdminBundle\\Service\\ProblemService'] ?? $this->getProblemService4Service()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()), $b);
  4849. }
  4850. /**
  4851. * Gets the public 'TeacherBundle\Service\QuizSessionService' shared autowired service.
  4852. *
  4853. * @return \TeacherBundle\Service\QuizSessionService
  4854. */
  4855. protected function getQuizSessionService2Service()
  4856. {
  4857. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/QuizSessionService.php';
  4858. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4859. if (isset($this->services['TeacherBundle\\Service\\QuizSessionService'])) {
  4860. return $this->services['TeacherBundle\\Service\\QuizSessionService'];
  4861. }
  4862. return $this->services['TeacherBundle\\Service\\QuizSessionService'] = new \TeacherBundle\Service\QuizSessionService($a);
  4863. }
  4864. /**
  4865. * Gets the public 'TeacherBundle\Service\ReadingTestService' shared autowired service.
  4866. *
  4867. * @return \TeacherBundle\Service\ReadingTestService
  4868. */
  4869. protected function getReadingTestService2Service()
  4870. {
  4871. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/ReadingTestService.php';
  4872. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4873. if (isset($this->services['TeacherBundle\\Service\\ReadingTestService'])) {
  4874. return $this->services['TeacherBundle\\Service\\ReadingTestService'];
  4875. }
  4876. return $this->services['TeacherBundle\\Service\\ReadingTestService'] = new \TeacherBundle\Service\ReadingTestService($a);
  4877. }
  4878. /**
  4879. * Gets the public 'TeacherBundle\Service\TextbookSessionService' shared autowired service.
  4880. *
  4881. * @return \TeacherBundle\Service\TextbookSessionService
  4882. */
  4883. protected function getTextbookSessionService2Service()
  4884. {
  4885. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/TextbookSessionService.php';
  4886. return $this->services['TeacherBundle\\Service\\TextbookSessionService'] = new \TeacherBundle\Service\TextbookSessionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4887. }
  4888. /**
  4889. * Gets the public 'TeacherBundle\Service\TrainingService' shared autowired service.
  4890. *
  4891. * @return \TeacherBundle\Service\TrainingService
  4892. */
  4893. protected function getTrainingServiceService()
  4894. {
  4895. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/TrainingService.php';
  4896. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4897. if (isset($this->services['TeacherBundle\\Service\\TrainingService'])) {
  4898. return $this->services['TeacherBundle\\Service\\TrainingService'];
  4899. }
  4900. return $this->services['TeacherBundle\\Service\\TrainingService'] = new \TeacherBundle\Service\TrainingService($a);
  4901. }
  4902. /**
  4903. * Gets the public 'TeacherBundle\Service\WorksheetService' shared autowired service.
  4904. *
  4905. * @return \TeacherBundle\Service\WorksheetService
  4906. */
  4907. protected function getWorksheetServiceService()
  4908. {
  4909. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/WorksheetService.php';
  4910. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4911. if (isset($this->services['TeacherBundle\\Service\\WorksheetService'])) {
  4912. return $this->services['TeacherBundle\\Service\\WorksheetService'];
  4913. }
  4914. return $this->services['TeacherBundle\\Service\\WorksheetService'] = new \TeacherBundle\Service\WorksheetService($a, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  4915. }
  4916. /**
  4917. * Gets the public 'TeacherBundle\Service\WorksheetSessionService' shared autowired service.
  4918. *
  4919. * @return \TeacherBundle\Service\WorksheetSessionService
  4920. */
  4921. protected function getWorksheetSessionService2Service()
  4922. {
  4923. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/WorksheetSessionService.php';
  4924. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4925. if (isset($this->services['TeacherBundle\\Service\\WorksheetSessionService'])) {
  4926. return $this->services['TeacherBundle\\Service\\WorksheetSessionService'];
  4927. }
  4928. return $this->services['TeacherBundle\\Service\\WorksheetSessionService'] = new \TeacherBundle\Service\WorksheetSessionService($a);
  4929. }
  4930. /**
  4931. * Gets the public 'UserBundle\Controller\DefaultController' shared autowired service.
  4932. *
  4933. * @return \UserBundle\Controller\DefaultController
  4934. */
  4935. protected function getDefaultController5Service()
  4936. {
  4937. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4938. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4939. include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/DefaultController.php';
  4940. $this->services['UserBundle\\Controller\\DefaultController'] = $instance = new \UserBundle\Controller\DefaultController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'highschool');
  4941. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('UserBundle\\Controller\\DefaultController', $this));
  4942. return $instance;
  4943. }
  4944. /**
  4945. * Gets the public 'UserBundle\Controller\RegistrationController' shared autowired service.
  4946. *
  4947. * @return \UserBundle\Controller\RegistrationController
  4948. */
  4949. protected function getRegistrationControllerService()
  4950. {
  4951. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4952. include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/RegistrationController.php';
  4953. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/EmailHelperService.php';
  4954. $this->services['UserBundle\\Controller\\RegistrationController'] = $instance = new \UserBundle\Controller\RegistrationController(($this->services['UserBundle\\Security\\EmailVerifier'] ?? $this->getEmailVerifierService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EmailHelperService'] ?? ($this->privates['CoreBundle\\Service\\EmailHelperService'] = new \CoreBundle\Service\EmailHelperService('abacus-fysik'))));
  4955. $instance->setContainer($this);
  4956. return $instance;
  4957. }
  4958. /**
  4959. * Gets the public 'UserBundle\Controller\ResetPasswordController' shared autowired service.
  4960. *
  4961. * @return \UserBundle\Controller\ResetPasswordController
  4962. */
  4963. protected function getResetPasswordController2Service()
  4964. {
  4965. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4966. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
  4967. include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/ResetPasswordController.php';
  4968. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
  4969. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
  4970. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
  4971. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
  4972. $this->services['UserBundle\\Controller\\ResetPasswordController'] = $instance = new \UserBundle\Controller\ResetPasswordController(new \SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper(new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator('gs4MPFPqHJVvrZreWQW3mQvFeukYo7', new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordRandomGenerator()), ($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()), ($this->services['UserBundle\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), 3600, 3600), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4973. $instance->setContainer($this);
  4974. return $instance;
  4975. }
  4976. /**
  4977. * Gets the public 'UserBundle\Controller\SecurityController' shared autowired service.
  4978. *
  4979. * @return \UserBundle\Controller\SecurityController
  4980. */
  4981. protected function getSecurityControllerService()
  4982. {
  4983. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4984. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/SecurityController.php';
  4985. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4986. include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/SecurityController.php';
  4987. $this->services['UserBundle\\Controller\\SecurityController'] = $instance = new \UserBundle\Controller\SecurityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->privates['CoreBundle\\Service\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()), ($this->privates['CoreBundle\\Service\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService()), ($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), ($this->privates['abacus_core.create_demo_classroom'] ?? $this->getAbacusCore_CreateDemoClassroomService()), ($this->privates['CoreBundle\\Service\\AuthService'] ?? $this->getAuthServiceService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  4988. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('UserBundle\\Controller\\SecurityController', $this));
  4989. return $instance;
  4990. }
  4991. /**
  4992. * Gets the public 'UserBundle\Controller\SetupTwoFactorAuthController' shared autowired service.
  4993. *
  4994. * @return \UserBundle\Controller\SetupTwoFactorAuthController
  4995. */
  4996. protected function getSetupTwoFactorAuthControllerService()
  4997. {
  4998. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4999. include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/SetupTwoFactorAuthController.php';
  5000. $this->services['UserBundle\\Controller\\SetupTwoFactorAuthController'] = $instance = new \UserBundle\Controller\SetupTwoFactorAuthController('https://abacusfysik.dev.tibalo.dk', 'abacus-fysik');
  5001. $instance->setContainer($this);
  5002. return $instance;
  5003. }
  5004. /**
  5005. * Gets the public 'UserBundle\EventListener\LogoutSubscriber' shared autowired service.
  5006. *
  5007. * @return \UserBundle\EventListener\LogoutSubscriber
  5008. */
  5009. protected function getLogoutSubscriberService()
  5010. {
  5011. include_once \dirname(__DIR__, 4).'/src/UserBundle/EventListener/LogoutSubscriber.php';
  5012. return $this->services['UserBundle\\EventListener\\LogoutSubscriber'] = new \UserBundle\EventListener\LogoutSubscriber(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  5013. }
  5014. /**
  5015. * Gets the public 'UserBundle\Repository\ResetPasswordRequestRepository' shared autowired service.
  5016. *
  5017. * @return \UserBundle\Repository\ResetPasswordRequestRepository
  5018. */
  5019. protected function getResetPasswordRequestRepositoryService()
  5020. {
  5021. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5022. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  5023. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  5024. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  5025. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  5026. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  5027. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  5028. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  5029. include_once \dirname(__DIR__, 4).'/src/UserBundle/Repository/ResetPasswordRequestRepository.php';
  5030. return $this->services['UserBundle\\Repository\\ResetPasswordRequestRepository'] = new \UserBundle\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5031. }
  5032. /**
  5033. * Gets the public 'UserBundle\Security\EmailVerifier' shared autowired service.
  5034. *
  5035. * @return \UserBundle\Security\EmailVerifier
  5036. */
  5037. protected function getEmailVerifierService()
  5038. {
  5039. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/EmailVerifier.php';
  5040. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelperInterface.php';
  5041. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelper.php';
  5042. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Factory/UriSignerFactory.php';
  5043. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Util/VerifyEmailQueryUtility.php';
  5044. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Generator/VerifyEmailTokenGenerator.php';
  5045. return $this->services['UserBundle\\Security\\EmailVerifier'] = new \UserBundle\Security\EmailVerifier(new \SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelper(($this->services['router'] ?? $this->getRouterService()), (new \SymfonyCasts\Bundle\VerifyEmail\Factory\UriSignerFactory('gs4MPFPqHJVvrZreWQW3mQvFeukYo7', 'signature'))->createUriSigner(), new \SymfonyCasts\Bundle\VerifyEmail\Util\VerifyEmailQueryUtility(), new \SymfonyCasts\Bundle\VerifyEmail\Generator\VerifyEmailTokenGenerator('gs4MPFPqHJVvrZreWQW3mQvFeukYo7'), 3600), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5046. }
  5047. /**
  5048. * Gets the public 'UserBundle\Security\UserChecker' shared autowired service.
  5049. *
  5050. * @return \UserBundle\Security\UserChecker
  5051. */
  5052. protected function getUserCheckerService()
  5053. {
  5054. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5055. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/UserChecker.php';
  5056. return $this->services['UserBundle\\Security\\UserChecker'] = new \UserBundle\Security\UserChecker();
  5057. }
  5058. /**
  5059. * Gets the public 'UserBundle\Service\GaleUserService' shared autowired service.
  5060. *
  5061. * @return \UserBundle\Service\GaleUserService
  5062. */
  5063. protected function getGaleUserServiceService()
  5064. {
  5065. include_once \dirname(__DIR__, 4).'/src/UserBundle/Service/GaleUserService.php';
  5066. $a = ($this->services['eight_points_guzzle.client.gale_users'] ?? $this->getEightPointsGuzzle_Client_GaleUsersService());
  5067. if (isset($this->services['UserBundle\\Service\\GaleUserService'])) {
  5068. return $this->services['UserBundle\\Service\\GaleUserService'];
  5069. }
  5070. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5071. if (isset($this->services['UserBundle\\Service\\GaleUserService'])) {
  5072. return $this->services['UserBundle\\Service\\GaleUserService'];
  5073. }
  5074. return $this->services['UserBundle\\Service\\GaleUserService'] = new \UserBundle\Service\GaleUserService($a, $b);
  5075. }
  5076. /**
  5077. * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  5078. *
  5079. * @return \Vich\UploaderBundle\Naming\Base64Namer
  5080. */
  5081. protected function getBase64NamerService()
  5082. {
  5083. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5084. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5085. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5086. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  5087. return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  5088. }
  5089. /**
  5090. * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  5091. *
  5092. * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  5093. */
  5094. protected function getCurrentDateTimeDirectoryNamerService()
  5095. {
  5096. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  5097. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5098. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  5099. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  5100. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  5101. return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5102. }
  5103. /**
  5104. * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  5105. *
  5106. * @return \Vich\UploaderBundle\Naming\HashNamer
  5107. */
  5108. protected function getHashNamerService()
  5109. {
  5110. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5111. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5112. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5113. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  5114. return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  5115. }
  5116. /**
  5117. * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  5118. *
  5119. * @return \Vich\UploaderBundle\Naming\OrignameNamer
  5120. */
  5121. protected function getOrignameNamerService()
  5122. {
  5123. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5124. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5125. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  5126. return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5127. }
  5128. /**
  5129. * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  5130. *
  5131. * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  5132. */
  5133. protected function getPropertyDirectoryNamerService()
  5134. {
  5135. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  5136. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5137. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  5138. return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5139. }
  5140. /**
  5141. * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  5142. *
  5143. * @return \Vich\UploaderBundle\Naming\PropertyNamer
  5144. */
  5145. protected function getPropertyNamerService()
  5146. {
  5147. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5148. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5149. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5150. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  5151. return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5152. }
  5153. /**
  5154. * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  5155. *
  5156. * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  5157. */
  5158. protected function getSmartUniqueNamerService()
  5159. {
  5160. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5161. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  5162. return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  5163. }
  5164. /**
  5165. * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  5166. *
  5167. * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  5168. */
  5169. protected function getSubdirDirectoryNamerService()
  5170. {
  5171. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  5172. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  5173. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  5174. return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  5175. }
  5176. /**
  5177. * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  5178. *
  5179. * @return \Vich\UploaderBundle\Naming\UniqidNamer
  5180. */
  5181. protected function getUniqidNamerService()
  5182. {
  5183. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5184. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5185. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  5186. return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  5187. }
  5188. /**
  5189. * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.peer_solution_file' shared service.
  5190. *
  5191. * @return \Vich\UploaderBundle\Naming\UniqidNamer
  5192. */
  5193. protected function getUniqidNamer_PeerSolutionFileService()
  5194. {
  5195. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5196. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5197. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  5198. return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.peer_solution_file'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  5199. }
  5200. /**
  5201. * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.worksheet_solution_file' shared service.
  5202. *
  5203. * @return \Vich\UploaderBundle\Naming\UniqidNamer
  5204. */
  5205. protected function getUniqidNamer_WorksheetSolutionFileService()
  5206. {
  5207. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  5208. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  5209. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  5210. return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.worksheet_solution_file'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  5211. }
  5212. /**
  5213. * Gets the public 'abacus.core.training_session' shared autowired service.
  5214. *
  5215. * @return \CoreBundle\Service\TrainingSessionService
  5216. */
  5217. protected function getAbacus_Core_TrainingSessionService()
  5218. {
  5219. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TrainingSessionService.php';
  5220. return $this->services['abacus.core.training_session'] = new \CoreBundle\Service\TrainingSessionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5221. }
  5222. /**
  5223. * Gets the public 'cache.app' shared service.
  5224. *
  5225. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5226. */
  5227. protected function getCache_AppService()
  5228. {
  5229. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('d2GUegbSTZ', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  5230. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5231. 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));
  5232. }
  5233. /**
  5234. * Gets the public 'cache.app_clearer' shared service.
  5235. *
  5236. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5237. */
  5238. protected function getCache_AppClearerService()
  5239. {
  5240. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5241. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5242. 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())]);
  5243. }
  5244. /**
  5245. * Gets the public 'cache.easyadmin' shared service.
  5246. *
  5247. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5248. */
  5249. protected function getCache_EasyadminService()
  5250. {
  5251. 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('Psa7BYWyaX', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  5252. }
  5253. /**
  5254. * Gets the public 'cache.global_clearer' shared service.
  5255. *
  5256. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5257. */
  5258. protected function getCache_GlobalClearerService()
  5259. {
  5260. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5261. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5262. 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())]);
  5263. }
  5264. /**
  5265. * Gets the public 'cache.system' shared service.
  5266. *
  5267. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5268. */
  5269. protected function getCache_SystemService()
  5270. {
  5271. 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('kqW6qdlD0-', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  5272. }
  5273. /**
  5274. * Gets the public 'cache.system_clearer' shared service.
  5275. *
  5276. * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  5277. */
  5278. protected function getCache_SystemClearerService()
  5279. {
  5280. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5281. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  5282. 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())]);
  5283. }
  5284. /**
  5285. * Gets the public 'cache.validator_expression_language' shared service.
  5286. *
  5287. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5288. */
  5289. protected function getCache_ValidatorExpressionLanguageService()
  5290. {
  5291. 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('TpL2uqlVkC', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  5292. }
  5293. /**
  5294. * Gets the public 'cache_warmer' shared service.
  5295. *
  5296. * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  5297. */
  5298. protected function getCacheWarmerService()
  5299. {
  5300. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5301. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  5302. return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  5303. yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  5304. yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  5305. yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  5306. yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  5307. yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  5308. yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  5309. yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  5310. yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  5311. yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  5312. yield 9 => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer3Service());
  5313. yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  5314. }, 11), true, ($this->targetDir.''.'/KernelDevDebugContainerDeprecations.log'));
  5315. }
  5316. /**
  5317. * Gets the public 'console.command_loader' shared service.
  5318. *
  5319. * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  5320. */
  5321. protected function getConsole_CommandLoaderService()
  5322. {
  5323. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  5324. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  5325. return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5326. 'CoreBundle\\Command\\AbacusLocateMissingFilesCommand' => ['privates', '.CoreBundle\\Command\\AbacusLocateMissingFilesCommand.lazy', 'getAbacusLocateMissingFilesCommand_LazyService', false],
  5327. 'CoreBundle\\Command\\AbacusLocateInlineImagesCommand' => ['privates', '.CoreBundle\\Command\\AbacusLocateInlineImagesCommand.lazy', 'getAbacusLocateInlineImagesCommand_LazyService', false],
  5328. 'CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand' => ['privates', '.CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand.lazy', 'getAbacusMigrateTextbookElementImagesToReferencesCommand_LazyService', false],
  5329. 'CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand' => ['privates', '.CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand.lazy', 'getAbacusValidateExistingMathproblemsCommand_LazyService', false],
  5330. 'CoreBundle\\Command\\AbacusValidateAllMathproblemsCommand' => ['privates', '.CoreBundle\\Command\\AbacusValidateAllMathproblemsCommand.lazy', 'getAbacusValidateAllMathproblemsCommand_LazyService', false],
  5331. 'CoreBundle\\Command\\AbacusLoadTestDataCommand' => ['privates', '.CoreBundle\\Command\\AbacusLoadTestDataCommand.lazy', 'getAbacusLoadTestDataCommand_LazyService', false],
  5332. 'CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand' => ['privates', '.CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand.lazy', 'getAbacusCopyAnonymizedProdDataToTestServerCommand_LazyService', false],
  5333. 'CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand' => ['privates', '.CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand.lazy', 'getDispatchMigrateFilesToReferencesCommand_LazyService', false],
  5334. 'CoreBundle\\Command\\AbacusFetchSiteCommand' => ['privates', '.CoreBundle\\Command\\AbacusFetchSiteCommand.lazy', 'getAbacusFetchSiteCommand_LazyService', false],
  5335. 'CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand' => ['privates', '.CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand.lazy', 'getAbacusDispatchEventsToClickstreamCommand_LazyService', false],
  5336. 'CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand' => ['privates', '.CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand.lazy', 'getAbacusRearrangeMathProblemsCommand_LazyService', false],
  5337. 'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
  5338. 'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
  5339. 'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
  5340. 'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
  5341. 'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
  5342. 'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
  5343. 'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
  5344. 'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
  5345. 'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
  5346. 'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
  5347. 'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
  5348. 'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
  5349. 'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
  5350. 'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
  5351. 'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
  5352. 'console.command.messenger_consume_messages' => ['privates', '.console.command.messenger_consume_messages.lazy', 'get_Console_Command_MessengerConsumeMessages_LazyService', false],
  5353. 'console.command.messenger_setup_transports' => ['privates', '.console.command.messenger_setup_transports.lazy', 'get_Console_Command_MessengerSetupTransports_LazyService', false],
  5354. 'console.command.messenger_debug' => ['privates', '.console.command.messenger_debug.lazy', 'get_Console_Command_MessengerDebug_LazyService', false],
  5355. 'console.command.messenger_stop_workers' => ['privates', '.console.command.messenger_stop_workers.lazy', 'get_Console_Command_MessengerStopWorkers_LazyService', false],
  5356. 'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
  5357. 'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
  5358. 'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
  5359. 'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
  5360. 'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
  5361. 'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
  5362. 'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
  5363. 'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
  5364. 'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
  5365. 'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
  5366. 'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
  5367. 'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
  5368. 'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
  5369. 'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
  5370. 'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
  5371. 'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
  5372. 'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
  5373. 'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
  5374. 'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
  5375. 'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
  5376. 'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
  5377. 'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
  5378. 'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
  5379. 'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
  5380. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
  5381. 'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
  5382. 'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
  5383. 'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
  5384. 'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
  5385. 'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
  5386. 'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
  5387. 'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
  5388. 'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
  5389. 'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
  5390. 'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
  5391. 'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
  5392. 'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
  5393. 'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
  5394. 'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
  5395. 'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
  5396. 'fos_user.command.activate_user' => ['privates', '.fos_user.command.activate_user.lazy', 'get_FosUser_Command_ActivateUser_LazyService', false],
  5397. 'fos_user.command.change_password' => ['privates', '.fos_user.command.change_password.lazy', 'get_FosUser_Command_ChangePassword_LazyService', false],
  5398. 'fos_user.command.create_user' => ['privates', '.fos_user.command.create_user.lazy', 'get_FosUser_Command_CreateUser_LazyService', false],
  5399. 'fos_user.command.deactivate_user' => ['privates', '.fos_user.command.deactivate_user.lazy', 'get_FosUser_Command_DeactivateUser_LazyService', false],
  5400. 'fos_user.command.demote_user' => ['privates', '.fos_user.command.demote_user.lazy', 'get_FosUser_Command_DemoteUser_LazyService', false],
  5401. 'fos_user.command.promote_user' => ['privates', '.fos_user.command.promote_user.lazy', 'get_FosUser_Command_PromoteUser_LazyService', false],
  5402. 'vich_uploader.command.mapping_debug_class' => ['privates', 'vich_uploader.command.mapping_debug_class', 'getVichUploader_Command_MappingDebugClassService', false],
  5403. 'vich_uploader.command.mapping_debug' => ['privates', 'vich_uploader.command.mapping_debug', 'getVichUploader_Command_MappingDebugService', false],
  5404. 'vich_uploader.command.mapping_list_classes' => ['privates', 'vich_uploader.command.mapping_list_classes', 'getVichUploader_Command_MappingListClassesService', false],
  5405. 'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates', 'Sentry\\SentryBundle\\Command\\SentryTestCommand', 'getSentryTestCommandService', false],
  5406. 'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
  5407. 'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
  5408. 'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', false],
  5409. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => ['privates', '.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand.lazy', 'getMakeAdminDashboardCommand_LazyService', false],
  5410. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => ['privates', '.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand.lazy', 'getMakeCrudControllerCommand_LazyService', false],
  5411. 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates', 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand', 'getResetPasswordRemoveExpiredCommandService', false],
  5412. 'doctrine_migrations.diff_command' => ['privates', '.doctrine_migrations.diff_command.lazy', 'get_DoctrineMigrations_DiffCommand_LazyService', false],
  5413. 'doctrine_migrations.sync_metadata_command' => ['privates', '.doctrine_migrations.sync_metadata_command.lazy', 'get_DoctrineMigrations_SyncMetadataCommand_LazyService', false],
  5414. 'doctrine_migrations.versions_command' => ['privates', '.doctrine_migrations.versions_command.lazy', 'get_DoctrineMigrations_VersionsCommand_LazyService', false],
  5415. 'doctrine_migrations.current_command' => ['privates', '.doctrine_migrations.current_command.lazy', 'get_DoctrineMigrations_CurrentCommand_LazyService', false],
  5416. 'doctrine_migrations.dump_schema_command' => ['privates', '.doctrine_migrations.dump_schema_command.lazy', 'get_DoctrineMigrations_DumpSchemaCommand_LazyService', false],
  5417. 'doctrine_migrations.execute_command' => ['privates', '.doctrine_migrations.execute_command.lazy', 'get_DoctrineMigrations_ExecuteCommand_LazyService', false],
  5418. 'doctrine_migrations.generate_command' => ['privates', '.doctrine_migrations.generate_command.lazy', 'get_DoctrineMigrations_GenerateCommand_LazyService', false],
  5419. 'doctrine_migrations.latest_command' => ['privates', '.doctrine_migrations.latest_command.lazy', 'get_DoctrineMigrations_LatestCommand_LazyService', false],
  5420. 'doctrine_migrations.migrate_command' => ['privates', '.doctrine_migrations.migrate_command.lazy', 'get_DoctrineMigrations_MigrateCommand_LazyService', false],
  5421. 'doctrine_migrations.rollup_command' => ['privates', '.doctrine_migrations.rollup_command.lazy', 'get_DoctrineMigrations_RollupCommand_LazyService', false],
  5422. 'doctrine_migrations.status_command' => ['privates', '.doctrine_migrations.status_command.lazy', 'get_DoctrineMigrations_StatusCommand_LazyService', false],
  5423. 'doctrine_migrations.up_to_date_command' => ['privates', '.doctrine_migrations.up_to_date_command.lazy', 'get_DoctrineMigrations_UpToDateCommand_LazyService', false],
  5424. 'doctrine_migrations.version_command' => ['privates', '.doctrine_migrations.version_command.lazy', 'get_DoctrineMigrations_VersionCommand_LazyService', false],
  5425. 'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
  5426. 'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
  5427. 'maker.auto_command.make_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_LazyService', false],
  5428. 'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
  5429. 'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
  5430. 'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
  5431. 'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
  5432. 'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
  5433. 'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
  5434. 'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
  5435. 'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
  5436. 'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
  5437. 'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
  5438. 'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
  5439. 'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
  5440. 'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
  5441. 'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
  5442. 'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
  5443. 'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
  5444. 'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
  5445. 'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
  5446. 'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
  5447. 'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
  5448. 'maker.auto_command.make_security_form_login' => ['privates', '.maker.auto_command.make_security_form_login.lazy', 'get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService', false],
  5449. ], [
  5450. 'CoreBundle\\Command\\AbacusLocateMissingFilesCommand' => '?',
  5451. 'CoreBundle\\Command\\AbacusLocateInlineImagesCommand' => '?',
  5452. 'CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand' => '?',
  5453. 'CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand' => '?',
  5454. 'CoreBundle\\Command\\AbacusValidateAllMathproblemsCommand' => '?',
  5455. 'CoreBundle\\Command\\AbacusLoadTestDataCommand' => '?',
  5456. 'CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand' => '?',
  5457. 'CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand' => '?',
  5458. 'CoreBundle\\Command\\AbacusFetchSiteCommand' => '?',
  5459. 'CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand' => '?',
  5460. 'CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand' => '?',
  5461. 'console.command.about' => '?',
  5462. 'console.command.assets_install' => '?',
  5463. 'console.command.cache_clear' => '?',
  5464. 'console.command.cache_pool_clear' => '?',
  5465. 'console.command.cache_pool_prune' => '?',
  5466. 'console.command.cache_pool_delete' => '?',
  5467. 'console.command.cache_pool_list' => '?',
  5468. 'console.command.cache_warmup' => '?',
  5469. 'console.command.config_debug' => '?',
  5470. 'console.command.config_dump_reference' => '?',
  5471. 'console.command.container_debug' => '?',
  5472. 'console.command.container_lint' => '?',
  5473. 'console.command.debug_autowiring' => '?',
  5474. 'console.command.dotenv_debug' => '?',
  5475. 'console.command.event_dispatcher_debug' => '?',
  5476. 'console.command.messenger_consume_messages' => '?',
  5477. 'console.command.messenger_setup_transports' => '?',
  5478. 'console.command.messenger_debug' => '?',
  5479. 'console.command.messenger_stop_workers' => '?',
  5480. 'console.command.router_debug' => '?',
  5481. 'console.command.router_match' => '?',
  5482. 'console.command.translation_debug' => '?',
  5483. 'console.command.translation_extract' => '?',
  5484. 'console.command.validator_debug' => '?',
  5485. 'console.command.translation_pull' => '?',
  5486. 'console.command.translation_push' => '?',
  5487. 'console.command.xliff_lint' => '?',
  5488. 'console.command.yaml_lint' => '?',
  5489. 'console.command.form_debug' => '?',
  5490. 'console.command.secrets_set' => '?',
  5491. 'console.command.secrets_remove' => '?',
  5492. 'console.command.secrets_generate_key' => '?',
  5493. 'console.command.secrets_list' => '?',
  5494. 'console.command.secrets_decrypt_to_local' => '?',
  5495. 'console.command.secrets_encrypt_from_local' => '?',
  5496. 'security.command.debug_firewall' => '?',
  5497. 'security.command.user_password_encoder' => '?',
  5498. 'security.command.user_password_hash' => '?',
  5499. 'twig.command.debug' => '?',
  5500. 'twig.command.lint' => '?',
  5501. 'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  5502. 'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  5503. 'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  5504. 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  5505. 'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  5506. 'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  5507. 'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  5508. 'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  5509. 'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  5510. 'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  5511. 'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  5512. 'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  5513. 'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  5514. 'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  5515. 'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  5516. 'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  5517. 'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  5518. 'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  5519. 'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  5520. 'fos_user.command.activate_user' => '?',
  5521. 'fos_user.command.change_password' => '?',
  5522. 'fos_user.command.create_user' => '?',
  5523. 'fos_user.command.deactivate_user' => '?',
  5524. 'fos_user.command.demote_user' => '?',
  5525. 'fos_user.command.promote_user' => '?',
  5526. 'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  5527. 'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  5528. 'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  5529. 'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  5530. 'var_dumper.command.server_dump' => '?',
  5531. 'monolog.command.server_log' => '?',
  5532. 'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  5533. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => '?',
  5534. 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => '?',
  5535. 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
  5536. 'doctrine_migrations.diff_command' => '?',
  5537. 'doctrine_migrations.sync_metadata_command' => '?',
  5538. 'doctrine_migrations.versions_command' => '?',
  5539. 'doctrine_migrations.current_command' => '?',
  5540. 'doctrine_migrations.dump_schema_command' => '?',
  5541. 'doctrine_migrations.execute_command' => '?',
  5542. 'doctrine_migrations.generate_command' => '?',
  5543. 'doctrine_migrations.latest_command' => '?',
  5544. 'doctrine_migrations.migrate_command' => '?',
  5545. 'doctrine_migrations.rollup_command' => '?',
  5546. 'doctrine_migrations.status_command' => '?',
  5547. 'doctrine_migrations.up_to_date_command' => '?',
  5548. 'doctrine_migrations.version_command' => '?',
  5549. 'maker.auto_command.make_auth' => '?',
  5550. 'maker.auto_command.make_command' => '?',
  5551. 'maker.auto_command.make_twig_component' => '?',
  5552. 'maker.auto_command.make_controller' => '?',
  5553. 'maker.auto_command.make_crud' => '?',
  5554. 'maker.auto_command.make_docker_database' => '?',
  5555. 'maker.auto_command.make_entity' => '?',
  5556. 'maker.auto_command.make_fixtures' => '?',
  5557. 'maker.auto_command.make_form' => '?',
  5558. 'maker.auto_command.make_message' => '?',
  5559. 'maker.auto_command.make_messenger_middleware' => '?',
  5560. 'maker.auto_command.make_registration_form' => '?',
  5561. 'maker.auto_command.make_reset_password' => '?',
  5562. 'maker.auto_command.make_serializer_encoder' => '?',
  5563. 'maker.auto_command.make_serializer_normalizer' => '?',
  5564. 'maker.auto_command.make_subscriber' => '?',
  5565. 'maker.auto_command.make_twig_extension' => '?',
  5566. 'maker.auto_command.make_test' => '?',
  5567. 'maker.auto_command.make_validator' => '?',
  5568. 'maker.auto_command.make_voter' => '?',
  5569. 'maker.auto_command.make_user' => '?',
  5570. 'maker.auto_command.make_migration' => '?',
  5571. 'maker.auto_command.make_stimulus_controller' => '?',
  5572. 'maker.auto_command.make_security_form_login' => '?',
  5573. ]), ['abacus:locate-missing-files' => 'CoreBundle\\Command\\AbacusLocateMissingFilesCommand', 'abacus:locate-inline-images' => 'CoreBundle\\Command\\AbacusLocateInlineImagesCommand', 'abacus:migrate-textbook-element-images-to-references' => 'CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand', 'abacus:validate-existing-mathproblems' => 'CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand', 'abacus:validate-all-mathproblems' => 'CoreBundle\\Command\\AbacusValidateAllMathproblemsCommand', 'abacus:load-test-data' => 'CoreBundle\\Command\\AbacusLoadTestDataCommand', 'abacus:copy-anonymized-prod-data-to-test-server' => 'CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand', 'abacus:dispatch-migrate-files' => 'CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand', 'abacus:fetch-site' => 'CoreBundle\\Command\\AbacusFetchSiteCommand', 'abacus:dispatch-events-to-clickstream-log' => 'CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand', 'abacus:rearrange' => 'CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand', 'about' => 'console.command.about', 'assets:install' => 'console.command.assets_install', 'cache:clear' => 'console.command.cache_clear', 'cache:pool:clear' => 'console.command.cache_pool_clear', 'cache:pool:prune' => 'console.command.cache_pool_prune', 'cache:pool:delete' => 'console.command.cache_pool_delete', 'cache:pool:list' => 'console.command.cache_pool_list', 'cache:warmup' => 'console.command.cache_warmup', 'debug:config' => 'console.command.config_debug', 'config:dump-reference' => 'console.command.config_dump_reference', 'debug:container' => 'console.command.container_debug', 'lint:container' => 'console.command.container_lint', 'debug:autowiring' => 'console.command.debug_autowiring', 'debug:dotenv' => 'console.command.dotenv_debug', 'debug:event-dispatcher' => 'console.command.event_dispatcher_debug', 'messenger:consume' => 'console.command.messenger_consume_messages', 'messenger:setup-transports' => 'console.command.messenger_setup_transports', 'debug:messenger' => 'console.command.messenger_debug', 'messenger:stop-workers' => 'console.command.messenger_stop_workers', 'debug:router' => 'console.command.router_debug', 'router:match' => 'console.command.router_match', 'debug:translation' => 'console.command.translation_debug', 'translation:extract' => 'console.command.translation_extract', 'translation:update' => 'console.command.translation_extract', 'debug:validator' => 'console.command.validator_debug', 'translation:pull' => 'console.command.translation_pull', 'translation:push' => 'console.command.translation_push', 'lint:xliff' => 'console.command.xliff_lint', 'lint:yaml' => 'console.command.yaml_lint', 'debug:form' => 'console.command.form_debug', 'secrets:set' => 'console.command.secrets_set', 'secrets:remove' => 'console.command.secrets_remove', 'secrets:generate-keys' => 'console.command.secrets_generate_key', 'secrets:list' => 'console.command.secrets_list', 'secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local', 'secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local', 'debug:firewall' => 'security.command.debug_firewall', 'security:encode-password' => 'security.command.user_password_encoder', 'security:hash-password' => 'security.command.user_password_hash', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'doctrine:database:create' => 'doctrine.database_create_command', 'doctrine:database:drop' => 'doctrine.database_drop_command', 'doctrine:query:sql' => 'doctrine.query_sql_command', 'dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command', 'doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command', 'doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command', 'doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command', 'doctrine:mapping:convert' => 'doctrine.mapping_convert_command', 'doctrine:schema:create' => 'doctrine.schema_create_command', 'doctrine:schema:drop' => 'doctrine.schema_drop_command', 'doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command', 'doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command', 'doctrine:mapping:info' => 'doctrine.mapping_info_command', 'doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command', 'doctrine:query:dql' => 'doctrine.query_dql_command', 'doctrine:schema:update' => 'doctrine.schema_update_command', 'doctrine:schema:validate' => 'doctrine.schema_validate_command', 'doctrine:mapping:import' => 'doctrine.mapping_import_command', 'fos:user:activate' => 'fos_user.command.activate_user', 'fos:user:change-password' => 'fos_user.command.change_password', 'fos:user:create' => 'fos_user.command.create_user', 'fos:user:deactivate' => 'fos_user.command.deactivate_user', 'fos:user:demote' => 'fos_user.command.demote_user', 'fos:user:promote' => 'fos_user.command.promote_user', 'vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class', 'vich:mapping:debug' => 'vich_uploader.command.mapping_debug', 'vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes', 'sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump', 'make:admin:dashboard' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand', 'make:admin:crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand', 'reset-password:remove-expired' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand', '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', 'make:auth' => 'maker.auto_command.make_auth', 'make:command' => 'maker.auto_command.make_command', 'make:twig-component' => 'maker.auto_command.make_twig_component', 'make:controller' => 'maker.auto_command.make_controller', 'make:crud' => 'maker.auto_command.make_crud', 'make:docker:database' => 'maker.auto_command.make_docker_database', 'make:entity' => 'maker.auto_command.make_entity', 'make:fixtures' => 'maker.auto_command.make_fixtures', 'make:form' => 'maker.auto_command.make_form', 'make:message' => 'maker.auto_command.make_message', 'make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware', 'make:registration-form' => 'maker.auto_command.make_registration_form', 'make:reset-password' => 'maker.auto_command.make_reset_password', 'make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder', 'make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer', 'make:subscriber' => 'maker.auto_command.make_subscriber', 'make:twig-extension' => 'maker.auto_command.make_twig_extension', 'make:test' => 'maker.auto_command.make_test', 'make:unit-test' => 'maker.auto_command.make_test', 'make:functional-test' => 'maker.auto_command.make_test', 'make:validator' => 'maker.auto_command.make_validator', 'make:voter' => 'maker.auto_command.make_voter', 'make:user' => 'maker.auto_command.make_user', 'make:migration' => 'maker.auto_command.make_migration', 'make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller', 'make:security:form-login' => 'maker.auto_command.make_security_form_login']);
  5574. }
  5575. /**
  5576. * Gets the public 'container.env_var_processors_locator' shared service.
  5577. *
  5578. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5579. */
  5580. protected function getContainer_EnvVarProcessorsLocatorService()
  5581. {
  5582. return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5583. 'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5584. 'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5585. 'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5586. 'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5587. 'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5588. 'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5589. 'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5590. 'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5591. 'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5592. 'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5593. 'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5594. 'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5595. 'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5596. 'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5597. 'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5598. 'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5599. 'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
  5600. ], [
  5601. 'base64' => '?',
  5602. 'bool' => '?',
  5603. 'const' => '?',
  5604. 'csv' => '?',
  5605. 'default' => '?',
  5606. 'file' => '?',
  5607. 'float' => '?',
  5608. 'int' => '?',
  5609. 'json' => '?',
  5610. 'key' => '?',
  5611. 'not' => '?',
  5612. 'query_string' => '?',
  5613. 'require' => '?',
  5614. 'resolve' => '?',
  5615. 'string' => '?',
  5616. 'trim' => '?',
  5617. 'url' => '?',
  5618. ]);
  5619. }
  5620. /**
  5621. * Gets the public 'data_collector.dump' shared service.
  5622. *
  5623. * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  5624. */
  5625. protected function getDataCollector_DumpService()
  5626. {
  5627. 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()));
  5628. }
  5629. /**
  5630. * Gets the public 'doctrine' shared service.
  5631. *
  5632. * @return \Doctrine\Bundle\DoctrineBundle\Registry
  5633. */
  5634. protected function getDoctrineService()
  5635. {
  5636. return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
  5637. }
  5638. /**
  5639. * Gets the public 'doctrine.dbal.default_connection' shared service.
  5640. *
  5641. * @return \Doctrine\DBAL\Connection
  5642. */
  5643. protected function getDoctrine_Dbal_DefaultConnectionService()
  5644. {
  5645. $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  5646. if (isset($this->services['doctrine.dbal.default_connection'])) {
  5647. return $this->services['doctrine.dbal.default_connection'];
  5648. }
  5649. $b = new \Doctrine\DBAL\Configuration();
  5650. $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  5651. $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5652. $c->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  5653. $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5654. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  5655. $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))));
  5656. $d->setConnectionName('default');
  5657. $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  5658. $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')))]));
  5659. $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())))]);
  5660. 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' => 'abacusfysik_dev', 'user' => 'symfony', 'password' => 'nscc752ja8TZxKwYkzyNhSYP', 'charset' => 'UTF8', 'idle_connection_ttl' => 600, 'driverOptions' => [], 'serverVersion' => 'mariadb-10.6.12', 'defaultTableOptions' => []], $b, $a, []);
  5661. }
  5662. /**
  5663. * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  5664. *
  5665. * @return \Doctrine\ORM\EntityManager
  5666. */
  5667. protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
  5668. {
  5669. $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  5670. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  5671. return $this->services['doctrine.orm.default_entity_manager'];
  5672. }
  5673. $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  5674. if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  5675. return $this->services['doctrine.orm.default_entity_manager'];
  5676. }
  5677. $c = new \Doctrine\ORM\Configuration();
  5678. $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  5679. $e = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  5680. $d->addDriver($e, 'CoreBundle\\Entity');
  5681. $d->addDriver($e, 'UserBundle\\Entity');
  5682. $d->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  5683. $d->addDriver(($this->privates['.3_doctrine_metadata_driver~LKk8R_o'] ?? $this->get_3DoctrineMetadataDriverLKk8ROService()), 'FOS\\UserBundle\\Model');
  5684. $c->setEntityNamespaces(['ABaCusCoreBundle' => 'CoreBundle\\Entity', 'UserBundle' => 'UserBundle\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  5685. $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5686. $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  5687. $c->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  5688. $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5689. 'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
  5690. 'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
  5691. ], [
  5692. 'doctrine.ulid_generator' => '?',
  5693. 'doctrine.uuid_generator' => '?',
  5694. ])));
  5695. $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  5696. $c->setProxyNamespace('Proxies');
  5697. $c->setAutoGenerateProxyClasses(true);
  5698. $c->setSchemaIgnoreClasses([]);
  5699. $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  5700. $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  5701. $c->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
  5702. $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  5703. $c->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  5704. $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  5705. $c->setLazyGhostObjectEnabled(false);
  5706. $c->setIdentityGenerationPreferences([]);
  5707. $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  5708. $c->addCustomStringFunction('FIELD', 'DoctrineExtensions\\Query\\Mysql\\Field');
  5709. $c->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
  5710. $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
  5711. (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  5712. return $instance;
  5713. }
  5714. /**
  5715. * Gets the public 'eight_points_guzzle.client.gale_users' shared service.
  5716. *
  5717. * @return \GuzzleHttp\Client
  5718. */
  5719. protected function getEightPointsGuzzle_Client_GaleUsersService()
  5720. {
  5721. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  5722. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  5723. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  5724. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  5725. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5726. $a = \GuzzleHttp\HandlerStack::create();
  5727. $a->push(($this->services['eight_points_guzzle.middleware.profile.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GaleUsersService())->profile(), 'profile');
  5728. $a->push(($this->services['eight_points_guzzle.middleware.log.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_GaleUsersService())->log(), 'log');
  5729. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()), 'request_time');
  5730. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5731. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService())->dispatchEvent(), 'events');
  5732. 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']]);
  5733. }
  5734. /**
  5735. * Gets the public 'eight_points_guzzle.client.gyldendalaccessservice' shared service.
  5736. *
  5737. * @return \GuzzleHttp\Client
  5738. */
  5739. protected function getEightPointsGuzzle_Client_GyldendalaccessserviceService()
  5740. {
  5741. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  5742. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  5743. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  5744. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  5745. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5746. $a = \GuzzleHttp\HandlerStack::create();
  5747. $a->push(($this->services['eight_points_guzzle.middleware.profile.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService())->profile(), 'profile');
  5748. $a->push(($this->services['eight_points_guzzle.middleware.log.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService())->log(), 'log');
  5749. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()), 'request_time');
  5750. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5751. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService())->dispatchEvent(), 'events');
  5752. 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']]);
  5753. }
  5754. /**
  5755. * Gets the public 'eight_points_guzzle.client.loginconnector' shared service.
  5756. *
  5757. * @return \GuzzleHttp\Client
  5758. */
  5759. protected function getEightPointsGuzzle_Client_LoginconnectorService()
  5760. {
  5761. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  5762. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  5763. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  5764. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  5765. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5766. $a = \GuzzleHttp\HandlerStack::create();
  5767. $a->push(($this->services['eight_points_guzzle.middleware.profile.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Profile_LoginconnectorService())->profile(), 'profile');
  5768. $a->push(($this->services['eight_points_guzzle.middleware.log.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Log_LoginconnectorService())->log(), 'log');
  5769. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()), 'request_time');
  5770. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5771. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService())->dispatchEvent(), 'events');
  5772. 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']]);
  5773. }
  5774. /**
  5775. * Gets the public 'eight_points_guzzle.client.systime_users' shared service.
  5776. *
  5777. * @return \GuzzleHttp\Client
  5778. */
  5779. protected function getEightPointsGuzzle_Client_SystimeUsersService()
  5780. {
  5781. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  5782. include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
  5783. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  5784. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  5785. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5786. $a = \GuzzleHttp\HandlerStack::create();
  5787. $a->push(($this->services['eight_points_guzzle.middleware.profile.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_SystimeUsersService())->profile(), 'profile');
  5788. $a->push(($this->services['eight_points_guzzle.middleware.log.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_SystimeUsersService())->log(), 'log');
  5789. $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()), 'request_time');
  5790. $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5791. $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService())->dispatchEvent(), 'events');
  5792. return $this->services['eight_points_guzzle.client.systime_users'] = new \GuzzleHttp\Client(['base_uri' => 'default value', 'handler' => $a, 'synchronous' => true, 'timeout' => 120.0]);
  5793. }
  5794. /**
  5795. * Gets the public 'eight_points_guzzle.formatter' shared service.
  5796. *
  5797. * @return \GuzzleHttp\MessageFormatter
  5798. */
  5799. protected function getEightPointsGuzzle_FormatterService()
  5800. {
  5801. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  5802. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  5803. return $this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter();
  5804. }
  5805. /**
  5806. * Gets the public 'eight_points_guzzle.handler_stack.gale_users' shared service.
  5807. *
  5808. * @return \GuzzleHttp\HandlerStack
  5809. */
  5810. protected function getEightPointsGuzzle_HandlerStack_GaleUsersService()
  5811. {
  5812. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5813. $this->services['eight_points_guzzle.handler_stack.gale_users'] = $instance = \GuzzleHttp\HandlerStack::create();
  5814. $instance->push(($this->services['eight_points_guzzle.middleware.profile.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GaleUsersService())->profile(), 'profile');
  5815. $instance->push(($this->services['eight_points_guzzle.middleware.log.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_GaleUsersService())->log(), 'log');
  5816. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()), 'request_time');
  5817. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5818. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService())->dispatchEvent(), 'events');
  5819. return $instance;
  5820. }
  5821. /**
  5822. * Gets the public 'eight_points_guzzle.handler_stack.gyldendalaccessservice' shared service.
  5823. *
  5824. * @return \GuzzleHttp\HandlerStack
  5825. */
  5826. protected function getEightPointsGuzzle_HandlerStack_GyldendalaccessserviceService()
  5827. {
  5828. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5829. $this->services['eight_points_guzzle.handler_stack.gyldendalaccessservice'] = $instance = \GuzzleHttp\HandlerStack::create();
  5830. $instance->push(($this->services['eight_points_guzzle.middleware.profile.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService())->profile(), 'profile');
  5831. $instance->push(($this->services['eight_points_guzzle.middleware.log.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService())->log(), 'log');
  5832. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()), 'request_time');
  5833. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5834. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService())->dispatchEvent(), 'events');
  5835. return $instance;
  5836. }
  5837. /**
  5838. * Gets the public 'eight_points_guzzle.handler_stack.loginconnector' shared service.
  5839. *
  5840. * @return \GuzzleHttp\HandlerStack
  5841. */
  5842. protected function getEightPointsGuzzle_HandlerStack_LoginconnectorService()
  5843. {
  5844. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5845. $this->services['eight_points_guzzle.handler_stack.loginconnector'] = $instance = \GuzzleHttp\HandlerStack::create();
  5846. $instance->push(($this->services['eight_points_guzzle.middleware.profile.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Profile_LoginconnectorService())->profile(), 'profile');
  5847. $instance->push(($this->services['eight_points_guzzle.middleware.log.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Log_LoginconnectorService())->log(), 'log');
  5848. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()), 'request_time');
  5849. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5850. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService())->dispatchEvent(), 'events');
  5851. return $instance;
  5852. }
  5853. /**
  5854. * Gets the public 'eight_points_guzzle.handler_stack.systime_users' shared service.
  5855. *
  5856. * @return \GuzzleHttp\HandlerStack
  5857. */
  5858. protected function getEightPointsGuzzle_HandlerStack_SystimeUsersService()
  5859. {
  5860. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  5861. $this->services['eight_points_guzzle.handler_stack.systime_users'] = $instance = \GuzzleHttp\HandlerStack::create();
  5862. $instance->push(($this->services['eight_points_guzzle.middleware.profile.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_SystimeUsersService())->profile(), 'profile');
  5863. $instance->push(($this->services['eight_points_guzzle.middleware.log.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_SystimeUsersService())->log(), 'log');
  5864. $instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()), 'request_time');
  5865. $instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
  5866. $instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService())->dispatchEvent(), 'events');
  5867. return $instance;
  5868. }
  5869. /**
  5870. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.gale_users' shared service.
  5871. *
  5872. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  5873. */
  5874. protected function getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService()
  5875. {
  5876. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  5877. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5878. if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'])) {
  5879. return $this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'];
  5880. }
  5881. return $this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'gale_users');
  5882. }
  5883. /**
  5884. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice' shared service.
  5885. *
  5886. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  5887. */
  5888. protected function getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService()
  5889. {
  5890. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  5891. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5892. if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'])) {
  5893. return $this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'];
  5894. }
  5895. return $this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'gyldendalaccessservice');
  5896. }
  5897. /**
  5898. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.loginconnector' shared service.
  5899. *
  5900. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  5901. */
  5902. protected function getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService()
  5903. {
  5904. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  5905. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5906. if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'])) {
  5907. return $this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'];
  5908. }
  5909. return $this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'loginconnector');
  5910. }
  5911. /**
  5912. * Gets the public 'eight_points_guzzle.middleware.event_dispatch.systime_users' shared service.
  5913. *
  5914. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
  5915. */
  5916. protected function getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService()
  5917. {
  5918. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
  5919. 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');
  5920. }
  5921. /**
  5922. * Gets the public 'eight_points_guzzle.middleware.log.gale_users' shared service.
  5923. *
  5924. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  5925. */
  5926. protected function getEightPointsGuzzle_Middleware_Log_GaleUsersService()
  5927. {
  5928. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  5929. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  5930. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  5931. 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())));
  5932. }
  5933. /**
  5934. * Gets the public 'eight_points_guzzle.middleware.log.gyldendalaccessservice' shared service.
  5935. *
  5936. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  5937. */
  5938. protected function getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService()
  5939. {
  5940. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  5941. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  5942. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  5943. 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())));
  5944. }
  5945. /**
  5946. * Gets the public 'eight_points_guzzle.middleware.log.loginconnector' shared service.
  5947. *
  5948. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  5949. */
  5950. protected function getEightPointsGuzzle_Middleware_Log_LoginconnectorService()
  5951. {
  5952. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  5953. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  5954. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  5955. 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())));
  5956. }
  5957. /**
  5958. * Gets the public 'eight_points_guzzle.middleware.log.systime_users' shared service.
  5959. *
  5960. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
  5961. */
  5962. protected function getEightPointsGuzzle_Middleware_Log_SystimeUsersService()
  5963. {
  5964. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
  5965. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  5966. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  5967. 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())));
  5968. }
  5969. /**
  5970. * Gets the public 'eight_points_guzzle.middleware.profile.gale_users' shared service.
  5971. *
  5972. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  5973. */
  5974. protected function getEightPointsGuzzle_Middleware_Profile_GaleUsersService()
  5975. {
  5976. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  5977. 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))));
  5978. }
  5979. /**
  5980. * Gets the public 'eight_points_guzzle.middleware.profile.gyldendalaccessservice' shared service.
  5981. *
  5982. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  5983. */
  5984. protected function getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService()
  5985. {
  5986. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  5987. 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))));
  5988. }
  5989. /**
  5990. * Gets the public 'eight_points_guzzle.middleware.profile.loginconnector' shared service.
  5991. *
  5992. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  5993. */
  5994. protected function getEightPointsGuzzle_Middleware_Profile_LoginconnectorService()
  5995. {
  5996. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  5997. 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))));
  5998. }
  5999. /**
  6000. * Gets the public 'eight_points_guzzle.middleware.profile.systime_users' shared service.
  6001. *
  6002. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
  6003. */
  6004. protected function getEightPointsGuzzle_Middleware_Profile_SystimeUsersService()
  6005. {
  6006. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
  6007. 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))));
  6008. }
  6009. /**
  6010. * Gets the public 'eight_points_guzzle.middleware.request_time.gale_users' shared service.
  6011. *
  6012. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  6013. */
  6014. protected function getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()
  6015. {
  6016. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  6017. 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()));
  6018. }
  6019. /**
  6020. * Gets the public 'eight_points_guzzle.middleware.request_time.gyldendalaccessservice' shared service.
  6021. *
  6022. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  6023. */
  6024. protected function getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()
  6025. {
  6026. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  6027. 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()));
  6028. }
  6029. /**
  6030. * Gets the public 'eight_points_guzzle.middleware.request_time.loginconnector' shared service.
  6031. *
  6032. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  6033. */
  6034. protected function getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()
  6035. {
  6036. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  6037. 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()));
  6038. }
  6039. /**
  6040. * Gets the public 'eight_points_guzzle.middleware.request_time.systime_users' shared service.
  6041. *
  6042. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
  6043. */
  6044. protected function getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()
  6045. {
  6046. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
  6047. 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()));
  6048. }
  6049. /**
  6050. * Gets the public 'eight_points_guzzle.middleware.symfony_log' shared service.
  6051. *
  6052. * @return \EightPoints\Bundle\GuzzleBundle\Middleware\SymfonyLogMiddleware
  6053. */
  6054. protected function getEightPointsGuzzle_Middleware_SymfonyLogService()
  6055. {
  6056. include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/SymfonyLogMiddleware.php';
  6057. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  6058. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  6059. $a = new \Symfony\Bridge\Monolog\Logger('eight_points_guzzle');
  6060. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6061. $a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  6062. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6063. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6064. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6065. 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}'))));
  6066. }
  6067. /**
  6068. * Gets the public 'eight_points_guzzle.symfony_log_formatter' shared service.
  6069. *
  6070. * @return \GuzzleHttp\MessageFormatter
  6071. */
  6072. protected function getEightPointsGuzzle_SymfonyLogFormatterService()
  6073. {
  6074. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
  6075. include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
  6076. return $this->services['eight_points_guzzle.symfony_log_formatter'] = new \GuzzleHttp\MessageFormatter('{method} {uri} {code}');
  6077. }
  6078. /**
  6079. * Gets the public 'error_controller' shared service.
  6080. *
  6081. * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  6082. */
  6083. protected function getErrorControllerService()
  6084. {
  6085. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  6086. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6087. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  6088. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  6089. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6090. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6091. 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)));
  6092. }
  6093. /**
  6094. * Gets the public 'event_dispatcher' shared service.
  6095. *
  6096. * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  6097. */
  6098. protected function getEventDispatcherService()
  6099. {
  6100. $a = new \Symfony\Bridge\Monolog\Logger('event');
  6101. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6102. $a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  6103. $a->pushHandler(new \Monolog\Handler\NullHandler());
  6104. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6105. $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())));
  6106. $instance->addListener('security.interactive_login', [0 => function () {
  6107. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  6108. }, 1 => 'onLogin'], 0);
  6109. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6110. return ($this->services['UserBundle\\EventListener\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  6111. }, 1 => 'onLogout'], 0);
  6112. $instance->addListener('kernel.exception', [0 => function () {
  6113. return ($this->privates['abacus_exception_handler.listener'] ?? $this->getAbacusExceptionHandler_ListenerService());
  6114. }, 1 => 'onKernelException'], 0);
  6115. $instance->addListener('kernel.request', [0 => function () {
  6116. return ($this->privates['abacus_request.listener'] ?? $this->getAbacusRequest_ListenerService());
  6117. }, 1 => 'onKernelRequest'], 0);
  6118. $instance->addListener('kernel.controller', [0 => function () {
  6119. return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  6120. }, 1 => 'onKernelController'], 0);
  6121. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  6122. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  6123. }, 1 => 'checkPassport'], 1024);
  6124. $instance->addListener('kernel.response', [0 => function () {
  6125. return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  6126. }, 1 => 'onKernelResponse'], 0);
  6127. $instance->addListener('kernel.request', [0 => function () {
  6128. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  6129. }, 1 => 'onKernelRequest'], 0);
  6130. $instance->addListener('console.command', [0 => function () {
  6131. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  6132. }, 1 => 'handleConsoleCommandEvent'], 128);
  6133. $instance->addListener('console.terminate', [0 => function () {
  6134. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  6135. }, 1 => 'handleConsoleTerminateEvent'], -64);
  6136. $instance->addListener('console.error', [0 => function () {
  6137. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  6138. }, 1 => 'handleConsoleErrorEvent'], -64);
  6139. $instance->addListener('kernel.exception', [0 => function () {
  6140. return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  6141. }, 1 => 'handleExceptionEvent'], 128);
  6142. $instance->addListener('kernel.request', [0 => function () {
  6143. return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  6144. }, 1 => 'handleKernelRequestEvent'], 5);
  6145. $instance->addListener('kernel.controller', [0 => function () {
  6146. return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  6147. }, 1 => 'handleKernelControllerEvent'], 10);
  6148. $instance->addListener('kernel.request', [0 => function () {
  6149. return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  6150. }, 1 => 'handleKernelRequestEvent'], 3);
  6151. $instance->addListener('kernel.finish_request', [0 => function () {
  6152. return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  6153. }, 1 => 'handleKernelFinishRequestEvent'], 5);
  6154. $instance->addListener('kernel.request', [0 => function () {
  6155. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  6156. }, 1 => 'handleKernelRequestEvent'], 4);
  6157. $instance->addListener('kernel.response', [0 => function () {
  6158. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  6159. }, 1 => 'handleKernelResponseEvent'], 15);
  6160. $instance->addListener('kernel.terminate', [0 => function () {
  6161. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  6162. }, 1 => 'handleKernelTerminateEvent'], 5);
  6163. $instance->addListener('kernel.request', [0 => function () {
  6164. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  6165. }, 1 => 'handleKernelRequestEvent'], 2);
  6166. $instance->addListener('kernel.finish_request', [0 => function () {
  6167. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  6168. }, 1 => 'handleKernelFinishRequestEvent'], 10);
  6169. $instance->addListener('kernel.response', [0 => function () {
  6170. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  6171. }, 1 => 'handleKernelResponseEvent'], 15);
  6172. $instance->addListener('console.command', [0 => function () {
  6173. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  6174. }, 1 => 'handleConsoleCommandEvent'], 118);
  6175. $instance->addListener('console.terminate', [0 => function () {
  6176. return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  6177. }, 1 => 'handleConsoleTerminateEvent'], -54);
  6178. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  6179. return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  6180. }, 1 => 'handleWorkerMessageFailedEvent'], 50);
  6181. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  6182. return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  6183. }, 1 => 'handleWorkerMessageHandledEvent'], 50);
  6184. $instance->addListener('kernel.request', [0 => function () {
  6185. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  6186. }, 1 => 'handleKernelRequestEvent'], 0);
  6187. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  6188. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  6189. }, 1 => 'handleLoginSuccessEvent'], 0);
  6190. $instance->addListener('kernel.request', [0 => function () {
  6191. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  6192. }, 1 => 'onKernelRequest'], 250);
  6193. $instance->addListener('kernel.response', [0 => function () {
  6194. return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  6195. }, 1 => 'onKernelResponse'], 0);
  6196. $instance->addListener('kernel.response', [0 => function () {
  6197. return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  6198. }, 1 => 'onResponse'], -10);
  6199. $instance->addListener('kernel.exception', [0 => function () {
  6200. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->getExceptionListenerService());
  6201. }, 1 => 'onKernelException'], -64);
  6202. $instance->addListener('kernel.view', [0 => function () {
  6203. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->getCrudResponseListenerService());
  6204. }, 1 => 'onKernelView'], 0);
  6205. $instance->addListener('console.command', [0 => function () {
  6206. return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  6207. }, 1 => 'onConsoleCommand'], 0);
  6208. $instance->addListener('kernel.response', [0 => function () {
  6209. return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
  6210. }, 1 => 'onKernelResponse'], 0);
  6211. $instance->addListener('kernel.response', [0 => function () {
  6212. return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  6213. }, 1 => 'onKernelResponse'], -1024);
  6214. $instance->addListener('kernel.request', [0 => function () {
  6215. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  6216. }, 1 => 'setDefaultLocale'], 100);
  6217. $instance->addListener('kernel.request', [0 => function () {
  6218. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  6219. }, 1 => 'onKernelRequest'], 16);
  6220. $instance->addListener('kernel.finish_request', [0 => function () {
  6221. return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  6222. }, 1 => 'onKernelFinishRequest'], 0);
  6223. $instance->addListener('kernel.request', [0 => function () {
  6224. return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  6225. }, 1 => 'onKernelRequest'], 256);
  6226. $instance->addListener('kernel.response', [0 => function () {
  6227. return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  6228. }, 1 => 'onResponse'], -255);
  6229. $instance->addListener('kernel.controller_arguments', [0 => function () {
  6230. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  6231. }, 1 => 'onControllerArguments'], 0);
  6232. $instance->addListener('kernel.exception', [0 => function () {
  6233. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  6234. }, 1 => 'logKernelException'], 0);
  6235. $instance->addListener('kernel.exception', [0 => function () {
  6236. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  6237. }, 1 => 'onKernelException'], -128);
  6238. $instance->addListener('kernel.response', [0 => function () {
  6239. return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  6240. }, 1 => 'removeCspHeader'], -128);
  6241. $instance->addListener('kernel.request', [0 => function () {
  6242. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  6243. }, 1 => 'onKernelRequest'], 15);
  6244. $instance->addListener('kernel.finish_request', [0 => function () {
  6245. return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  6246. }, 1 => 'onKernelFinishRequest'], -15);
  6247. $instance->addListener('console.error', [0 => function () {
  6248. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  6249. }, 1 => 'onConsoleError'], -128);
  6250. $instance->addListener('console.terminate', [0 => function () {
  6251. return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  6252. }, 1 => 'onConsoleTerminate'], -128);
  6253. $instance->addListener('console.error', [0 => function () {
  6254. return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  6255. }, 1 => 'onConsoleError'], 0);
  6256. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  6257. return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
  6258. }, 1 => 'onMessage'], -255);
  6259. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  6260. return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  6261. }, 1 => 'onMessage'], -255);
  6262. $instance->addListener('kernel.request', [0 => function () {
  6263. return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  6264. }, 1 => 'onKernelRequest'], 48);
  6265. $instance->addListener('kernel.request', [0 => function () {
  6266. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  6267. }, 1 => 'configure'], 2048);
  6268. $instance->addListener('console.command', [0 => function () {
  6269. return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  6270. }, 1 => 'configure'], 2048);
  6271. $instance->addListener('kernel.request', [0 => function () {
  6272. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  6273. }, 1 => 'onKernelRequest'], 32);
  6274. $instance->addListener('kernel.finish_request', [0 => function () {
  6275. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  6276. }, 1 => 'onKernelFinishRequest'], 0);
  6277. $instance->addListener('kernel.exception', [0 => function () {
  6278. return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  6279. }, 1 => 'onKernelException'], -64);
  6280. $instance->addListener('kernel.request', [0 => function () {
  6281. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6282. }, 1 => 'onKernelRequest'], 128);
  6283. $instance->addListener('kernel.response', [0 => function () {
  6284. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6285. }, 1 => 'onKernelResponse'], -1000);
  6286. $instance->addListener('kernel.finish_request', [0 => function () {
  6287. return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  6288. }, 1 => 'onFinishRequest'], 0);
  6289. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  6290. return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  6291. }, 1 => 'onMessageFailed'], 100);
  6292. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  6293. 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()));
  6294. }, 1 => 'onMessageFailed'], 200);
  6295. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  6296. return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  6297. }, 1 => 'onWorkerRunning'], 100);
  6298. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  6299. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  6300. }, 1 => 'onWorkerStarted'], 0);
  6301. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  6302. return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  6303. }, 1 => 'onWorkerRunning'], 0);
  6304. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
  6305. return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  6306. }, 1 => 'onWorkerStarted'], 100);
  6307. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  6308. 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()));
  6309. }, 1 => 'onMessageFailed'], 0);
  6310. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
  6311. 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()));
  6312. }, 1 => 'onWorkerRunning'], 0);
  6313. $instance->addListener('kernel.response', [0 => function () {
  6314. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  6315. }, 1 => 'onKernelResponse'], -100);
  6316. $instance->addListener('kernel.exception', [0 => function () {
  6317. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  6318. }, 1 => 'onKernelException'], 0);
  6319. $instance->addListener('kernel.terminate', [0 => function () {
  6320. return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  6321. }, 1 => 'onKernelTerminate'], -1024);
  6322. $instance->addListener('kernel.controller', [0 => function () {
  6323. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  6324. }, 1 => 'onKernelController'], 0);
  6325. $instance->addListener('kernel.response', [0 => function () {
  6326. return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  6327. }, 1 => 'onKernelResponse'], 0);
  6328. $instance->addListener('kernel.response', [0 => function () {
  6329. return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  6330. }, 1 => 'onKernelResponse'], 0);
  6331. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  6332. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  6333. }, 1 => 'checkPassport'], 0);
  6334. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  6335. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  6336. }, 1 => 'onLoginSuccess'], 0);
  6337. $instance->addListener('debug.security.authorization.vote', [0 => function () {
  6338. return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  6339. }, 1 => 'onVoterVote'], 0);
  6340. $instance->addListener('kernel.request', [0 => function () {
  6341. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  6342. }, 1 => 'configureLogoutUrlGenerator'], 8);
  6343. $instance->addListener('kernel.request', [0 => function () {
  6344. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  6345. }, 1 => 'onKernelRequest'], 8);
  6346. $instance->addListener('kernel.finish_request', [0 => function () {
  6347. return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  6348. }, 1 => 'onKernelFinishRequest'], 0);
  6349. $instance->addListener('kernel.exception', [0 => function () {
  6350. return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService());
  6351. }, 1 => 'onKernelException'], 2);
  6352. $instance->addListener('kernel.request', [0 => function () {
  6353. return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
  6354. }, 1 => 'onKernelRequest'], 0);
  6355. $instance->addListener('security.authentication.success', [0 => function () {
  6356. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  6357. }, 1 => 'onLogin'], 9223372036854775807);
  6358. $instance->addListener('scheb_two_factor.authentication.require', [0 => function () {
  6359. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  6360. }, 1 => 'onAccessDenied'], 0);
  6361. $instance->addListener('scheb_two_factor.authentication.form', [0 => function () {
  6362. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  6363. }, 1 => 'onTwoFactorForm'], 0);
  6364. $instance->addListener('kernel.response', [0 => function () {
  6365. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  6366. }, 1 => 'onKernelResponse'], 1);
  6367. $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
  6368. return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  6369. }, 1 => 'onMessage'], 0);
  6370. $instance->addListener('console.command', [0 => function () {
  6371. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  6372. }, 1 => 'onCommand'], 255);
  6373. $instance->addListener('console.terminate', [0 => function () {
  6374. return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  6375. }, 1 => 'onTerminate'], -255);
  6376. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
  6377. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  6378. }, 1 => 'onWorkerMessageHandled'], 0);
  6379. $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
  6380. return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  6381. }, 1 => 'onWorkerMessageFailed'], 0);
  6382. $instance->addListener('fos_user.security.implicit_login', [0 => function () {
  6383. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  6384. }, 1 => 'onImplicitLogin'], 0);
  6385. $instance->addListener('security.interactive_login', [0 => function () {
  6386. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  6387. }, 1 => 'onSecurityInteractiveLogin'], 0);
  6388. $instance->addListener('fos_user.registration.completed', [0 => function () {
  6389. return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  6390. }, 1 => 'authenticate'], 0);
  6391. $instance->addListener('fos_user.registration.confirmed', [0 => function () {
  6392. return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  6393. }, 1 => 'authenticate'], 0);
  6394. $instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
  6395. return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  6396. }, 1 => 'authenticate'], 0);
  6397. $instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
  6398. return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  6399. }, 1 => 'addSuccessFlash'], 0);
  6400. $instance->addListener('fos_user.profile.edit.completed', [0 => function () {
  6401. return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  6402. }, 1 => 'addSuccessFlash'], 0);
  6403. $instance->addListener('fos_user.registration.completed', [0 => function () {
  6404. return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  6405. }, 1 => 'addSuccessFlash'], 0);
  6406. $instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
  6407. return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  6408. }, 1 => 'addSuccessFlash'], 0);
  6409. $instance->addListener('fos_user.resetting.reset.initialize', [0 => function () {
  6410. return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  6411. }, 1 => 'onResettingResetInitialize'], 0);
  6412. $instance->addListener('fos_user.resetting.reset.success', [0 => function () {
  6413. return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  6414. }, 1 => 'onResettingResetSuccess'], 0);
  6415. $instance->addListener('knp_pager.before', [0 => function () {
  6416. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  6417. }, 1 => 'before'], 0);
  6418. $instance->addListener('knp_pager.pagination', [0 => function () {
  6419. return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  6420. }, 1 => 'pagination'], 0);
  6421. $instance->addListener('knp_pager.before', [0 => function () {
  6422. return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  6423. }, 1 => 'before'], 1);
  6424. $instance->addListener('knp_pager.before', [0 => function () {
  6425. return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  6426. }, 1 => 'before'], 1);
  6427. $instance->addListener('knp_pager.pagination', [0 => function () {
  6428. return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  6429. }, 1 => 'pagination'], 1);
  6430. $instance->addListener('kernel.response', [0 => function () {
  6431. return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  6432. }, 1 => 'onKernelResponse'], -128);
  6433. $instance->addListener('console.command', [0 => function () {
  6434. return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  6435. }, 1 => 'configure'], 1024);
  6436. $instance->addListener('kernel.request', [0 => function () {
  6437. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  6438. }, 1 => 'onKernelRequestPrettyUrls'], 1);
  6439. $instance->addListener('kernel.request', [0 => function () {
  6440. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  6441. }, 1 => 'onKernelRequest'], 0);
  6442. $instance->addListener('kernel.controller', [0 => function () {
  6443. return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  6444. }, 1 => 'onKernelController'], 128);
  6445. $instance->addListener('console.error', [0 => function () {
  6446. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  6447. }, 1 => 'onConsoleError'], 0);
  6448. $instance->addListener('console.terminate', [0 => function () {
  6449. return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  6450. }, 1 => 'onConsoleTerminate'], 0);
  6451. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  6452. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  6453. }, 1 => 'checkPassport'], 0);
  6454. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  6455. 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()));
  6456. }, 1 => 'onSuccessfulLogin'], -63);
  6457. $instance->addListener('security.authentication.success', [0 => function () {
  6458. 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()));
  6459. }, 1 => 'onLogin'], 9223372036854775806);
  6460. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  6461. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  6462. }, 1 => 'checkPassport'], 512);
  6463. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  6464. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  6465. }, 1 => 'onLogout'], 0);
  6466. return $instance;
  6467. }
  6468. /**
  6469. * Gets the public 'fos_user.change_password.controller' shared service.
  6470. *
  6471. * @return \FOS\UserBundle\Controller\ChangePasswordController
  6472. */
  6473. protected function getFosUser_ChangePassword_ControllerService()
  6474. {
  6475. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6476. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ChangePasswordController.php';
  6477. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  6478. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  6479. $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_change_password_form', 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType', $this->parameters['fos_user.change_password.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  6480. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.change_password.controller', $this));
  6481. return $instance;
  6482. }
  6483. /**
  6484. * Gets the public 'fos_user.profile.controller' shared service.
  6485. *
  6486. * @return \FOS\UserBundle\Controller\ProfileController
  6487. */
  6488. protected function getFosUser_Profile_ControllerService()
  6489. {
  6490. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6491. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
  6492. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  6493. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  6494. $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_profile_form', 'FOS\\UserBundle\\Form\\Type\\ProfileFormType', $this->parameters['fos_user.profile.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  6495. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.profile.controller', $this));
  6496. return $instance;
  6497. }
  6498. /**
  6499. * Gets the public 'fos_user.registration.controller' shared service.
  6500. *
  6501. * @return \FOS\UserBundle\Controller\RegistrationController
  6502. */
  6503. protected function getFosUser_Registration_ControllerService()
  6504. {
  6505. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6506. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/RegistrationController.php';
  6507. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  6508. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  6509. $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_registration_form', 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType', $this->parameters['fos_user.registration.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  6510. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.registration.controller', $this));
  6511. return $instance;
  6512. }
  6513. /**
  6514. * Gets the public 'fos_user.resetting.controller' shared service.
  6515. *
  6516. * @return \FOS\UserBundle\Controller\ResettingController
  6517. */
  6518. protected function getFosUser_Resetting_ControllerService()
  6519. {
  6520. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6521. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ResettingController.php';
  6522. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
  6523. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
  6524. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
  6525. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
  6526. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Mailer/MailerInterface.php';
  6527. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Mailer/NoopMailer.php';
  6528. $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_resetting_form', 'FOS\\UserBundle\\Form\\Type\\ResettingFormType', $this->parameters['fos_user.resetting.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), new \FOS\UserBundle\Util\TokenGenerator(), new \FOS\UserBundle\Mailer\NoopMailer(), 7200);
  6529. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.resetting.controller', $this));
  6530. return $instance;
  6531. }
  6532. /**
  6533. * Gets the public 'fos_user.security.controller' shared autowired service.
  6534. *
  6535. * @return \UserBundle\Controller\SecurityController
  6536. */
  6537. protected function getFosUser_Security_ControllerService()
  6538. {
  6539. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  6540. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/SecurityController.php';
  6541. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  6542. include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/SecurityController.php';
  6543. $this->services['fos_user.security.controller'] = $instance = new \UserBundle\Controller\SecurityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), ($this->privates['CoreBundle\\Service\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()), ($this->privates['CoreBundle\\Service\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService()), ($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), ($this->privates['abacus_core.create_demo_classroom'] ?? $this->getAbacusCore_CreateDemoClassroomService()), ($this->privates['CoreBundle\\Service\\AuthService'] ?? $this->getAuthServiceService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  6544. $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.security.controller', $this));
  6545. return $instance;
  6546. }
  6547. /**
  6548. * Gets the public 'fos_user.user_manager' shared service.
  6549. *
  6550. * @return \FOS\UserBundle\Doctrine\UserManager
  6551. */
  6552. protected function getFosUser_UserManagerService()
  6553. {
  6554. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManagerInterface.php';
  6555. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManager.php';
  6556. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserManager.php';
  6557. return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'UserBundle\\Entity\\User');
  6558. }
  6559. /**
  6560. * Gets the public 'http_kernel' shared service.
  6561. *
  6562. * @return \Symfony\Component\HttpKernel\HttpKernel
  6563. */
  6564. protected function getHttpKernelService()
  6565. {
  6566. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6567. if (isset($this->services['http_kernel'])) {
  6568. return $this->services['http_kernel'];
  6569. }
  6570. 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 () {
  6571. yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  6572. yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  6573. yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  6574. yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  6575. yield 4 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->getAdminContextResolverService());
  6576. yield 5 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->getBatchActionDtoResolverService());
  6577. yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  6578. yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  6579. yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  6580. yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  6581. }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  6582. }
  6583. /**
  6584. * Gets the public 'knp_paginator' shared service.
  6585. *
  6586. * @return \Knp\Component\Pager\Paginator
  6587. */
  6588. protected function getKnpPaginatorService($lazyLoad = true)
  6589. {
  6590. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  6591. include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  6592. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6593. if (isset($this->services['knp_paginator'])) {
  6594. return $this->services['knp_paginator'];
  6595. }
  6596. $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6597. $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page', 'sortFieldParameterName' => 'sort', 'sortDirectionParameterName' => 'direction', 'filterFieldParameterName' => 'filterField', 'filterValueParameterName' => 'filterValue', 'distinct' => true, 'pageOutOfRange' => 'ignore', 'defaultLimit' => 10]);
  6598. return $instance;
  6599. }
  6600. /**
  6601. * Gets the public 'messenger.default_bus' shared service.
  6602. *
  6603. * @return \Symfony\Component\Messenger\TraceableMessageBus
  6604. */
  6605. protected function getMessenger_DefaultBusService()
  6606. {
  6607. return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  6608. yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  6609. 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')));
  6610. yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  6611. yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  6612. yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  6613. yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  6614. yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  6615. }, 7)));
  6616. }
  6617. /**
  6618. * Gets the public 'monolog.logger.deprecation' shared service.
  6619. *
  6620. * @return \Symfony\Bridge\Monolog\Logger
  6621. */
  6622. protected function getMonolog_Logger_DeprecationService()
  6623. {
  6624. $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  6625. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6626. $instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  6627. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6628. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6629. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6630. return $instance;
  6631. }
  6632. /**
  6633. * Gets the public 'nelmio_api_doc.command.dump' shared service.
  6634. *
  6635. * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  6636. */
  6637. protected function getNelmioApiDoc_Command_DumpService()
  6638. {
  6639. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  6640. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  6641. $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6642. $instance->setName('nelmio:apidoc:dump');
  6643. return $instance;
  6644. }
  6645. /**
  6646. * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  6647. *
  6648. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  6649. */
  6650. protected function getNelmioApiDoc_Controller_RedoclyService()
  6651. {
  6652. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  6653. return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  6654. }
  6655. /**
  6656. * Gets the public 'nelmio_api_doc.controller.stoplight' shared service.
  6657. *
  6658. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  6659. */
  6660. protected function getNelmioApiDoc_Controller_StoplightService()
  6661. {
  6662. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  6663. return $this->services['nelmio_api_doc.controller.stoplight'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'stoplight');
  6664. }
  6665. /**
  6666. * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  6667. *
  6668. * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  6669. */
  6670. protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  6671. {
  6672. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  6673. return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6674. }
  6675. /**
  6676. * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  6677. *
  6678. * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  6679. */
  6680. protected function getNelmioApiDoc_Controller_SwaggerUiService()
  6681. {
  6682. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  6683. 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');
  6684. }
  6685. /**
  6686. * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  6687. *
  6688. * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  6689. */
  6690. protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  6691. {
  6692. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  6693. return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6694. }
  6695. /**
  6696. * Gets the public 'nelmio_api_doc.generator.default' shared service.
  6697. *
  6698. * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  6699. */
  6700. protected function getNelmioApiDoc_Generator_DefaultService()
  6701. {
  6702. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  6703. include_once \dirname(__DIR__, 4).'/vendor/zircote/swagger-php/src/Generator.php';
  6704. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/OpenApiGenerator.php';
  6705. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  6706. $a = new \Nelmio\ApiDocBundle\OpenApiGenerator();
  6707. $a->addNelmioProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  6708. $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  6709. yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  6710. yield 1 => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  6711. yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  6712. yield 3 => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  6713. yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  6714. }, 5), new RewindableGenerator(function () {
  6715. 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()));
  6716. yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  6717. yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  6718. yield 3 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  6719. }, 4), NULL, 'openapi_doc.default', $a);
  6720. $b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  6721. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6722. $b->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  6723. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6724. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6725. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  6726. $instance->setAlternativeNames([]);
  6727. $instance->setMediaTypes([0 => 'json']);
  6728. $instance->setLogger($b);
  6729. $instance->setOpenApiVersion(NULL);
  6730. return $instance;
  6731. }
  6732. /**
  6733. * Gets the public 'nelmio_api_doc.render_docs' shared service.
  6734. *
  6735. * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  6736. */
  6737. protected function getNelmioApiDoc_RenderDocsService()
  6738. {
  6739. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  6740. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  6741. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  6742. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  6743. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  6744. return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6745. 'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
  6746. ], [
  6747. 'default' => '?',
  6748. ]), 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' => []]));
  6749. }
  6750. /**
  6751. * Gets the public 'request_stack' shared service.
  6752. *
  6753. * @return \Symfony\Component\HttpFoundation\RequestStack
  6754. */
  6755. protected function getRequestStackService()
  6756. {
  6757. return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  6758. }
  6759. /**
  6760. * Gets the public 'router' shared service.
  6761. *
  6762. * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  6763. */
  6764. protected function getRouterService()
  6765. {
  6766. $a = new \Symfony\Bridge\Monolog\Logger('router');
  6767. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6768. $a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  6769. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6770. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6771. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6772. $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6773. 'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
  6774. ], [
  6775. 'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  6776. ]))->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');
  6777. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6778. $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6779. return $instance;
  6780. }
  6781. /**
  6782. * Gets the public 'routing.loader' shared service.
  6783. *
  6784. * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  6785. */
  6786. protected function getRouting_LoaderService()
  6787. {
  6788. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  6789. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
  6790. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  6791. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  6792. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  6793. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  6794. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
  6795. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  6796. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  6797. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  6798. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  6799. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
  6800. include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
  6801. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  6802. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  6803. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  6804. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  6805. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  6806. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  6807. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  6808. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php';
  6809. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  6810. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  6811. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  6812. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  6813. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
  6814. if (isset($this->services['routing.loader'])) {
  6815. return $this->services['routing.loader'];
  6816. }
  6817. $b = new \Symfony\Component\Config\Loader\LoaderResolver();
  6818. $c = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
  6819. $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  6820. $b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c, 'dev'));
  6821. $b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c, 'dev'));
  6822. $b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c, 'dev'));
  6823. $b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c, 'dev'));
  6824. $b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c, 'dev'));
  6825. $b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6826. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  6827. ], [
  6828. 'kernel' => 'Kernel',
  6829. ]), 'dev'));
  6830. $b->addLoader(new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader($a));
  6831. $b->addLoader($d);
  6832. $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c, $d));
  6833. $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c, $d));
  6834. return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['utf8' => true], []);
  6835. }
  6836. /**
  6837. * Gets the public 'scheb_two_factor.firewall_context' shared service.
  6838. *
  6839. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext
  6840. */
  6841. protected function getSchebTwoFactor_FirewallContextService()
  6842. {
  6843. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallContext.php';
  6844. 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())]);
  6845. }
  6846. /**
  6847. * Gets the public 'scheb_two_factor.form_controller' shared service.
  6848. *
  6849. * @return \Scheb\TwoFactorBundle\Controller\FormController
  6850. */
  6851. protected function getSchebTwoFactor_FormControllerService()
  6852. {
  6853. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Controller/FormController.php';
  6854. 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);
  6855. }
  6856. /**
  6857. * Gets the public 'scheb_two_factor.security.totp_authenticator' shared service.
  6858. *
  6859. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticator
  6860. */
  6861. protected function getSchebTwoFactor_Security_TotpAuthenticatorService()
  6862. {
  6863. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorInterface.php';
  6864. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticator.php';
  6865. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
  6866. 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);
  6867. }
  6868. /**
  6869. * Gets the public 'scheb_two_factor.security.totp_factory' shared service.
  6870. *
  6871. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory
  6872. */
  6873. protected function getSchebTwoFactor_Security_TotpFactoryService()
  6874. {
  6875. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
  6876. return $this->services['scheb_two_factor.security.totp_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory(NULL, NULL, []);
  6877. }
  6878. /**
  6879. * Gets the public 'services_resetter' shared service.
  6880. *
  6881. * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  6882. */
  6883. protected function getServicesResetterService()
  6884. {
  6885. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  6886. return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  6887. if (isset($this->services['cache.app'])) {
  6888. yield 'cache.app' => ($this->services['cache.app'] ?? null);
  6889. }
  6890. if (isset($this->services['cache.system'])) {
  6891. yield 'cache.system' => ($this->services['cache.system'] ?? null);
  6892. }
  6893. if (isset($this->privates['cache.validator.traceable'])) {
  6894. yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  6895. }
  6896. if (isset($this->privates['cache.serializer.traceable'])) {
  6897. yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  6898. }
  6899. if (isset($this->privates['cache.annotations.traceable'])) {
  6900. yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  6901. }
  6902. if (isset($this->privates['cache.property_info.traceable'])) {
  6903. yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  6904. }
  6905. if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
  6906. yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
  6907. }
  6908. if (isset($this->privates['.debug.http_client'])) {
  6909. yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  6910. }
  6911. if (isset($this->privates['mailer.message_logger_listener'])) {
  6912. yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  6913. }
  6914. if (isset($this->privates['debug.stopwatch'])) {
  6915. yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  6916. }
  6917. if (isset($this->services['event_dispatcher'])) {
  6918. yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  6919. }
  6920. if (isset($this->privates['session_listener'])) {
  6921. yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  6922. }
  6923. if (isset($this->privates['form.choice_list_factory.cached'])) {
  6924. yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  6925. }
  6926. if (isset($this->services['cache.validator_expression_language'])) {
  6927. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  6928. }
  6929. if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  6930. yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  6931. }
  6932. if (isset($this->services['.container.private.profiler'])) {
  6933. yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  6934. }
  6935. if (isset($this->services['.container.private.validator'])) {
  6936. yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  6937. }
  6938. if (isset($this->services['.container.private.security.token_storage'])) {
  6939. yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  6940. }
  6941. if (isset($this->privates['cache.security_expression_language.traceable'])) {
  6942. yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  6943. }
  6944. if (isset($this->privates['debug.security.firewall'])) {
  6945. yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  6946. }
  6947. if (isset($this->privates['debug.security.firewall.authenticator.api_doc'])) {
  6948. yield 'debug.security.firewall.authenticator.api_doc' => ($this->privates['debug.security.firewall.authenticator.api_doc'] ?? null);
  6949. }
  6950. if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
  6951. yield 'debug.security.firewall.authenticator.api_gale' => ($this->privates['debug.security.firewall.authenticator.api_gale'] ?? null);
  6952. }
  6953. if (isset($this->privates['cache.security_token_verifier.traceable'])) {
  6954. yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier.traceable'] ?? null);
  6955. }
  6956. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  6957. yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  6958. }
  6959. if (isset($this->privates['twig.form.engine'])) {
  6960. yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  6961. }
  6962. if (isset($this->privates['monolog.handler.main'])) {
  6963. yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  6964. }
  6965. if (isset($this->privates['monolog.handler.console'])) {
  6966. yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  6967. }
  6968. if (isset($this->services['doctrine'])) {
  6969. yield 'doctrine' => ($this->services['doctrine'] ?? null);
  6970. }
  6971. if (isset($this->privates['doctrine.debug_data_holder'])) {
  6972. yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  6973. }
  6974. if (isset($this->privates['form.type.entity'])) {
  6975. yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  6976. }
  6977. if (isset($this->services['cache.easyadmin'])) {
  6978. yield 'cache.easyadmin' => ($this->services['cache.easyadmin'] ?? null);
  6979. }
  6980. if (isset($this->privates['.debug.http_client'])) {
  6981. yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  6982. }
  6983. }, function () {
  6984. return 0 + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator.traceable'])) + (int) (isset($this->privates['cache.serializer.traceable'])) + (int) (isset($this->privates['cache.annotations.traceable'])) + (int) (isset($this->privates['cache.property_info.traceable'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language.traceable'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.api_doc'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) + (int) (isset($this->privates['cache.security_token_verifier.traceable'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.main'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['cache.easyadmin'])) + (int) (isset($this->privates['.debug.http_client']));
  6985. }), ['cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'cache.messenger.restart_workers_signal' => [0 => 'reset'], 'http_client' => [0 => '?reset'], 'mailer.message_logger_listener' => [0 => 'reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'session_listener' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'cache.validator_expression_language' => [0 => 'reset'], 'messenger.transport.in_memory.factory' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'debug.security.firewall' => [0 => 'reset'], 'debug.security.firewall.authenticator.api_doc' => [0 => 'reset'], 'debug.security.firewall.authenticator.api_gale' => [0 => 'reset'], 'cache.security_token_verifier' => [0 => 'reset'], 'debug.security.firewall.authenticator.main' => [0 => 'reset'], 'twig.form.engine' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'doctrine.debug_data_holder' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'cache.easyadmin' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
  6986. }
  6987. /**
  6988. * Gets the public 'translator' shared service.
  6989. *
  6990. * @return \Symfony\Component\Translation\DataCollectorTranslator
  6991. */
  6992. protected function getTranslatorService()
  6993. {
  6994. return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  6995. }
  6996. /**
  6997. * Gets the public 'var_dumper.cloner' shared service.
  6998. *
  6999. * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  7000. */
  7001. protected function getVarDumper_ClonerService()
  7002. {
  7003. $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  7004. $instance->setMaxItems(2500);
  7005. $instance->setMinDepth(1);
  7006. $instance->setMaxString(-1);
  7007. $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  7008. return $instance;
  7009. }
  7010. /**
  7011. * Gets the public 'vich_uploader.download_handler' shared service.
  7012. *
  7013. * @return \Vich\UploaderBundle\Handler\DownloadHandler
  7014. */
  7015. protected function getVichUploader_DownloadHandlerService()
  7016. {
  7017. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  7018. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  7019. 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()));
  7020. }
  7021. /**
  7022. * Gets the public 'vich_uploader.form.type.file' shared service.
  7023. *
  7024. * @return \Vich\UploaderBundle\Form\Type\VichFileType
  7025. */
  7026. protected function getVichUploader_Form_Type_FileService()
  7027. {
  7028. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  7029. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  7030. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  7031. $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  7032. if (isset($this->services['vich_uploader.form.type.file'])) {
  7033. return $this->services['vich_uploader.form.type.file'];
  7034. }
  7035. 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()));
  7036. }
  7037. /**
  7038. * Gets the public 'vich_uploader.form.type.image' shared service.
  7039. *
  7040. * @return \Vich\UploaderBundle\Form\Type\VichImageType
  7041. */
  7042. protected function getVichUploader_Form_Type_ImageService()
  7043. {
  7044. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  7045. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  7046. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  7047. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  7048. $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  7049. if (isset($this->services['vich_uploader.form.type.image'])) {
  7050. return $this->services['vich_uploader.form.type.image'];
  7051. }
  7052. 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);
  7053. }
  7054. /**
  7055. * Gets the public 'vich_uploader.upload_handler' shared service.
  7056. *
  7057. * @return \Vich\UploaderBundle\Handler\UploadHandler
  7058. */
  7059. protected function getVichUploader_UploadHandlerService()
  7060. {
  7061. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  7062. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  7063. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  7064. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  7065. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7066. if (isset($this->services['vich_uploader.upload_handler'])) {
  7067. return $this->services['vich_uploader.upload_handler'];
  7068. }
  7069. $b = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  7070. 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);
  7071. }
  7072. /**
  7073. * Gets the public 'web_profiler.controller.exception_panel' shared service.
  7074. *
  7075. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  7076. */
  7077. protected function getWebProfiler_Controller_ExceptionPanelService()
  7078. {
  7079. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  7080. 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()));
  7081. }
  7082. /**
  7083. * Gets the public 'web_profiler.controller.profiler' shared service.
  7084. *
  7085. * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  7086. */
  7087. protected function getWebProfiler_Controller_ProfilerService()
  7088. {
  7089. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  7090. 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));
  7091. }
  7092. /**
  7093. * Gets the public 'web_profiler.controller.router' shared service.
  7094. *
  7095. * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  7096. */
  7097. protected function getWebProfiler_Controller_RouterService()
  7098. {
  7099. include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  7100. 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 () {
  7101. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  7102. }, 1));
  7103. }
  7104. /**
  7105. * Gets the private '.3_doctrine_metadata_driver~LKk8R_o' shared service.
  7106. *
  7107. * @return \Doctrine\ORM\Mapping\Driver\XmlDriver
  7108. */
  7109. protected function get_3DoctrineMetadataDriverLKk8ROService()
  7110. {
  7111. return $this->privates['.3_doctrine_metadata_driver~LKk8R_o'] = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'), '.dcm.xml', true);
  7112. }
  7113. /**
  7114. * Gets the private '.CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand.lazy' shared service.
  7115. *
  7116. * @return \Symfony\Component\Console\Command\LazyCommand
  7117. */
  7118. protected function getAbacusCopyAnonymizedProdDataToTestServerCommand_LazyService()
  7119. {
  7120. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7121. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7122. return $this->privates['.CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:copy-anonymized-prod-data-to-test-server', [], 'Copy anonymized data from the production server to the test server', false, function (): \CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand {
  7123. return ($this->services['CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand'] ?? $this->getAbacusCopyAnonymizedProdDataToTestServerCommandService());
  7124. });
  7125. }
  7126. /**
  7127. * Gets the private '.CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand.lazy' shared service.
  7128. *
  7129. * @return \Symfony\Component\Console\Command\LazyCommand
  7130. */
  7131. protected function getAbacusDispatchEventsToClickstreamCommand_LazyService()
  7132. {
  7133. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7134. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7135. return $this->privates['.CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:dispatch-events-to-clickstream-log', [], 'Dispatch events to Clickstream Log', false, function (): \CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand {
  7136. return ($this->services['CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand'] ?? $this->getAbacusDispatchEventsToClickstreamCommandService());
  7137. });
  7138. }
  7139. /**
  7140. * Gets the private '.CoreBundle\Command\AbacusFetchSiteCommand.lazy' shared service.
  7141. *
  7142. * @return \Symfony\Component\Console\Command\LazyCommand
  7143. */
  7144. protected function getAbacusFetchSiteCommand_LazyService()
  7145. {
  7146. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7147. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7148. return $this->privates['.CoreBundle\\Command\\AbacusFetchSiteCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:fetch-site', [], 'Fetch site database and/or media folder from test server', false, function (): \CoreBundle\Command\AbacusFetchSiteCommand {
  7149. return ($this->services['CoreBundle\\Command\\AbacusFetchSiteCommand'] ?? $this->getAbacusFetchSiteCommandService());
  7150. });
  7151. }
  7152. /**
  7153. * Gets the private '.CoreBundle\Command\AbacusLoadTestDataCommand.lazy' shared service.
  7154. *
  7155. * @return \Symfony\Component\Console\Command\LazyCommand
  7156. */
  7157. protected function getAbacusLoadTestDataCommand_LazyService()
  7158. {
  7159. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7160. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7161. return $this->privates['.CoreBundle\\Command\\AbacusLoadTestDataCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:load-test-data', [], 'Load anonymized test data into test database and - optionally - append custom data from TestDataForTestSites.php.', false, function (): \CoreBundle\Command\AbacusLoadTestDataCommand {
  7162. return ($this->services['CoreBundle\\Command\\AbacusLoadTestDataCommand'] ?? $this->getAbacusLoadTestDataCommandService());
  7163. });
  7164. }
  7165. /**
  7166. * Gets the private '.CoreBundle\Command\AbacusLocateInlineImagesCommand.lazy' shared service.
  7167. *
  7168. * @return \Symfony\Component\Console\Command\LazyCommand
  7169. */
  7170. protected function getAbacusLocateInlineImagesCommand_LazyService()
  7171. {
  7172. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7173. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7174. return $this->privates['.CoreBundle\\Command\\AbacusLocateInlineImagesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:locate-inline-images', [], 'Lists inline images across specific tables', false, function (): \CoreBundle\Command\AbacusLocateInlineImagesCommand {
  7175. return ($this->services['CoreBundle\\Command\\AbacusLocateInlineImagesCommand'] ?? $this->getAbacusLocateInlineImagesCommandService());
  7176. });
  7177. }
  7178. /**
  7179. * Gets the private '.CoreBundle\Command\AbacusLocateMissingFilesCommand.lazy' shared service.
  7180. *
  7181. * @return \Symfony\Component\Console\Command\LazyCommand
  7182. */
  7183. protected function getAbacusLocateMissingFilesCommand_LazyService()
  7184. {
  7185. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7186. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7187. return $this->privates['.CoreBundle\\Command\\AbacusLocateMissingFilesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:locate-missing-files', [], 'Lists missing media files on various entity types', false, function (): \CoreBundle\Command\AbacusLocateMissingFilesCommand {
  7188. return ($this->services['CoreBundle\\Command\\AbacusLocateMissingFilesCommand'] ?? $this->getAbacusLocateMissingFilesCommandService());
  7189. });
  7190. }
  7191. /**
  7192. * Gets the private '.CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand.lazy' shared service.
  7193. *
  7194. * @return \Symfony\Component\Console\Command\LazyCommand
  7195. */
  7196. protected function getAbacusMigrateTextbookElementImagesToReferencesCommand_LazyService()
  7197. {
  7198. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7199. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7200. return $this->privates['.CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:migrate-textbook-element-images-to-references', [], 'Migrate textbook element images to references in Abacus', false, function (): \CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand {
  7201. return ($this->services['CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand'] ?? $this->getAbacusMigrateTextbookElementImagesToReferencesCommandService());
  7202. });
  7203. }
  7204. /**
  7205. * Gets the private '.CoreBundle\Command\AbacusRearrangeMathProblemsCommand.lazy' shared service.
  7206. *
  7207. * @return \Symfony\Component\Console\Command\LazyCommand
  7208. */
  7209. protected function getAbacusRearrangeMathProblemsCommand_LazyService()
  7210. {
  7211. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7212. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7213. return $this->privates['.CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:rearrange', [], 'Rearrange the topics and templates to get a type specific structure. This command can only be used on your local environment and will not work on the production environment.', false, function (): \CoreBundle\Command\AbacusRearrangeMathProblemsCommand {
  7214. return ($this->services['CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand'] ?? $this->getAbacusRearrangeMathProblemsCommandService());
  7215. });
  7216. }
  7217. /**
  7218. * Gets the private '.CoreBundle\Command\AbacusValidateAllMathproblemsCommand.lazy' shared service.
  7219. *
  7220. * @return \Symfony\Component\Console\Command\LazyCommand
  7221. */
  7222. protected function getAbacusValidateAllMathproblemsCommand_LazyService()
  7223. {
  7224. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7225. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7226. return $this->privates['.CoreBundle\\Command\\AbacusValidateAllMathproblemsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:validate-all-mathproblems', [], 'Re-validates all mathproblems', false, function (): \CoreBundle\Command\AbacusValidateAllMathproblemsCommand {
  7227. return ($this->services['CoreBundle\\Command\\AbacusValidateAllMathproblemsCommand'] ?? $this->getAbacusValidateAllMathproblemsCommandService());
  7228. });
  7229. }
  7230. /**
  7231. * Gets the private '.CoreBundle\Command\AbacusValidateExistingMathproblemsCommand.lazy' shared service.
  7232. *
  7233. * @return \Symfony\Component\Console\Command\LazyCommand
  7234. */
  7235. protected function getAbacusValidateExistingMathproblemsCommand_LazyService()
  7236. {
  7237. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7238. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7239. return $this->privates['.CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:validate-existing-mathproblems', [], 'Validates any valid mathproblem that is not yet marked as valid', false, function (): \CoreBundle\Command\AbacusValidateExistingMathproblemsCommand {
  7240. return ($this->services['CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand'] ?? $this->getAbacusValidateExistingMathproblemsCommandService());
  7241. });
  7242. }
  7243. /**
  7244. * Gets the private '.CoreBundle\Command\DispatchMigrateFilesToReferencesCommand.lazy' shared service.
  7245. *
  7246. * @return \Symfony\Component\Console\Command\LazyCommand
  7247. */
  7248. protected function getDispatchMigrateFilesToReferencesCommand_LazyService()
  7249. {
  7250. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7251. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7252. return $this->privates['.CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('abacus:dispatch-migrate-files', [], 'Migrate files to references in Abacus using Message bus', false, function (): \CoreBundle\Command\DispatchMigrateFilesToReferencesCommand {
  7253. return ($this->services['CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand'] ?? $this->getDispatchMigrateFilesToReferencesCommandService());
  7254. });
  7255. }
  7256. /**
  7257. * Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand.lazy' shared service.
  7258. *
  7259. * @return \Symfony\Component\Console\Command\LazyCommand
  7260. */
  7261. protected function getMakeAdminDashboardCommand_LazyService()
  7262. {
  7263. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7264. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7265. 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 {
  7266. return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand'] ?? $this->getMakeAdminDashboardCommandService());
  7267. });
  7268. }
  7269. /**
  7270. * Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand.lazy' shared service.
  7271. *
  7272. * @return \Symfony\Component\Console\Command\LazyCommand
  7273. */
  7274. protected function getMakeCrudControllerCommand_LazyService()
  7275. {
  7276. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7277. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7278. 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 {
  7279. return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand'] ?? $this->getMakeCrudControllerCommandService());
  7280. });
  7281. }
  7282. /**
  7283. * Gets the private '.console.command.about.lazy' shared service.
  7284. *
  7285. * @return \Symfony\Component\Console\Command\LazyCommand
  7286. */
  7287. protected function get_Console_Command_About_LazyService()
  7288. {
  7289. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7290. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7291. 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 {
  7292. return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  7293. });
  7294. }
  7295. /**
  7296. * Gets the private '.console.command.assets_install.lazy' shared service.
  7297. *
  7298. * @return \Symfony\Component\Console\Command\LazyCommand
  7299. */
  7300. protected function get_Console_Command_AssetsInstall_LazyService()
  7301. {
  7302. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7303. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7304. 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 {
  7305. return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  7306. });
  7307. }
  7308. /**
  7309. * Gets the private '.console.command.cache_clear.lazy' shared service.
  7310. *
  7311. * @return \Symfony\Component\Console\Command\LazyCommand
  7312. */
  7313. protected function get_Console_Command_CacheClear_LazyService()
  7314. {
  7315. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7316. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7317. 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 {
  7318. return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  7319. });
  7320. }
  7321. /**
  7322. * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  7323. *
  7324. * @return \Symfony\Component\Console\Command\LazyCommand
  7325. */
  7326. protected function get_Console_Command_CachePoolClear_LazyService()
  7327. {
  7328. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7329. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7330. 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 {
  7331. return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  7332. });
  7333. }
  7334. /**
  7335. * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  7336. *
  7337. * @return \Symfony\Component\Console\Command\LazyCommand
  7338. */
  7339. protected function get_Console_Command_CachePoolDelete_LazyService()
  7340. {
  7341. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7342. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7343. 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 {
  7344. return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  7345. });
  7346. }
  7347. /**
  7348. * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  7349. *
  7350. * @return \Symfony\Component\Console\Command\LazyCommand
  7351. */
  7352. protected function get_Console_Command_CachePoolList_LazyService()
  7353. {
  7354. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7355. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7356. 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 {
  7357. return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  7358. });
  7359. }
  7360. /**
  7361. * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  7362. *
  7363. * @return \Symfony\Component\Console\Command\LazyCommand
  7364. */
  7365. protected function get_Console_Command_CachePoolPrune_LazyService()
  7366. {
  7367. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7368. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7369. 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 {
  7370. return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  7371. });
  7372. }
  7373. /**
  7374. * Gets the private '.console.command.cache_warmup.lazy' shared service.
  7375. *
  7376. * @return \Symfony\Component\Console\Command\LazyCommand
  7377. */
  7378. protected function get_Console_Command_CacheWarmup_LazyService()
  7379. {
  7380. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7381. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7382. 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 {
  7383. return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  7384. });
  7385. }
  7386. /**
  7387. * Gets the private '.console.command.config_debug.lazy' shared service.
  7388. *
  7389. * @return \Symfony\Component\Console\Command\LazyCommand
  7390. */
  7391. protected function get_Console_Command_ConfigDebug_LazyService()
  7392. {
  7393. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7394. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7395. 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 {
  7396. return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  7397. });
  7398. }
  7399. /**
  7400. * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  7401. *
  7402. * @return \Symfony\Component\Console\Command\LazyCommand
  7403. */
  7404. protected function get_Console_Command_ConfigDumpReference_LazyService()
  7405. {
  7406. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7407. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7408. 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 {
  7409. return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  7410. });
  7411. }
  7412. /**
  7413. * Gets the private '.console.command.container_debug.lazy' shared service.
  7414. *
  7415. * @return \Symfony\Component\Console\Command\LazyCommand
  7416. */
  7417. protected function get_Console_Command_ContainerDebug_LazyService()
  7418. {
  7419. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7420. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7421. 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 {
  7422. return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  7423. });
  7424. }
  7425. /**
  7426. * Gets the private '.console.command.container_lint.lazy' shared service.
  7427. *
  7428. * @return \Symfony\Component\Console\Command\LazyCommand
  7429. */
  7430. protected function get_Console_Command_ContainerLint_LazyService()
  7431. {
  7432. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7433. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7434. 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 {
  7435. return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  7436. });
  7437. }
  7438. /**
  7439. * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  7440. *
  7441. * @return \Symfony\Component\Console\Command\LazyCommand
  7442. */
  7443. protected function get_Console_Command_DebugAutowiring_LazyService()
  7444. {
  7445. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7446. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7447. 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 {
  7448. return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  7449. });
  7450. }
  7451. /**
  7452. * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  7453. *
  7454. * @return \Symfony\Component\Console\Command\LazyCommand
  7455. */
  7456. protected function get_Console_Command_DotenvDebug_LazyService()
  7457. {
  7458. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7459. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7460. 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 {
  7461. return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  7462. });
  7463. }
  7464. /**
  7465. * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  7466. *
  7467. * @return \Symfony\Component\Console\Command\LazyCommand
  7468. */
  7469. protected function get_Console_Command_EventDispatcherDebug_LazyService()
  7470. {
  7471. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7472. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7473. 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 {
  7474. return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  7475. });
  7476. }
  7477. /**
  7478. * Gets the private '.console.command.form_debug.lazy' shared service.
  7479. *
  7480. * @return \Symfony\Component\Console\Command\LazyCommand
  7481. */
  7482. protected function get_Console_Command_FormDebug_LazyService()
  7483. {
  7484. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7485. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7486. 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 {
  7487. return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  7488. });
  7489. }
  7490. /**
  7491. * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  7492. *
  7493. * @return \Symfony\Component\Console\Command\LazyCommand
  7494. */
  7495. protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  7496. {
  7497. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7498. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7499. 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 {
  7500. return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  7501. });
  7502. }
  7503. /**
  7504. * Gets the private '.console.command.messenger_debug.lazy' shared service.
  7505. *
  7506. * @return \Symfony\Component\Console\Command\LazyCommand
  7507. */
  7508. protected function get_Console_Command_MessengerDebug_LazyService()
  7509. {
  7510. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7511. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7512. 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 {
  7513. return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  7514. });
  7515. }
  7516. /**
  7517. * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  7518. *
  7519. * @return \Symfony\Component\Console\Command\LazyCommand
  7520. */
  7521. protected function get_Console_Command_MessengerSetupTransports_LazyService()
  7522. {
  7523. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7524. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7525. 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 {
  7526. return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  7527. });
  7528. }
  7529. /**
  7530. * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  7531. *
  7532. * @return \Symfony\Component\Console\Command\LazyCommand
  7533. */
  7534. protected function get_Console_Command_MessengerStopWorkers_LazyService()
  7535. {
  7536. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7537. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7538. 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 {
  7539. return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  7540. });
  7541. }
  7542. /**
  7543. * Gets the private '.console.command.router_debug.lazy' shared service.
  7544. *
  7545. * @return \Symfony\Component\Console\Command\LazyCommand
  7546. */
  7547. protected function get_Console_Command_RouterDebug_LazyService()
  7548. {
  7549. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7550. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7551. 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 {
  7552. return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  7553. });
  7554. }
  7555. /**
  7556. * Gets the private '.console.command.router_match.lazy' shared service.
  7557. *
  7558. * @return \Symfony\Component\Console\Command\LazyCommand
  7559. */
  7560. protected function get_Console_Command_RouterMatch_LazyService()
  7561. {
  7562. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7563. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7564. 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 {
  7565. return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  7566. });
  7567. }
  7568. /**
  7569. * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  7570. *
  7571. * @return \Symfony\Component\Console\Command\LazyCommand
  7572. */
  7573. protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  7574. {
  7575. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7576. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7577. 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 {
  7578. return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  7579. });
  7580. }
  7581. /**
  7582. * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  7583. *
  7584. * @return \Symfony\Component\Console\Command\LazyCommand
  7585. */
  7586. protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  7587. {
  7588. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7589. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7590. 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 {
  7591. return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  7592. });
  7593. }
  7594. /**
  7595. * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  7596. *
  7597. * @return \Symfony\Component\Console\Command\LazyCommand
  7598. */
  7599. protected function get_Console_Command_SecretsGenerateKey_LazyService()
  7600. {
  7601. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7602. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7603. 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 {
  7604. return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  7605. });
  7606. }
  7607. /**
  7608. * Gets the private '.console.command.secrets_list.lazy' shared service.
  7609. *
  7610. * @return \Symfony\Component\Console\Command\LazyCommand
  7611. */
  7612. protected function get_Console_Command_SecretsList_LazyService()
  7613. {
  7614. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7615. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7616. 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 {
  7617. return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  7618. });
  7619. }
  7620. /**
  7621. * Gets the private '.console.command.secrets_remove.lazy' shared service.
  7622. *
  7623. * @return \Symfony\Component\Console\Command\LazyCommand
  7624. */
  7625. protected function get_Console_Command_SecretsRemove_LazyService()
  7626. {
  7627. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7628. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7629. 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 {
  7630. return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  7631. });
  7632. }
  7633. /**
  7634. * Gets the private '.console.command.secrets_set.lazy' shared service.
  7635. *
  7636. * @return \Symfony\Component\Console\Command\LazyCommand
  7637. */
  7638. protected function get_Console_Command_SecretsSet_LazyService()
  7639. {
  7640. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7641. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7642. 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 {
  7643. return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  7644. });
  7645. }
  7646. /**
  7647. * Gets the private '.console.command.translation_debug.lazy' shared service.
  7648. *
  7649. * @return \Symfony\Component\Console\Command\LazyCommand
  7650. */
  7651. protected function get_Console_Command_TranslationDebug_LazyService()
  7652. {
  7653. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7654. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7655. 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 {
  7656. return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  7657. });
  7658. }
  7659. /**
  7660. * Gets the private '.console.command.translation_extract.lazy' shared service.
  7661. *
  7662. * @return \Symfony\Component\Console\Command\LazyCommand
  7663. */
  7664. protected function get_Console_Command_TranslationExtract_LazyService()
  7665. {
  7666. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7667. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7668. 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 {
  7669. return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  7670. });
  7671. }
  7672. /**
  7673. * Gets the private '.console.command.translation_pull.lazy' shared service.
  7674. *
  7675. * @return \Symfony\Component\Console\Command\LazyCommand
  7676. */
  7677. protected function get_Console_Command_TranslationPull_LazyService()
  7678. {
  7679. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7680. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7681. 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 {
  7682. return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  7683. });
  7684. }
  7685. /**
  7686. * Gets the private '.console.command.translation_push.lazy' shared service.
  7687. *
  7688. * @return \Symfony\Component\Console\Command\LazyCommand
  7689. */
  7690. protected function get_Console_Command_TranslationPush_LazyService()
  7691. {
  7692. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7693. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7694. 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 {
  7695. return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  7696. });
  7697. }
  7698. /**
  7699. * Gets the private '.console.command.validator_debug.lazy' shared service.
  7700. *
  7701. * @return \Symfony\Component\Console\Command\LazyCommand
  7702. */
  7703. protected function get_Console_Command_ValidatorDebug_LazyService()
  7704. {
  7705. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7706. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7707. 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 {
  7708. return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  7709. });
  7710. }
  7711. /**
  7712. * Gets the private '.console.command.xliff_lint.lazy' shared service.
  7713. *
  7714. * @return \Symfony\Component\Console\Command\LazyCommand
  7715. */
  7716. protected function get_Console_Command_XliffLint_LazyService()
  7717. {
  7718. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7719. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7720. 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 {
  7721. return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  7722. });
  7723. }
  7724. /**
  7725. * Gets the private '.console.command.yaml_lint.lazy' shared service.
  7726. *
  7727. * @return \Symfony\Component\Console\Command\LazyCommand
  7728. */
  7729. protected function get_Console_Command_YamlLint_LazyService()
  7730. {
  7731. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7732. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7733. 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 {
  7734. return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  7735. });
  7736. }
  7737. /**
  7738. * Gets the private '.debug.http_client' shared service.
  7739. *
  7740. * @return \Symfony\Component\HttpClient\TraceableHttpClient
  7741. */
  7742. protected function get_Debug_HttpClientService()
  7743. {
  7744. $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  7745. $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  7746. $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7747. $b->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  7748. $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7749. $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7750. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  7751. $a->setLogger($b);
  7752. 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))));
  7753. }
  7754. /**
  7755. * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  7756. *
  7757. * @return \Symfony\Component\Console\Command\LazyCommand
  7758. */
  7759. protected function get_DoctrineMigrations_CurrentCommand_LazyService()
  7760. {
  7761. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7762. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7763. 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 {
  7764. return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  7765. });
  7766. }
  7767. /**
  7768. * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  7769. *
  7770. * @return \Symfony\Component\Console\Command\LazyCommand
  7771. */
  7772. protected function get_DoctrineMigrations_DiffCommand_LazyService()
  7773. {
  7774. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7775. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7776. 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 {
  7777. return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  7778. });
  7779. }
  7780. /**
  7781. * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  7782. *
  7783. * @return \Symfony\Component\Console\Command\LazyCommand
  7784. */
  7785. protected function get_DoctrineMigrations_DumpSchemaCommand_LazyService()
  7786. {
  7787. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7788. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7789. 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 {
  7790. return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  7791. });
  7792. }
  7793. /**
  7794. * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  7795. *
  7796. * @return \Symfony\Component\Console\Command\LazyCommand
  7797. */
  7798. protected function get_DoctrineMigrations_ExecuteCommand_LazyService()
  7799. {
  7800. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7801. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7802. 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 {
  7803. return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  7804. });
  7805. }
  7806. /**
  7807. * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  7808. *
  7809. * @return \Symfony\Component\Console\Command\LazyCommand
  7810. */
  7811. protected function get_DoctrineMigrations_GenerateCommand_LazyService()
  7812. {
  7813. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7814. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7815. 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 {
  7816. return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  7817. });
  7818. }
  7819. /**
  7820. * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  7821. *
  7822. * @return \Symfony\Component\Console\Command\LazyCommand
  7823. */
  7824. protected function get_DoctrineMigrations_LatestCommand_LazyService()
  7825. {
  7826. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7827. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7828. 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 {
  7829. return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  7830. });
  7831. }
  7832. /**
  7833. * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  7834. *
  7835. * @return \Symfony\Component\Console\Command\LazyCommand
  7836. */
  7837. protected function get_DoctrineMigrations_MigrateCommand_LazyService()
  7838. {
  7839. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7840. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7841. 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 {
  7842. return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  7843. });
  7844. }
  7845. /**
  7846. * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  7847. *
  7848. * @return \Symfony\Component\Console\Command\LazyCommand
  7849. */
  7850. protected function get_DoctrineMigrations_RollupCommand_LazyService()
  7851. {
  7852. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7853. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7854. 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 {
  7855. return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  7856. });
  7857. }
  7858. /**
  7859. * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  7860. *
  7861. * @return \Symfony\Component\Console\Command\LazyCommand
  7862. */
  7863. protected function get_DoctrineMigrations_StatusCommand_LazyService()
  7864. {
  7865. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7866. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7867. 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 {
  7868. return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  7869. });
  7870. }
  7871. /**
  7872. * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  7873. *
  7874. * @return \Symfony\Component\Console\Command\LazyCommand
  7875. */
  7876. protected function get_DoctrineMigrations_SyncMetadataCommand_LazyService()
  7877. {
  7878. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7879. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7880. 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 {
  7881. return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  7882. });
  7883. }
  7884. /**
  7885. * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  7886. *
  7887. * @return \Symfony\Component\Console\Command\LazyCommand
  7888. */
  7889. protected function get_DoctrineMigrations_UpToDateCommand_LazyService()
  7890. {
  7891. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7892. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7893. 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 {
  7894. return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  7895. });
  7896. }
  7897. /**
  7898. * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  7899. *
  7900. * @return \Symfony\Component\Console\Command\LazyCommand
  7901. */
  7902. protected function get_DoctrineMigrations_VersionCommand_LazyService()
  7903. {
  7904. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7905. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7906. 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 {
  7907. return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  7908. });
  7909. }
  7910. /**
  7911. * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  7912. *
  7913. * @return \Symfony\Component\Console\Command\LazyCommand
  7914. */
  7915. protected function get_DoctrineMigrations_VersionsCommand_LazyService()
  7916. {
  7917. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  7918. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  7919. 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 {
  7920. return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  7921. });
  7922. }
  7923. /**
  7924. * Gets the private '.errored..service_locator..AvQV0i.CoreBundle\Entity\QuizSession' shared service.
  7925. *
  7926. * @return \CoreBundle\Entity\QuizSession
  7927. */
  7928. protected function getQuizSessionService()
  7929. {
  7930. $this->throw('Cannot autowire service ".service_locator..AvQV0i": it references class "CoreBundle\\Entity\\QuizSession" but no such service exists.');
  7931. }
  7932. /**
  7933. * Gets the private '.errored..service_locator.5mj8iu2.UserBundle\Entity\User' shared service.
  7934. *
  7935. * @return \UserBundle\Entity\User
  7936. */
  7937. protected function getUserService()
  7938. {
  7939. $this->throw('Cannot autowire service ".service_locator.5mj8iu2": it references class "UserBundle\\Entity\\User" but no such service exists.');
  7940. }
  7941. /**
  7942. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection' shared service.
  7943. *
  7944. * @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection
  7945. */
  7946. protected function getFieldCollectionService()
  7947. {
  7948. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection" but no such service exists.');
  7949. }
  7950. /**
  7951. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection' shared service.
  7952. *
  7953. * @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection
  7954. */
  7955. protected function getFilterCollectionService()
  7956. {
  7957. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection" but no such service exists.');
  7958. }
  7959. /**
  7960. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
  7961. *
  7962. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
  7963. */
  7964. protected function getEntityDtoService()
  7965. {
  7966. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
  7967. }
  7968. /**
  7969. * Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto' shared service.
  7970. *
  7971. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto
  7972. */
  7973. protected function getSearchDtoService()
  7974. {
  7975. $this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto" but no such service exists.');
  7976. }
  7977. /**
  7978. * Gets the private '.errored..service_locator.HRHqvrV.CoreBundle\Entity\QuizSessionRepository' shared service.
  7979. *
  7980. * @return \CoreBundle\Entity\QuizSessionRepository
  7981. */
  7982. protected function getQuizSessionRepositoryService()
  7983. {
  7984. $this->throw('Cannot autowire service ".service_locator.HRHqvrV": it references class "CoreBundle\\Entity\\QuizSessionRepository" but no such service exists. You should maybe alias this class to the existing "abacus_core.repository.quiz_session" service.');
  7985. }
  7986. /**
  7987. * Gets the private '.errored..service_locator.HWjvTzb.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  7988. *
  7989. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  7990. */
  7991. protected function getAdminContextService()
  7992. {
  7993. $this->throw('Cannot autowire service ".service_locator.HWjvTzb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  7994. }
  7995. /**
  7996. * Gets the private '.errored..service_locator.JanA4tv.CoreBundle\Entity\ClassroomStudent' shared service.
  7997. *
  7998. * @return \CoreBundle\Entity\ClassroomStudent
  7999. */
  8000. protected function getClassroomStudentService()
  8001. {
  8002. $this->throw('Cannot autowire service ".service_locator.JanA4tv": it references class "CoreBundle\\Entity\\ClassroomStudent" but no such service exists.');
  8003. }
  8004. /**
  8005. * Gets the private '.errored..service_locator.N0jOcuE.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  8006. *
  8007. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  8008. */
  8009. protected function getAdminContext2Service()
  8010. {
  8011. $this->throw('Cannot autowire service ".service_locator.N0jOcuE": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  8012. }
  8013. /**
  8014. * Gets the private '.errored..service_locator.NMOWD.L.CoreBundle\Entity\Session' shared service.
  8015. *
  8016. * @return \CoreBundle\Entity\Session
  8017. */
  8018. protected function getSession2Service()
  8019. {
  8020. $this->throw('Cannot autowire service ".service_locator.NMOWD.L": it references class "CoreBundle\\Entity\\Session" but no such service exists.');
  8021. }
  8022. /**
  8023. * Gets the private '.errored..service_locator.OGjUKCt.EasyCorp\Bundle\EasyAdminBundle\Config\Filters' shared service.
  8024. *
  8025. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Filters
  8026. */
  8027. protected function getFiltersService()
  8028. {
  8029. $this->throw('Cannot autowire service ".service_locator.OGjUKCt": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters" but no such service exists.');
  8030. }
  8031. /**
  8032. * Gets the private '.errored..service_locator.QJ7IrGK.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  8033. *
  8034. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  8035. */
  8036. protected function getAdminContext3Service()
  8037. {
  8038. $this->throw('Cannot autowire service ".service_locator.QJ7IrGK": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  8039. }
  8040. /**
  8041. * Gets the private '.errored..service_locator.R8Qy2_..EasyCorp\Bundle\EasyAdminBundle\Config\Actions' shared service.
  8042. *
  8043. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Actions
  8044. */
  8045. protected function getActionsService()
  8046. {
  8047. $this->throw('Cannot autowire service ".service_locator.R8Qy2_.": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions" but no such service exists.');
  8048. }
  8049. /**
  8050. * Gets the private '.errored..service_locator.W.c5h2_.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
  8051. *
  8052. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
  8053. */
  8054. protected function getKeyValueStoreService()
  8055. {
  8056. $this->throw('Cannot autowire service ".service_locator.W.c5h2_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
  8057. }
  8058. /**
  8059. * Gets the private '.errored..service_locator.XdMPwIJ.EasyCorp\Bundle\EasyAdminBundle\Config\Assets' shared service.
  8060. *
  8061. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Assets
  8062. */
  8063. protected function getAssetsService()
  8064. {
  8065. $this->throw('Cannot autowire service ".service_locator.XdMPwIJ": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets" but no such service exists.');
  8066. }
  8067. /**
  8068. * Gets the private '.errored..service_locator.XpfeRo6.EasyCorp\Bundle\EasyAdminBundle\Config\Crud' shared service.
  8069. *
  8070. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\Crud
  8071. */
  8072. protected function getCrudService()
  8073. {
  8074. $this->throw('Cannot autowire service ".service_locator.XpfeRo6": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud" but no such service exists.');
  8075. }
  8076. /**
  8077. * Gets the private '.errored..service_locator.eTXI8ud.CoreBundle\Entity\ReadingTestSession' shared service.
  8078. *
  8079. * @return \CoreBundle\Entity\ReadingTestSession
  8080. */
  8081. protected function getReadingTestSessionService()
  8082. {
  8083. $this->throw('Cannot autowire service ".service_locator.eTXI8ud": it references class "CoreBundle\\Entity\\ReadingTestSession" but no such service exists.');
  8084. }
  8085. /**
  8086. * Gets the private '.errored..service_locator.eTXI8ud.UserBundle\Entity\User' shared service.
  8087. *
  8088. * @return \UserBundle\Entity\User
  8089. */
  8090. protected function getUser2Service()
  8091. {
  8092. $this->throw('Cannot autowire service ".service_locator.eTXI8ud": it references class "UserBundle\\Entity\\User" but no such service exists.');
  8093. }
  8094. /**
  8095. * Gets the private '.errored..service_locator.esmk6IF.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  8096. *
  8097. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  8098. */
  8099. protected function getAdminContext4Service()
  8100. {
  8101. $this->throw('Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  8102. }
  8103. /**
  8104. * Gets the private '.errored..service_locator.esmk6IF.EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto' shared service.
  8105. *
  8106. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto
  8107. */
  8108. protected function getBatchActionDtoService()
  8109. {
  8110. $this->throw('Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto" but no such service exists.');
  8111. }
  8112. /**
  8113. * Gets the private '.errored..service_locator.iGBrtqd.CoreBundle\Entity\Quiz' shared service.
  8114. *
  8115. * @return \CoreBundle\Entity\Quiz
  8116. */
  8117. protected function getQuizService()
  8118. {
  8119. $this->throw('Cannot autowire service ".service_locator.iGBrtqd": it references class "CoreBundle\\Entity\\Quiz" but no such service exists.');
  8120. }
  8121. /**
  8122. * Gets the private '.errored..service_locator.kEvhmk9.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  8123. *
  8124. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  8125. */
  8126. protected function getAdminContext5Service()
  8127. {
  8128. $this->throw('Cannot autowire service ".service_locator.kEvhmk9": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  8129. }
  8130. /**
  8131. * Gets the private '.errored..service_locator.nl0WT0J.CoreBundle\Entity\DictateSession' shared service.
  8132. *
  8133. * @return \CoreBundle\Entity\DictateSession
  8134. */
  8135. protected function getDictateSessionService()
  8136. {
  8137. $this->throw('Cannot autowire service ".service_locator.nl0WT0J": it references class "CoreBundle\\Entity\\DictateSession" but no such service exists.');
  8138. }
  8139. /**
  8140. * Gets the private '.errored..service_locator.nl0WT0J.UserBundle\Entity\User' shared service.
  8141. *
  8142. * @return \UserBundle\Entity\User
  8143. */
  8144. protected function getUser3Service()
  8145. {
  8146. $this->throw('Cannot autowire service ".service_locator.nl0WT0J": it references class "UserBundle\\Entity\\User" but no such service exists.');
  8147. }
  8148. /**
  8149. * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
  8150. *
  8151. * @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
  8152. */
  8153. protected function getKeyValueStore2Service()
  8154. {
  8155. $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
  8156. }
  8157. /**
  8158. * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
  8159. *
  8160. * @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
  8161. */
  8162. protected function getAdminContext6Service()
  8163. {
  8164. $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
  8165. }
  8166. /**
  8167. * Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
  8168. *
  8169. * @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
  8170. */
  8171. protected function getEntityDto2Service()
  8172. {
  8173. $this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
  8174. }
  8175. /**
  8176. * Gets the private '.errored..service_locator.st3ASTR.Symfony\Component\Security\Core\User\UserInterface' shared service.
  8177. *
  8178. * @return \Symfony\Component\Security\Core\User\UserInterface
  8179. */
  8180. protected function getUserInterfaceService()
  8181. {
  8182. $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?');
  8183. }
  8184. /**
  8185. * Gets the private '.errored..service_locator.tT6zioB.CoreBundle\Entity\Publication' shared service.
  8186. *
  8187. * @return \CoreBundle\Entity\Publication
  8188. */
  8189. protected function getPublicationService()
  8190. {
  8191. $this->throw('Cannot autowire service ".service_locator.tT6zioB": it references class "CoreBundle\\Entity\\Publication" but no such service exists.');
  8192. }
  8193. /**
  8194. * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  8195. *
  8196. * @return \Symfony\Component\Config\Loader\LoaderInterface
  8197. */
  8198. protected function getLoaderInterfaceService()
  8199. {
  8200. $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".');
  8201. }
  8202. /**
  8203. * Gets the private '.fos_user.command.activate_user.lazy' shared service.
  8204. *
  8205. * @return \Symfony\Component\Console\Command\LazyCommand
  8206. */
  8207. protected function get_FosUser_Command_ActivateUser_LazyService()
  8208. {
  8209. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8210. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8211. return $this->privates['.fos_user.command.activate_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:activate', [], 'Activate a user', false, function (): \FOS\UserBundle\Command\ActivateUserCommand {
  8212. return ($this->privates['fos_user.command.activate_user'] ?? $this->getFosUser_Command_ActivateUserService());
  8213. });
  8214. }
  8215. /**
  8216. * Gets the private '.fos_user.command.change_password.lazy' shared service.
  8217. *
  8218. * @return \Symfony\Component\Console\Command\LazyCommand
  8219. */
  8220. protected function get_FosUser_Command_ChangePassword_LazyService()
  8221. {
  8222. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8223. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8224. return $this->privates['.fos_user.command.change_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:change-password', [], 'Change the password of a user.', false, function (): \FOS\UserBundle\Command\ChangePasswordCommand {
  8225. return ($this->privates['fos_user.command.change_password'] ?? $this->getFosUser_Command_ChangePasswordService());
  8226. });
  8227. }
  8228. /**
  8229. * Gets the private '.fos_user.command.create_user.lazy' shared service.
  8230. *
  8231. * @return \Symfony\Component\Console\Command\LazyCommand
  8232. */
  8233. protected function get_FosUser_Command_CreateUser_LazyService()
  8234. {
  8235. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8236. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8237. return $this->privates['.fos_user.command.create_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:create', [], 'Create a user.', false, function (): \FOS\UserBundle\Command\CreateUserCommand {
  8238. return ($this->privates['fos_user.command.create_user'] ?? $this->getFosUser_Command_CreateUserService());
  8239. });
  8240. }
  8241. /**
  8242. * Gets the private '.fos_user.command.deactivate_user.lazy' shared service.
  8243. *
  8244. * @return \Symfony\Component\Console\Command\LazyCommand
  8245. */
  8246. protected function get_FosUser_Command_DeactivateUser_LazyService()
  8247. {
  8248. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8249. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8250. return $this->privates['.fos_user.command.deactivate_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:deactivate', [], 'Deactivate a user', false, function (): \FOS\UserBundle\Command\DeactivateUserCommand {
  8251. return ($this->privates['fos_user.command.deactivate_user'] ?? $this->getFosUser_Command_DeactivateUserService());
  8252. });
  8253. }
  8254. /**
  8255. * Gets the private '.fos_user.command.demote_user.lazy' shared service.
  8256. *
  8257. * @return \Symfony\Component\Console\Command\LazyCommand
  8258. */
  8259. protected function get_FosUser_Command_DemoteUser_LazyService()
  8260. {
  8261. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8262. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8263. return $this->privates['.fos_user.command.demote_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:demote', [], 'Demote a user by removing a role', false, function (): \FOS\UserBundle\Command\DemoteUserCommand {
  8264. return ($this->privates['fos_user.command.demote_user'] ?? $this->getFosUser_Command_DemoteUserService());
  8265. });
  8266. }
  8267. /**
  8268. * Gets the private '.fos_user.command.promote_user.lazy' shared service.
  8269. *
  8270. * @return \Symfony\Component\Console\Command\LazyCommand
  8271. */
  8272. protected function get_FosUser_Command_PromoteUser_LazyService()
  8273. {
  8274. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8275. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8276. return $this->privates['.fos_user.command.promote_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('fos:user:promote', [], 'Promotes a user by adding a role', false, function (): \FOS\UserBundle\Command\PromoteUserCommand {
  8277. return ($this->privates['fos_user.command.promote_user'] ?? $this->getFosUser_Command_PromoteUserService());
  8278. });
  8279. }
  8280. /**
  8281. * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  8282. *
  8283. * @return \Symfony\Component\Console\Command\LazyCommand
  8284. */
  8285. protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  8286. {
  8287. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8288. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8289. return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8290. return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  8291. });
  8292. }
  8293. /**
  8294. * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  8295. *
  8296. * @return \Symfony\Component\Console\Command\LazyCommand
  8297. */
  8298. protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  8299. {
  8300. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8301. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8302. return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8303. return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  8304. });
  8305. }
  8306. /**
  8307. * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  8308. *
  8309. * @return \Symfony\Component\Console\Command\LazyCommand
  8310. */
  8311. protected function get_Maker_AutoCommand_MakeController_LazyService()
  8312. {
  8313. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8314. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8315. return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8316. return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  8317. });
  8318. }
  8319. /**
  8320. * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  8321. *
  8322. * @return \Symfony\Component\Console\Command\LazyCommand
  8323. */
  8324. protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  8325. {
  8326. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8327. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8328. return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8329. return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  8330. });
  8331. }
  8332. /**
  8333. * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  8334. *
  8335. * @return \Symfony\Component\Console\Command\LazyCommand
  8336. */
  8337. protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  8338. {
  8339. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8340. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8341. return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8342. return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  8343. });
  8344. }
  8345. /**
  8346. * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  8347. *
  8348. * @return \Symfony\Component\Console\Command\LazyCommand
  8349. */
  8350. protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  8351. {
  8352. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8353. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8354. return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8355. return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  8356. });
  8357. }
  8358. /**
  8359. * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  8360. *
  8361. * @return \Symfony\Component\Console\Command\LazyCommand
  8362. */
  8363. protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  8364. {
  8365. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8366. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8367. return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8368. return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  8369. });
  8370. }
  8371. /**
  8372. * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  8373. *
  8374. * @return \Symfony\Component\Console\Command\LazyCommand
  8375. */
  8376. protected function get_Maker_AutoCommand_MakeForm_LazyService()
  8377. {
  8378. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8379. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8380. return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8381. return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  8382. });
  8383. }
  8384. /**
  8385. * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  8386. *
  8387. * @return \Symfony\Component\Console\Command\LazyCommand
  8388. */
  8389. protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  8390. {
  8391. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8392. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8393. return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8394. return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  8395. });
  8396. }
  8397. /**
  8398. * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  8399. *
  8400. * @return \Symfony\Component\Console\Command\LazyCommand
  8401. */
  8402. protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  8403. {
  8404. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8405. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8406. return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8407. return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  8408. });
  8409. }
  8410. /**
  8411. * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  8412. *
  8413. * @return \Symfony\Component\Console\Command\LazyCommand
  8414. */
  8415. protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  8416. {
  8417. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8418. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8419. return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8420. return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  8421. });
  8422. }
  8423. /**
  8424. * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  8425. *
  8426. * @return \Symfony\Component\Console\Command\LazyCommand
  8427. */
  8428. protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  8429. {
  8430. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8431. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8432. return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8433. return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  8434. });
  8435. }
  8436. /**
  8437. * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  8438. *
  8439. * @return \Symfony\Component\Console\Command\LazyCommand
  8440. */
  8441. protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  8442. {
  8443. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8444. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8445. return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8446. return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  8447. });
  8448. }
  8449. /**
  8450. * Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
  8451. *
  8452. * @return \Symfony\Component\Console\Command\LazyCommand
  8453. */
  8454. protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
  8455. {
  8456. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8457. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8458. return $this->privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8459. return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
  8460. });
  8461. }
  8462. /**
  8463. * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  8464. *
  8465. * @return \Symfony\Component\Console\Command\LazyCommand
  8466. */
  8467. protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  8468. {
  8469. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8470. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8471. return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8472. return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  8473. });
  8474. }
  8475. /**
  8476. * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  8477. *
  8478. * @return \Symfony\Component\Console\Command\LazyCommand
  8479. */
  8480. protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  8481. {
  8482. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8483. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8484. return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8485. return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  8486. });
  8487. }
  8488. /**
  8489. * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  8490. *
  8491. * @return \Symfony\Component\Console\Command\LazyCommand
  8492. */
  8493. protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  8494. {
  8495. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8496. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8497. return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8498. return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  8499. });
  8500. }
  8501. /**
  8502. * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  8503. *
  8504. * @return \Symfony\Component\Console\Command\LazyCommand
  8505. */
  8506. protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  8507. {
  8508. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8509. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8510. return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8511. return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  8512. });
  8513. }
  8514. /**
  8515. * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  8516. *
  8517. * @return \Symfony\Component\Console\Command\LazyCommand
  8518. */
  8519. protected function get_Maker_AutoCommand_MakeTest_LazyService()
  8520. {
  8521. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8522. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8523. return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [0 => 'make:unit-test', 1 => 'make:functional-test'], 'Creates a new test class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8524. return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  8525. });
  8526. }
  8527. /**
  8528. * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  8529. *
  8530. * @return \Symfony\Component\Console\Command\LazyCommand
  8531. */
  8532. protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  8533. {
  8534. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8535. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8536. return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8537. return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  8538. });
  8539. }
  8540. /**
  8541. * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  8542. *
  8543. * @return \Symfony\Component\Console\Command\LazyCommand
  8544. */
  8545. protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  8546. {
  8547. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8548. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8549. return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8550. return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  8551. });
  8552. }
  8553. /**
  8554. * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  8555. *
  8556. * @return \Symfony\Component\Console\Command\LazyCommand
  8557. */
  8558. protected function get_Maker_AutoCommand_MakeUser_LazyService()
  8559. {
  8560. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8561. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8562. return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8563. return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  8564. });
  8565. }
  8566. /**
  8567. * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  8568. *
  8569. * @return \Symfony\Component\Console\Command\LazyCommand
  8570. */
  8571. protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  8572. {
  8573. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8574. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8575. return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8576. return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  8577. });
  8578. }
  8579. /**
  8580. * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  8581. *
  8582. * @return \Symfony\Component\Console\Command\LazyCommand
  8583. */
  8584. protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  8585. {
  8586. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8587. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8588. return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  8589. return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  8590. });
  8591. }
  8592. /**
  8593. * Gets the private '.messenger.handler_descriptor.JjVSoa9' shared service.
  8594. *
  8595. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8596. */
  8597. protected function get_Messenger_HandlerDescriptor_JjVSoa9Service()
  8598. {
  8599. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8600. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MessageHandler/ValidateMathproblemMessageHandler.php';
  8601. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8602. if (isset($this->privates['.messenger.handler_descriptor.JjVSoa9'])) {
  8603. return $this->privates['.messenger.handler_descriptor.JjVSoa9'];
  8604. }
  8605. return $this->privates['.messenger.handler_descriptor.JjVSoa9'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \CoreBundle\MessageHandler\ValidateMathproblemMessageHandler($a, ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService())), []);
  8606. }
  8607. /**
  8608. * Gets the private '.messenger.handler_descriptor.eDZcX8R' shared service.
  8609. *
  8610. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8611. */
  8612. protected function get_Messenger_HandlerDescriptor_EDZcX8RService()
  8613. {
  8614. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8615. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MessageHandler/MigrateFilesToReferencesMessageHandler.php';
  8616. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8617. if (isset($this->privates['.messenger.handler_descriptor.eDZcX8R'])) {
  8618. return $this->privates['.messenger.handler_descriptor.eDZcX8R'];
  8619. }
  8620. return $this->privates['.messenger.handler_descriptor.eDZcX8R'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \CoreBundle\MessageHandler\MigrateFilesToReferencesMessageHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService())), []);
  8621. }
  8622. /**
  8623. * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  8624. *
  8625. * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  8626. */
  8627. protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  8628. {
  8629. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  8630. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  8631. 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())), []);
  8632. }
  8633. /**
  8634. * Gets the private '.monolog.command.server_log.lazy' shared service.
  8635. *
  8636. * @return \Symfony\Component\Console\Command\LazyCommand
  8637. */
  8638. protected function get_Monolog_Command_ServerLog_LazyService()
  8639. {
  8640. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8641. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8642. 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 {
  8643. return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  8644. });
  8645. }
  8646. /**
  8647. * Gets the private '.security.command.debug_firewall.lazy' shared service.
  8648. *
  8649. * @return \Symfony\Component\Console\Command\LazyCommand
  8650. */
  8651. protected function get_Security_Command_DebugFirewall_LazyService()
  8652. {
  8653. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8654. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8655. 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 {
  8656. return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  8657. });
  8658. }
  8659. /**
  8660. * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  8661. *
  8662. * @return \Symfony\Component\Console\Command\LazyCommand
  8663. */
  8664. protected function get_Security_Command_UserPasswordEncoder_LazyService()
  8665. {
  8666. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8667. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8668. 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 {
  8669. return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  8670. });
  8671. }
  8672. /**
  8673. * Gets the private '.security.command.user_password_hash.lazy' shared service.
  8674. *
  8675. * @return \Symfony\Component\Console\Command\LazyCommand
  8676. */
  8677. protected function get_Security_Command_UserPasswordHash_LazyService()
  8678. {
  8679. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  8680. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  8681. 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 {
  8682. return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  8683. });
  8684. }
  8685. /**
  8686. * Gets the private '.service_locator..AvQV0i' shared service.
  8687. *
  8688. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8689. */
  8690. protected function get_ServiceLocator__AvQV0iService()
  8691. {
  8692. return $this->privates['.service_locator..AvQV0i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8693. 'quizSession' => ['privates', '.errored..service_locator..AvQV0i.CoreBundle\\Entity\\QuizSession', NULL, 'Cannot autowire service ".service_locator..AvQV0i": it references class "CoreBundle\\Entity\\QuizSession" but no such service exists.'],
  8694. ], [
  8695. 'quizSession' => 'CoreBundle\\Entity\\QuizSession',
  8696. ]);
  8697. }
  8698. /**
  8699. * Gets the private '.service_locator.0HemtKK' shared service.
  8700. *
  8701. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8702. */
  8703. protected function get_ServiceLocator_0HemtKKService()
  8704. {
  8705. return $this->privates['.service_locator.0HemtKK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8706. 'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
  8707. 'readingTestService' => ['services', 'TeacherBundle\\Service\\ReadingTestService', 'getReadingTestService2Service', false],
  8708. ], [
  8709. 'eventLogger' => 'CoreBundle\\Service\\EventLogger',
  8710. 'readingTestService' => 'TeacherBundle\\Service\\ReadingTestService',
  8711. ]);
  8712. }
  8713. /**
  8714. * Gets the private '.service_locator.1QteD5a' shared service.
  8715. *
  8716. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8717. */
  8718. protected function get_ServiceLocator_1QteD5aService()
  8719. {
  8720. return $this->privates['.service_locator.1QteD5a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8721. 'crammingActivityService' => ['services', 'StudentBundle\\Service\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  8722. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  8723. 'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
  8724. ], [
  8725. 'crammingActivityService' => 'StudentBundle\\Service\\CrammingActivityService',
  8726. 'logger' => '?',
  8727. 'sessionService' => 'CoreBundle\\Service\\SessionService',
  8728. ]);
  8729. }
  8730. /**
  8731. * Gets the private '.service_locator.1U87PLH' shared service.
  8732. *
  8733. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8734. */
  8735. protected function get_ServiceLocator_1U87PLHService()
  8736. {
  8737. return $this->privates['.service_locator.1U87PLH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8738. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8739. 'worksheetService' => ['services', 'TeacherBundle\\Service\\WorksheetService', 'getWorksheetServiceService', false],
  8740. ], [
  8741. 'em' => '?',
  8742. 'worksheetService' => 'TeacherBundle\\Service\\WorksheetService',
  8743. ]);
  8744. }
  8745. /**
  8746. * Gets the private '.service_locator.2VaRhmK' shared service.
  8747. *
  8748. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8749. */
  8750. protected function get_ServiceLocator_2VaRhmKService()
  8751. {
  8752. return $this->privates['.service_locator.2VaRhmK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8753. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8754. 'gamificationService' => ['privates', 'CoreBundle\\Service\\GamificationService', 'getGamificationServiceService', false],
  8755. ], [
  8756. 'em' => '?',
  8757. 'gamificationService' => 'CoreBundle\\Service\\GamificationService',
  8758. ]);
  8759. }
  8760. /**
  8761. * Gets the private '.service_locator.4cDDwts' shared service.
  8762. *
  8763. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8764. */
  8765. protected function get_ServiceLocator_4cDDwtsService()
  8766. {
  8767. return $this->privates['.service_locator.4cDDwts'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8768. 'sessionPlayer' => ['services', 'CoreBundle\\Session\\SessionPlayer', 'getSessionPlayerService', false],
  8769. ], [
  8770. 'sessionPlayer' => 'CoreBundle\\Session\\SessionPlayer',
  8771. ]);
  8772. }
  8773. /**
  8774. * Gets the private '.service_locator.5JK5isl' shared service.
  8775. *
  8776. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8777. */
  8778. protected function get_ServiceLocator_5JK5islService()
  8779. {
  8780. return $this->privates['.service_locator.5JK5isl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8781. 'quizSessionService' => ['privates', 'CoreBundle\\Service\\QuizSessionService', 'getQuizSessionService3Service', false],
  8782. ], [
  8783. 'quizSessionService' => 'CoreBundle\\Service\\QuizSessionService',
  8784. ]);
  8785. }
  8786. /**
  8787. * Gets the private '.service_locator.5eyQgLK' shared service.
  8788. *
  8789. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8790. */
  8791. protected function get_ServiceLocator_5eyQgLKService()
  8792. {
  8793. return $this->privates['.service_locator.5eyQgLK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8794. 'crammingActivityService' => ['services', 'StudentBundle\\Service\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  8795. 'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
  8796. 'problemDndService' => ['services', 'StudentBundle\\Service\\ProblemDndService', 'getProblemDndServiceService', false],
  8797. 'problemFreeTextService' => ['services', 'StudentBundle\\Service\\ProblemFreeTextService', 'getProblemFreeTextServiceService', false],
  8798. 'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
  8799. ], [
  8800. 'crammingActivityService' => 'StudentBundle\\Service\\CrammingActivityService',
  8801. 'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
  8802. 'problemDndService' => 'StudentBundle\\Service\\ProblemDndService',
  8803. 'problemFreeTextService' => 'StudentBundle\\Service\\ProblemFreeTextService',
  8804. 'sessionService' => 'CoreBundle\\Service\\SessionService',
  8805. ]);
  8806. }
  8807. /**
  8808. * Gets the private '.service_locator.5mj8iu2' shared service.
  8809. *
  8810. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8811. */
  8812. protected function get_ServiceLocator_5mj8iu2Service()
  8813. {
  8814. return $this->privates['.service_locator.5mj8iu2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8815. 'teacher' => ['privates', '.errored..service_locator.5mj8iu2.UserBundle\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.5mj8iu2": it references class "UserBundle\\Entity\\User" but no such service exists.'],
  8816. ], [
  8817. 'teacher' => 'UserBundle\\Entity\\User',
  8818. ]);
  8819. }
  8820. /**
  8821. * Gets the private '.service_locator.6XxFdB9' shared service.
  8822. *
  8823. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8824. */
  8825. protected function get_ServiceLocator_6XxFdB9Service()
  8826. {
  8827. return $this->privates['.service_locator.6XxFdB9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8828. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8829. 'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
  8830. ], [
  8831. 'em' => '?',
  8832. 'paginator' => '?',
  8833. ]);
  8834. }
  8835. /**
  8836. * Gets the private '.service_locator.7yDGzZr' shared service.
  8837. *
  8838. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8839. */
  8840. protected function get_ServiceLocator_7yDGzZrService()
  8841. {
  8842. return $this->privates['.service_locator.7yDGzZr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8843. 'scoreService' => ['services', 'CoreBundle\\Service\\ScoreService', 'getScoreServiceService', false],
  8844. ], [
  8845. 'scoreService' => 'CoreBundle\\Service\\ScoreService',
  8846. ]);
  8847. }
  8848. /**
  8849. * Gets the private '.service_locator.8kBk.q6' shared service.
  8850. *
  8851. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8852. */
  8853. protected function get_ServiceLocator_8kBk_Q6Service()
  8854. {
  8855. return $this->privates['.service_locator.8kBk.q6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8856. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8857. 'totpAuthenticator' => ['services', 'scheb_two_factor.security.totp_authenticator', 'getSchebTwoFactor_Security_TotpAuthenticatorService', false],
  8858. ], [
  8859. 'em' => '?',
  8860. 'totpAuthenticator' => '?',
  8861. ]);
  8862. }
  8863. /**
  8864. * Gets the private '.service_locator.9k1aagL' shared service.
  8865. *
  8866. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8867. */
  8868. protected function get_ServiceLocator_9k1aagLService()
  8869. {
  8870. return $this->privates['.service_locator.9k1aagL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8871. 'categoryService' => ['services', 'TeacherBundle\\Service\\CategoryService', 'getCategoryServiceService', false],
  8872. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8873. 'normalizer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  8874. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  8875. ], [
  8876. 'categoryService' => 'TeacherBundle\\Service\\CategoryService',
  8877. 'em' => '?',
  8878. 'normalizer' => '?',
  8879. 'translator' => '?',
  8880. ]);
  8881. }
  8882. /**
  8883. * Gets the private '.service_locator.AObloNj' shared service.
  8884. *
  8885. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8886. */
  8887. protected function get_ServiceLocator_AObloNjService()
  8888. {
  8889. return $this->privates['.service_locator.AObloNj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8890. 'authService' => ['privates', 'CoreBundle\\Service\\AuthService', 'getAuthServiceService', false],
  8891. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8892. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  8893. ], [
  8894. 'authService' => 'CoreBundle\\Service\\AuthService',
  8895. 'em' => '?',
  8896. 'translator' => '?',
  8897. ]);
  8898. }
  8899. /**
  8900. * Gets the private '.service_locator.B4dyivW' shared service.
  8901. *
  8902. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8903. */
  8904. protected function get_ServiceLocator_B4dyivWService()
  8905. {
  8906. return $this->privates['.service_locator.B4dyivW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8907. 'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  8908. 'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  8909. ], [
  8910. 'async' => '?',
  8911. 'messenger.transport.async' => '?',
  8912. ]);
  8913. }
  8914. /**
  8915. * Gets the private '.service_locator.BMfTRHi' shared service.
  8916. *
  8917. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8918. */
  8919. protected function get_ServiceLocator_BMfTRHiService()
  8920. {
  8921. return $this->privates['.service_locator.BMfTRHi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8922. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  8923. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  8924. ], [
  8925. 'em' => '?',
  8926. 'translator' => '?',
  8927. ]);
  8928. }
  8929. /**
  8930. * Gets the private '.service_locator.BYW.Cnu' shared service.
  8931. *
  8932. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8933. */
  8934. protected function get_ServiceLocator_BYW_CnuService()
  8935. {
  8936. return $this->privates['.service_locator.BYW.Cnu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8937. 'problemService' => ['privates', 'AdminBundle\\Service\\ProblemService', 'getProblemService4Service', false],
  8938. 'templateService' => ['privates', 'AdminBundle\\Service\\TemplateService', 'getTemplateServiceService', false],
  8939. ], [
  8940. 'problemService' => 'AdminBundle\\Service\\ProblemService',
  8941. 'templateService' => 'AdminBundle\\Service\\TemplateService',
  8942. ]);
  8943. }
  8944. /**
  8945. * Gets the private '.service_locator.DS.G_SS' shared service.
  8946. *
  8947. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8948. */
  8949. protected function get_ServiceLocator_DS_GSSService()
  8950. {
  8951. return $this->privates['.service_locator.DS.G_SS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8952. 'makeTeamsService' => ['privates', 'CoreBundle\\Service\\MakeTeamsService', 'getMakeTeamsServiceService', false],
  8953. 'trainingService' => ['services', 'TeacherBundle\\Service\\TrainingService', 'getTrainingServiceService', false],
  8954. ], [
  8955. 'makeTeamsService' => 'CoreBundle\\Service\\MakeTeamsService',
  8956. 'trainingService' => 'TeacherBundle\\Service\\TrainingService',
  8957. ]);
  8958. }
  8959. /**
  8960. * Gets the private '.service_locator.ENGuM7_' shared service.
  8961. *
  8962. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8963. */
  8964. protected function get_ServiceLocator_ENGuM7Service()
  8965. {
  8966. return $this->privates['.service_locator.ENGuM7_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8967. '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.'],
  8968. '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.'],
  8969. '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.'],
  8970. '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.'],
  8971. ], [
  8972. 'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
  8973. 'fields' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection',
  8974. 'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection',
  8975. 'searchDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto',
  8976. ]);
  8977. }
  8978. /**
  8979. * Gets the private '.service_locator.F9gdgkw' shared service.
  8980. *
  8981. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8982. */
  8983. protected function get_ServiceLocator_F9gdgkwService()
  8984. {
  8985. return $this->privates['.service_locator.F9gdgkw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8986. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  8987. ], [
  8988. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  8989. ]);
  8990. }
  8991. /**
  8992. * Gets the private '.service_locator.GKn4p0p' shared service.
  8993. *
  8994. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8995. */
  8996. protected function get_ServiceLocator_GKn4p0pService()
  8997. {
  8998. return $this->privates['.service_locator.GKn4p0p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8999. 'trainingSessionService' => ['services', 'CoreBundle\\Service\\TrainingSessionService', 'getTrainingSessionServiceService', false],
  9000. ], [
  9001. 'trainingSessionService' => 'CoreBundle\\Service\\TrainingSessionService',
  9002. ]);
  9003. }
  9004. /**
  9005. * Gets the private '.service_locator.HRHqvrV' shared service.
  9006. *
  9007. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9008. */
  9009. protected function get_ServiceLocator_HRHqvrVService()
  9010. {
  9011. return $this->privates['.service_locator.HRHqvrV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9012. 'quizSessionRepository' => ['privates', '.errored..service_locator.HRHqvrV.CoreBundle\\Entity\\QuizSessionRepository', NULL, 'Cannot autowire service ".service_locator.HRHqvrV": it references class "CoreBundle\\Entity\\QuizSessionRepository" but no such service exists. You should maybe alias this class to the existing "abacus_core.repository.quiz_session" service.'],
  9013. ], [
  9014. 'quizSessionRepository' => 'CoreBundle\\Entity\\QuizSessionRepository',
  9015. ]);
  9016. }
  9017. /**
  9018. * Gets the private '.service_locator.HWjvTzb' shared service.
  9019. *
  9020. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9021. */
  9022. protected function get_ServiceLocator_HWjvTzbService()
  9023. {
  9024. return $this->privates['.service_locator.HWjvTzb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9025. '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.'],
  9026. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  9027. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  9028. ], [
  9029. 'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  9030. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  9031. 'entityManager' => '?',
  9032. ]);
  9033. }
  9034. /**
  9035. * Gets the private '.service_locator.J2t96SO' shared service.
  9036. *
  9037. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9038. */
  9039. protected function get_ServiceLocator_J2t96SOService()
  9040. {
  9041. return $this->privates['.service_locator.J2t96SO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9042. 'bugReportService' => ['privates', 'AdminBundle\\Service\\BugReportService', 'getBugReportServiceService', false],
  9043. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  9044. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  9045. ], [
  9046. 'bugReportService' => 'AdminBundle\\Service\\BugReportService',
  9047. 'em' => '?',
  9048. 'translator' => '?',
  9049. ]);
  9050. }
  9051. /**
  9052. * Gets the private '.service_locator.JHzn4J2' shared service.
  9053. *
  9054. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9055. */
  9056. protected function get_ServiceLocator_JHzn4J2Service()
  9057. {
  9058. return $this->privates['.service_locator.JHzn4J2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9059. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  9060. 'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
  9061. 'selfStudyService' => ['services', 'StudentBundle\\Service\\Kvik\\SelfStudyService', 'getSelfStudyService2Service', false],
  9062. ], [
  9063. 'em' => '?',
  9064. 'performanceService' => 'StudentBundle\\Service\\PerformanceService',
  9065. 'selfStudyService' => 'StudentBundle\\Service\\Kvik\\SelfStudyService',
  9066. ]);
  9067. }
  9068. /**
  9069. * Gets the private '.service_locator.JYdi1TF' shared service.
  9070. *
  9071. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9072. */
  9073. protected function get_ServiceLocator_JYdi1TFService()
  9074. {
  9075. return $this->privates['.service_locator.JYdi1TF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9076. 'difficultyUpdater' => ['privates', 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
  9077. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  9078. 'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
  9079. ], [
  9080. 'difficultyUpdater' => 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater',
  9081. 'em' => '?',
  9082. 'sessionService' => 'CoreBundle\\Service\\SessionService',
  9083. ]);
  9084. }
  9085. /**
  9086. * Gets the private '.service_locator.JYkp0nJ' shared service.
  9087. *
  9088. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9089. */
  9090. protected function get_ServiceLocator_JYkp0nJService()
  9091. {
  9092. return $this->privates['.service_locator.JYkp0nJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9093. 'userManager' => ['services', 'fos_user.user_manager', 'getFosUser_UserManagerService', false],
  9094. ], [
  9095. 'userManager' => '?',
  9096. ]);
  9097. }
  9098. /**
  9099. * Gets the private '.service_locator.JanA4tv' shared service.
  9100. *
  9101. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9102. */
  9103. protected function get_ServiceLocator_JanA4tvService()
  9104. {
  9105. return $this->privates['.service_locator.JanA4tv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9106. 'classroomStudent' => ['privates', '.errored..service_locator.JanA4tv.CoreBundle\\Entity\\ClassroomStudent', NULL, 'Cannot autowire service ".service_locator.JanA4tv": it references class "CoreBundle\\Entity\\ClassroomStudent" but no such service exists.'],
  9107. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  9108. ], [
  9109. 'classroomStudent' => 'CoreBundle\\Entity\\ClassroomStudent',
  9110. 'translator' => '?',
  9111. ]);
  9112. }
  9113. /**
  9114. * Gets the private '.service_locator.JnD7EnL' shared service.
  9115. *
  9116. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9117. */
  9118. protected function get_ServiceLocator_JnD7EnLService()
  9119. {
  9120. return $this->privates['.service_locator.JnD7EnL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9121. 'quizUnitService' => ['services', 'CoreBundle\\Service\\QuizUnitService', 'getQuizUnitServiceService', false],
  9122. ], [
  9123. 'quizUnitService' => 'CoreBundle\\Service\\QuizUnitService',
  9124. ]);
  9125. }
  9126. /**
  9127. * Gets the private '.service_locator.K7waSrh' shared service.
  9128. *
  9129. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9130. */
  9131. protected function get_ServiceLocator_K7waSrhService()
  9132. {
  9133. return $this->privates['.service_locator.K7waSrh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9134. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  9135. 'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
  9136. ], [
  9137. 'em' => '?',
  9138. 'performanceService' => 'StudentBundle\\Service\\PerformanceService',
  9139. ]);
  9140. }
  9141. /**
  9142. * Gets the private '.service_locator.Ll5as6y' shared service.
  9143. *
  9144. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9145. */
  9146. protected function get_ServiceLocator_Ll5as6yService()
  9147. {
  9148. return $this->privates['.service_locator.Ll5as6y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9149. 'bugReportService' => ['privates', 'AdminBundle\\Service\\BugReportService', 'getBugReportServiceService', false],
  9150. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  9151. 'mathProblemService' => ['services', 'TeacherBundle\\Service\\MathProblemService', 'getMathProblemService3Service', false],
  9152. 'problemService' => ['privates', 'AdminBundle\\Service\\ProblemService', 'getProblemService4Service', false],
  9153. ], [
  9154. 'bugReportService' => 'AdminBundle\\Service\\BugReportService',
  9155. 'em' => '?',
  9156. 'mathProblemService' => 'TeacherBundle\\Service\\MathProblemService',
  9157. 'problemService' => 'AdminBundle\\Service\\ProblemService',
  9158. ]);
  9159. }
  9160. /**
  9161. * Gets the private '.service_locator.MDrghWI' shared service.
  9162. *
  9163. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9164. */
  9165. protected function get_ServiceLocator_MDrghWIService()
  9166. {
  9167. return $this->privates['.service_locator.MDrghWI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9168. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  9169. 'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
  9170. 'studentDifficultyUpdater' => ['privates', 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
  9171. ], [
  9172. 'logger' => '?',
  9173. 'performanceService' => 'StudentBundle\\Service\\PerformanceService',
  9174. 'studentDifficultyUpdater' => 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater',
  9175. ]);
  9176. }
  9177. /**
  9178. * Gets the private '.service_locator.N0jOcuE' shared service.
  9179. *
  9180. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9181. */
  9182. protected function get_ServiceLocator_N0jOcuEService()
  9183. {
  9184. return $this->privates['.service_locator.N0jOcuE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9185. '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.'],
  9186. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  9187. ], [
  9188. 'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  9189. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  9190. ]);
  9191. }
  9192. /**
  9193. * Gets the private '.service_locator.N3Ev6KA' shared service.
  9194. *
  9195. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9196. */
  9197. protected function get_ServiceLocator_N3Ev6KAService()
  9198. {
  9199. return $this->privates['.service_locator.N3Ev6KA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9200. 'problemService' => ['services', 'CoreBundle\\Service\\API\\ProblemService', 'getProblemServiceService', false],
  9201. ], [
  9202. 'problemService' => 'CoreBundle\\Service\\API\\ProblemService',
  9203. ]);
  9204. }
  9205. /**
  9206. * Gets the private '.service_locator.NMOWD.L' shared service.
  9207. *
  9208. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9209. */
  9210. protected function get_ServiceLocator_NMOWD_LService()
  9211. {
  9212. return $this->privates['.service_locator.NMOWD.L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9213. 'session' => ['privates', '.errored..service_locator.NMOWD.L.CoreBundle\\Entity\\Session', NULL, 'Cannot autowire service ".service_locator.NMOWD.L": it references class "CoreBundle\\Entity\\Session" but no such service exists.'],
  9214. ], [
  9215. 'session' => 'CoreBundle\\Entity\\Session',
  9216. ]);
  9217. }
  9218. /**
  9219. * Gets the private '.service_locator.OGjUKCt' shared service.
  9220. *
  9221. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9222. */
  9223. protected function get_ServiceLocator_OGjUKCtService()
  9224. {
  9225. return $this->privates['.service_locator.OGjUKCt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9226. '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.'],
  9227. ], [
  9228. 'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters',
  9229. ]);
  9230. }
  9231. /**
  9232. * Gets the private '.service_locator.Poih8c6' shared service.
  9233. *
  9234. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9235. */
  9236. protected function get_ServiceLocator_Poih8c6Service()
  9237. {
  9238. return $this->privates['.service_locator.Poih8c6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9239. 'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
  9240. ], [
  9241. 'eventLogger' => 'CoreBundle\\Service\\EventLogger',
  9242. ]);
  9243. }
  9244. /**
  9245. * Gets the private '.service_locator.Pq4jHMT' shared service.
  9246. *
  9247. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9248. */
  9249. protected function get_ServiceLocator_Pq4jHMTService()
  9250. {
  9251. return $this->privates['.service_locator.Pq4jHMT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9252. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory', 'getActionFactoryService', false],
  9253. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory', 'getControllerFactoryService', false],
  9254. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory', 'getEntityFactoryService', false],
  9255. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory', 'getFilterFactoryService', false],
  9256. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory', 'getFormFactoryService', false],
  9257. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory', 'getPaginatorFactoryService', false],
  9258. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository', 'getEntityRepositoryService', false],
  9259. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater', 'getEntityUpdaterService', false],
  9260. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider', 'getAdminContextProviderService', false],
  9261. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider', 'getFieldProviderService', false],
  9262. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  9263. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  9264. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  9265. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  9266. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  9267. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  9268. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  9269. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  9270. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  9271. 'router' => ['services', 'router', 'getRouterService', false],
  9272. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  9273. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  9274. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  9275. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  9276. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  9277. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  9278. ], [
  9279. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory',
  9280. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory',
  9281. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory',
  9282. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory',
  9283. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory',
  9284. 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory',
  9285. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository',
  9286. 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater',
  9287. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider',
  9288. 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider',
  9289. 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  9290. 'doctrine' => '?',
  9291. 'event_dispatcher' => '?',
  9292. 'form.factory' => '?',
  9293. 'http_kernel' => '?',
  9294. 'message_bus' => '?',
  9295. 'messenger.default_bus' => '?',
  9296. 'parameter_bag' => '?',
  9297. 'request_stack' => '?',
  9298. 'router' => '?',
  9299. 'security.authorization_checker' => '?',
  9300. 'security.csrf.token_manager' => '?',
  9301. 'security.token_storage' => '?',
  9302. 'serializer' => '?',
  9303. 'session' => '.session.deprecated',
  9304. 'twig' => '?',
  9305. ]);
  9306. }
  9307. /**
  9308. * Gets the private '.service_locator.QJ7IrGK' shared service.
  9309. *
  9310. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9311. */
  9312. protected function get_ServiceLocator_QJ7IrGKService()
  9313. {
  9314. return $this->privates['.service_locator.QJ7IrGK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9315. 'adminContext' => ['privates', '.errored..service_locator.QJ7IrGK.EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext', NULL, 'Cannot autowire service ".service_locator.QJ7IrGK": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.'],
  9316. 'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
  9317. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  9318. 'problemEditorService' => ['privates', 'AdminBundle\\Service\\ProblemEditorService', 'getProblemEditorServiceService', false],
  9319. ], [
  9320. 'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  9321. 'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
  9322. 'entityManager' => '?',
  9323. 'problemEditorService' => 'AdminBundle\\Service\\ProblemEditorService',
  9324. ]);
  9325. }
  9326. /**
  9327. * Gets the private '.service_locator.Qap4nxn' shared service.
  9328. *
  9329. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9330. */
  9331. protected function get_ServiceLocator_Qap4nxnService()
  9332. {
  9333. return $this->privates['.service_locator.Qap4nxn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9334. 'contentService' => ['services', 'TeacherBundle\\Service\\ContentService', 'getContentServiceService', false],
  9335. ], [
  9336. 'contentService' => 'TeacherBundle\\Service\\ContentService',
  9337. ]);
  9338. }
  9339. /**
  9340. * Gets the private '.service_locator.QeEGJqU' shared service.
  9341. *
  9342. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9343. */
  9344. protected function get_ServiceLocator_QeEGJqUService()
  9345. {
  9346. return $this->privates['.service_locator.QeEGJqU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9347. 'homeworkService' => ['services', 'TeacherBundle\\Service\\HomeworkService', 'getHomeworkService3Service', false],
  9348. ], [
  9349. 'homeworkService' => 'TeacherBundle\\Service\\HomeworkService',
  9350. ]);
  9351. }
  9352. /**
  9353. * Gets the private '.service_locator.R8Qy2_.' shared service.
  9354. *
  9355. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9356. */
  9357. protected function get_ServiceLocator_R8Qy2_Service()
  9358. {
  9359. return $this->privates['.service_locator.R8Qy2_.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9360. '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.'],
  9361. ], [
  9362. 'actions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions',
  9363. ]);
  9364. }
  9365. /**
  9366. * Gets the private '.service_locator.UNE7Kl7' shared service.
  9367. *
  9368. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9369. */
  9370. protected function get_ServiceLocator_UNE7Kl7Service()
  9371. {
  9372. return $this->privates['.service_locator.UNE7Kl7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9373. 'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
  9374. 'security.event_dispatcher.api_doc' => ['privates', 'security.event_dispatcher.api_doc', 'getSecurity_EventDispatcher_ApiDocService', false],
  9375. 'security.event_dispatcher.api_gale' => ['privates', 'security.event_dispatcher.api_gale', 'getSecurity_EventDispatcher_ApiGaleService', false],
  9376. 'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
  9377. ], [
  9378. 'event_dispatcher' => '?',
  9379. 'security.event_dispatcher.api_doc' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  9380. 'security.event_dispatcher.api_gale' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  9381. 'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  9382. ]);
  9383. }
  9384. /**
  9385. * Gets the private '.service_locator.VGZqu1U' shared service.
  9386. *
  9387. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9388. */
  9389. protected function get_ServiceLocator_VGZqu1UService()
  9390. {
  9391. return $this->privates['.service_locator.VGZqu1U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9392. 'navigator' => ['privates', 'CoreBundle\\Session\\Peer\\PeerFeedbackNavigator', 'getPeerFeedbackNavigatorService', false],
  9393. ], [
  9394. 'navigator' => 'CoreBundle\\Session\\Peer\\PeerFeedbackNavigator',
  9395. ]);
  9396. }
  9397. /**
  9398. * Gets the private '.service_locator.VL5gUOu' shared service.
  9399. *
  9400. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9401. */
  9402. protected function get_ServiceLocator_VL5gUOuService()
  9403. {
  9404. return $this->privates['.service_locator.VL5gUOu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9405. 'sessionService' => ['services', 'StudentBundle\\Service\\QuizSessionService', 'getQuizSessionServiceService', false],
  9406. 'transform' => ['services', 'StudentBundle\\Service\\Transform', 'getTransformService', false],
  9407. ], [
  9408. 'sessionService' => 'StudentBundle\\Service\\QuizSessionService',
  9409. 'transform' => 'StudentBundle\\Service\\Transform',
  9410. ]);
  9411. }
  9412. /**
  9413. * Gets the private '.service_locator.VLzTtNm' shared service.
  9414. *
  9415. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9416. */
  9417. protected function get_ServiceLocator_VLzTtNmService()
  9418. {
  9419. return $this->privates['.service_locator.VLzTtNm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9420. 'dictateService' => ['services', 'TeacherBundle\\Service\\DictateService', 'getDictateService2Service', false],
  9421. 'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
  9422. ], [
  9423. 'dictateService' => 'TeacherBundle\\Service\\DictateService',
  9424. 'eventLogger' => 'CoreBundle\\Service\\EventLogger',
  9425. ]);
  9426. }
  9427. /**
  9428. * Gets the private '.service_locator.VMCU_tD' shared service.
  9429. *
  9430. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9431. */
  9432. protected function get_ServiceLocator_VMCUTDService()
  9433. {
  9434. return $this->privates['.service_locator.VMCU_tD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9435. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  9436. 'worksheetSessionService' => ['services', 'TeacherBundle\\Service\\WorksheetSessionService', 'getWorksheetSessionService2Service', false],
  9437. ], [
  9438. 'em' => '?',
  9439. 'worksheetSessionService' => 'TeacherBundle\\Service\\WorksheetSessionService',
  9440. ]);
  9441. }
  9442. /**
  9443. * Gets the private '.service_locator.VdUs.N3' shared service.
  9444. *
  9445. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9446. */
  9447. protected function get_ServiceLocator_VdUs_N3Service()
  9448. {
  9449. return $this->privates['.service_locator.VdUs.N3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9450. 'impersonator' => ['privates', 'UserBundle\\Security\\Authentication\\Impersonator', 'getImpersonatorService', false],
  9451. ], [
  9452. 'impersonator' => 'UserBundle\\Security\\Authentication\\Impersonator',
  9453. ]);
  9454. }
  9455. /**
  9456. * Gets the private '.service_locator.VrES72a' shared service.
  9457. *
  9458. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9459. */
  9460. protected function get_ServiceLocator_VrES72aService()
  9461. {
  9462. return $this->privates['.service_locator.VrES72a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9463. 'security.firewall.map.context.api_doc' => ['privates', 'security.firewall.map.context.api_doc', 'getSecurity_Firewall_Map_Context_ApiDocService', false],
  9464. 'security.firewall.map.context.api_gale' => ['privates', 'security.firewall.map.context.api_gale', 'getSecurity_Firewall_Map_Context_ApiGaleService', false],
  9465. 'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
  9466. 'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
  9467. ], [
  9468. 'security.firewall.map.context.api_doc' => '?',
  9469. 'security.firewall.map.context.api_gale' => '?',
  9470. 'security.firewall.map.context.dev' => '?',
  9471. 'security.firewall.map.context.main' => '?',
  9472. ]);
  9473. }
  9474. /**
  9475. * Gets the private '.service_locator.W.c5h2_' shared service.
  9476. *
  9477. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9478. */
  9479. protected function get_ServiceLocator_W_C5h2Service()
  9480. {
  9481. return $this->privates['.service_locator.W.c5h2_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9482. '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.'],
  9483. ], [
  9484. 'responseParameters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
  9485. ]);
  9486. }
  9487. /**
  9488. * Gets the private '.service_locator.XdMPwIJ' shared service.
  9489. *
  9490. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9491. */
  9492. protected function get_ServiceLocator_XdMPwIJService()
  9493. {
  9494. return $this->privates['.service_locator.XdMPwIJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9495. '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.'],
  9496. ], [
  9497. 'assets' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets',
  9498. ]);
  9499. }
  9500. /**
  9501. * Gets the private '.service_locator.XpfeRo6' shared service.
  9502. *
  9503. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9504. */
  9505. protected function get_ServiceLocator_XpfeRo6Service()
  9506. {
  9507. return $this->privates['.service_locator.XpfeRo6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9508. '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.'],
  9509. ], [
  9510. 'crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud',
  9511. ]);
  9512. }
  9513. /**
  9514. * Gets the private '.service_locator.YyctuJs' shared service.
  9515. *
  9516. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9517. */
  9518. protected function get_ServiceLocator_YyctuJsService()
  9519. {
  9520. return $this->privates['.service_locator.YyctuJs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9521. 'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
  9522. 'peerActivityService' => ['services', 'TeacherBundle\\Service\\PeerActivityService', 'getPeerActivityService2Service', false],
  9523. ], [
  9524. 'eventLogger' => 'CoreBundle\\Service\\EventLogger',
  9525. 'peerActivityService' => 'TeacherBundle\\Service\\PeerActivityService',
  9526. ]);
  9527. }
  9528. /**
  9529. * Gets the private '.service_locator.ZaMhYwc' shared service.
  9530. *
  9531. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9532. */
  9533. protected function get_ServiceLocator_ZaMhYwcService()
  9534. {
  9535. return $this->privates['.service_locator.ZaMhYwc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9536. 'quizService' => ['services', 'TeacherBundle\\Service\\QuizService', 'getQuizServiceService', false],
  9537. ], [
  9538. 'quizService' => 'TeacherBundle\\Service\\QuizService',
  9539. ]);
  9540. }
  9541. /**
  9542. * Gets the private '.service_locator.Zwp_GcQ' shared service.
  9543. *
  9544. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9545. */
  9546. protected function get_ServiceLocator_ZwpGcQService()
  9547. {
  9548. return $this->privates['.service_locator.Zwp_GcQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9549. 'dataSessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
  9550. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  9551. 'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
  9552. 'sessionService' => ['services', 'StudentBundle\\Service\\WorksheetSessionService', 'getWorksheetSessionServiceService', false],
  9553. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  9554. ], [
  9555. 'dataSessionService' => 'CoreBundle\\Service\\SessionService',
  9556. 'em' => '?',
  9557. 'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
  9558. 'sessionService' => 'StudentBundle\\Service\\WorksheetSessionService',
  9559. 'translator' => '?',
  9560. ]);
  9561. }
  9562. /**
  9563. * Gets the private '.service_locator.aKM6MDa' shared service.
  9564. *
  9565. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9566. */
  9567. protected function get_ServiceLocator_AKM6MDaService()
  9568. {
  9569. return $this->privates['.service_locator.aKM6MDa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9570. 'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  9571. ], [
  9572. 'entityManager' => '?',
  9573. ]);
  9574. }
  9575. /**
  9576. * Gets the private '.service_locator.bWKO4Fh' shared service.
  9577. *
  9578. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9579. */
  9580. protected function get_ServiceLocator_BWKO4FhService()
  9581. {
  9582. return $this->privates['.service_locator.bWKO4Fh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9583. 'quizSessionPlayer' => ['services', 'CoreBundle\\Session\\SessionPlayer', 'getSessionPlayerService', false],
  9584. ], [
  9585. 'quizSessionPlayer' => 'CoreBundle\\Session\\SessionPlayer',
  9586. ]);
  9587. }
  9588. /**
  9589. * Gets the private '.service_locator.cFsh_cq' shared service.
  9590. *
  9591. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9592. */
  9593. protected function get_ServiceLocator_CFshCqService()
  9594. {
  9595. return $this->privates['.service_locator.cFsh_cq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9596. 'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
  9597. 'validator' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
  9598. ], [
  9599. 'mailer' => '?',
  9600. 'validator' => '?',
  9601. ]);
  9602. }
  9603. /**
  9604. * Gets the private '.service_locator.dfwlJ1d' shared service.
  9605. *
  9606. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9607. */
  9608. protected function get_ServiceLocator_DfwlJ1dService()
  9609. {
  9610. return $this->privates['.service_locator.dfwlJ1d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9611. 'homeworkService' => ['services', 'StudentBundle\\Service\\HomeworkService', 'getHomeworkServiceService', false],
  9612. 'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
  9613. 'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
  9614. 'problemDndService' => ['services', 'StudentBundle\\Service\\ProblemDndService', 'getProblemDndServiceService', false],
  9615. 'sessionPlayer' => ['services', 'CoreBundle\\Session\\SessionPlayer', 'getSessionPlayerService', false],
  9616. 'trainingService' => ['services', 'TeacherBundle\\Service\\TrainingService', 'getTrainingServiceService', false],
  9617. 'transform' => ['services', 'StudentBundle\\Service\\Transform', 'getTransformService', false],
  9618. ], [
  9619. 'homeworkService' => 'StudentBundle\\Service\\HomeworkService',
  9620. 'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
  9621. 'performanceService' => 'StudentBundle\\Service\\PerformanceService',
  9622. 'problemDndService' => 'StudentBundle\\Service\\ProblemDndService',
  9623. 'sessionPlayer' => 'CoreBundle\\Session\\SessionPlayer',
  9624. 'trainingService' => 'TeacherBundle\\Service\\TrainingService',
  9625. 'transform' => 'StudentBundle\\Service\\Transform',
  9626. ]);
  9627. }
  9628. /**
  9629. * Gets the private '.service_locator.eB0AiAN' shared service.
  9630. *
  9631. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9632. */
  9633. protected function get_ServiceLocator_EB0AiANService()
  9634. {
  9635. return $this->privates['.service_locator.eB0AiAN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9636. 'bugReportService' => ['privates', 'AdminBundle\\Service\\BugReportService', 'getBugReportServiceService', false],
  9637. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  9638. ], [
  9639. 'bugReportService' => 'AdminBundle\\Service\\BugReportService',
  9640. 'em' => '?',
  9641. ]);
  9642. }
  9643. /**
  9644. * Gets the private '.service_locator.eTXI8ud' shared service.
  9645. *
  9646. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9647. */
  9648. protected function get_ServiceLocator_ETXI8udService()
  9649. {
  9650. return $this->privates['.service_locator.eTXI8ud'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9651. 'session' => ['privates', '.errored..service_locator.eTXI8ud.CoreBundle\\Entity\\ReadingTestSession', NULL, 'Cannot autowire service ".service_locator.eTXI8ud": it references class "CoreBundle\\Entity\\ReadingTestSession" but no such service exists.'],
  9652. 'student' => ['privates', '.errored..service_locator.eTXI8ud.UserBundle\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.eTXI8ud": it references class "UserBundle\\Entity\\User" but no such service exists.'],
  9653. ], [
  9654. 'session' => 'CoreBundle\\Entity\\ReadingTestSession',
  9655. 'student' => 'UserBundle\\Entity\\User',
  9656. ]);
  9657. }
  9658. /**
  9659. * Gets the private '.service_locator.enZbQ18' shared service.
  9660. *
  9661. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9662. */
  9663. protected function get_ServiceLocator_EnZbQ18Service()
  9664. {
  9665. return $this->privates['.service_locator.enZbQ18'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9666. 'sharedQuizService' => ['services', 'CoreBundle\\Service\\API\\SharedQuizService', 'getSharedQuizServiceService', false],
  9667. ], [
  9668. 'sharedQuizService' => 'CoreBundle\\Service\\API\\SharedQuizService',
  9669. ]);
  9670. }
  9671. /**
  9672. * Gets the private '.service_locator.esmk6IF' shared service.
  9673. *
  9674. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9675. */
  9676. protected function get_ServiceLocator_Esmk6IFService()
  9677. {
  9678. return $this->privates['.service_locator.esmk6IF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9679. '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.'],
  9680. '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.'],
  9681. ], [
  9682. 'batchActionDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto',
  9683. 'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  9684. ]);
  9685. }
  9686. /**
  9687. * Gets the private '.service_locator.ffH40go' shared service.
  9688. *
  9689. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9690. */
  9691. protected function get_ServiceLocator_FfH40goService()
  9692. {
  9693. return $this->privates['.service_locator.ffH40go'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9694. 'awsPollyUtil' => ['services', 'CoreBundle\\Util\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
  9695. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  9696. 'textbookService' => ['services', 'CoreBundle\\Service\\TextbookService', 'getTextbookServiceService', false],
  9697. ], [
  9698. 'awsPollyUtil' => 'CoreBundle\\Util\\Aws\\AwsPollyUtil',
  9699. 'kernel' => '?',
  9700. 'textbookService' => 'CoreBundle\\Service\\TextbookService',
  9701. ]);
  9702. }
  9703. /**
  9704. * Gets the private '.service_locator.gXw_zZh' shared service.
  9705. *
  9706. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9707. */
  9708. protected function get_ServiceLocator_GXwZZhService()
  9709. {
  9710. return $this->privates['.service_locator.gXw_zZh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9711. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  9712. 'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
  9713. 'problemDndService' => ['services', 'StudentBundle\\Service\\ProblemDndService', 'getProblemDndServiceService', false],
  9714. 'problemFinder' => ['privates', 'CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder', 'getRandomMathProblemFinderService', false],
  9715. 'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
  9716. ], [
  9717. 'em' => '?',
  9718. 'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
  9719. 'problemDndService' => 'StudentBundle\\Service\\ProblemDndService',
  9720. 'problemFinder' => 'CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder',
  9721. 'sessionService' => 'CoreBundle\\Service\\SessionService',
  9722. ]);
  9723. }
  9724. /**
  9725. * Gets the private '.service_locator.hBJ.LZc' shared service.
  9726. *
  9727. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9728. */
  9729. protected function get_ServiceLocator_HBJ_LZcService()
  9730. {
  9731. return $this->privates['.service_locator.hBJ.LZc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9732. 'awsPollyUtil' => ['services', 'CoreBundle\\Util\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
  9733. ], [
  9734. 'awsPollyUtil' => 'CoreBundle\\Util\\Aws\\AwsPollyUtil',
  9735. ]);
  9736. }
  9737. /**
  9738. * Gets the private '.service_locator.hT2Kv93' shared service.
  9739. *
  9740. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9741. */
  9742. protected function get_ServiceLocator_HT2Kv93Service()
  9743. {
  9744. return $this->privates['.service_locator.hT2Kv93'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9745. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  9746. ], [
  9747. 'serializer' => '?',
  9748. ]);
  9749. }
  9750. /**
  9751. * Gets the private '.service_locator.iGBrtqd' shared service.
  9752. *
  9753. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9754. */
  9755. protected function get_ServiceLocator_IGBrtqdService()
  9756. {
  9757. return $this->privates['.service_locator.iGBrtqd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9758. 'quiz' => ['privates', '.errored..service_locator.iGBrtqd.CoreBundle\\Entity\\Quiz', NULL, 'Cannot autowire service ".service_locator.iGBrtqd": it references class "CoreBundle\\Entity\\Quiz" but no such service exists.'],
  9759. ], [
  9760. 'quiz' => 'CoreBundle\\Entity\\Quiz',
  9761. ]);
  9762. }
  9763. /**
  9764. * Gets the private '.service_locator.iewL4zS' shared service.
  9765. *
  9766. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9767. */
  9768. protected function get_ServiceLocator_IewL4zSService()
  9769. {
  9770. return $this->privates['.service_locator.iewL4zS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9771. 'mathProblemService' => ['services', 'TeacherBundle\\Service\\MathProblemService', 'getMathProblemService3Service', false],
  9772. 'problemService' => ['privates', 'AdminBundle\\Service\\ProblemService', 'getProblemService4Service', false],
  9773. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  9774. ], [
  9775. 'mathProblemService' => 'TeacherBundle\\Service\\MathProblemService',
  9776. 'problemService' => 'AdminBundle\\Service\\ProblemService',
  9777. 'serializer' => '?',
  9778. ]);
  9779. }
  9780. /**
  9781. * Gets the private '.service_locator.jFOCl7E' shared service.
  9782. *
  9783. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9784. */
  9785. protected function get_ServiceLocator_JFOCl7EService()
  9786. {
  9787. return $this->privates['.service_locator.jFOCl7E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9788. 'crammingActivityService' => ['services', 'StudentBundle\\Service\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  9789. ], [
  9790. 'crammingActivityService' => 'StudentBundle\\Service\\CrammingActivityService',
  9791. ]);
  9792. }
  9793. /**
  9794. * Gets the private '.service_locator.jXElFZ2' shared service.
  9795. *
  9796. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9797. */
  9798. protected function get_ServiceLocator_JXElFZ2Service()
  9799. {
  9800. return $this->privates['.service_locator.jXElFZ2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9801. 'trainingService' => ['services', 'TeacherBundle\\Service\\TrainingService', 'getTrainingServiceService', false],
  9802. ], [
  9803. 'trainingService' => 'TeacherBundle\\Service\\TrainingService',
  9804. ]);
  9805. }
  9806. /**
  9807. * Gets the private '.service_locator.k.n2emF' shared service.
  9808. *
  9809. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9810. */
  9811. protected function get_ServiceLocator_K_N2emFService()
  9812. {
  9813. return $this->privates['.service_locator.k.n2emF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9814. 'difficultyUpdater' => ['privates', 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
  9815. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  9816. 'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
  9817. ], [
  9818. 'difficultyUpdater' => 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater',
  9819. 'logger' => '?',
  9820. 'performanceService' => 'StudentBundle\\Service\\PerformanceService',
  9821. ]);
  9822. }
  9823. /**
  9824. * Gets the private '.service_locator.kEvhmk9' shared service.
  9825. *
  9826. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9827. */
  9828. protected function get_ServiceLocator_KEvhmk9Service()
  9829. {
  9830. return $this->privates['.service_locator.kEvhmk9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9831. '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.'],
  9832. ], [
  9833. 'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  9834. ]);
  9835. }
  9836. /**
  9837. * Gets the private '.service_locator.mx0UMmY' shared service.
  9838. *
  9839. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9840. */
  9841. protected function get_ServiceLocator_Mx0UMmYService()
  9842. {
  9843. return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9844. 'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
  9845. 'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
  9846. 'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
  9847. 'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  9848. 'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  9849. 'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
  9850. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  9851. 'router' => ['services', 'router', 'getRouterService', false],
  9852. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  9853. 'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
  9854. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  9855. 'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  9856. 'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
  9857. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  9858. ], [
  9859. 'doctrine' => '?',
  9860. 'form.factory' => '?',
  9861. 'http_kernel' => '?',
  9862. 'message_bus' => '?',
  9863. 'messenger.default_bus' => '?',
  9864. 'parameter_bag' => '?',
  9865. 'request_stack' => '?',
  9866. 'router' => '?',
  9867. 'security.authorization_checker' => '?',
  9868. 'security.csrf.token_manager' => '?',
  9869. 'security.token_storage' => '?',
  9870. 'serializer' => '?',
  9871. 'session' => '.session.deprecated',
  9872. 'twig' => '?',
  9873. ]);
  9874. }
  9875. /**
  9876. * Gets the private '.service_locator.ndY8kpt' shared service.
  9877. *
  9878. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9879. */
  9880. protected function get_ServiceLocator_NdY8kptService()
  9881. {
  9882. return $this->privates['.service_locator.ndY8kpt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9883. 'dataService' => ['services', 'CoreBundle\\Service\\DataService', 'getDataServiceService', false],
  9884. ], [
  9885. 'dataService' => 'CoreBundle\\Service\\DataService',
  9886. ]);
  9887. }
  9888. /**
  9889. * Gets the private '.service_locator.nl0WT0J' shared service.
  9890. *
  9891. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9892. */
  9893. protected function get_ServiceLocator_Nl0WT0JService()
  9894. {
  9895. return $this->privates['.service_locator.nl0WT0J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9896. 'session' => ['privates', '.errored..service_locator.nl0WT0J.CoreBundle\\Entity\\DictateSession', NULL, 'Cannot autowire service ".service_locator.nl0WT0J": it references class "CoreBundle\\Entity\\DictateSession" but no such service exists.'],
  9897. 'student' => ['privates', '.errored..service_locator.nl0WT0J.UserBundle\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.nl0WT0J": it references class "UserBundle\\Entity\\User" but no such service exists.'],
  9898. ], [
  9899. 'session' => 'CoreBundle\\Entity\\DictateSession',
  9900. 'student' => 'UserBundle\\Entity\\User',
  9901. ]);
  9902. }
  9903. /**
  9904. * Gets the private '.service_locator.oCWhl0b' shared service.
  9905. *
  9906. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9907. */
  9908. protected function get_ServiceLocator_OCWhl0bService()
  9909. {
  9910. return $this->privates['.service_locator.oCWhl0b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9911. 'categoryService' => ['services', 'TeacherBundle\\Service\\CategoryService', 'getCategoryServiceService', false],
  9912. 'normalizer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
  9913. 'quizService' => ['services', 'TeacherBundle\\Service\\QuizService', 'getQuizServiceService', false],
  9914. ], [
  9915. 'categoryService' => 'TeacherBundle\\Service\\CategoryService',
  9916. 'normalizer' => '?',
  9917. 'quizService' => 'TeacherBundle\\Service\\QuizService',
  9918. ]);
  9919. }
  9920. /**
  9921. * Gets the private '.service_locator.oHNXKgA' shared service.
  9922. *
  9923. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9924. */
  9925. protected function get_ServiceLocator_OHNXKgAService()
  9926. {
  9927. return $this->privates['.service_locator.oHNXKgA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9928. 'AdminBundle\\Controller\\BugReportsController::fetchBugReport' => ['privates', '.service_locator.Ll5as6y', 'get_ServiceLocator_Ll5as6yService', false],
  9929. 'AdminBundle\\Controller\\BugReportsController::fetchBugReports' => ['privates', '.service_locator.eB0AiAN', 'get_ServiceLocator_EB0AiANService', false],
  9930. 'AdminBundle\\Controller\\BugReportsController::resolveBugReport' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9931. 'AdminBundle\\Controller\\BugReportsController::show' => ['privates', '.service_locator.J2t96SO', 'get_ServiceLocator_J2t96SOService', false],
  9932. 'AdminBundle\\Controller\\ContentController::displayMathproblems' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  9933. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9934. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9935. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9936. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9937. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9938. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9939. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9940. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9941. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9942. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9943. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9944. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9945. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9946. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9947. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9948. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9949. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9950. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9951. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9952. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9953. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9954. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9955. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9956. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9957. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9958. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9959. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9960. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9961. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9962. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9963. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9964. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9965. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9966. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9967. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9968. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9969. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9970. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9971. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9972. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9973. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9974. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9975. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  9976. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9977. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9978. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  9979. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  9980. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  9981. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  9982. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  9983. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  9984. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9985. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9986. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  9987. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9988. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  9989. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9990. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9991. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9992. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9993. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9994. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::markAsResolved' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9995. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9996. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  9997. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::previewProblem' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  9998. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  9999. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::showAllBugReports' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  10000. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::showProblemsForTemplate' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10001. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10002. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10003. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10004. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10005. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10006. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10007. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10008. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10009. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10010. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10011. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10012. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10013. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10014. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10015. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10016. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10017. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10018. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10019. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10020. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10021. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10022. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10023. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::viewTopics' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10024. 'AdminBundle\\Controller\\EasyAdmin\\DashboardController::configureUserMenu' => ['privates', '.service_locator.st3ASTR', 'get_ServiceLocator_St3ASTRService', false],
  10025. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10026. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10027. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10028. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10029. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10030. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10031. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10032. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10033. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10034. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10035. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10036. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10037. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10038. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10039. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10040. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10041. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10042. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  10043. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10044. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10045. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10046. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  10047. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10048. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10049. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10050. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10051. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10052. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10053. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10054. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10055. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10056. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10057. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10058. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10059. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10060. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10061. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10062. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10063. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10064. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10065. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10066. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10067. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10068. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10069. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10070. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10071. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10072. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10073. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10074. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10075. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10076. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10077. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10078. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10079. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10080. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10081. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10082. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10083. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10084. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10085. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10086. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10087. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10088. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10089. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10090. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10091. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10092. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10093. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10094. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10095. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10096. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10097. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10098. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10099. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10100. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10101. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10102. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10103. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10104. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10105. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10106. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10107. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10108. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10109. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10110. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10111. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10112. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10113. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10114. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10115. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10116. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10117. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10118. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10119. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10120. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10121. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10122. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10123. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10124. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10125. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10126. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10127. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10128. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10129. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10130. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10131. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10132. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10133. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10134. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10135. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10136. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10137. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10138. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10139. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10140. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10141. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10142. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10143. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10144. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10145. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10146. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10147. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10148. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::deleteQuizSessions' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10149. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10150. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10151. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10152. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10153. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10154. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10155. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10156. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10157. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10158. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10159. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10160. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10161. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10162. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10163. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10164. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10165. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10166. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10167. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10168. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10169. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10170. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10171. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10172. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10173. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10174. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10175. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10176. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10177. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10178. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10179. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10180. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10181. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10182. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10183. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10184. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10185. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10186. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10187. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10188. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10189. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10190. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10191. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10192. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10193. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10194. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10195. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10196. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10197. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10198. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10199. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10200. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10201. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10202. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10203. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10204. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10205. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10206. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10207. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::countEnabledQuizzes' => ['privates', '.service_locator.tT6zioB', 'get_ServiceLocator_TT6zioBService', false],
  10208. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10209. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10210. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10211. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10212. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10213. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10214. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10215. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10216. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10217. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10218. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10219. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10220. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10221. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10222. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10223. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10224. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10225. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10226. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10227. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10228. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10229. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10230. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10231. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10232. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10233. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::countEnabledQuizzes' => ['privates', '.service_locator.tT6zioB', 'get_ServiceLocator_TT6zioBService', false],
  10234. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10235. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10236. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10237. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10238. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10239. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10240. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10241. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10242. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10243. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10244. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10245. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10246. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10247. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10248. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10249. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10250. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10251. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10252. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10253. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10254. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10255. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10256. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10257. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10258. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10259. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10260. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10261. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10262. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10263. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10264. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10265. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10266. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10267. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10268. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10269. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10270. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10271. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10272. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10273. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::viewEditors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10274. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::viewPublications' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10275. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10276. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10277. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10278. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10279. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10280. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10281. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10282. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::countEnabledProblems' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  10283. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10284. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10285. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10286. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10287. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10288. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10289. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10290. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10291. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10292. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10293. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10294. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10295. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::problemsArePublished' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  10296. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10297. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10298. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10299. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10300. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10301. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10302. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10303. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10304. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10305. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10306. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::countEnabledProblems' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  10307. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10308. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10309. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10310. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10311. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10312. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10313. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10314. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10315. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10316. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10317. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10318. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10319. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::problemsArePublished' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  10320. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10321. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10322. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10323. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10324. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10325. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10326. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10327. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10328. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10329. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10330. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10331. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10332. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10333. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10334. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10335. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10336. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10337. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10338. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10339. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10340. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10341. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10342. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10343. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10344. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10345. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10346. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10347. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10348. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10349. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10350. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10351. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10352. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10353. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10354. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10355. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10356. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10357. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10358. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10359. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10360. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10361. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10362. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10363. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10364. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10365. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10366. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10367. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10368. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10369. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10370. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10371. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10372. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10373. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10374. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10375. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10376. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10377. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10378. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10379. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10380. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10381. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10382. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10383. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10384. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10385. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10386. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10387. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10388. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10389. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10390. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10391. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10392. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10393. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  10394. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10395. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10396. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10397. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10398. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10399. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10400. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10401. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10402. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10403. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10404. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10405. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10406. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10407. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10408. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10409. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10410. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10411. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10412. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10413. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10414. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10415. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10416. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  10417. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10418. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10419. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10420. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10421. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10422. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10423. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10424. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10425. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10426. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10427. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10428. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10429. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10430. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::toggleTemplatesWithInvalidMathProblems' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  10431. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10432. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10433. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10434. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10435. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10436. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10437. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10438. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10439. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10440. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10441. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10442. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10443. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10444. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10445. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10446. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10447. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10448. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10449. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10450. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10451. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10452. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10453. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10454. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10455. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10456. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10457. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10458. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10459. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10460. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10461. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  10462. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10463. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10464. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10465. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10466. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10467. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10468. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10469. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10470. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10471. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10472. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10473. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10474. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::quizFromTopic' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  10475. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10476. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10477. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10478. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10479. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10480. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10481. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10482. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10483. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10484. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10485. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  10486. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10487. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10488. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10489. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10490. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10491. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10492. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10493. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10494. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10495. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10496. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10497. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10498. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::quizFromTopic' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  10499. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10500. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10501. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10502. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10503. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10504. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10505. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10506. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10507. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10508. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10509. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10510. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10511. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10512. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10513. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10514. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10515. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10516. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10517. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10518. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10519. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  10520. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10521. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10522. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10523. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  10524. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10525. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10526. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10527. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10528. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10529. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10530. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10531. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10532. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10533. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10534. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10535. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10536. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10537. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10538. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10539. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10540. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10541. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10542. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10543. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10544. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10545. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10546. 'AdminBundle\\Controller\\MathproblemController::addAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10547. 'AdminBundle\\Controller\\MathproblemController::count' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10548. 'AdminBundle\\Controller\\MathproblemController::createAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10549. 'AdminBundle\\Controller\\MathproblemController::deleteAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10550. 'AdminBundle\\Controller\\MathproblemController::deleteImageAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10551. 'AdminBundle\\Controller\\MathproblemController::disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10552. 'AdminBundle\\Controller\\MathproblemController::editAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10553. 'AdminBundle\\Controller\\MathproblemController::mathproblemlookupAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10554. 'AdminBundle\\Controller\\MathproblemController::overview' => ['privates', '.service_locator.6XxFdB9', 'get_ServiceLocator_6XxFdB9Service', false],
  10555. 'AdminBundle\\Controller\\MathproblemController::showAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10556. 'AdminBundle\\Controller\\MathproblemController::updateAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10557. 'AdminBundle\\Controller\\ProblemController::edit' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10558. 'AdminBundle\\Controller\\ResetPasswordController::reset' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10559. 'AdminBundle\\Controller\\TagController::lookup' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10560. 'AdminBundle\\Controller\\TemplateController::disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10561. 'AdminBundle\\Controller\\TemplateController::overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10562. 'CoreBundle\\Controller\\API\\PollyController::textToSpeech' => ['privates', '.service_locator.hBJ.LZc', 'get_ServiceLocator_HBJ_LZcService', false],
  10563. 'CoreBundle\\Controller\\API\\ProblemController::activeQuizSession' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  10564. 'CoreBundle\\Controller\\API\\ProblemController::getProblems' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  10565. 'CoreBundle\\Controller\\API\\ProblemController::getResults' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  10566. 'CoreBundle\\Controller\\API\\ProblemController::resetQuestion' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  10567. 'CoreBundle\\Controller\\API\\ProblemController::saveAnswer' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  10568. 'CoreBundle\\Controller\\API\\ProblemController::setQuizSessionRepository' => ['privates', '.service_locator.HRHqvrV', 'get_ServiceLocator_HRHqvrVService', false],
  10569. 'CoreBundle\\Controller\\API\\ProblemController::setValidator' => ['privates', '.service_locator.yzOxF8c', 'get_ServiceLocator_YzOxF8cService', false],
  10570. 'CoreBundle\\Controller\\API\\ProblemController::startQuiz' => ['privates', '.service_locator.5JK5isl', 'get_ServiceLocator_5JK5islService', false],
  10571. 'CoreBundle\\Controller\\API\\SharedQuizController::archive' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10572. 'CoreBundle\\Controller\\API\\SharedQuizController::copyQuiz' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10573. 'CoreBundle\\Controller\\API\\SharedQuizController::create' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10574. 'CoreBundle\\Controller\\API\\SharedQuizController::edit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10575. 'CoreBundle\\Controller\\API\\SharedQuizController::finishStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10576. 'CoreBundle\\Controller\\API\\SharedQuizController::saveAnswer' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10577. 'CoreBundle\\Controller\\API\\SharedQuizController::setStartedAtStudentQuizUnit' => ['privates', '.service_locator.JnD7EnL', 'get_ServiceLocator_JnD7EnLService', false],
  10578. 'CoreBundle\\Controller\\API\\SharedQuizController::startStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10579. 'CoreBundle\\Controller\\API\\SharedQuizController::studentGetProblems' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10580. 'CoreBundle\\Controller\\API\\SharedQuizController::studentOverviewQuizzes' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10581. 'CoreBundle\\Controller\\API\\SharedQuizController::studentQuizUnitResults' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10582. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherActivateQuestion' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10583. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherDeactivateQuestion' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10584. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewDeleteStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10585. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewGetProblemsForQuiz' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10586. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10587. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzes' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10588. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesPin' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10589. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesSingle' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10590. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesUnpin' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10591. 'CoreBundle\\Controller\\API\\SharedQuizController::unarchive' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  10592. 'CoreBundle\\Controller\\BugReportController::reportMpBug' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10593. 'CoreBundle\\Controller\\DataController::refreshStudentClassroomPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10594. 'CoreBundle\\Controller\\DataController::refreshStudentSelfStudyPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10595. 'CoreBundle\\Controller\\DataController::refreshStudentSessions' => ['privates', '.service_locator.ndY8kpt', 'get_ServiceLocator_NdY8kptService', false],
  10596. 'CoreBundle\\Controller\\DataController::refreshStudentSessionsJSON' => ['privates', '.service_locator.ndY8kpt', 'get_ServiceLocator_NdY8kptService', false],
  10597. 'CoreBundle\\Controller\\DataController::refreshTeacherStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10598. 'CoreBundle\\Controller\\EventLoggerController::log' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  10599. 'CoreBundle\\Controller\\MathProblemController::getAudioFile' => ['privates', '.service_locator.wtO2cHx', 'get_ServiceLocator_WtO2cHxService', false],
  10600. 'CoreBundle\\Controller\\ResultsController::crammingActivityResult' => ['privates', '.service_locator.jFOCl7E', 'get_ServiceLocator_JFOCl7EService', false],
  10601. 'CoreBundle\\Controller\\ResultsController::quizResults' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10602. 'CoreBundle\\Controller\\TextbookController::fetchCategory' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10603. 'CoreBundle\\Controller\\TextbookController::getAudioFile' => ['privates', '.service_locator.ffH40go', 'get_ServiceLocator_FfH40goService', false],
  10604. 'StudentBundle\\Controller\\ClassroomsController::index' => ['privates', '.service_locator.sTdGR69', 'get_ServiceLocator_STdGR69Service', false],
  10605. 'StudentBundle\\Controller\\ClassroomsController::removeClassroom' => ['privates', '.service_locator.JanA4tv', 'get_ServiceLocator_JanA4tvService', false],
  10606. 'StudentBundle\\Controller\\CrammingActivityController::checkAnswer' => ['privates', '.service_locator.1QteD5a', 'get_ServiceLocator_1QteD5aService', false],
  10607. 'StudentBundle\\Controller\\CrammingActivityController::pauseActivityHomework' => ['privates', '.service_locator.ofzw.eQ', 'get_ServiceLocator_Ofzw_EQService', false],
  10608. 'StudentBundle\\Controller\\CrammingActivityController::playActivityHomework' => ['privates', '.service_locator.ofzw.eQ', 'get_ServiceLocator_Ofzw_EQService', false],
  10609. 'StudentBundle\\Controller\\CrammingActivityController::showMathProblem' => ['privates', '.service_locator.5eyQgLK', 'get_ServiceLocator_5eyQgLKService', false],
  10610. 'StudentBundle\\Controller\\DashboardController::getTextAudio' => ['privates', '.service_locator.hBJ.LZc', 'get_ServiceLocator_HBJ_LZcService', false],
  10611. 'StudentBundle\\Controller\\DashboardController::show' => ['privates', '.service_locator.JnD7EnL', 'get_ServiceLocator_JnD7EnLService', false],
  10612. 'StudentBundle\\Controller\\DashboardController::topicTrainingResults' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
  10613. 'StudentBundle\\Controller\\DefaultController::clearImpersonation' => ['privates', '.service_locator.VdUs.N3', 'get_ServiceLocator_VdUs_N3Service', false],
  10614. 'StudentBundle\\Controller\\DefaultController::index' => ['privates', '.service_locator.t4pH54g', 'get_ServiceLocator_T4pH54gService', false],
  10615. 'StudentBundle\\Controller\\HomeworkController::checkAnswer' => ['privates', '.service_locator.MDrghWI', 'get_ServiceLocator_MDrghWIService', false],
  10616. 'StudentBundle\\Controller\\HomeworkController::pause' => ['privates', '.service_locator.4cDDwts', 'get_ServiceLocator_4cDDwtsService', false],
  10617. 'StudentBundle\\Controller\\HomeworkController::play' => ['privates', '.service_locator.4cDDwts', 'get_ServiceLocator_4cDDwtsService', false],
  10618. 'StudentBundle\\Controller\\HomeworkController::prepare' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  10619. 'StudentBundle\\Controller\\HomeworkController::showMathproblem' => ['privates', '.service_locator.dfwlJ1d', 'get_ServiceLocator_DfwlJ1dService', false],
  10620. 'StudentBundle\\Controller\\KvikMat\\SelfStudyController::start' => ['privates', '.service_locator.GKn4p0p', 'get_ServiceLocator_GKn4p0pService', false],
  10621. 'StudentBundle\\Controller\\PeerSessionController::feedback' => ['privates', '.service_locator.sOAhyHj', 'get_ServiceLocator_SOAhyHjService', false],
  10622. 'StudentBundle\\Controller\\PeerSessionController::mathproblem' => ['privates', '.service_locator.qWRIXEM', 'get_ServiceLocator_QWRIXEMService', false],
  10623. 'StudentBundle\\Controller\\PeerSessionController::rate' => ['privates', '.service_locator.VGZqu1U', 'get_ServiceLocator_VGZqu1UService', false],
  10624. 'StudentBundle\\Controller\\PerformanceController::crammingSummary' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10625. 'StudentBundle\\Controller\\PerformanceController::showDashboard' => ['privates', '.service_locator.K7waSrh', 'get_ServiceLocator_K7waSrhService', false],
  10626. 'StudentBundle\\Controller\\PerformanceController::showDashboardJSON' => ['privates', '.service_locator.JHzn4J2', 'get_ServiceLocator_JHzn4J2Service', false],
  10627. 'StudentBundle\\Controller\\PerformanceController::trainingSummary' => ['privates', '.service_locator.K7waSrh', 'get_ServiceLocator_K7waSrhService', false],
  10628. 'StudentBundle\\Controller\\PretestController::answerPretest' => ['privates', '.service_locator.JYdi1TF', 'get_ServiceLocator_JYdi1TFService', false],
  10629. 'StudentBundle\\Controller\\PretestController::showPretest' => ['privates', '.service_locator.gXw_zZh', 'get_ServiceLocator_GXwZZhService', false],
  10630. 'StudentBundle\\Controller\\QuizSessionController::finish' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  10631. 'StudentBundle\\Controller\\QuizSessionController::getProblem' => ['privates', '.service_locator.VL5gUOu', 'get_ServiceLocator_VL5gUOuService', false],
  10632. 'StudentBundle\\Controller\\QuizSessionController::pause' => ['privates', '.service_locator.bWKO4Fh', 'get_ServiceLocator_BWKO4FhService', false],
  10633. 'StudentBundle\\Controller\\QuizSessionController::play' => ['privates', '.service_locator.bWKO4Fh', 'get_ServiceLocator_BWKO4FhService', false],
  10634. 'StudentBundle\\Controller\\QuizSessionController::saveAnswer' => ['privates', '.service_locator.xYXvlNW', 'get_ServiceLocator_XYXvlNWService', false],
  10635. 'StudentBundle\\Controller\\QuizSessionController::showProblem' => ['privates', '.service_locator.p8P7vwE', 'get_ServiceLocator_P8P7vwEService', false],
  10636. 'StudentBundle\\Controller\\ResultsController::homeworkResultsJSON' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
  10637. 'StudentBundle\\Controller\\ResultsController::trainingSessionResultsJSON' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
  10638. 'StudentBundle\\Controller\\StatisticsController::worksheetSessionResults' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
  10639. 'StudentBundle\\Controller\\TrainingController::checkAnswer' => ['privates', '.service_locator.k.n2emF', 'get_ServiceLocator_K_N2emFService', false],
  10640. 'StudentBundle\\Controller\\TrainingController::prepare' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  10641. 'StudentBundle\\Controller\\TrainingController::prepareJSON' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  10642. 'StudentBundle\\Controller\\TrainingController::showMathproblem' => ['privates', '.service_locator.yDC0lbQ', 'get_ServiceLocator_YDC0lbQService', false],
  10643. 'StudentBundle\\Controller\\WorksheetSessionController::deleteFile' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10644. 'StudentBundle\\Controller\\WorksheetSessionController::showProblem' => ['privates', '.service_locator.Zwp_GcQ', 'get_ServiceLocator_ZwpGcQService', false],
  10645. 'TeacherBundle\\Controller\\API\\DictateActivityController::start' => ['privates', '.service_locator.VLzTtNm', 'get_ServiceLocator_VLzTtNmService', false],
  10646. 'TeacherBundle\\Controller\\API\\DictateActivityController::stop' => ['privates', '.service_locator.VLzTtNm', 'get_ServiceLocator_VLzTtNmService', false],
  10647. 'TeacherBundle\\Controller\\API\\HomeworkController::create' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  10648. 'TeacherBundle\\Controller\\API\\QuizTypeController::getQuizTypes' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10649. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController::start' => ['privates', '.service_locator.0HemtKK', 'get_ServiceLocator_0HemtKKService', false],
  10650. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController::stop' => ['privates', '.service_locator.0HemtKK', 'get_ServiceLocator_0HemtKKService', false],
  10651. 'TeacherBundle\\Controller\\API\\TagController::getTags' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10652. 'TeacherBundle\\Controller\\API\\TemplateMathproblemController::templateCount' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10653. 'TeacherBundle\\Controller\\API\\TrainingActivityController::create' => ['privates', '.service_locator.DS.G_SS', 'get_ServiceLocator_DS_GSSService', false],
  10654. 'TeacherBundle\\Controller\\API\\WorksheetController::pdfPrint' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10655. 'TeacherBundle\\Controller\\ClassroomController::create' => ['privates', '.service_locator.xLx1lNO', 'get_ServiceLocator_XLx1lNOService', false],
  10656. 'TeacherBundle\\Controller\\ClassroomController::delete' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10657. 'TeacherBundle\\Controller\\ClassroomController::edit' => ['privates', '.service_locator.AObloNj', 'get_ServiceLocator_AObloNjService', false],
  10658. 'TeacherBundle\\Controller\\ClassroomController::editPointPool' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10659. 'TeacherBundle\\Controller\\ClassroomController::getClassesByInstitution' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
  10660. 'TeacherBundle\\Controller\\ClassroomController::getPointPools' => ['privates', '.service_locator.2VaRhmK', 'get_ServiceLocator_2VaRhmKService', false],
  10661. 'TeacherBundle\\Controller\\ClassroomController::getStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10662. 'TeacherBundle\\Controller\\ClassroomController::join' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10663. 'TeacherBundle\\Controller\\ClassroomController::overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10664. 'TeacherBundle\\Controller\\ClassroomController::select' => ['privates', '.service_locator.xLx1lNO', 'get_ServiceLocator_XLx1lNOService', false],
  10665. 'TeacherBundle\\Controller\\ContentController::addProblem' => ['privates', '.service_locator.hT2Kv93', 'get_ServiceLocator_HT2Kv93Service', false],
  10666. 'TeacherBundle\\Controller\\ContentController::copyMathProblem' => ['privates', '.service_locator.Qap4nxn', 'get_ServiceLocator_Qap4nxnService', false],
  10667. 'TeacherBundle\\Controller\\ContentController::disableMathProblem' => ['privates', '.service_locator.BYW.Cnu', 'get_ServiceLocator_BYW_CnuService', false],
  10668. 'TeacherBundle\\Controller\\ContentController::editMathProblem' => ['privates', '.service_locator.Qap4nxn', 'get_ServiceLocator_Qap4nxnService', false],
  10669. 'TeacherBundle\\Controller\\ContentController::fetchProblems' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  10670. 'TeacherBundle\\Controller\\ContentController::getCompactView' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  10671. 'TeacherBundle\\Controller\\ContentController::getNextProblem' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  10672. 'TeacherBundle\\Controller\\ContentController::getProblems' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  10673. 'TeacherBundle\\Controller\\DefaultController::editProfile' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
  10674. 'TeacherBundle\\Controller\\DefaultController::help' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  10675. 'TeacherBundle\\Controller\\DefaultController::index' => ['privates', '.service_locator.u8G.hVv', 'get_ServiceLocator_U8G_HVvService', false],
  10676. 'TeacherBundle\\Controller\\ExtendActivityController::extendActivity_' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  10677. 'TeacherBundle\\Controller\\HomeworkController::delete' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  10678. 'TeacherBundle\\Controller\\HomeworkController::start' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  10679. 'TeacherBundle\\Controller\\HomeworkController::stop' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  10680. 'TeacherBundle\\Controller\\HomeworkController::updateDeadline' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  10681. 'TeacherBundle\\Controller\\HomeworkController::updateStartTime' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  10682. 'TeacherBundle\\Controller\\PeerTrainingController::delete' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  10683. 'TeacherBundle\\Controller\\PeerTrainingController::start' => ['privates', '.service_locator.YyctuJs', 'get_ServiceLocator_YyctuJsService', false],
  10684. 'TeacherBundle\\Controller\\PeerTrainingController::updateStartTime' => ['privates', '.service_locator.YyctuJs', 'get_ServiceLocator_YyctuJsService', false],
  10685. 'TeacherBundle\\Controller\\QuizController::create' => ['privates', '.service_locator.oCWhl0b', 'get_ServiceLocator_OCWhl0bService', false],
  10686. 'TeacherBundle\\Controller\\QuizController::putQuiz' => ['privates', '.service_locator.ZaMhYwc', 'get_ServiceLocator_ZaMhYwcService', false],
  10687. 'TeacherBundle\\Controller\\QuizSessionController::start' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  10688. 'TeacherBundle\\Controller\\QuizSessionController::stop' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  10689. 'TeacherBundle\\Controller\\QuizSessionController::updateDeadline' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  10690. 'TeacherBundle\\Controller\\QuizSessionController::updateStartTime' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  10691. 'TeacherBundle\\Controller\\StudentController::add' => ['privates', '.service_locator.JYkp0nJ', 'get_ServiceLocator_JYkp0nJService', false],
  10692. 'TeacherBundle\\Controller\\StudentController::edit' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
  10693. 'TeacherBundle\\Controller\\WorksheetController::addScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10694. 'TeacherBundle\\Controller\\WorksheetController::create' => ['privates', '.service_locator.9k1aagL', 'get_ServiceLocator_9k1aagLService', false],
  10695. 'TeacherBundle\\Controller\\WorksheetController::deleteSession' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10696. 'TeacherBundle\\Controller\\WorksheetController::fetchWorksheetSolution' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10697. 'TeacherBundle\\Controller\\WorksheetController::postWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10698. 'TeacherBundle\\Controller\\WorksheetController::print' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10699. 'TeacherBundle\\Controller\\WorksheetController::printSolutions' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10700. 'TeacherBundle\\Controller\\WorksheetController::putSolutionComment' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10701. 'TeacherBundle\\Controller\\WorksheetController::putSolutionScore' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10702. 'TeacherBundle\\Controller\\WorksheetController::putWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10703. 'TeacherBundle\\Controller\\WorksheetController::resetScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10704. 'TeacherBundle\\Controller\\WorksheetController::results' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
  10705. 'TeacherBundle\\Controller\\WorksheetController::resultsProblem' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  10706. 'TeacherBundle\\Controller\\WorksheetController::resultsUnit' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
  10707. 'TeacherBundle\\Controller\\WorksheetSessionController::start' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  10708. 'TeacherBundle\\Controller\\WorksheetSessionController::stop' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  10709. 'TeacherBundle\\Controller\\WorksheetSessionController::updateDeadline' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  10710. 'TeacherBundle\\Controller\\WorksheetSessionController::updateStartTime' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  10711. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10712. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10713. 'TeacherBundle\\Service\\API\\CrammingActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10714. 'TeacherBundle\\Service\\API\\CrammingActivityService::getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10715. 'TeacherBundle\\Service\\API\\CrammingActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10716. 'TeacherBundle\\Service\\API\\DictateActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10717. 'TeacherBundle\\Service\\API\\DictateActivityResultsService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10718. 'TeacherBundle\\Service\\API\\DictateActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10719. 'TeacherBundle\\Service\\API\\DictateActivityService::createUnit' => ['privates', '.service_locator.nl0WT0J', 'get_ServiceLocator_Nl0WT0JService', false],
  10720. 'TeacherBundle\\Service\\API\\DictateActivityService::delete' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10721. 'TeacherBundle\\Service\\API\\DictateActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10722. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10723. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10724. 'TeacherBundle\\Service\\API\\HomeworkService::getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10725. 'TeacherBundle\\Service\\API\\HomeworkService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10726. 'TeacherBundle\\Service\\API\\PeerActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10727. 'TeacherBundle\\Service\\API\\QuizActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10728. 'TeacherBundle\\Service\\API\\QuizActivityResultsService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10729. 'TeacherBundle\\Service\\API\\QuizActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10730. 'TeacherBundle\\Service\\API\\QuizActivityService::setQuizService' => ['privates', '.service_locator.ZaMhYwc', 'get_ServiceLocator_ZaMhYwcService', false],
  10731. 'TeacherBundle\\Service\\API\\QuizActivityService::setQuizSession' => ['privates', '.service_locator..AvQV0i', 'get_ServiceLocator__AvQV0iService', false],
  10732. 'TeacherBundle\\Service\\API\\QuizActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10733. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10734. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::createUnit' => ['privates', '.service_locator.eTXI8ud', 'get_ServiceLocator_ETXI8udService', false],
  10735. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::delete' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10736. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10737. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10738. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10739. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10740. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10741. 'TeacherBundle\\Service\\API\\TrainingActivityService::getJsonActivityCopy' => ['privates', '.service_locator.NMOWD.L', 'get_ServiceLocator_NMOWD_LService', false],
  10742. 'TeacherBundle\\Service\\API\\TrainingActivityService::getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10743. 'TeacherBundle\\Service\\API\\TrainingActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10744. 'TeacherBundle\\Service\\API\\WorksheetActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10745. 'TeacherBundle\\Service\\API\\WorksheetActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10746. 'TeacherBundle\\Service\\API\\WorksheetActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  10747. 'UserBundle\\Controller\\DefaultController::getParamRow' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10748. 'UserBundle\\Controller\\DefaultController::getParams' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10749. 'UserBundle\\Controller\\DefaultController::redirectUser' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10750. 'UserBundle\\Controller\\DefaultController::setParam' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10751. 'UserBundle\\Controller\\RegistrationController::register' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  10752. 'UserBundle\\Controller\\RegistrationController::verifyUserEmail' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  10753. 'UserBundle\\Controller\\ResetPasswordController::change' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  10754. 'UserBundle\\Controller\\ResetPasswordController::request' => ['privates', '.service_locator.cFsh_cq', 'get_ServiceLocator_CFshCqService', false],
  10755. 'UserBundle\\Controller\\ResetPasswordController::reset' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  10756. 'UserBundle\\Controller\\SetupTwoFactorAuthController::qrCode' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  10757. 'UserBundle\\Controller\\SetupTwoFactorAuthController::setup' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  10758. 'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  10759. 'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  10760. 'AdminBundle\\Controller\\BugReportsController:fetchBugReport' => ['privates', '.service_locator.Ll5as6y', 'get_ServiceLocator_Ll5as6yService', false],
  10761. 'AdminBundle\\Controller\\BugReportsController:fetchBugReports' => ['privates', '.service_locator.eB0AiAN', 'get_ServiceLocator_EB0AiANService', false],
  10762. 'AdminBundle\\Controller\\BugReportsController:resolveBugReport' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10763. 'AdminBundle\\Controller\\BugReportsController:show' => ['privates', '.service_locator.J2t96SO', 'get_ServiceLocator_J2t96SOService', false],
  10764. 'AdminBundle\\Controller\\ContentController:displayMathproblems' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  10765. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10766. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10767. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10768. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10769. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10770. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10771. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10772. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10773. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10774. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10775. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10776. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10777. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10778. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10779. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10780. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10781. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10782. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10783. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10784. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10785. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10786. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10787. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10788. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10789. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10790. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10791. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10792. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10793. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10794. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10795. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10796. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10797. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10798. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10799. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10800. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10801. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10802. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10803. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  10804. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10805. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10806. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10807. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  10808. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10809. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10810. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10811. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10812. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10813. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10814. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10815. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10816. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10817. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10818. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10819. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10820. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10821. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10822. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10823. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10824. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10825. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10826. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:markAsResolved' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10827. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10828. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10829. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:previewProblem' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10830. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10831. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:showAllBugReports' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  10832. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:showProblemsForTemplate' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10833. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10834. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10835. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10836. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10837. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10838. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10839. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10840. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10841. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10842. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10843. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10844. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10845. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10846. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10847. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10848. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10849. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10850. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10851. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10852. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10853. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10854. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10855. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:viewTopics' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10856. 'AdminBundle\\Controller\\EasyAdmin\\DashboardController:configureUserMenu' => ['privates', '.service_locator.st3ASTR', 'get_ServiceLocator_St3ASTRService', false],
  10857. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10858. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10859. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10860. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10861. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10862. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10863. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10864. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10865. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10866. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10867. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10868. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10869. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10870. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10871. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10872. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10873. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10874. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  10875. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10876. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10877. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10878. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  10879. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10880. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10881. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10882. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10883. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10884. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10885. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10886. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10887. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10888. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10889. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10890. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10891. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10892. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10893. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10894. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10895. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10896. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10897. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10898. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10899. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10900. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10901. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10902. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10903. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10904. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10905. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10906. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10907. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10908. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10909. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10910. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10911. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10912. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10913. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10914. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10915. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10916. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10917. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10918. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10919. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10920. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10921. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10922. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10923. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10924. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10925. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10926. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10927. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10928. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10929. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10930. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10931. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10932. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10933. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10934. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10935. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10936. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10937. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10938. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10939. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10940. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10941. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10942. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10943. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10944. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10945. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10946. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10947. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10948. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10949. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10950. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10951. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10952. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10953. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10954. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10955. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10956. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10957. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10958. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10959. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10960. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10961. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10962. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10963. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10964. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10965. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10966. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10967. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10968. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10969. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10970. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10971. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10972. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10973. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10974. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10975. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10976. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10977. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10978. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10979. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10980. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:deleteQuizSessions' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10981. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10982. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10983. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10984. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10985. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10986. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10987. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  10988. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  10989. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  10990. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  10991. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  10992. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  10993. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  10994. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  10995. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  10996. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10997. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  10998. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  10999. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11000. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11001. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11002. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11003. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11004. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11005. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11006. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11007. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11008. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11009. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11010. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11011. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11012. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11013. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11014. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11015. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11016. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11017. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11018. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11019. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11020. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11021. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11022. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11023. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11024. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11025. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11026. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11027. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11028. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11029. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11030. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11031. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11032. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11033. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11034. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11035. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11036. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11037. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11038. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11039. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:countEnabledQuizzes' => ['privates', '.service_locator.tT6zioB', 'get_ServiceLocator_TT6zioBService', false],
  11040. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11041. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11042. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11043. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11044. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11045. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11046. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11047. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11048. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11049. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11050. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11051. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11052. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11053. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11054. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11055. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11056. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11057. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11058. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11059. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11060. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11061. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11062. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11063. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11064. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11065. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:countEnabledQuizzes' => ['privates', '.service_locator.tT6zioB', 'get_ServiceLocator_TT6zioBService', false],
  11066. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11067. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11068. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11069. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11070. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11071. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11072. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11073. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11074. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11075. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11076. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11077. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11078. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11079. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11080. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11081. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11082. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11083. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11084. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11085. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11086. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11087. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11088. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11089. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11090. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11091. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11092. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11093. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11094. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11095. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11096. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11097. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11098. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11099. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11100. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11101. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11102. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11103. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11104. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11105. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:viewEditors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11106. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:viewPublications' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11107. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11108. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11109. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11110. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11111. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11112. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11113. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11114. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:countEnabledProblems' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  11115. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11116. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11117. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11118. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11119. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11120. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11121. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11122. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11123. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11124. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11125. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11126. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11127. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:problemsArePublished' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  11128. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11129. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11130. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11131. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11132. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11133. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11134. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11135. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11136. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11137. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11138. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:countEnabledProblems' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  11139. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11140. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11141. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11142. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11143. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11144. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11145. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11146. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11147. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11148. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11149. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11150. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11151. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:problemsArePublished' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
  11152. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11153. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11154. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11155. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11156. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11157. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11158. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11159. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11160. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11161. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11162. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11163. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11164. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11165. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11166. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11167. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11168. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11169. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11170. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11171. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11172. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11173. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11174. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11175. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11176. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11177. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11178. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11179. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11180. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11181. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11182. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11183. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11184. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11185. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11186. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11187. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11188. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11189. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11190. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11191. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11192. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11193. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11194. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11195. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11196. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11197. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11198. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11199. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11200. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11201. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11202. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11203. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11204. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11205. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11206. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11207. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11208. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11209. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11210. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11211. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11212. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11213. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11214. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11215. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11216. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11217. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11218. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11219. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11220. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11221. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11222. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11223. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11224. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11225. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  11226. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11227. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11228. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11229. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11230. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11231. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11232. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11233. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11234. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11235. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11236. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11237. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11238. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11239. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11240. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11241. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11242. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11243. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11244. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11245. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11246. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11247. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11248. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  11249. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11250. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11251. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11252. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11253. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11254. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11255. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11256. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11257. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11258. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11259. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11260. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11261. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11262. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:toggleTemplatesWithInvalidMathProblems' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  11263. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11264. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11265. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11266. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11267. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11268. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11269. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11270. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11271. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11272. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11273. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11274. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11275. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11276. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11277. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11278. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11279. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11280. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11281. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11282. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11283. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11284. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11285. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11286. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11287. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11288. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11289. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11290. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11291. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11292. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11293. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  11294. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11295. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11296. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11297. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11298. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11299. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11300. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11301. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11302. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11303. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11304. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11305. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11306. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:quizFromTopic' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  11307. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11308. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11309. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11310. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11311. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11312. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11313. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11314. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11315. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11316. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11317. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
  11318. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11319. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11320. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11321. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11322. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11323. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11324. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11325. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11326. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11327. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11328. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11329. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11330. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:quizFromTopic' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
  11331. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11332. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11333. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
  11334. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11335. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11336. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11337. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11338. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11339. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11340. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11341. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11342. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11343. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11344. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11345. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11346. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11347. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11348. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11349. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11350. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11351. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  11352. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11353. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11354. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11355. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
  11356. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11357. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11358. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
  11359. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
  11360. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
  11361. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
  11362. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
  11363. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
  11364. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11365. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11366. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
  11367. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11368. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
  11369. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11370. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11371. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11372. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11373. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11374. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11375. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11376. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
  11377. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
  11378. 'AdminBundle\\Controller\\MathproblemController:addAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11379. 'AdminBundle\\Controller\\MathproblemController:count' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11380. 'AdminBundle\\Controller\\MathproblemController:createAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11381. 'AdminBundle\\Controller\\MathproblemController:deleteAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11382. 'AdminBundle\\Controller\\MathproblemController:deleteImageAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11383. 'AdminBundle\\Controller\\MathproblemController:disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11384. 'AdminBundle\\Controller\\MathproblemController:editAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11385. 'AdminBundle\\Controller\\MathproblemController:mathproblemlookupAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11386. 'AdminBundle\\Controller\\MathproblemController:overview' => ['privates', '.service_locator.6XxFdB9', 'get_ServiceLocator_6XxFdB9Service', false],
  11387. 'AdminBundle\\Controller\\MathproblemController:showAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11388. 'AdminBundle\\Controller\\MathproblemController:updateAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11389. 'AdminBundle\\Controller\\ProblemController:edit' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11390. 'AdminBundle\\Controller\\ResetPasswordController:reset' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11391. 'AdminBundle\\Controller\\TagController:lookup' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11392. 'AdminBundle\\Controller\\TemplateController:disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11393. 'AdminBundle\\Controller\\TemplateController:overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11394. 'CoreBundle\\Controller\\API\\PollyController:textToSpeech' => ['privates', '.service_locator.hBJ.LZc', 'get_ServiceLocator_HBJ_LZcService', false],
  11395. 'CoreBundle\\Controller\\API\\ProblemController:activeQuizSession' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  11396. 'CoreBundle\\Controller\\API\\ProblemController:getProblems' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  11397. 'CoreBundle\\Controller\\API\\ProblemController:getResults' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  11398. 'CoreBundle\\Controller\\API\\ProblemController:resetQuestion' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  11399. 'CoreBundle\\Controller\\API\\ProblemController:saveAnswer' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
  11400. 'CoreBundle\\Controller\\API\\ProblemController:setQuizSessionRepository' => ['privates', '.service_locator.HRHqvrV', 'get_ServiceLocator_HRHqvrVService', false],
  11401. 'CoreBundle\\Controller\\API\\ProblemController:setValidator' => ['privates', '.service_locator.yzOxF8c', 'get_ServiceLocator_YzOxF8cService', false],
  11402. 'CoreBundle\\Controller\\API\\ProblemController:startQuiz' => ['privates', '.service_locator.5JK5isl', 'get_ServiceLocator_5JK5islService', false],
  11403. 'CoreBundle\\Controller\\API\\SharedQuizController:archive' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11404. 'CoreBundle\\Controller\\API\\SharedQuizController:copyQuiz' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11405. 'CoreBundle\\Controller\\API\\SharedQuizController:create' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11406. 'CoreBundle\\Controller\\API\\SharedQuizController:edit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11407. 'CoreBundle\\Controller\\API\\SharedQuizController:finishStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11408. 'CoreBundle\\Controller\\API\\SharedQuizController:saveAnswer' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11409. 'CoreBundle\\Controller\\API\\SharedQuizController:setStartedAtStudentQuizUnit' => ['privates', '.service_locator.JnD7EnL', 'get_ServiceLocator_JnD7EnLService', false],
  11410. 'CoreBundle\\Controller\\API\\SharedQuizController:startStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11411. 'CoreBundle\\Controller\\API\\SharedQuizController:studentGetProblems' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11412. 'CoreBundle\\Controller\\API\\SharedQuizController:studentOverviewQuizzes' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11413. 'CoreBundle\\Controller\\API\\SharedQuizController:studentQuizUnitResults' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11414. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherActivateQuestion' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11415. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherDeactivateQuestion' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11416. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewDeleteStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11417. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewGetProblemsForQuiz' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11418. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11419. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzes' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11420. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesPin' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11421. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesSingle' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11422. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesUnpin' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11423. 'CoreBundle\\Controller\\API\\SharedQuizController:unarchive' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
  11424. 'CoreBundle\\Controller\\BugReportController:reportMpBug' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  11425. 'CoreBundle\\Controller\\DataController:refreshStudentClassroomPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11426. 'CoreBundle\\Controller\\DataController:refreshStudentSelfStudyPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11427. 'CoreBundle\\Controller\\DataController:refreshStudentSessions' => ['privates', '.service_locator.ndY8kpt', 'get_ServiceLocator_NdY8kptService', false],
  11428. 'CoreBundle\\Controller\\DataController:refreshStudentSessionsJSON' => ['privates', '.service_locator.ndY8kpt', 'get_ServiceLocator_NdY8kptService', false],
  11429. 'CoreBundle\\Controller\\DataController:refreshTeacherStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11430. 'CoreBundle\\Controller\\EventLoggerController:log' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  11431. 'CoreBundle\\Controller\\MathProblemController:getAudioFile' => ['privates', '.service_locator.wtO2cHx', 'get_ServiceLocator_WtO2cHxService', false],
  11432. 'CoreBundle\\Controller\\ResultsController:crammingActivityResult' => ['privates', '.service_locator.jFOCl7E', 'get_ServiceLocator_JFOCl7EService', false],
  11433. 'CoreBundle\\Controller\\ResultsController:quizResults' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11434. 'CoreBundle\\Controller\\TextbookController:fetchCategory' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11435. 'CoreBundle\\Controller\\TextbookController:getAudioFile' => ['privates', '.service_locator.ffH40go', 'get_ServiceLocator_FfH40goService', false],
  11436. 'StudentBundle\\Controller\\ClassroomsController:index' => ['privates', '.service_locator.sTdGR69', 'get_ServiceLocator_STdGR69Service', false],
  11437. 'StudentBundle\\Controller\\ClassroomsController:removeClassroom' => ['privates', '.service_locator.JanA4tv', 'get_ServiceLocator_JanA4tvService', false],
  11438. 'StudentBundle\\Controller\\CrammingActivityController:checkAnswer' => ['privates', '.service_locator.1QteD5a', 'get_ServiceLocator_1QteD5aService', false],
  11439. 'StudentBundle\\Controller\\CrammingActivityController:pauseActivityHomework' => ['privates', '.service_locator.ofzw.eQ', 'get_ServiceLocator_Ofzw_EQService', false],
  11440. 'StudentBundle\\Controller\\CrammingActivityController:playActivityHomework' => ['privates', '.service_locator.ofzw.eQ', 'get_ServiceLocator_Ofzw_EQService', false],
  11441. 'StudentBundle\\Controller\\CrammingActivityController:showMathProblem' => ['privates', '.service_locator.5eyQgLK', 'get_ServiceLocator_5eyQgLKService', false],
  11442. 'StudentBundle\\Controller\\DashboardController:getTextAudio' => ['privates', '.service_locator.hBJ.LZc', 'get_ServiceLocator_HBJ_LZcService', false],
  11443. 'StudentBundle\\Controller\\DashboardController:show' => ['privates', '.service_locator.JnD7EnL', 'get_ServiceLocator_JnD7EnLService', false],
  11444. 'StudentBundle\\Controller\\DashboardController:topicTrainingResults' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
  11445. 'StudentBundle\\Controller\\DefaultController:clearImpersonation' => ['privates', '.service_locator.VdUs.N3', 'get_ServiceLocator_VdUs_N3Service', false],
  11446. 'StudentBundle\\Controller\\DefaultController:index' => ['privates', '.service_locator.t4pH54g', 'get_ServiceLocator_T4pH54gService', false],
  11447. 'StudentBundle\\Controller\\HomeworkController:checkAnswer' => ['privates', '.service_locator.MDrghWI', 'get_ServiceLocator_MDrghWIService', false],
  11448. 'StudentBundle\\Controller\\HomeworkController:pause' => ['privates', '.service_locator.4cDDwts', 'get_ServiceLocator_4cDDwtsService', false],
  11449. 'StudentBundle\\Controller\\HomeworkController:play' => ['privates', '.service_locator.4cDDwts', 'get_ServiceLocator_4cDDwtsService', false],
  11450. 'StudentBundle\\Controller\\HomeworkController:prepare' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  11451. 'StudentBundle\\Controller\\HomeworkController:showMathproblem' => ['privates', '.service_locator.dfwlJ1d', 'get_ServiceLocator_DfwlJ1dService', false],
  11452. 'StudentBundle\\Controller\\KvikMat\\SelfStudyController:start' => ['privates', '.service_locator.GKn4p0p', 'get_ServiceLocator_GKn4p0pService', false],
  11453. 'StudentBundle\\Controller\\PeerSessionController:feedback' => ['privates', '.service_locator.sOAhyHj', 'get_ServiceLocator_SOAhyHjService', false],
  11454. 'StudentBundle\\Controller\\PeerSessionController:mathproblem' => ['privates', '.service_locator.qWRIXEM', 'get_ServiceLocator_QWRIXEMService', false],
  11455. 'StudentBundle\\Controller\\PeerSessionController:rate' => ['privates', '.service_locator.VGZqu1U', 'get_ServiceLocator_VGZqu1UService', false],
  11456. 'StudentBundle\\Controller\\PerformanceController:crammingSummary' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11457. 'StudentBundle\\Controller\\PerformanceController:showDashboard' => ['privates', '.service_locator.K7waSrh', 'get_ServiceLocator_K7waSrhService', false],
  11458. 'StudentBundle\\Controller\\PerformanceController:showDashboardJSON' => ['privates', '.service_locator.JHzn4J2', 'get_ServiceLocator_JHzn4J2Service', false],
  11459. 'StudentBundle\\Controller\\PerformanceController:trainingSummary' => ['privates', '.service_locator.K7waSrh', 'get_ServiceLocator_K7waSrhService', false],
  11460. 'StudentBundle\\Controller\\PretestController:answerPretest' => ['privates', '.service_locator.JYdi1TF', 'get_ServiceLocator_JYdi1TFService', false],
  11461. 'StudentBundle\\Controller\\PretestController:showPretest' => ['privates', '.service_locator.gXw_zZh', 'get_ServiceLocator_GXwZZhService', false],
  11462. 'StudentBundle\\Controller\\QuizSessionController:finish' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  11463. 'StudentBundle\\Controller\\QuizSessionController:getProblem' => ['privates', '.service_locator.VL5gUOu', 'get_ServiceLocator_VL5gUOuService', false],
  11464. 'StudentBundle\\Controller\\QuizSessionController:pause' => ['privates', '.service_locator.bWKO4Fh', 'get_ServiceLocator_BWKO4FhService', false],
  11465. 'StudentBundle\\Controller\\QuizSessionController:play' => ['privates', '.service_locator.bWKO4Fh', 'get_ServiceLocator_BWKO4FhService', false],
  11466. 'StudentBundle\\Controller\\QuizSessionController:saveAnswer' => ['privates', '.service_locator.xYXvlNW', 'get_ServiceLocator_XYXvlNWService', false],
  11467. 'StudentBundle\\Controller\\QuizSessionController:showProblem' => ['privates', '.service_locator.p8P7vwE', 'get_ServiceLocator_P8P7vwEService', false],
  11468. 'StudentBundle\\Controller\\ResultsController:homeworkResultsJSON' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
  11469. 'StudentBundle\\Controller\\ResultsController:trainingSessionResultsJSON' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
  11470. 'StudentBundle\\Controller\\StatisticsController:worksheetSessionResults' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
  11471. 'StudentBundle\\Controller\\TrainingController:checkAnswer' => ['privates', '.service_locator.k.n2emF', 'get_ServiceLocator_K_N2emFService', false],
  11472. 'StudentBundle\\Controller\\TrainingController:prepare' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  11473. 'StudentBundle\\Controller\\TrainingController:prepareJSON' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  11474. 'StudentBundle\\Controller\\TrainingController:showMathproblem' => ['privates', '.service_locator.yDC0lbQ', 'get_ServiceLocator_YDC0lbQService', false],
  11475. 'StudentBundle\\Controller\\WorksheetSessionController:deleteFile' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11476. 'StudentBundle\\Controller\\WorksheetSessionController:showProblem' => ['privates', '.service_locator.Zwp_GcQ', 'get_ServiceLocator_ZwpGcQService', false],
  11477. 'TeacherBundle\\Controller\\API\\DictateActivityController:start' => ['privates', '.service_locator.VLzTtNm', 'get_ServiceLocator_VLzTtNmService', false],
  11478. 'TeacherBundle\\Controller\\API\\DictateActivityController:stop' => ['privates', '.service_locator.VLzTtNm', 'get_ServiceLocator_VLzTtNmService', false],
  11479. 'TeacherBundle\\Controller\\API\\HomeworkController:create' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
  11480. 'TeacherBundle\\Controller\\API\\QuizTypeController:getQuizTypes' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11481. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController:start' => ['privates', '.service_locator.0HemtKK', 'get_ServiceLocator_0HemtKKService', false],
  11482. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController:stop' => ['privates', '.service_locator.0HemtKK', 'get_ServiceLocator_0HemtKKService', false],
  11483. 'TeacherBundle\\Controller\\API\\TagController:getTags' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11484. 'TeacherBundle\\Controller\\API\\TemplateMathproblemController:templateCount' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11485. 'TeacherBundle\\Controller\\API\\TrainingActivityController:create' => ['privates', '.service_locator.DS.G_SS', 'get_ServiceLocator_DS_GSSService', false],
  11486. 'TeacherBundle\\Controller\\API\\WorksheetController:pdfPrint' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11487. 'TeacherBundle\\Controller\\ClassroomController:create' => ['privates', '.service_locator.xLx1lNO', 'get_ServiceLocator_XLx1lNOService', false],
  11488. 'TeacherBundle\\Controller\\ClassroomController:delete' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  11489. 'TeacherBundle\\Controller\\ClassroomController:edit' => ['privates', '.service_locator.AObloNj', 'get_ServiceLocator_AObloNjService', false],
  11490. 'TeacherBundle\\Controller\\ClassroomController:editPointPool' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11491. 'TeacherBundle\\Controller\\ClassroomController:getClassesByInstitution' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
  11492. 'TeacherBundle\\Controller\\ClassroomController:getPointPools' => ['privates', '.service_locator.2VaRhmK', 'get_ServiceLocator_2VaRhmKService', false],
  11493. 'TeacherBundle\\Controller\\ClassroomController:getStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11494. 'TeacherBundle\\Controller\\ClassroomController:join' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11495. 'TeacherBundle\\Controller\\ClassroomController:overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11496. 'TeacherBundle\\Controller\\ClassroomController:select' => ['privates', '.service_locator.xLx1lNO', 'get_ServiceLocator_XLx1lNOService', false],
  11497. 'TeacherBundle\\Controller\\ContentController:addProblem' => ['privates', '.service_locator.hT2Kv93', 'get_ServiceLocator_HT2Kv93Service', false],
  11498. 'TeacherBundle\\Controller\\ContentController:copyMathProblem' => ['privates', '.service_locator.Qap4nxn', 'get_ServiceLocator_Qap4nxnService', false],
  11499. 'TeacherBundle\\Controller\\ContentController:disableMathProblem' => ['privates', '.service_locator.BYW.Cnu', 'get_ServiceLocator_BYW_CnuService', false],
  11500. 'TeacherBundle\\Controller\\ContentController:editMathProblem' => ['privates', '.service_locator.Qap4nxn', 'get_ServiceLocator_Qap4nxnService', false],
  11501. 'TeacherBundle\\Controller\\ContentController:fetchProblems' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  11502. 'TeacherBundle\\Controller\\ContentController:getCompactView' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  11503. 'TeacherBundle\\Controller\\ContentController:getNextProblem' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  11504. 'TeacherBundle\\Controller\\ContentController:getProblems' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
  11505. 'TeacherBundle\\Controller\\DefaultController:editProfile' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
  11506. 'TeacherBundle\\Controller\\DefaultController:help' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  11507. 'TeacherBundle\\Controller\\DefaultController:index' => ['privates', '.service_locator.u8G.hVv', 'get_ServiceLocator_U8G_HVvService', false],
  11508. 'TeacherBundle\\Controller\\ExtendActivityController:extendActivity_' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  11509. 'TeacherBundle\\Controller\\HomeworkController:delete' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  11510. 'TeacherBundle\\Controller\\HomeworkController:start' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  11511. 'TeacherBundle\\Controller\\HomeworkController:stop' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  11512. 'TeacherBundle\\Controller\\HomeworkController:updateDeadline' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  11513. 'TeacherBundle\\Controller\\HomeworkController:updateStartTime' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
  11514. 'TeacherBundle\\Controller\\PeerTrainingController:delete' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
  11515. 'TeacherBundle\\Controller\\PeerTrainingController:start' => ['privates', '.service_locator.YyctuJs', 'get_ServiceLocator_YyctuJsService', false],
  11516. 'TeacherBundle\\Controller\\PeerTrainingController:updateStartTime' => ['privates', '.service_locator.YyctuJs', 'get_ServiceLocator_YyctuJsService', false],
  11517. 'TeacherBundle\\Controller\\QuizController:create' => ['privates', '.service_locator.oCWhl0b', 'get_ServiceLocator_OCWhl0bService', false],
  11518. 'TeacherBundle\\Controller\\QuizController:putQuiz' => ['privates', '.service_locator.ZaMhYwc', 'get_ServiceLocator_ZaMhYwcService', false],
  11519. 'TeacherBundle\\Controller\\QuizSessionController:start' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  11520. 'TeacherBundle\\Controller\\QuizSessionController:stop' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  11521. 'TeacherBundle\\Controller\\QuizSessionController:updateDeadline' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  11522. 'TeacherBundle\\Controller\\QuizSessionController:updateStartTime' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
  11523. 'TeacherBundle\\Controller\\StudentController:add' => ['privates', '.service_locator.JYkp0nJ', 'get_ServiceLocator_JYkp0nJService', false],
  11524. 'TeacherBundle\\Controller\\StudentController:edit' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
  11525. 'TeacherBundle\\Controller\\WorksheetController:addScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11526. 'TeacherBundle\\Controller\\WorksheetController:create' => ['privates', '.service_locator.9k1aagL', 'get_ServiceLocator_9k1aagLService', false],
  11527. 'TeacherBundle\\Controller\\WorksheetController:deleteSession' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  11528. 'TeacherBundle\\Controller\\WorksheetController:fetchWorksheetSolution' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11529. 'TeacherBundle\\Controller\\WorksheetController:postWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  11530. 'TeacherBundle\\Controller\\WorksheetController:print' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11531. 'TeacherBundle\\Controller\\WorksheetController:printSolutions' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11532. 'TeacherBundle\\Controller\\WorksheetController:putSolutionComment' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11533. 'TeacherBundle\\Controller\\WorksheetController:putSolutionScore' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11534. 'TeacherBundle\\Controller\\WorksheetController:putWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  11535. 'TeacherBundle\\Controller\\WorksheetController:resetScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11536. 'TeacherBundle\\Controller\\WorksheetController:results' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
  11537. 'TeacherBundle\\Controller\\WorksheetController:resultsProblem' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
  11538. 'TeacherBundle\\Controller\\WorksheetController:resultsUnit' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
  11539. 'TeacherBundle\\Controller\\WorksheetSessionController:start' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  11540. 'TeacherBundle\\Controller\\WorksheetSessionController:stop' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  11541. 'TeacherBundle\\Controller\\WorksheetSessionController:updateDeadline' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  11542. 'TeacherBundle\\Controller\\WorksheetSessionController:updateStartTime' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
  11543. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11544. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11545. 'TeacherBundle\\Service\\API\\CrammingActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11546. 'TeacherBundle\\Service\\API\\CrammingActivityService:getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11547. 'TeacherBundle\\Service\\API\\CrammingActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11548. 'TeacherBundle\\Service\\API\\DictateActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11549. 'TeacherBundle\\Service\\API\\DictateActivityResultsService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11550. 'TeacherBundle\\Service\\API\\DictateActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11551. 'TeacherBundle\\Service\\API\\DictateActivityService:createUnit' => ['privates', '.service_locator.nl0WT0J', 'get_ServiceLocator_Nl0WT0JService', false],
  11552. 'TeacherBundle\\Service\\API\\DictateActivityService:delete' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11553. 'TeacherBundle\\Service\\API\\DictateActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11554. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11555. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11556. 'TeacherBundle\\Service\\API\\HomeworkService:getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11557. 'TeacherBundle\\Service\\API\\HomeworkService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11558. 'TeacherBundle\\Service\\API\\PeerActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11559. 'TeacherBundle\\Service\\API\\QuizActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11560. 'TeacherBundle\\Service\\API\\QuizActivityResultsService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11561. 'TeacherBundle\\Service\\API\\QuizActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11562. 'TeacherBundle\\Service\\API\\QuizActivityService:setQuizService' => ['privates', '.service_locator.ZaMhYwc', 'get_ServiceLocator_ZaMhYwcService', false],
  11563. 'TeacherBundle\\Service\\API\\QuizActivityService:setQuizSession' => ['privates', '.service_locator..AvQV0i', 'get_ServiceLocator__AvQV0iService', false],
  11564. 'TeacherBundle\\Service\\API\\QuizActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11565. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11566. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:createUnit' => ['privates', '.service_locator.eTXI8ud', 'get_ServiceLocator_ETXI8udService', false],
  11567. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:delete' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11568. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11569. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11570. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11571. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11572. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11573. 'TeacherBundle\\Service\\API\\TrainingActivityService:getJsonActivityCopy' => ['privates', '.service_locator.NMOWD.L', 'get_ServiceLocator_NMOWD_LService', false],
  11574. 'TeacherBundle\\Service\\API\\TrainingActivityService:getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11575. 'TeacherBundle\\Service\\API\\TrainingActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11576. 'TeacherBundle\\Service\\API\\WorksheetActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11577. 'TeacherBundle\\Service\\API\\WorksheetActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11578. 'TeacherBundle\\Service\\API\\WorksheetActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
  11579. 'UserBundle\\Controller\\DefaultController:getParamRow' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11580. 'UserBundle\\Controller\\DefaultController:getParams' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11581. 'UserBundle\\Controller\\DefaultController:redirectUser' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11582. 'UserBundle\\Controller\\DefaultController:setParam' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
  11583. 'UserBundle\\Controller\\RegistrationController:register' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  11584. 'UserBundle\\Controller\\RegistrationController:verifyUserEmail' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
  11585. 'UserBundle\\Controller\\ResetPasswordController:change' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
  11586. 'UserBundle\\Controller\\ResetPasswordController:request' => ['privates', '.service_locator.cFsh_cq', 'get_ServiceLocator_CFshCqService', false],
  11587. 'UserBundle\\Controller\\ResetPasswordController:reset' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
  11588. 'UserBundle\\Controller\\SetupTwoFactorAuthController:qrCode' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  11589. 'UserBundle\\Controller\\SetupTwoFactorAuthController:setup' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
  11590. 'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  11591. 'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
  11592. ], [
  11593. 'AdminBundle\\Controller\\BugReportsController::fetchBugReport' => '?',
  11594. 'AdminBundle\\Controller\\BugReportsController::fetchBugReports' => '?',
  11595. 'AdminBundle\\Controller\\BugReportsController::resolveBugReport' => '?',
  11596. 'AdminBundle\\Controller\\BugReportsController::show' => '?',
  11597. 'AdminBundle\\Controller\\ContentController::displayMathproblems' => '?',
  11598. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::autocomplete' => '?',
  11599. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::batchDelete' => '?',
  11600. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureActions' => '?',
  11601. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureAssets' => '?',
  11602. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureCrud' => '?',
  11603. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureFilters' => '?',
  11604. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureResponseParameters' => '?',
  11605. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createEditForm' => '?',
  11606. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createEditFormBuilder' => '?',
  11607. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createIndexQueryBuilder' => '?',
  11608. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createNewForm' => '?',
  11609. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createNewFormBuilder' => '?',
  11610. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::delete' => '?',
  11611. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::deleteEntity' => '?',
  11612. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::detail' => '?',
  11613. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::edit' => '?',
  11614. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::index' => '?',
  11615. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::new' => '?',
  11616. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::persistEntity' => '?',
  11617. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::renderFilters' => '?',
  11618. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::updateEntity' => '?',
  11619. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::autocomplete' => '?',
  11620. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::batchDelete' => '?',
  11621. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureActions' => '?',
  11622. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureAssets' => '?',
  11623. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureCrud' => '?',
  11624. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureFilters' => '?',
  11625. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureResponseParameters' => '?',
  11626. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createEditForm' => '?',
  11627. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createEditFormBuilder' => '?',
  11628. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createIndexQueryBuilder' => '?',
  11629. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createNewForm' => '?',
  11630. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createNewFormBuilder' => '?',
  11631. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::delete' => '?',
  11632. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::deleteEntity' => '?',
  11633. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::detail' => '?',
  11634. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::edit' => '?',
  11635. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::index' => '?',
  11636. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::inviteUser' => '?',
  11637. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::new' => '?',
  11638. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::persistEntity' => '?',
  11639. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::renderFilters' => '?',
  11640. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::toggleAdmins' => '?',
  11641. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::updateEntity' => '?',
  11642. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::autocomplete' => '?',
  11643. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::batchDelete' => '?',
  11644. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureActions' => '?',
  11645. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureAssets' => '?',
  11646. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureCrud' => '?',
  11647. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureFilters' => '?',
  11648. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureResponseParameters' => '?',
  11649. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createEditForm' => '?',
  11650. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createEditFormBuilder' => '?',
  11651. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createIndexQueryBuilder' => '?',
  11652. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createNewForm' => '?',
  11653. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createNewFormBuilder' => '?',
  11654. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::delete' => '?',
  11655. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::deleteEntity' => '?',
  11656. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::detail' => '?',
  11657. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::edit' => '?',
  11658. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::index' => '?',
  11659. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::markAsResolved' => '?',
  11660. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::new' => '?',
  11661. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::persistEntity' => '?',
  11662. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::previewProblem' => '?',
  11663. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::renderFilters' => '?',
  11664. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::showAllBugReports' => '?',
  11665. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::showProblemsForTemplate' => '?',
  11666. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::updateEntity' => '?',
  11667. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::autocomplete' => '?',
  11668. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::batchDelete' => '?',
  11669. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureActions' => '?',
  11670. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureAssets' => '?',
  11671. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureCrud' => '?',
  11672. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureFilters' => '?',
  11673. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureResponseParameters' => '?',
  11674. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createEditForm' => '?',
  11675. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createEditFormBuilder' => '?',
  11676. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createIndexQueryBuilder' => '?',
  11677. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createNewForm' => '?',
  11678. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createNewFormBuilder' => '?',
  11679. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::delete' => '?',
  11680. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::deleteEntity' => '?',
  11681. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::detail' => '?',
  11682. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::edit' => '?',
  11683. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::index' => '?',
  11684. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::new' => '?',
  11685. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::persistEntity' => '?',
  11686. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::renderFilters' => '?',
  11687. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::updateEntity' => '?',
  11688. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::viewTopics' => '?',
  11689. 'AdminBundle\\Controller\\EasyAdmin\\DashboardController::configureUserMenu' => '?',
  11690. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::autocomplete' => '?',
  11691. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::batchDelete' => '?',
  11692. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureActions' => '?',
  11693. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureAssets' => '?',
  11694. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureCrud' => '?',
  11695. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureFilters' => '?',
  11696. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureResponseParameters' => '?',
  11697. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createEditForm' => '?',
  11698. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createEditFormBuilder' => '?',
  11699. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createIndexQueryBuilder' => '?',
  11700. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createNewForm' => '?',
  11701. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createNewFormBuilder' => '?',
  11702. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::delete' => '?',
  11703. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::deleteEntity' => '?',
  11704. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::detail' => '?',
  11705. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::edit' => '?',
  11706. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::index' => '?',
  11707. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::inviteUser' => '?',
  11708. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::new' => '?',
  11709. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::persistEntity' => '?',
  11710. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::renderFilters' => '?',
  11711. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::toggleAdmins' => '?',
  11712. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::updateEntity' => '?',
  11713. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::autocomplete' => '?',
  11714. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::batchDelete' => '?',
  11715. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureActions' => '?',
  11716. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureAssets' => '?',
  11717. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureCrud' => '?',
  11718. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureFilters' => '?',
  11719. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureResponseParameters' => '?',
  11720. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createEditForm' => '?',
  11721. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createEditFormBuilder' => '?',
  11722. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createIndexQueryBuilder' => '?',
  11723. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createNewForm' => '?',
  11724. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createNewFormBuilder' => '?',
  11725. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::delete' => '?',
  11726. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::deleteEntity' => '?',
  11727. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::detail' => '?',
  11728. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::edit' => '?',
  11729. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::index' => '?',
  11730. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::new' => '?',
  11731. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::persistEntity' => '?',
  11732. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::renderFilters' => '?',
  11733. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::updateEntity' => '?',
  11734. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::autocomplete' => '?',
  11735. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::batchDelete' => '?',
  11736. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureActions' => '?',
  11737. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureAssets' => '?',
  11738. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureCrud' => '?',
  11739. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureFilters' => '?',
  11740. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureResponseParameters' => '?',
  11741. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createEditForm' => '?',
  11742. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createEditFormBuilder' => '?',
  11743. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createIndexQueryBuilder' => '?',
  11744. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createNewForm' => '?',
  11745. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createNewFormBuilder' => '?',
  11746. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::delete' => '?',
  11747. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::deleteEntity' => '?',
  11748. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::detail' => '?',
  11749. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::edit' => '?',
  11750. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::index' => '?',
  11751. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::new' => '?',
  11752. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::persistEntity' => '?',
  11753. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::renderFilters' => '?',
  11754. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::updateEntity' => '?',
  11755. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::autocomplete' => '?',
  11756. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::batchDelete' => '?',
  11757. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureActions' => '?',
  11758. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureAssets' => '?',
  11759. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureCrud' => '?',
  11760. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureFilters' => '?',
  11761. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureResponseParameters' => '?',
  11762. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createEditForm' => '?',
  11763. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createEditFormBuilder' => '?',
  11764. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createIndexQueryBuilder' => '?',
  11765. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createNewForm' => '?',
  11766. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createNewFormBuilder' => '?',
  11767. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::delete' => '?',
  11768. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::deleteEntity' => '?',
  11769. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::detail' => '?',
  11770. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::edit' => '?',
  11771. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::index' => '?',
  11772. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::new' => '?',
  11773. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::persistEntity' => '?',
  11774. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::renderFilters' => '?',
  11775. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::updateEntity' => '?',
  11776. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::autocomplete' => '?',
  11777. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::batchDelete' => '?',
  11778. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureActions' => '?',
  11779. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureAssets' => '?',
  11780. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureCrud' => '?',
  11781. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureFilters' => '?',
  11782. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureResponseParameters' => '?',
  11783. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::copyEntity' => '?',
  11784. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createEditForm' => '?',
  11785. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createEditFormBuilder' => '?',
  11786. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createIndexQueryBuilder' => '?',
  11787. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createNewForm' => '?',
  11788. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createNewFormBuilder' => '?',
  11789. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::delete' => '?',
  11790. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::deleteEntity' => '?',
  11791. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::detail' => '?',
  11792. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::edit' => '?',
  11793. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::index' => '?',
  11794. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::new' => '?',
  11795. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::persistEntity' => '?',
  11796. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::renderFilters' => '?',
  11797. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::updateEntity' => '?',
  11798. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::autocomplete' => '?',
  11799. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::batchDelete' => '?',
  11800. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureActions' => '?',
  11801. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureAssets' => '?',
  11802. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureCrud' => '?',
  11803. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureFilters' => '?',
  11804. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureResponseParameters' => '?',
  11805. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::copyEntity' => '?',
  11806. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createEditForm' => '?',
  11807. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createEditFormBuilder' => '?',
  11808. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createIndexQueryBuilder' => '?',
  11809. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createNewForm' => '?',
  11810. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createNewFormBuilder' => '?',
  11811. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::delete' => '?',
  11812. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::deleteEntity' => '?',
  11813. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::deleteQuizSessions' => '?',
  11814. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::detail' => '?',
  11815. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::edit' => '?',
  11816. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::index' => '?',
  11817. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::new' => '?',
  11818. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::persistEntity' => '?',
  11819. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::renderFilters' => '?',
  11820. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::updateEntity' => '?',
  11821. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::autocomplete' => '?',
  11822. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::batchDelete' => '?',
  11823. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureActions' => '?',
  11824. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureAssets' => '?',
  11825. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureCrud' => '?',
  11826. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureFilters' => '?',
  11827. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureResponseParameters' => '?',
  11828. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::copyEntity' => '?',
  11829. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createEditForm' => '?',
  11830. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createEditFormBuilder' => '?',
  11831. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createIndexQueryBuilder' => '?',
  11832. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createNewForm' => '?',
  11833. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createNewFormBuilder' => '?',
  11834. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::delete' => '?',
  11835. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::deleteEntity' => '?',
  11836. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::detail' => '?',
  11837. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::edit' => '?',
  11838. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::index' => '?',
  11839. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::new' => '?',
  11840. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::persistEntity' => '?',
  11841. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::renderFilters' => '?',
  11842. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::updateEntity' => '?',
  11843. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::autocomplete' => '?',
  11844. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::batchDelete' => '?',
  11845. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureActions' => '?',
  11846. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureAssets' => '?',
  11847. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureCrud' => '?',
  11848. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureFilters' => '?',
  11849. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureResponseParameters' => '?',
  11850. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createEditForm' => '?',
  11851. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createEditFormBuilder' => '?',
  11852. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createIndexQueryBuilder' => '?',
  11853. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createNewForm' => '?',
  11854. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createNewFormBuilder' => '?',
  11855. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::delete' => '?',
  11856. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::deleteEntity' => '?',
  11857. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::detail' => '?',
  11858. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::edit' => '?',
  11859. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::index' => '?',
  11860. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::new' => '?',
  11861. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::persistEntity' => '?',
  11862. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::renderFilters' => '?',
  11863. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::updateEntity' => '?',
  11864. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::viewProblems' => '?',
  11865. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::autocomplete' => '?',
  11866. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::batchDelete' => '?',
  11867. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureActions' => '?',
  11868. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureAssets' => '?',
  11869. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureCrud' => '?',
  11870. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureFilters' => '?',
  11871. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureResponseParameters' => '?',
  11872. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::countEnabledQuizzes' => '?',
  11873. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createEditForm' => '?',
  11874. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createEditFormBuilder' => '?',
  11875. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createIndexQueryBuilder' => '?',
  11876. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createNewForm' => '?',
  11877. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createNewFormBuilder' => '?',
  11878. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::delete' => '?',
  11879. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::deleteEntity' => '?',
  11880. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::detail' => '?',
  11881. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::edit' => '?',
  11882. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::index' => '?',
  11883. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::new' => '?',
  11884. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::persistEntity' => '?',
  11885. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::renderFilters' => '?',
  11886. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::updateEntity' => '?',
  11887. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewAudio' => '?',
  11888. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewAuthors' => '?',
  11889. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewImages' => '?',
  11890. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewQuizzes' => '?',
  11891. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::autocomplete' => '?',
  11892. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::batchDelete' => '?',
  11893. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureActions' => '?',
  11894. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureAssets' => '?',
  11895. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureCrud' => '?',
  11896. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureFilters' => '?',
  11897. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureResponseParameters' => '?',
  11898. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::countEnabledQuizzes' => '?',
  11899. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createEditForm' => '?',
  11900. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createEditFormBuilder' => '?',
  11901. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createIndexQueryBuilder' => '?',
  11902. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createNewForm' => '?',
  11903. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createNewFormBuilder' => '?',
  11904. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::delete' => '?',
  11905. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::deleteEntity' => '?',
  11906. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::detail' => '?',
  11907. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::edit' => '?',
  11908. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::index' => '?',
  11909. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::new' => '?',
  11910. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::persistEntity' => '?',
  11911. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::renderFilters' => '?',
  11912. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::updateEntity' => '?',
  11913. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewAudio' => '?',
  11914. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewAuthors' => '?',
  11915. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewImages' => '?',
  11916. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewQuizzes' => '?',
  11917. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::autocomplete' => '?',
  11918. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::batchDelete' => '?',
  11919. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureActions' => '?',
  11920. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureAssets' => '?',
  11921. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureCrud' => '?',
  11922. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureFilters' => '?',
  11923. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureResponseParameters' => '?',
  11924. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createEditForm' => '?',
  11925. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createEditFormBuilder' => '?',
  11926. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createIndexQueryBuilder' => '?',
  11927. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createNewForm' => '?',
  11928. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createNewFormBuilder' => '?',
  11929. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::delete' => '?',
  11930. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::deleteEntity' => '?',
  11931. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::detail' => '?',
  11932. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::edit' => '?',
  11933. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::index' => '?',
  11934. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::new' => '?',
  11935. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::persistEntity' => '?',
  11936. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::renderFilters' => '?',
  11937. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::updateEntity' => '?',
  11938. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::viewEditors' => '?',
  11939. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::viewPublications' => '?',
  11940. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::autocomplete' => '?',
  11941. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::batchDelete' => '?',
  11942. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureActions' => '?',
  11943. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureAssets' => '?',
  11944. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureCrud' => '?',
  11945. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureFilters' => '?',
  11946. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureResponseParameters' => '?',
  11947. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::countEnabledProblems' => '?',
  11948. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createEditForm' => '?',
  11949. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createEditFormBuilder' => '?',
  11950. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createIndexQueryBuilder' => '?',
  11951. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createNewForm' => '?',
  11952. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createNewFormBuilder' => '?',
  11953. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::delete' => '?',
  11954. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::deleteEntity' => '?',
  11955. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::detail' => '?',
  11956. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::edit' => '?',
  11957. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::index' => '?',
  11958. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::new' => '?',
  11959. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::persistEntity' => '?',
  11960. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::problemsArePublished' => '?',
  11961. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::renderFilters' => '?',
  11962. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::updateEntity' => '?',
  11963. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::viewProblems' => '?',
  11964. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::autocomplete' => '?',
  11965. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::batchDelete' => '?',
  11966. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureActions' => '?',
  11967. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureAssets' => '?',
  11968. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureCrud' => '?',
  11969. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureFilters' => '?',
  11970. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureResponseParameters' => '?',
  11971. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::countEnabledProblems' => '?',
  11972. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createEditForm' => '?',
  11973. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createEditFormBuilder' => '?',
  11974. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createIndexQueryBuilder' => '?',
  11975. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createNewForm' => '?',
  11976. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createNewFormBuilder' => '?',
  11977. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::delete' => '?',
  11978. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::deleteEntity' => '?',
  11979. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::detail' => '?',
  11980. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::edit' => '?',
  11981. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::index' => '?',
  11982. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::new' => '?',
  11983. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::persistEntity' => '?',
  11984. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::problemsArePublished' => '?',
  11985. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::renderFilters' => '?',
  11986. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::updateEntity' => '?',
  11987. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::viewProblems' => '?',
  11988. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::autocomplete' => '?',
  11989. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::batchDelete' => '?',
  11990. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureActions' => '?',
  11991. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureAssets' => '?',
  11992. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureCrud' => '?',
  11993. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureFilters' => '?',
  11994. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureResponseParameters' => '?',
  11995. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createEditForm' => '?',
  11996. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createEditFormBuilder' => '?',
  11997. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createIndexQueryBuilder' => '?',
  11998. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createNewForm' => '?',
  11999. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createNewFormBuilder' => '?',
  12000. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::delete' => '?',
  12001. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::deleteEntity' => '?',
  12002. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::detail' => '?',
  12003. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::edit' => '?',
  12004. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::index' => '?',
  12005. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::new' => '?',
  12006. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::persistEntity' => '?',
  12007. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::renderFilters' => '?',
  12008. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::updateEntity' => '?',
  12009. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::autocomplete' => '?',
  12010. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::batchDelete' => '?',
  12011. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::configureActions' => '?',
  12012. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::configureAssets' => '?',
  12013. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::configureCrud' => '?',
  12014. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::configureFilters' => '?',
  12015. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::configureResponseParameters' => '?',
  12016. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::createEditForm' => '?',
  12017. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::createEditFormBuilder' => '?',
  12018. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::createIndexQueryBuilder' => '?',
  12019. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::createNewForm' => '?',
  12020. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::createNewFormBuilder' => '?',
  12021. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::delete' => '?',
  12022. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::deleteEntity' => '?',
  12023. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::detail' => '?',
  12024. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::edit' => '?',
  12025. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::index' => '?',
  12026. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::new' => '?',
  12027. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::persistEntity' => '?',
  12028. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::renderFilters' => '?',
  12029. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController::updateEntity' => '?',
  12030. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::autocomplete' => '?',
  12031. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::batchDelete' => '?',
  12032. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureActions' => '?',
  12033. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureAssets' => '?',
  12034. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureCrud' => '?',
  12035. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureFilters' => '?',
  12036. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureResponseParameters' => '?',
  12037. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createEditForm' => '?',
  12038. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createEditFormBuilder' => '?',
  12039. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createIndexQueryBuilder' => '?',
  12040. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createNewForm' => '?',
  12041. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createNewFormBuilder' => '?',
  12042. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::delete' => '?',
  12043. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::deleteEntity' => '?',
  12044. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::detail' => '?',
  12045. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::edit' => '?',
  12046. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::index' => '?',
  12047. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::new' => '?',
  12048. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::persistEntity' => '?',
  12049. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::renderFilters' => '?',
  12050. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::updateEntity' => '?',
  12051. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::autocomplete' => '?',
  12052. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::batchDelete' => '?',
  12053. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureActions' => '?',
  12054. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureAssets' => '?',
  12055. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureCrud' => '?',
  12056. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureFilters' => '?',
  12057. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureResponseParameters' => '?',
  12058. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::copyEntity' => '?',
  12059. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createEditForm' => '?',
  12060. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createEditFormBuilder' => '?',
  12061. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createIndexQueryBuilder' => '?',
  12062. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createNewForm' => '?',
  12063. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createNewFormBuilder' => '?',
  12064. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::delete' => '?',
  12065. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::deleteEntity' => '?',
  12066. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::detail' => '?',
  12067. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::edit' => '?',
  12068. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::index' => '?',
  12069. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::new' => '?',
  12070. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::persistEntity' => '?',
  12071. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::renderFilters' => '?',
  12072. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::updateEntity' => '?',
  12073. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::viewProblems' => '?',
  12074. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::autocomplete' => '?',
  12075. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::batchDelete' => '?',
  12076. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureActions' => '?',
  12077. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureAssets' => '?',
  12078. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureCrud' => '?',
  12079. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureFilters' => '?',
  12080. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureResponseParameters' => '?',
  12081. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::copyEntity' => '?',
  12082. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createEditForm' => '?',
  12083. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createEditFormBuilder' => '?',
  12084. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createIndexQueryBuilder' => '?',
  12085. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createNewForm' => '?',
  12086. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createNewFormBuilder' => '?',
  12087. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::delete' => '?',
  12088. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::deleteEntity' => '?',
  12089. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::detail' => '?',
  12090. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::edit' => '?',
  12091. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::index' => '?',
  12092. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::new' => '?',
  12093. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::persistEntity' => '?',
  12094. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::renderFilters' => '?',
  12095. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::toggleTemplatesWithInvalidMathProblems' => '?',
  12096. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::updateEntity' => '?',
  12097. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::viewProblems' => '?',
  12098. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::autocomplete' => '?',
  12099. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::batchDelete' => '?',
  12100. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureActions' => '?',
  12101. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureAssets' => '?',
  12102. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureCrud' => '?',
  12103. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureFilters' => '?',
  12104. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureResponseParameters' => '?',
  12105. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createEditForm' => '?',
  12106. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createEditFormBuilder' => '?',
  12107. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createIndexQueryBuilder' => '?',
  12108. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createNewForm' => '?',
  12109. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createNewFormBuilder' => '?',
  12110. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::delete' => '?',
  12111. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::deleteEntity' => '?',
  12112. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::detail' => '?',
  12113. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::edit' => '?',
  12114. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::index' => '?',
  12115. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::new' => '?',
  12116. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::persistEntity' => '?',
  12117. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::renderFilters' => '?',
  12118. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::updateEntity' => '?',
  12119. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::autocomplete' => '?',
  12120. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::batchDelete' => '?',
  12121. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureActions' => '?',
  12122. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureAssets' => '?',
  12123. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureCrud' => '?',
  12124. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureFilters' => '?',
  12125. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureResponseParameters' => '?',
  12126. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::copyEntity' => '?',
  12127. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createEditForm' => '?',
  12128. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createEditFormBuilder' => '?',
  12129. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createIndexQueryBuilder' => '?',
  12130. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createNewForm' => '?',
  12131. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createNewFormBuilder' => '?',
  12132. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::delete' => '?',
  12133. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::deleteEntity' => '?',
  12134. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::detail' => '?',
  12135. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::edit' => '?',
  12136. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::index' => '?',
  12137. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::new' => '?',
  12138. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::persistEntity' => '?',
  12139. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::quizFromTopic' => '?',
  12140. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::renderFilters' => '?',
  12141. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::updateEntity' => '?',
  12142. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::viewTemplates' => '?',
  12143. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::autocomplete' => '?',
  12144. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::batchDelete' => '?',
  12145. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureActions' => '?',
  12146. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureAssets' => '?',
  12147. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureCrud' => '?',
  12148. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureFilters' => '?',
  12149. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureResponseParameters' => '?',
  12150. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::copyEntity' => '?',
  12151. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createEditForm' => '?',
  12152. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createEditFormBuilder' => '?',
  12153. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createIndexQueryBuilder' => '?',
  12154. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createNewForm' => '?',
  12155. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createNewFormBuilder' => '?',
  12156. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::delete' => '?',
  12157. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::deleteEntity' => '?',
  12158. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::detail' => '?',
  12159. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::edit' => '?',
  12160. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::index' => '?',
  12161. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::new' => '?',
  12162. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::persistEntity' => '?',
  12163. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::quizFromTopic' => '?',
  12164. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::renderFilters' => '?',
  12165. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::updateEntity' => '?',
  12166. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::viewTemplates' => '?',
  12167. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::autocomplete' => '?',
  12168. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::batchDelete' => '?',
  12169. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureActions' => '?',
  12170. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureAssets' => '?',
  12171. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureCrud' => '?',
  12172. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureFilters' => '?',
  12173. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureResponseParameters' => '?',
  12174. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createEditForm' => '?',
  12175. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createEditFormBuilder' => '?',
  12176. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createIndexQueryBuilder' => '?',
  12177. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createNewForm' => '?',
  12178. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createNewFormBuilder' => '?',
  12179. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::delete' => '?',
  12180. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::deleteEntity' => '?',
  12181. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::detail' => '?',
  12182. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::edit' => '?',
  12183. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::index' => '?',
  12184. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::inviteUser' => '?',
  12185. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::new' => '?',
  12186. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::persistEntity' => '?',
  12187. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::renderFilters' => '?',
  12188. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::toggleAdmins' => '?',
  12189. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::updateEntity' => '?',
  12190. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::autocomplete' => '?',
  12191. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::batchDelete' => '?',
  12192. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::configureActions' => '?',
  12193. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::configureAssets' => '?',
  12194. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::configureCrud' => '?',
  12195. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::configureFilters' => '?',
  12196. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::configureResponseParameters' => '?',
  12197. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::createEditForm' => '?',
  12198. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::createEditFormBuilder' => '?',
  12199. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::createIndexQueryBuilder' => '?',
  12200. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::createNewForm' => '?',
  12201. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::createNewFormBuilder' => '?',
  12202. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::delete' => '?',
  12203. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::deleteEntity' => '?',
  12204. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::detail' => '?',
  12205. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::edit' => '?',
  12206. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::index' => '?',
  12207. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::new' => '?',
  12208. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::persistEntity' => '?',
  12209. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::renderFilters' => '?',
  12210. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController::updateEntity' => '?',
  12211. 'AdminBundle\\Controller\\MathproblemController::addAction' => '?',
  12212. 'AdminBundle\\Controller\\MathproblemController::count' => '?',
  12213. 'AdminBundle\\Controller\\MathproblemController::createAction' => '?',
  12214. 'AdminBundle\\Controller\\MathproblemController::deleteAction' => '?',
  12215. 'AdminBundle\\Controller\\MathproblemController::deleteImageAction' => '?',
  12216. 'AdminBundle\\Controller\\MathproblemController::disable' => '?',
  12217. 'AdminBundle\\Controller\\MathproblemController::editAction' => '?',
  12218. 'AdminBundle\\Controller\\MathproblemController::mathproblemlookupAction' => '?',
  12219. 'AdminBundle\\Controller\\MathproblemController::overview' => '?',
  12220. 'AdminBundle\\Controller\\MathproblemController::showAction' => '?',
  12221. 'AdminBundle\\Controller\\MathproblemController::updateAction' => '?',
  12222. 'AdminBundle\\Controller\\ProblemController::edit' => '?',
  12223. 'AdminBundle\\Controller\\ResetPasswordController::reset' => '?',
  12224. 'AdminBundle\\Controller\\TagController::lookup' => '?',
  12225. 'AdminBundle\\Controller\\TemplateController::disable' => '?',
  12226. 'AdminBundle\\Controller\\TemplateController::overview' => '?',
  12227. 'CoreBundle\\Controller\\API\\PollyController::textToSpeech' => '?',
  12228. 'CoreBundle\\Controller\\API\\ProblemController::activeQuizSession' => '?',
  12229. 'CoreBundle\\Controller\\API\\ProblemController::getProblems' => '?',
  12230. 'CoreBundle\\Controller\\API\\ProblemController::getResults' => '?',
  12231. 'CoreBundle\\Controller\\API\\ProblemController::resetQuestion' => '?',
  12232. 'CoreBundle\\Controller\\API\\ProblemController::saveAnswer' => '?',
  12233. 'CoreBundle\\Controller\\API\\ProblemController::setQuizSessionRepository' => '?',
  12234. 'CoreBundle\\Controller\\API\\ProblemController::setValidator' => '?',
  12235. 'CoreBundle\\Controller\\API\\ProblemController::startQuiz' => '?',
  12236. 'CoreBundle\\Controller\\API\\SharedQuizController::archive' => '?',
  12237. 'CoreBundle\\Controller\\API\\SharedQuizController::copyQuiz' => '?',
  12238. 'CoreBundle\\Controller\\API\\SharedQuizController::create' => '?',
  12239. 'CoreBundle\\Controller\\API\\SharedQuizController::edit' => '?',
  12240. 'CoreBundle\\Controller\\API\\SharedQuizController::finishStudentQuizUnit' => '?',
  12241. 'CoreBundle\\Controller\\API\\SharedQuizController::saveAnswer' => '?',
  12242. 'CoreBundle\\Controller\\API\\SharedQuizController::setStartedAtStudentQuizUnit' => '?',
  12243. 'CoreBundle\\Controller\\API\\SharedQuizController::startStudentQuizUnit' => '?',
  12244. 'CoreBundle\\Controller\\API\\SharedQuizController::studentGetProblems' => '?',
  12245. 'CoreBundle\\Controller\\API\\SharedQuizController::studentOverviewQuizzes' => '?',
  12246. 'CoreBundle\\Controller\\API\\SharedQuizController::studentQuizUnitResults' => '?',
  12247. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherActivateQuestion' => '?',
  12248. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherDeactivateQuestion' => '?',
  12249. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewDeleteStudentQuizUnit' => '?',
  12250. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewGetProblemsForQuiz' => '?',
  12251. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizUnit' => '?',
  12252. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzes' => '?',
  12253. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesPin' => '?',
  12254. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesSingle' => '?',
  12255. 'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesUnpin' => '?',
  12256. 'CoreBundle\\Controller\\API\\SharedQuizController::unarchive' => '?',
  12257. 'CoreBundle\\Controller\\BugReportController::reportMpBug' => '?',
  12258. 'CoreBundle\\Controller\\DataController::refreshStudentClassroomPointPools' => '?',
  12259. 'CoreBundle\\Controller\\DataController::refreshStudentSelfStudyPointPools' => '?',
  12260. 'CoreBundle\\Controller\\DataController::refreshStudentSessions' => '?',
  12261. 'CoreBundle\\Controller\\DataController::refreshStudentSessionsJSON' => '?',
  12262. 'CoreBundle\\Controller\\DataController::refreshTeacherStudents' => '?',
  12263. 'CoreBundle\\Controller\\EventLoggerController::log' => '?',
  12264. 'CoreBundle\\Controller\\MathProblemController::getAudioFile' => '?',
  12265. 'CoreBundle\\Controller\\ResultsController::crammingActivityResult' => '?',
  12266. 'CoreBundle\\Controller\\ResultsController::quizResults' => '?',
  12267. 'CoreBundle\\Controller\\TextbookController::fetchCategory' => '?',
  12268. 'CoreBundle\\Controller\\TextbookController::getAudioFile' => '?',
  12269. 'StudentBundle\\Controller\\ClassroomsController::index' => '?',
  12270. 'StudentBundle\\Controller\\ClassroomsController::removeClassroom' => '?',
  12271. 'StudentBundle\\Controller\\CrammingActivityController::checkAnswer' => '?',
  12272. 'StudentBundle\\Controller\\CrammingActivityController::pauseActivityHomework' => '?',
  12273. 'StudentBundle\\Controller\\CrammingActivityController::playActivityHomework' => '?',
  12274. 'StudentBundle\\Controller\\CrammingActivityController::showMathProblem' => '?',
  12275. 'StudentBundle\\Controller\\DashboardController::getTextAudio' => '?',
  12276. 'StudentBundle\\Controller\\DashboardController::show' => '?',
  12277. 'StudentBundle\\Controller\\DashboardController::topicTrainingResults' => '?',
  12278. 'StudentBundle\\Controller\\DefaultController::clearImpersonation' => '?',
  12279. 'StudentBundle\\Controller\\DefaultController::index' => '?',
  12280. 'StudentBundle\\Controller\\HomeworkController::checkAnswer' => '?',
  12281. 'StudentBundle\\Controller\\HomeworkController::pause' => '?',
  12282. 'StudentBundle\\Controller\\HomeworkController::play' => '?',
  12283. 'StudentBundle\\Controller\\HomeworkController::prepare' => '?',
  12284. 'StudentBundle\\Controller\\HomeworkController::showMathproblem' => '?',
  12285. 'StudentBundle\\Controller\\KvikMat\\SelfStudyController::start' => '?',
  12286. 'StudentBundle\\Controller\\PeerSessionController::feedback' => '?',
  12287. 'StudentBundle\\Controller\\PeerSessionController::mathproblem' => '?',
  12288. 'StudentBundle\\Controller\\PeerSessionController::rate' => '?',
  12289. 'StudentBundle\\Controller\\PerformanceController::crammingSummary' => '?',
  12290. 'StudentBundle\\Controller\\PerformanceController::showDashboard' => '?',
  12291. 'StudentBundle\\Controller\\PerformanceController::showDashboardJSON' => '?',
  12292. 'StudentBundle\\Controller\\PerformanceController::trainingSummary' => '?',
  12293. 'StudentBundle\\Controller\\PretestController::answerPretest' => '?',
  12294. 'StudentBundle\\Controller\\PretestController::showPretest' => '?',
  12295. 'StudentBundle\\Controller\\QuizSessionController::finish' => '?',
  12296. 'StudentBundle\\Controller\\QuizSessionController::getProblem' => '?',
  12297. 'StudentBundle\\Controller\\QuizSessionController::pause' => '?',
  12298. 'StudentBundle\\Controller\\QuizSessionController::play' => '?',
  12299. 'StudentBundle\\Controller\\QuizSessionController::saveAnswer' => '?',
  12300. 'StudentBundle\\Controller\\QuizSessionController::showProblem' => '?',
  12301. 'StudentBundle\\Controller\\ResultsController::homeworkResultsJSON' => '?',
  12302. 'StudentBundle\\Controller\\ResultsController::trainingSessionResultsJSON' => '?',
  12303. 'StudentBundle\\Controller\\StatisticsController::worksheetSessionResults' => '?',
  12304. 'StudentBundle\\Controller\\TrainingController::checkAnswer' => '?',
  12305. 'StudentBundle\\Controller\\TrainingController::prepare' => '?',
  12306. 'StudentBundle\\Controller\\TrainingController::prepareJSON' => '?',
  12307. 'StudentBundle\\Controller\\TrainingController::showMathproblem' => '?',
  12308. 'StudentBundle\\Controller\\WorksheetSessionController::deleteFile' => '?',
  12309. 'StudentBundle\\Controller\\WorksheetSessionController::showProblem' => '?',
  12310. 'TeacherBundle\\Controller\\API\\DictateActivityController::start' => '?',
  12311. 'TeacherBundle\\Controller\\API\\DictateActivityController::stop' => '?',
  12312. 'TeacherBundle\\Controller\\API\\HomeworkController::create' => '?',
  12313. 'TeacherBundle\\Controller\\API\\QuizTypeController::getQuizTypes' => '?',
  12314. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController::start' => '?',
  12315. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController::stop' => '?',
  12316. 'TeacherBundle\\Controller\\API\\TagController::getTags' => '?',
  12317. 'TeacherBundle\\Controller\\API\\TemplateMathproblemController::templateCount' => '?',
  12318. 'TeacherBundle\\Controller\\API\\TrainingActivityController::create' => '?',
  12319. 'TeacherBundle\\Controller\\API\\WorksheetController::pdfPrint' => '?',
  12320. 'TeacherBundle\\Controller\\ClassroomController::create' => '?',
  12321. 'TeacherBundle\\Controller\\ClassroomController::delete' => '?',
  12322. 'TeacherBundle\\Controller\\ClassroomController::edit' => '?',
  12323. 'TeacherBundle\\Controller\\ClassroomController::editPointPool' => '?',
  12324. 'TeacherBundle\\Controller\\ClassroomController::getClassesByInstitution' => '?',
  12325. 'TeacherBundle\\Controller\\ClassroomController::getPointPools' => '?',
  12326. 'TeacherBundle\\Controller\\ClassroomController::getStudents' => '?',
  12327. 'TeacherBundle\\Controller\\ClassroomController::join' => '?',
  12328. 'TeacherBundle\\Controller\\ClassroomController::overview' => '?',
  12329. 'TeacherBundle\\Controller\\ClassroomController::select' => '?',
  12330. 'TeacherBundle\\Controller\\ContentController::addProblem' => '?',
  12331. 'TeacherBundle\\Controller\\ContentController::copyMathProblem' => '?',
  12332. 'TeacherBundle\\Controller\\ContentController::disableMathProblem' => '?',
  12333. 'TeacherBundle\\Controller\\ContentController::editMathProblem' => '?',
  12334. 'TeacherBundle\\Controller\\ContentController::fetchProblems' => '?',
  12335. 'TeacherBundle\\Controller\\ContentController::getCompactView' => '?',
  12336. 'TeacherBundle\\Controller\\ContentController::getNextProblem' => '?',
  12337. 'TeacherBundle\\Controller\\ContentController::getProblems' => '?',
  12338. 'TeacherBundle\\Controller\\DefaultController::editProfile' => '?',
  12339. 'TeacherBundle\\Controller\\DefaultController::help' => '?',
  12340. 'TeacherBundle\\Controller\\DefaultController::index' => '?',
  12341. 'TeacherBundle\\Controller\\ExtendActivityController::extendActivity_' => '?',
  12342. 'TeacherBundle\\Controller\\HomeworkController::delete' => '?',
  12343. 'TeacherBundle\\Controller\\HomeworkController::start' => '?',
  12344. 'TeacherBundle\\Controller\\HomeworkController::stop' => '?',
  12345. 'TeacherBundle\\Controller\\HomeworkController::updateDeadline' => '?',
  12346. 'TeacherBundle\\Controller\\HomeworkController::updateStartTime' => '?',
  12347. 'TeacherBundle\\Controller\\PeerTrainingController::delete' => '?',
  12348. 'TeacherBundle\\Controller\\PeerTrainingController::start' => '?',
  12349. 'TeacherBundle\\Controller\\PeerTrainingController::updateStartTime' => '?',
  12350. 'TeacherBundle\\Controller\\QuizController::create' => '?',
  12351. 'TeacherBundle\\Controller\\QuizController::putQuiz' => '?',
  12352. 'TeacherBundle\\Controller\\QuizSessionController::start' => '?',
  12353. 'TeacherBundle\\Controller\\QuizSessionController::stop' => '?',
  12354. 'TeacherBundle\\Controller\\QuizSessionController::updateDeadline' => '?',
  12355. 'TeacherBundle\\Controller\\QuizSessionController::updateStartTime' => '?',
  12356. 'TeacherBundle\\Controller\\StudentController::add' => '?',
  12357. 'TeacherBundle\\Controller\\StudentController::edit' => '?',
  12358. 'TeacherBundle\\Controller\\WorksheetController::addScores' => '?',
  12359. 'TeacherBundle\\Controller\\WorksheetController::create' => '?',
  12360. 'TeacherBundle\\Controller\\WorksheetController::deleteSession' => '?',
  12361. 'TeacherBundle\\Controller\\WorksheetController::fetchWorksheetSolution' => '?',
  12362. 'TeacherBundle\\Controller\\WorksheetController::postWorksheet' => '?',
  12363. 'TeacherBundle\\Controller\\WorksheetController::print' => '?',
  12364. 'TeacherBundle\\Controller\\WorksheetController::printSolutions' => '?',
  12365. 'TeacherBundle\\Controller\\WorksheetController::putSolutionComment' => '?',
  12366. 'TeacherBundle\\Controller\\WorksheetController::putSolutionScore' => '?',
  12367. 'TeacherBundle\\Controller\\WorksheetController::putWorksheet' => '?',
  12368. 'TeacherBundle\\Controller\\WorksheetController::resetScores' => '?',
  12369. 'TeacherBundle\\Controller\\WorksheetController::results' => '?',
  12370. 'TeacherBundle\\Controller\\WorksheetController::resultsProblem' => '?',
  12371. 'TeacherBundle\\Controller\\WorksheetController::resultsUnit' => '?',
  12372. 'TeacherBundle\\Controller\\WorksheetSessionController::start' => '?',
  12373. 'TeacherBundle\\Controller\\WorksheetSessionController::stop' => '?',
  12374. 'TeacherBundle\\Controller\\WorksheetSessionController::updateDeadline' => '?',
  12375. 'TeacherBundle\\Controller\\WorksheetSessionController::updateStartTime' => '?',
  12376. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service::getClassroomResults' => '?',
  12377. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service::getUnitResults' => '?',
  12378. 'TeacherBundle\\Service\\API\\CrammingActivityService::create' => '?',
  12379. 'TeacherBundle\\Service\\API\\CrammingActivityService::getJsonActivityEdit' => '?',
  12380. 'TeacherBundle\\Service\\API\\CrammingActivityService::update' => '?',
  12381. 'TeacherBundle\\Service\\API\\DictateActivityResultsService::getClassroomResults' => '?',
  12382. 'TeacherBundle\\Service\\API\\DictateActivityResultsService::getUnitResults' => '?',
  12383. 'TeacherBundle\\Service\\API\\DictateActivityService::create' => '?',
  12384. 'TeacherBundle\\Service\\API\\DictateActivityService::createUnit' => '?',
  12385. 'TeacherBundle\\Service\\API\\DictateActivityService::delete' => '?',
  12386. 'TeacherBundle\\Service\\API\\DictateActivityService::update' => '?',
  12387. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService::getClassroomResults' => '?',
  12388. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService::getUnitResults' => '?',
  12389. 'TeacherBundle\\Service\\API\\HomeworkService::getJsonActivityEdit' => '?',
  12390. 'TeacherBundle\\Service\\API\\HomeworkService::update' => '?',
  12391. 'TeacherBundle\\Service\\API\\PeerActivityResultsService::getClassroomResults' => '?',
  12392. 'TeacherBundle\\Service\\API\\QuizActivityResultsService::getClassroomResults' => '?',
  12393. 'TeacherBundle\\Service\\API\\QuizActivityResultsService::getUnitResults' => '?',
  12394. 'TeacherBundle\\Service\\API\\QuizActivityService::create' => '?',
  12395. 'TeacherBundle\\Service\\API\\QuizActivityService::setQuizService' => '?',
  12396. 'TeacherBundle\\Service\\API\\QuizActivityService::setQuizSession' => '?',
  12397. 'TeacherBundle\\Service\\API\\QuizActivityService::update' => '?',
  12398. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::create' => '?',
  12399. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::createUnit' => '?',
  12400. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::delete' => '?',
  12401. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::getClassroomResults' => '?',
  12402. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::getUnitResults' => '?',
  12403. 'TeacherBundle\\Service\\API\\ReadingTestActivityService::update' => '?',
  12404. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService::getClassroomResults' => '?',
  12405. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService::getUnitResults' => '?',
  12406. 'TeacherBundle\\Service\\API\\TrainingActivityService::getJsonActivityCopy' => '?',
  12407. 'TeacherBundle\\Service\\API\\TrainingActivityService::getJsonActivityEdit' => '?',
  12408. 'TeacherBundle\\Service\\API\\TrainingActivityService::update' => '?',
  12409. 'TeacherBundle\\Service\\API\\WorksheetActivityResultsService::getClassroomResults' => '?',
  12410. 'TeacherBundle\\Service\\API\\WorksheetActivityService::create' => '?',
  12411. 'TeacherBundle\\Service\\API\\WorksheetActivityService::update' => '?',
  12412. 'UserBundle\\Controller\\DefaultController::getParamRow' => '?',
  12413. 'UserBundle\\Controller\\DefaultController::getParams' => '?',
  12414. 'UserBundle\\Controller\\DefaultController::redirectUser' => '?',
  12415. 'UserBundle\\Controller\\DefaultController::setParam' => '?',
  12416. 'UserBundle\\Controller\\RegistrationController::register' => '?',
  12417. 'UserBundle\\Controller\\RegistrationController::verifyUserEmail' => '?',
  12418. 'UserBundle\\Controller\\ResetPasswordController::change' => '?',
  12419. 'UserBundle\\Controller\\ResetPasswordController::request' => '?',
  12420. 'UserBundle\\Controller\\ResetPasswordController::reset' => '?',
  12421. 'UserBundle\\Controller\\SetupTwoFactorAuthController::qrCode' => '?',
  12422. 'UserBundle\\Controller\\SetupTwoFactorAuthController::setup' => '?',
  12423. 'kernel::loadRoutes' => '?',
  12424. 'kernel::registerContainerConfiguration' => '?',
  12425. 'AdminBundle\\Controller\\BugReportsController:fetchBugReport' => '?',
  12426. 'AdminBundle\\Controller\\BugReportsController:fetchBugReports' => '?',
  12427. 'AdminBundle\\Controller\\BugReportsController:resolveBugReport' => '?',
  12428. 'AdminBundle\\Controller\\BugReportsController:show' => '?',
  12429. 'AdminBundle\\Controller\\ContentController:displayMathproblems' => '?',
  12430. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:autocomplete' => '?',
  12431. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:batchDelete' => '?',
  12432. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureActions' => '?',
  12433. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureAssets' => '?',
  12434. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureCrud' => '?',
  12435. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureFilters' => '?',
  12436. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureResponseParameters' => '?',
  12437. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createEditForm' => '?',
  12438. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createEditFormBuilder' => '?',
  12439. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createIndexQueryBuilder' => '?',
  12440. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createNewForm' => '?',
  12441. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createNewFormBuilder' => '?',
  12442. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:delete' => '?',
  12443. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:deleteEntity' => '?',
  12444. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:detail' => '?',
  12445. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:edit' => '?',
  12446. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:index' => '?',
  12447. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:new' => '?',
  12448. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:persistEntity' => '?',
  12449. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:renderFilters' => '?',
  12450. 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:updateEntity' => '?',
  12451. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:autocomplete' => '?',
  12452. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:batchDelete' => '?',
  12453. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureActions' => '?',
  12454. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureAssets' => '?',
  12455. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureCrud' => '?',
  12456. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureFilters' => '?',
  12457. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureResponseParameters' => '?',
  12458. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createEditForm' => '?',
  12459. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createEditFormBuilder' => '?',
  12460. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createIndexQueryBuilder' => '?',
  12461. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createNewForm' => '?',
  12462. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createNewFormBuilder' => '?',
  12463. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:delete' => '?',
  12464. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:deleteEntity' => '?',
  12465. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:detail' => '?',
  12466. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:edit' => '?',
  12467. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:index' => '?',
  12468. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:inviteUser' => '?',
  12469. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:new' => '?',
  12470. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:persistEntity' => '?',
  12471. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:renderFilters' => '?',
  12472. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:toggleAdmins' => '?',
  12473. 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:updateEntity' => '?',
  12474. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:autocomplete' => '?',
  12475. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:batchDelete' => '?',
  12476. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureActions' => '?',
  12477. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureAssets' => '?',
  12478. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureCrud' => '?',
  12479. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureFilters' => '?',
  12480. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureResponseParameters' => '?',
  12481. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createEditForm' => '?',
  12482. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createEditFormBuilder' => '?',
  12483. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createIndexQueryBuilder' => '?',
  12484. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createNewForm' => '?',
  12485. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createNewFormBuilder' => '?',
  12486. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:delete' => '?',
  12487. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:deleteEntity' => '?',
  12488. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:detail' => '?',
  12489. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:edit' => '?',
  12490. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:index' => '?',
  12491. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:markAsResolved' => '?',
  12492. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:new' => '?',
  12493. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:persistEntity' => '?',
  12494. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:previewProblem' => '?',
  12495. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:renderFilters' => '?',
  12496. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:showAllBugReports' => '?',
  12497. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:showProblemsForTemplate' => '?',
  12498. 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:updateEntity' => '?',
  12499. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:autocomplete' => '?',
  12500. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:batchDelete' => '?',
  12501. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureActions' => '?',
  12502. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureAssets' => '?',
  12503. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureCrud' => '?',
  12504. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureFilters' => '?',
  12505. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureResponseParameters' => '?',
  12506. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createEditForm' => '?',
  12507. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createEditFormBuilder' => '?',
  12508. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createIndexQueryBuilder' => '?',
  12509. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createNewForm' => '?',
  12510. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createNewFormBuilder' => '?',
  12511. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:delete' => '?',
  12512. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:deleteEntity' => '?',
  12513. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:detail' => '?',
  12514. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:edit' => '?',
  12515. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:index' => '?',
  12516. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:new' => '?',
  12517. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:persistEntity' => '?',
  12518. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:renderFilters' => '?',
  12519. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:updateEntity' => '?',
  12520. 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:viewTopics' => '?',
  12521. 'AdminBundle\\Controller\\EasyAdmin\\DashboardController:configureUserMenu' => '?',
  12522. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:autocomplete' => '?',
  12523. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:batchDelete' => '?',
  12524. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureActions' => '?',
  12525. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureAssets' => '?',
  12526. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureCrud' => '?',
  12527. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureFilters' => '?',
  12528. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureResponseParameters' => '?',
  12529. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createEditForm' => '?',
  12530. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createEditFormBuilder' => '?',
  12531. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createIndexQueryBuilder' => '?',
  12532. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createNewForm' => '?',
  12533. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createNewFormBuilder' => '?',
  12534. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:delete' => '?',
  12535. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:deleteEntity' => '?',
  12536. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:detail' => '?',
  12537. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:edit' => '?',
  12538. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:index' => '?',
  12539. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:inviteUser' => '?',
  12540. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:new' => '?',
  12541. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:persistEntity' => '?',
  12542. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:renderFilters' => '?',
  12543. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:toggleAdmins' => '?',
  12544. 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:updateEntity' => '?',
  12545. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:autocomplete' => '?',
  12546. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:batchDelete' => '?',
  12547. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureActions' => '?',
  12548. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureAssets' => '?',
  12549. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureCrud' => '?',
  12550. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureFilters' => '?',
  12551. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureResponseParameters' => '?',
  12552. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createEditForm' => '?',
  12553. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createEditFormBuilder' => '?',
  12554. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createIndexQueryBuilder' => '?',
  12555. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createNewForm' => '?',
  12556. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createNewFormBuilder' => '?',
  12557. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:delete' => '?',
  12558. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:deleteEntity' => '?',
  12559. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:detail' => '?',
  12560. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:edit' => '?',
  12561. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:index' => '?',
  12562. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:new' => '?',
  12563. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:persistEntity' => '?',
  12564. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:renderFilters' => '?',
  12565. 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:updateEntity' => '?',
  12566. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:autocomplete' => '?',
  12567. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:batchDelete' => '?',
  12568. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureActions' => '?',
  12569. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureAssets' => '?',
  12570. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureCrud' => '?',
  12571. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureFilters' => '?',
  12572. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureResponseParameters' => '?',
  12573. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createEditForm' => '?',
  12574. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createEditFormBuilder' => '?',
  12575. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createIndexQueryBuilder' => '?',
  12576. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createNewForm' => '?',
  12577. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createNewFormBuilder' => '?',
  12578. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:delete' => '?',
  12579. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:deleteEntity' => '?',
  12580. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:detail' => '?',
  12581. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:edit' => '?',
  12582. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:index' => '?',
  12583. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:new' => '?',
  12584. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:persistEntity' => '?',
  12585. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:renderFilters' => '?',
  12586. 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:updateEntity' => '?',
  12587. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:autocomplete' => '?',
  12588. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:batchDelete' => '?',
  12589. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureActions' => '?',
  12590. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureAssets' => '?',
  12591. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureCrud' => '?',
  12592. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureFilters' => '?',
  12593. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureResponseParameters' => '?',
  12594. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createEditForm' => '?',
  12595. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createEditFormBuilder' => '?',
  12596. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createIndexQueryBuilder' => '?',
  12597. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createNewForm' => '?',
  12598. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createNewFormBuilder' => '?',
  12599. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:delete' => '?',
  12600. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:deleteEntity' => '?',
  12601. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:detail' => '?',
  12602. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:edit' => '?',
  12603. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:index' => '?',
  12604. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:new' => '?',
  12605. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:persistEntity' => '?',
  12606. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:renderFilters' => '?',
  12607. 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:updateEntity' => '?',
  12608. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:autocomplete' => '?',
  12609. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:batchDelete' => '?',
  12610. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureActions' => '?',
  12611. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureAssets' => '?',
  12612. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureCrud' => '?',
  12613. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureFilters' => '?',
  12614. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureResponseParameters' => '?',
  12615. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:copyEntity' => '?',
  12616. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createEditForm' => '?',
  12617. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createEditFormBuilder' => '?',
  12618. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createIndexQueryBuilder' => '?',
  12619. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createNewForm' => '?',
  12620. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createNewFormBuilder' => '?',
  12621. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:delete' => '?',
  12622. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:deleteEntity' => '?',
  12623. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:detail' => '?',
  12624. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:edit' => '?',
  12625. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:index' => '?',
  12626. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:new' => '?',
  12627. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:persistEntity' => '?',
  12628. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:renderFilters' => '?',
  12629. 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:updateEntity' => '?',
  12630. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:autocomplete' => '?',
  12631. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:batchDelete' => '?',
  12632. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureActions' => '?',
  12633. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureAssets' => '?',
  12634. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureCrud' => '?',
  12635. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureFilters' => '?',
  12636. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureResponseParameters' => '?',
  12637. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:copyEntity' => '?',
  12638. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createEditForm' => '?',
  12639. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createEditFormBuilder' => '?',
  12640. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createIndexQueryBuilder' => '?',
  12641. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createNewForm' => '?',
  12642. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createNewFormBuilder' => '?',
  12643. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:delete' => '?',
  12644. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:deleteEntity' => '?',
  12645. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:deleteQuizSessions' => '?',
  12646. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:detail' => '?',
  12647. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:edit' => '?',
  12648. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:index' => '?',
  12649. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:new' => '?',
  12650. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:persistEntity' => '?',
  12651. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:renderFilters' => '?',
  12652. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:updateEntity' => '?',
  12653. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:autocomplete' => '?',
  12654. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:batchDelete' => '?',
  12655. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureActions' => '?',
  12656. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureAssets' => '?',
  12657. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureCrud' => '?',
  12658. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureFilters' => '?',
  12659. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureResponseParameters' => '?',
  12660. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:copyEntity' => '?',
  12661. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createEditForm' => '?',
  12662. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createEditFormBuilder' => '?',
  12663. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createIndexQueryBuilder' => '?',
  12664. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createNewForm' => '?',
  12665. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createNewFormBuilder' => '?',
  12666. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:delete' => '?',
  12667. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:deleteEntity' => '?',
  12668. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:detail' => '?',
  12669. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:edit' => '?',
  12670. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:index' => '?',
  12671. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:new' => '?',
  12672. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:persistEntity' => '?',
  12673. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:renderFilters' => '?',
  12674. 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:updateEntity' => '?',
  12675. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:autocomplete' => '?',
  12676. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:batchDelete' => '?',
  12677. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureActions' => '?',
  12678. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureAssets' => '?',
  12679. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureCrud' => '?',
  12680. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureFilters' => '?',
  12681. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureResponseParameters' => '?',
  12682. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createEditForm' => '?',
  12683. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createEditFormBuilder' => '?',
  12684. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createIndexQueryBuilder' => '?',
  12685. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createNewForm' => '?',
  12686. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createNewFormBuilder' => '?',
  12687. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:delete' => '?',
  12688. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:deleteEntity' => '?',
  12689. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:detail' => '?',
  12690. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:edit' => '?',
  12691. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:index' => '?',
  12692. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:new' => '?',
  12693. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:persistEntity' => '?',
  12694. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:renderFilters' => '?',
  12695. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:updateEntity' => '?',
  12696. 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:viewProblems' => '?',
  12697. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:autocomplete' => '?',
  12698. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:batchDelete' => '?',
  12699. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureActions' => '?',
  12700. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureAssets' => '?',
  12701. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureCrud' => '?',
  12702. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureFilters' => '?',
  12703. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureResponseParameters' => '?',
  12704. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:countEnabledQuizzes' => '?',
  12705. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createEditForm' => '?',
  12706. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createEditFormBuilder' => '?',
  12707. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createIndexQueryBuilder' => '?',
  12708. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createNewForm' => '?',
  12709. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createNewFormBuilder' => '?',
  12710. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:delete' => '?',
  12711. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:deleteEntity' => '?',
  12712. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:detail' => '?',
  12713. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:edit' => '?',
  12714. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:index' => '?',
  12715. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:new' => '?',
  12716. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:persistEntity' => '?',
  12717. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:renderFilters' => '?',
  12718. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:updateEntity' => '?',
  12719. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewAudio' => '?',
  12720. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewAuthors' => '?',
  12721. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewImages' => '?',
  12722. 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewQuizzes' => '?',
  12723. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:autocomplete' => '?',
  12724. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:batchDelete' => '?',
  12725. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureActions' => '?',
  12726. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureAssets' => '?',
  12727. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureCrud' => '?',
  12728. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureFilters' => '?',
  12729. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureResponseParameters' => '?',
  12730. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:countEnabledQuizzes' => '?',
  12731. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createEditForm' => '?',
  12732. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createEditFormBuilder' => '?',
  12733. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createIndexQueryBuilder' => '?',
  12734. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createNewForm' => '?',
  12735. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createNewFormBuilder' => '?',
  12736. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:delete' => '?',
  12737. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:deleteEntity' => '?',
  12738. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:detail' => '?',
  12739. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:edit' => '?',
  12740. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:index' => '?',
  12741. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:new' => '?',
  12742. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:persistEntity' => '?',
  12743. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:renderFilters' => '?',
  12744. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:updateEntity' => '?',
  12745. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewAudio' => '?',
  12746. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewAuthors' => '?',
  12747. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewImages' => '?',
  12748. 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewQuizzes' => '?',
  12749. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:autocomplete' => '?',
  12750. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:batchDelete' => '?',
  12751. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureActions' => '?',
  12752. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureAssets' => '?',
  12753. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureCrud' => '?',
  12754. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureFilters' => '?',
  12755. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureResponseParameters' => '?',
  12756. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createEditForm' => '?',
  12757. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createEditFormBuilder' => '?',
  12758. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createIndexQueryBuilder' => '?',
  12759. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createNewForm' => '?',
  12760. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createNewFormBuilder' => '?',
  12761. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:delete' => '?',
  12762. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:deleteEntity' => '?',
  12763. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:detail' => '?',
  12764. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:edit' => '?',
  12765. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:index' => '?',
  12766. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:new' => '?',
  12767. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:persistEntity' => '?',
  12768. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:renderFilters' => '?',
  12769. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:updateEntity' => '?',
  12770. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:viewEditors' => '?',
  12771. 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:viewPublications' => '?',
  12772. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:autocomplete' => '?',
  12773. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:batchDelete' => '?',
  12774. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureActions' => '?',
  12775. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureAssets' => '?',
  12776. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureCrud' => '?',
  12777. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureFilters' => '?',
  12778. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureResponseParameters' => '?',
  12779. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:countEnabledProblems' => '?',
  12780. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createEditForm' => '?',
  12781. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createEditFormBuilder' => '?',
  12782. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createIndexQueryBuilder' => '?',
  12783. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createNewForm' => '?',
  12784. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createNewFormBuilder' => '?',
  12785. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:delete' => '?',
  12786. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:deleteEntity' => '?',
  12787. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:detail' => '?',
  12788. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:edit' => '?',
  12789. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:index' => '?',
  12790. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:new' => '?',
  12791. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:persistEntity' => '?',
  12792. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:problemsArePublished' => '?',
  12793. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:renderFilters' => '?',
  12794. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:updateEntity' => '?',
  12795. 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:viewProblems' => '?',
  12796. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:autocomplete' => '?',
  12797. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:batchDelete' => '?',
  12798. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureActions' => '?',
  12799. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureAssets' => '?',
  12800. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureCrud' => '?',
  12801. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureFilters' => '?',
  12802. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureResponseParameters' => '?',
  12803. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:countEnabledProblems' => '?',
  12804. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createEditForm' => '?',
  12805. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createEditFormBuilder' => '?',
  12806. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createIndexQueryBuilder' => '?',
  12807. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createNewForm' => '?',
  12808. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createNewFormBuilder' => '?',
  12809. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:delete' => '?',
  12810. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:deleteEntity' => '?',
  12811. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:detail' => '?',
  12812. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:edit' => '?',
  12813. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:index' => '?',
  12814. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:new' => '?',
  12815. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:persistEntity' => '?',
  12816. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:problemsArePublished' => '?',
  12817. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:renderFilters' => '?',
  12818. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:updateEntity' => '?',
  12819. 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:viewProblems' => '?',
  12820. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:autocomplete' => '?',
  12821. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:batchDelete' => '?',
  12822. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureActions' => '?',
  12823. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureAssets' => '?',
  12824. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureCrud' => '?',
  12825. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureFilters' => '?',
  12826. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureResponseParameters' => '?',
  12827. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createEditForm' => '?',
  12828. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createEditFormBuilder' => '?',
  12829. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createIndexQueryBuilder' => '?',
  12830. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createNewForm' => '?',
  12831. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createNewFormBuilder' => '?',
  12832. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:delete' => '?',
  12833. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:deleteEntity' => '?',
  12834. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:detail' => '?',
  12835. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:edit' => '?',
  12836. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:index' => '?',
  12837. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:new' => '?',
  12838. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:persistEntity' => '?',
  12839. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:renderFilters' => '?',
  12840. 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:updateEntity' => '?',
  12841. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:autocomplete' => '?',
  12842. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:batchDelete' => '?',
  12843. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:configureActions' => '?',
  12844. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:configureAssets' => '?',
  12845. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:configureCrud' => '?',
  12846. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:configureFilters' => '?',
  12847. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:configureResponseParameters' => '?',
  12848. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:createEditForm' => '?',
  12849. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:createEditFormBuilder' => '?',
  12850. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:createIndexQueryBuilder' => '?',
  12851. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:createNewForm' => '?',
  12852. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:createNewFormBuilder' => '?',
  12853. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:delete' => '?',
  12854. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:deleteEntity' => '?',
  12855. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:detail' => '?',
  12856. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:edit' => '?',
  12857. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:index' => '?',
  12858. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:new' => '?',
  12859. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:persistEntity' => '?',
  12860. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:renderFilters' => '?',
  12861. 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController:updateEntity' => '?',
  12862. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:autocomplete' => '?',
  12863. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:batchDelete' => '?',
  12864. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureActions' => '?',
  12865. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureAssets' => '?',
  12866. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureCrud' => '?',
  12867. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureFilters' => '?',
  12868. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureResponseParameters' => '?',
  12869. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createEditForm' => '?',
  12870. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createEditFormBuilder' => '?',
  12871. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createIndexQueryBuilder' => '?',
  12872. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createNewForm' => '?',
  12873. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createNewFormBuilder' => '?',
  12874. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:delete' => '?',
  12875. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:deleteEntity' => '?',
  12876. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:detail' => '?',
  12877. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:edit' => '?',
  12878. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:index' => '?',
  12879. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:new' => '?',
  12880. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:persistEntity' => '?',
  12881. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:renderFilters' => '?',
  12882. 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:updateEntity' => '?',
  12883. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:autocomplete' => '?',
  12884. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:batchDelete' => '?',
  12885. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureActions' => '?',
  12886. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureAssets' => '?',
  12887. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureCrud' => '?',
  12888. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureFilters' => '?',
  12889. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureResponseParameters' => '?',
  12890. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:copyEntity' => '?',
  12891. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createEditForm' => '?',
  12892. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createEditFormBuilder' => '?',
  12893. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createIndexQueryBuilder' => '?',
  12894. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createNewForm' => '?',
  12895. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createNewFormBuilder' => '?',
  12896. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:delete' => '?',
  12897. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:deleteEntity' => '?',
  12898. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:detail' => '?',
  12899. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:edit' => '?',
  12900. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:index' => '?',
  12901. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:new' => '?',
  12902. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:persistEntity' => '?',
  12903. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:renderFilters' => '?',
  12904. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:updateEntity' => '?',
  12905. 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:viewProblems' => '?',
  12906. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:autocomplete' => '?',
  12907. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:batchDelete' => '?',
  12908. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureActions' => '?',
  12909. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureAssets' => '?',
  12910. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureCrud' => '?',
  12911. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureFilters' => '?',
  12912. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureResponseParameters' => '?',
  12913. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:copyEntity' => '?',
  12914. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createEditForm' => '?',
  12915. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createEditFormBuilder' => '?',
  12916. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createIndexQueryBuilder' => '?',
  12917. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createNewForm' => '?',
  12918. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createNewFormBuilder' => '?',
  12919. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:delete' => '?',
  12920. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:deleteEntity' => '?',
  12921. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:detail' => '?',
  12922. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:edit' => '?',
  12923. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:index' => '?',
  12924. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:new' => '?',
  12925. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:persistEntity' => '?',
  12926. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:renderFilters' => '?',
  12927. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:toggleTemplatesWithInvalidMathProblems' => '?',
  12928. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:updateEntity' => '?',
  12929. 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:viewProblems' => '?',
  12930. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:autocomplete' => '?',
  12931. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:batchDelete' => '?',
  12932. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureActions' => '?',
  12933. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureAssets' => '?',
  12934. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureCrud' => '?',
  12935. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureFilters' => '?',
  12936. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureResponseParameters' => '?',
  12937. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createEditForm' => '?',
  12938. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createEditFormBuilder' => '?',
  12939. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createIndexQueryBuilder' => '?',
  12940. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createNewForm' => '?',
  12941. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createNewFormBuilder' => '?',
  12942. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:delete' => '?',
  12943. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:deleteEntity' => '?',
  12944. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:detail' => '?',
  12945. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:edit' => '?',
  12946. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:index' => '?',
  12947. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:new' => '?',
  12948. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:persistEntity' => '?',
  12949. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:renderFilters' => '?',
  12950. 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:updateEntity' => '?',
  12951. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:autocomplete' => '?',
  12952. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:batchDelete' => '?',
  12953. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureActions' => '?',
  12954. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureAssets' => '?',
  12955. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureCrud' => '?',
  12956. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureFilters' => '?',
  12957. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureResponseParameters' => '?',
  12958. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:copyEntity' => '?',
  12959. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createEditForm' => '?',
  12960. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createEditFormBuilder' => '?',
  12961. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createIndexQueryBuilder' => '?',
  12962. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createNewForm' => '?',
  12963. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createNewFormBuilder' => '?',
  12964. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:delete' => '?',
  12965. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:deleteEntity' => '?',
  12966. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:detail' => '?',
  12967. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:edit' => '?',
  12968. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:index' => '?',
  12969. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:new' => '?',
  12970. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:persistEntity' => '?',
  12971. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:quizFromTopic' => '?',
  12972. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:renderFilters' => '?',
  12973. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:updateEntity' => '?',
  12974. 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:viewTemplates' => '?',
  12975. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:autocomplete' => '?',
  12976. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:batchDelete' => '?',
  12977. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureActions' => '?',
  12978. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureAssets' => '?',
  12979. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureCrud' => '?',
  12980. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureFilters' => '?',
  12981. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureResponseParameters' => '?',
  12982. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:copyEntity' => '?',
  12983. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createEditForm' => '?',
  12984. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createEditFormBuilder' => '?',
  12985. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createIndexQueryBuilder' => '?',
  12986. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createNewForm' => '?',
  12987. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createNewFormBuilder' => '?',
  12988. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:delete' => '?',
  12989. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:deleteEntity' => '?',
  12990. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:detail' => '?',
  12991. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:edit' => '?',
  12992. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:index' => '?',
  12993. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:new' => '?',
  12994. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:persistEntity' => '?',
  12995. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:quizFromTopic' => '?',
  12996. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:renderFilters' => '?',
  12997. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:updateEntity' => '?',
  12998. 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:viewTemplates' => '?',
  12999. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:autocomplete' => '?',
  13000. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:batchDelete' => '?',
  13001. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureActions' => '?',
  13002. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureAssets' => '?',
  13003. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureCrud' => '?',
  13004. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureFilters' => '?',
  13005. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureResponseParameters' => '?',
  13006. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createEditForm' => '?',
  13007. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createEditFormBuilder' => '?',
  13008. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createIndexQueryBuilder' => '?',
  13009. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createNewForm' => '?',
  13010. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createNewFormBuilder' => '?',
  13011. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:delete' => '?',
  13012. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:deleteEntity' => '?',
  13013. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:detail' => '?',
  13014. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:edit' => '?',
  13015. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:index' => '?',
  13016. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:inviteUser' => '?',
  13017. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:new' => '?',
  13018. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:persistEntity' => '?',
  13019. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:renderFilters' => '?',
  13020. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:toggleAdmins' => '?',
  13021. 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:updateEntity' => '?',
  13022. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:autocomplete' => '?',
  13023. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:batchDelete' => '?',
  13024. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:configureActions' => '?',
  13025. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:configureAssets' => '?',
  13026. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:configureCrud' => '?',
  13027. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:configureFilters' => '?',
  13028. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:configureResponseParameters' => '?',
  13029. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:createEditForm' => '?',
  13030. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:createEditFormBuilder' => '?',
  13031. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:createIndexQueryBuilder' => '?',
  13032. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:createNewForm' => '?',
  13033. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:createNewFormBuilder' => '?',
  13034. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:delete' => '?',
  13035. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:deleteEntity' => '?',
  13036. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:detail' => '?',
  13037. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:edit' => '?',
  13038. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:index' => '?',
  13039. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:new' => '?',
  13040. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:persistEntity' => '?',
  13041. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:renderFilters' => '?',
  13042. 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController:updateEntity' => '?',
  13043. 'AdminBundle\\Controller\\MathproblemController:addAction' => '?',
  13044. 'AdminBundle\\Controller\\MathproblemController:count' => '?',
  13045. 'AdminBundle\\Controller\\MathproblemController:createAction' => '?',
  13046. 'AdminBundle\\Controller\\MathproblemController:deleteAction' => '?',
  13047. 'AdminBundle\\Controller\\MathproblemController:deleteImageAction' => '?',
  13048. 'AdminBundle\\Controller\\MathproblemController:disable' => '?',
  13049. 'AdminBundle\\Controller\\MathproblemController:editAction' => '?',
  13050. 'AdminBundle\\Controller\\MathproblemController:mathproblemlookupAction' => '?',
  13051. 'AdminBundle\\Controller\\MathproblemController:overview' => '?',
  13052. 'AdminBundle\\Controller\\MathproblemController:showAction' => '?',
  13053. 'AdminBundle\\Controller\\MathproblemController:updateAction' => '?',
  13054. 'AdminBundle\\Controller\\ProblemController:edit' => '?',
  13055. 'AdminBundle\\Controller\\ResetPasswordController:reset' => '?',
  13056. 'AdminBundle\\Controller\\TagController:lookup' => '?',
  13057. 'AdminBundle\\Controller\\TemplateController:disable' => '?',
  13058. 'AdminBundle\\Controller\\TemplateController:overview' => '?',
  13059. 'CoreBundle\\Controller\\API\\PollyController:textToSpeech' => '?',
  13060. 'CoreBundle\\Controller\\API\\ProblemController:activeQuizSession' => '?',
  13061. 'CoreBundle\\Controller\\API\\ProblemController:getProblems' => '?',
  13062. 'CoreBundle\\Controller\\API\\ProblemController:getResults' => '?',
  13063. 'CoreBundle\\Controller\\API\\ProblemController:resetQuestion' => '?',
  13064. 'CoreBundle\\Controller\\API\\ProblemController:saveAnswer' => '?',
  13065. 'CoreBundle\\Controller\\API\\ProblemController:setQuizSessionRepository' => '?',
  13066. 'CoreBundle\\Controller\\API\\ProblemController:setValidator' => '?',
  13067. 'CoreBundle\\Controller\\API\\ProblemController:startQuiz' => '?',
  13068. 'CoreBundle\\Controller\\API\\SharedQuizController:archive' => '?',
  13069. 'CoreBundle\\Controller\\API\\SharedQuizController:copyQuiz' => '?',
  13070. 'CoreBundle\\Controller\\API\\SharedQuizController:create' => '?',
  13071. 'CoreBundle\\Controller\\API\\SharedQuizController:edit' => '?',
  13072. 'CoreBundle\\Controller\\API\\SharedQuizController:finishStudentQuizUnit' => '?',
  13073. 'CoreBundle\\Controller\\API\\SharedQuizController:saveAnswer' => '?',
  13074. 'CoreBundle\\Controller\\API\\SharedQuizController:setStartedAtStudentQuizUnit' => '?',
  13075. 'CoreBundle\\Controller\\API\\SharedQuizController:startStudentQuizUnit' => '?',
  13076. 'CoreBundle\\Controller\\API\\SharedQuizController:studentGetProblems' => '?',
  13077. 'CoreBundle\\Controller\\API\\SharedQuizController:studentOverviewQuizzes' => '?',
  13078. 'CoreBundle\\Controller\\API\\SharedQuizController:studentQuizUnitResults' => '?',
  13079. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherActivateQuestion' => '?',
  13080. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherDeactivateQuestion' => '?',
  13081. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewDeleteStudentQuizUnit' => '?',
  13082. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewGetProblemsForQuiz' => '?',
  13083. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizUnit' => '?',
  13084. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzes' => '?',
  13085. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesPin' => '?',
  13086. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesSingle' => '?',
  13087. 'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesUnpin' => '?',
  13088. 'CoreBundle\\Controller\\API\\SharedQuizController:unarchive' => '?',
  13089. 'CoreBundle\\Controller\\BugReportController:reportMpBug' => '?',
  13090. 'CoreBundle\\Controller\\DataController:refreshStudentClassroomPointPools' => '?',
  13091. 'CoreBundle\\Controller\\DataController:refreshStudentSelfStudyPointPools' => '?',
  13092. 'CoreBundle\\Controller\\DataController:refreshStudentSessions' => '?',
  13093. 'CoreBundle\\Controller\\DataController:refreshStudentSessionsJSON' => '?',
  13094. 'CoreBundle\\Controller\\DataController:refreshTeacherStudents' => '?',
  13095. 'CoreBundle\\Controller\\EventLoggerController:log' => '?',
  13096. 'CoreBundle\\Controller\\MathProblemController:getAudioFile' => '?',
  13097. 'CoreBundle\\Controller\\ResultsController:crammingActivityResult' => '?',
  13098. 'CoreBundle\\Controller\\ResultsController:quizResults' => '?',
  13099. 'CoreBundle\\Controller\\TextbookController:fetchCategory' => '?',
  13100. 'CoreBundle\\Controller\\TextbookController:getAudioFile' => '?',
  13101. 'StudentBundle\\Controller\\ClassroomsController:index' => '?',
  13102. 'StudentBundle\\Controller\\ClassroomsController:removeClassroom' => '?',
  13103. 'StudentBundle\\Controller\\CrammingActivityController:checkAnswer' => '?',
  13104. 'StudentBundle\\Controller\\CrammingActivityController:pauseActivityHomework' => '?',
  13105. 'StudentBundle\\Controller\\CrammingActivityController:playActivityHomework' => '?',
  13106. 'StudentBundle\\Controller\\CrammingActivityController:showMathProblem' => '?',
  13107. 'StudentBundle\\Controller\\DashboardController:getTextAudio' => '?',
  13108. 'StudentBundle\\Controller\\DashboardController:show' => '?',
  13109. 'StudentBundle\\Controller\\DashboardController:topicTrainingResults' => '?',
  13110. 'StudentBundle\\Controller\\DefaultController:clearImpersonation' => '?',
  13111. 'StudentBundle\\Controller\\DefaultController:index' => '?',
  13112. 'StudentBundle\\Controller\\HomeworkController:checkAnswer' => '?',
  13113. 'StudentBundle\\Controller\\HomeworkController:pause' => '?',
  13114. 'StudentBundle\\Controller\\HomeworkController:play' => '?',
  13115. 'StudentBundle\\Controller\\HomeworkController:prepare' => '?',
  13116. 'StudentBundle\\Controller\\HomeworkController:showMathproblem' => '?',
  13117. 'StudentBundle\\Controller\\KvikMat\\SelfStudyController:start' => '?',
  13118. 'StudentBundle\\Controller\\PeerSessionController:feedback' => '?',
  13119. 'StudentBundle\\Controller\\PeerSessionController:mathproblem' => '?',
  13120. 'StudentBundle\\Controller\\PeerSessionController:rate' => '?',
  13121. 'StudentBundle\\Controller\\PerformanceController:crammingSummary' => '?',
  13122. 'StudentBundle\\Controller\\PerformanceController:showDashboard' => '?',
  13123. 'StudentBundle\\Controller\\PerformanceController:showDashboardJSON' => '?',
  13124. 'StudentBundle\\Controller\\PerformanceController:trainingSummary' => '?',
  13125. 'StudentBundle\\Controller\\PretestController:answerPretest' => '?',
  13126. 'StudentBundle\\Controller\\PretestController:showPretest' => '?',
  13127. 'StudentBundle\\Controller\\QuizSessionController:finish' => '?',
  13128. 'StudentBundle\\Controller\\QuizSessionController:getProblem' => '?',
  13129. 'StudentBundle\\Controller\\QuizSessionController:pause' => '?',
  13130. 'StudentBundle\\Controller\\QuizSessionController:play' => '?',
  13131. 'StudentBundle\\Controller\\QuizSessionController:saveAnswer' => '?',
  13132. 'StudentBundle\\Controller\\QuizSessionController:showProblem' => '?',
  13133. 'StudentBundle\\Controller\\ResultsController:homeworkResultsJSON' => '?',
  13134. 'StudentBundle\\Controller\\ResultsController:trainingSessionResultsJSON' => '?',
  13135. 'StudentBundle\\Controller\\StatisticsController:worksheetSessionResults' => '?',
  13136. 'StudentBundle\\Controller\\TrainingController:checkAnswer' => '?',
  13137. 'StudentBundle\\Controller\\TrainingController:prepare' => '?',
  13138. 'StudentBundle\\Controller\\TrainingController:prepareJSON' => '?',
  13139. 'StudentBundle\\Controller\\TrainingController:showMathproblem' => '?',
  13140. 'StudentBundle\\Controller\\WorksheetSessionController:deleteFile' => '?',
  13141. 'StudentBundle\\Controller\\WorksheetSessionController:showProblem' => '?',
  13142. 'TeacherBundle\\Controller\\API\\DictateActivityController:start' => '?',
  13143. 'TeacherBundle\\Controller\\API\\DictateActivityController:stop' => '?',
  13144. 'TeacherBundle\\Controller\\API\\HomeworkController:create' => '?',
  13145. 'TeacherBundle\\Controller\\API\\QuizTypeController:getQuizTypes' => '?',
  13146. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController:start' => '?',
  13147. 'TeacherBundle\\Controller\\API\\ReadingTestActivityController:stop' => '?',
  13148. 'TeacherBundle\\Controller\\API\\TagController:getTags' => '?',
  13149. 'TeacherBundle\\Controller\\API\\TemplateMathproblemController:templateCount' => '?',
  13150. 'TeacherBundle\\Controller\\API\\TrainingActivityController:create' => '?',
  13151. 'TeacherBundle\\Controller\\API\\WorksheetController:pdfPrint' => '?',
  13152. 'TeacherBundle\\Controller\\ClassroomController:create' => '?',
  13153. 'TeacherBundle\\Controller\\ClassroomController:delete' => '?',
  13154. 'TeacherBundle\\Controller\\ClassroomController:edit' => '?',
  13155. 'TeacherBundle\\Controller\\ClassroomController:editPointPool' => '?',
  13156. 'TeacherBundle\\Controller\\ClassroomController:getClassesByInstitution' => '?',
  13157. 'TeacherBundle\\Controller\\ClassroomController:getPointPools' => '?',
  13158. 'TeacherBundle\\Controller\\ClassroomController:getStudents' => '?',
  13159. 'TeacherBundle\\Controller\\ClassroomController:join' => '?',
  13160. 'TeacherBundle\\Controller\\ClassroomController:overview' => '?',
  13161. 'TeacherBundle\\Controller\\ClassroomController:select' => '?',
  13162. 'TeacherBundle\\Controller\\ContentController:addProblem' => '?',
  13163. 'TeacherBundle\\Controller\\ContentController:copyMathProblem' => '?',
  13164. 'TeacherBundle\\Controller\\ContentController:disableMathProblem' => '?',
  13165. 'TeacherBundle\\Controller\\ContentController:editMathProblem' => '?',
  13166. 'TeacherBundle\\Controller\\ContentController:fetchProblems' => '?',
  13167. 'TeacherBundle\\Controller\\ContentController:getCompactView' => '?',
  13168. 'TeacherBundle\\Controller\\ContentController:getNextProblem' => '?',
  13169. 'TeacherBundle\\Controller\\ContentController:getProblems' => '?',
  13170. 'TeacherBundle\\Controller\\DefaultController:editProfile' => '?',
  13171. 'TeacherBundle\\Controller\\DefaultController:help' => '?',
  13172. 'TeacherBundle\\Controller\\DefaultController:index' => '?',
  13173. 'TeacherBundle\\Controller\\ExtendActivityController:extendActivity_' => '?',
  13174. 'TeacherBundle\\Controller\\HomeworkController:delete' => '?',
  13175. 'TeacherBundle\\Controller\\HomeworkController:start' => '?',
  13176. 'TeacherBundle\\Controller\\HomeworkController:stop' => '?',
  13177. 'TeacherBundle\\Controller\\HomeworkController:updateDeadline' => '?',
  13178. 'TeacherBundle\\Controller\\HomeworkController:updateStartTime' => '?',
  13179. 'TeacherBundle\\Controller\\PeerTrainingController:delete' => '?',
  13180. 'TeacherBundle\\Controller\\PeerTrainingController:start' => '?',
  13181. 'TeacherBundle\\Controller\\PeerTrainingController:updateStartTime' => '?',
  13182. 'TeacherBundle\\Controller\\QuizController:create' => '?',
  13183. 'TeacherBundle\\Controller\\QuizController:putQuiz' => '?',
  13184. 'TeacherBundle\\Controller\\QuizSessionController:start' => '?',
  13185. 'TeacherBundle\\Controller\\QuizSessionController:stop' => '?',
  13186. 'TeacherBundle\\Controller\\QuizSessionController:updateDeadline' => '?',
  13187. 'TeacherBundle\\Controller\\QuizSessionController:updateStartTime' => '?',
  13188. 'TeacherBundle\\Controller\\StudentController:add' => '?',
  13189. 'TeacherBundle\\Controller\\StudentController:edit' => '?',
  13190. 'TeacherBundle\\Controller\\WorksheetController:addScores' => '?',
  13191. 'TeacherBundle\\Controller\\WorksheetController:create' => '?',
  13192. 'TeacherBundle\\Controller\\WorksheetController:deleteSession' => '?',
  13193. 'TeacherBundle\\Controller\\WorksheetController:fetchWorksheetSolution' => '?',
  13194. 'TeacherBundle\\Controller\\WorksheetController:postWorksheet' => '?',
  13195. 'TeacherBundle\\Controller\\WorksheetController:print' => '?',
  13196. 'TeacherBundle\\Controller\\WorksheetController:printSolutions' => '?',
  13197. 'TeacherBundle\\Controller\\WorksheetController:putSolutionComment' => '?',
  13198. 'TeacherBundle\\Controller\\WorksheetController:putSolutionScore' => '?',
  13199. 'TeacherBundle\\Controller\\WorksheetController:putWorksheet' => '?',
  13200. 'TeacherBundle\\Controller\\WorksheetController:resetScores' => '?',
  13201. 'TeacherBundle\\Controller\\WorksheetController:results' => '?',
  13202. 'TeacherBundle\\Controller\\WorksheetController:resultsProblem' => '?',
  13203. 'TeacherBundle\\Controller\\WorksheetController:resultsUnit' => '?',
  13204. 'TeacherBundle\\Controller\\WorksheetSessionController:start' => '?',
  13205. 'TeacherBundle\\Controller\\WorksheetSessionController:stop' => '?',
  13206. 'TeacherBundle\\Controller\\WorksheetSessionController:updateDeadline' => '?',
  13207. 'TeacherBundle\\Controller\\WorksheetSessionController:updateStartTime' => '?',
  13208. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service:getClassroomResults' => '?',
  13209. 'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service:getUnitResults' => '?',
  13210. 'TeacherBundle\\Service\\API\\CrammingActivityService:create' => '?',
  13211. 'TeacherBundle\\Service\\API\\CrammingActivityService:getJsonActivityEdit' => '?',
  13212. 'TeacherBundle\\Service\\API\\CrammingActivityService:update' => '?',
  13213. 'TeacherBundle\\Service\\API\\DictateActivityResultsService:getClassroomResults' => '?',
  13214. 'TeacherBundle\\Service\\API\\DictateActivityResultsService:getUnitResults' => '?',
  13215. 'TeacherBundle\\Service\\API\\DictateActivityService:create' => '?',
  13216. 'TeacherBundle\\Service\\API\\DictateActivityService:createUnit' => '?',
  13217. 'TeacherBundle\\Service\\API\\DictateActivityService:delete' => '?',
  13218. 'TeacherBundle\\Service\\API\\DictateActivityService:update' => '?',
  13219. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService:getClassroomResults' => '?',
  13220. 'TeacherBundle\\Service\\API\\HomeworkActivityResultsService:getUnitResults' => '?',
  13221. 'TeacherBundle\\Service\\API\\HomeworkService:getJsonActivityEdit' => '?',
  13222. 'TeacherBundle\\Service\\API\\HomeworkService:update' => '?',
  13223. 'TeacherBundle\\Service\\API\\PeerActivityResultsService:getClassroomResults' => '?',
  13224. 'TeacherBundle\\Service\\API\\QuizActivityResultsService:getClassroomResults' => '?',
  13225. 'TeacherBundle\\Service\\API\\QuizActivityResultsService:getUnitResults' => '?',
  13226. 'TeacherBundle\\Service\\API\\QuizActivityService:create' => '?',
  13227. 'TeacherBundle\\Service\\API\\QuizActivityService:setQuizService' => '?',
  13228. 'TeacherBundle\\Service\\API\\QuizActivityService:setQuizSession' => '?',
  13229. 'TeacherBundle\\Service\\API\\QuizActivityService:update' => '?',
  13230. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:create' => '?',
  13231. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:createUnit' => '?',
  13232. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:delete' => '?',
  13233. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:getClassroomResults' => '?',
  13234. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:getUnitResults' => '?',
  13235. 'TeacherBundle\\Service\\API\\ReadingTestActivityService:update' => '?',
  13236. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService:getClassroomResults' => '?',
  13237. 'TeacherBundle\\Service\\API\\TrainingActivityResultsService:getUnitResults' => '?',
  13238. 'TeacherBundle\\Service\\API\\TrainingActivityService:getJsonActivityCopy' => '?',
  13239. 'TeacherBundle\\Service\\API\\TrainingActivityService:getJsonActivityEdit' => '?',
  13240. 'TeacherBundle\\Service\\API\\TrainingActivityService:update' => '?',
  13241. 'TeacherBundle\\Service\\API\\WorksheetActivityResultsService:getClassroomResults' => '?',
  13242. 'TeacherBundle\\Service\\API\\WorksheetActivityService:create' => '?',
  13243. 'TeacherBundle\\Service\\API\\WorksheetActivityService:update' => '?',
  13244. 'UserBundle\\Controller\\DefaultController:getParamRow' => '?',
  13245. 'UserBundle\\Controller\\DefaultController:getParams' => '?',
  13246. 'UserBundle\\Controller\\DefaultController:redirectUser' => '?',
  13247. 'UserBundle\\Controller\\DefaultController:setParam' => '?',
  13248. 'UserBundle\\Controller\\RegistrationController:register' => '?',
  13249. 'UserBundle\\Controller\\RegistrationController:verifyUserEmail' => '?',
  13250. 'UserBundle\\Controller\\ResetPasswordController:change' => '?',
  13251. 'UserBundle\\Controller\\ResetPasswordController:request' => '?',
  13252. 'UserBundle\\Controller\\ResetPasswordController:reset' => '?',
  13253. 'UserBundle\\Controller\\SetupTwoFactorAuthController:qrCode' => '?',
  13254. 'UserBundle\\Controller\\SetupTwoFactorAuthController:setup' => '?',
  13255. 'kernel:loadRoutes' => '?',
  13256. 'kernel:registerContainerConfiguration' => '?',
  13257. ]);
  13258. }
  13259. /**
  13260. * Gets the private '.service_locator.ofzw.eQ' shared service.
  13261. *
  13262. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13263. */
  13264. protected function get_ServiceLocator_Ofzw_EQService()
  13265. {
  13266. return $this->privates['.service_locator.ofzw.eQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13267. 'crammingActivityService' => ['services', 'StudentBundle\\Service\\CrammingActivityService', 'getCrammingActivityServiceService', false],
  13268. 'homeworkService' => ['services', 'StudentBundle\\Service\\CrammingActivityHomeworkService', 'getCrammingActivityHomeworkServiceService', false],
  13269. ], [
  13270. 'crammingActivityService' => 'StudentBundle\\Service\\CrammingActivityService',
  13271. 'homeworkService' => 'StudentBundle\\Service\\CrammingActivityHomeworkService',
  13272. ]);
  13273. }
  13274. /**
  13275. * Gets the private '.service_locator.p8P7vwE' shared service.
  13276. *
  13277. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13278. */
  13279. protected function get_ServiceLocator_P8P7vwEService()
  13280. {
  13281. return $this->privates['.service_locator.p8P7vwE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13282. 'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
  13283. 'sessionPlayer' => ['services', 'CoreBundle\\Session\\SessionPlayer', 'getSessionPlayerService', false],
  13284. 'sessionService' => ['services', 'StudentBundle\\Service\\QuizSessionService', 'getQuizSessionServiceService', false],
  13285. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  13286. ], [
  13287. 'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
  13288. 'sessionPlayer' => 'CoreBundle\\Session\\SessionPlayer',
  13289. 'sessionService' => 'StudentBundle\\Service\\QuizSessionService',
  13290. 'translator' => '?',
  13291. ]);
  13292. }
  13293. /**
  13294. * Gets the private '.service_locator.q2ji3lu' shared service.
  13295. *
  13296. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13297. */
  13298. protected function get_ServiceLocator_Q2ji3luService()
  13299. {
  13300. return $this->privates['.service_locator.q2ji3lu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13301. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  13302. ], [
  13303. 'translator' => '?',
  13304. ]);
  13305. }
  13306. /**
  13307. * Gets the private '.service_locator.qWRIXEM' shared service.
  13308. *
  13309. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13310. */
  13311. protected function get_ServiceLocator_QWRIXEMService()
  13312. {
  13313. return $this->privates['.service_locator.qWRIXEM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13314. 'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
  13315. ], [
  13316. 'sessionService' => 'CoreBundle\\Service\\SessionService',
  13317. ]);
  13318. }
  13319. /**
  13320. * Gets the private '.service_locator.qwilqiL' shared service.
  13321. *
  13322. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13323. */
  13324. protected function get_ServiceLocator_QwilqiLService()
  13325. {
  13326. return $this->privates['.service_locator.qwilqiL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13327. 'userPasswordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
  13328. ], [
  13329. 'userPasswordHasher' => '?',
  13330. ]);
  13331. }
  13332. /**
  13333. * Gets the private '.service_locator.rDMu6Zd' shared service.
  13334. *
  13335. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13336. */
  13337. protected function get_ServiceLocator_RDMu6ZdService()
  13338. {
  13339. return $this->privates['.service_locator.rDMu6Zd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13340. 'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
  13341. ], [
  13342. 'passwordHasher' => '?',
  13343. ]);
  13344. }
  13345. /**
  13346. * Gets the private '.service_locator.riFbGaB' shared service.
  13347. *
  13348. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13349. */
  13350. protected function get_ServiceLocator_RiFbGaBService()
  13351. {
  13352. return $this->privates['.service_locator.riFbGaB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13353. '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.'],
  13354. '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.'],
  13355. '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.'],
  13356. ], [
  13357. 'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
  13358. 'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
  13359. 'formOptions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
  13360. ]);
  13361. }
  13362. /**
  13363. * Gets the private '.service_locator.sOAhyHj' shared service.
  13364. *
  13365. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13366. */
  13367. protected function get_ServiceLocator_SOAhyHjService()
  13368. {
  13369. return $this->privates['.service_locator.sOAhyHj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13370. 'navigator' => ['privates', 'CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator', 'getPeerFeedback2ndNavigatorService', false],
  13371. ], [
  13372. 'navigator' => 'CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator',
  13373. ]);
  13374. }
  13375. /**
  13376. * Gets the private '.service_locator.sTdGR69' shared service.
  13377. *
  13378. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13379. */
  13380. protected function get_ServiceLocator_STdGR69Service()
  13381. {
  13382. return $this->privates['.service_locator.sTdGR69'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13383. 'classroomSignUpService' => ['privates', 'StudentBundle\\Service\\ClassroomSignUpService', 'getClassroomSignUpServiceService', false],
  13384. 'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
  13385. ], [
  13386. 'classroomSignUpService' => 'StudentBundle\\Service\\ClassroomSignUpService',
  13387. 'eventLogger' => 'CoreBundle\\Service\\EventLogger',
  13388. ]);
  13389. }
  13390. /**
  13391. * Gets the private '.service_locator.st3ASTR' shared service.
  13392. *
  13393. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13394. */
  13395. protected function get_ServiceLocator_St3ASTRService()
  13396. {
  13397. return $this->privates['.service_locator.st3ASTR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13398. '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?'],
  13399. ], [
  13400. 'user' => 'Symfony\\Component\\Security\\Core\\User\\UserInterface',
  13401. ]);
  13402. }
  13403. /**
  13404. * Gets the private '.service_locator.t4pH54g' shared service.
  13405. *
  13406. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13407. */
  13408. protected function get_ServiceLocator_T4pH54gService()
  13409. {
  13410. return $this->privates['.service_locator.t4pH54g'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13411. 'flashBag' => ['privates', 'session.flash_bag', 'getSession_FlashBagService', false],
  13412. ], [
  13413. 'flashBag' => '?',
  13414. ]);
  13415. }
  13416. /**
  13417. * Gets the private '.service_locator.t6i3vFk' shared service.
  13418. *
  13419. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13420. */
  13421. protected function get_ServiceLocator_T6i3vFkService()
  13422. {
  13423. return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13424. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  13425. ], [
  13426. 'em' => '?',
  13427. ]);
  13428. }
  13429. /**
  13430. * Gets the private '.service_locator.tT6zioB' shared service.
  13431. *
  13432. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13433. */
  13434. protected function get_ServiceLocator_TT6zioBService()
  13435. {
  13436. return $this->privates['.service_locator.tT6zioB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13437. 'publication' => ['privates', '.errored..service_locator.tT6zioB.CoreBundle\\Entity\\Publication', NULL, 'Cannot autowire service ".service_locator.tT6zioB": it references class "CoreBundle\\Entity\\Publication" but no such service exists.'],
  13438. ], [
  13439. 'publication' => 'CoreBundle\\Entity\\Publication',
  13440. ]);
  13441. }
  13442. /**
  13443. * Gets the private '.service_locator.u8G.hVv' shared service.
  13444. *
  13445. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13446. */
  13447. protected function get_ServiceLocator_U8G_HVvService()
  13448. {
  13449. return $this->privates['.service_locator.u8G.hVv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13450. 'activityDisplayService' => ['privates', 'CoreBundle\\Service\\ActivityDisplayService', 'getActivityDisplayServiceService', false],
  13451. 'activityRoutingService' => ['privates', 'CoreBundle\\Service\\ActivityRoutingService', 'getActivityRoutingServiceService', false],
  13452. ], [
  13453. 'activityDisplayService' => 'CoreBundle\\Service\\ActivityDisplayService',
  13454. 'activityRoutingService' => 'CoreBundle\\Service\\ActivityRoutingService',
  13455. ]);
  13456. }
  13457. /**
  13458. * Gets the private '.service_locator.wen_Mpt' shared service.
  13459. *
  13460. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13461. */
  13462. protected function get_ServiceLocator_WenMptService()
  13463. {
  13464. return $this->privates['.service_locator.wen_Mpt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13465. 'authService' => ['privates', 'CoreBundle\\Service\\AuthService', 'getAuthServiceService', false],
  13466. ], [
  13467. 'authService' => 'CoreBundle\\Service\\AuthService',
  13468. ]);
  13469. }
  13470. /**
  13471. * Gets the private '.service_locator.wm43SeI' shared service.
  13472. *
  13473. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13474. */
  13475. protected function get_ServiceLocator_Wm43SeIService()
  13476. {
  13477. return $this->privates['.service_locator.wm43SeI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13478. 'quizSessionService' => ['services', 'TeacherBundle\\Service\\QuizSessionService', 'getQuizSessionService2Service', false],
  13479. ], [
  13480. 'quizSessionService' => 'TeacherBundle\\Service\\QuizSessionService',
  13481. ]);
  13482. }
  13483. /**
  13484. * Gets the private '.service_locator.wtO2cHx' shared service.
  13485. *
  13486. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13487. */
  13488. protected function get_ServiceLocator_WtO2cHxService()
  13489. {
  13490. return $this->privates['.service_locator.wtO2cHx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13491. 'awsPollyUtil' => ['services', 'CoreBundle\\Util\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
  13492. 'kernel' => ['services', 'kernel', 'getKernelService', false],
  13493. 'mathProblemService' => ['services', 'CoreBundle\\Service\\MathProblemService', 'getMathProblemServiceService', false],
  13494. ], [
  13495. 'awsPollyUtil' => 'CoreBundle\\Util\\Aws\\AwsPollyUtil',
  13496. 'kernel' => '?',
  13497. 'mathProblemService' => 'CoreBundle\\Service\\MathProblemService',
  13498. ]);
  13499. }
  13500. /**
  13501. * Gets the private '.service_locator.xLx1lNO' shared service.
  13502. *
  13503. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13504. */
  13505. protected function get_ServiceLocator_XLx1lNOService()
  13506. {
  13507. return $this->privates['.service_locator.xLx1lNO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13508. 'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
  13509. 'userManager' => ['services', 'fos_user.user_manager', 'getFosUser_UserManagerService', false],
  13510. ], [
  13511. 'em' => '?',
  13512. 'userManager' => '?',
  13513. ]);
  13514. }
  13515. /**
  13516. * Gets the private '.service_locator.xUrKPVU' shared service.
  13517. *
  13518. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13519. */
  13520. protected function get_ServiceLocator_XUrKPVUService()
  13521. {
  13522. return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13523. '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".'],
  13524. ], [
  13525. 'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  13526. ]);
  13527. }
  13528. /**
  13529. * Gets the private '.service_locator.xYXvlNW' shared service.
  13530. *
  13531. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13532. */
  13533. protected function get_ServiceLocator_XYXvlNWService()
  13534. {
  13535. return $this->privates['.service_locator.xYXvlNW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13536. 'quizSessionService' => ['services', 'StudentBundle\\Service\\QuizSessionService', 'getQuizSessionServiceService', false],
  13537. ], [
  13538. 'quizSessionService' => 'StudentBundle\\Service\\QuizSessionService',
  13539. ]);
  13540. }
  13541. /**
  13542. * Gets the private '.service_locator.yDC0lbQ' shared service.
  13543. *
  13544. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13545. */
  13546. protected function get_ServiceLocator_YDC0lbQService()
  13547. {
  13548. return $this->privates['.service_locator.yDC0lbQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13549. 'makeTeamsService' => ['privates', 'CoreBundle\\Service\\MakeTeamsService', 'getMakeTeamsServiceService', false],
  13550. 'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
  13551. 'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
  13552. 'problemDndService' => ['services', 'StudentBundle\\Service\\ProblemDndService', 'getProblemDndServiceService', false],
  13553. 'trainingService' => ['services', 'TeacherBundle\\Service\\TrainingService', 'getTrainingServiceService', false],
  13554. 'transform' => ['services', 'StudentBundle\\Service\\Transform', 'getTransformService', false],
  13555. ], [
  13556. 'makeTeamsService' => 'CoreBundle\\Service\\MakeTeamsService',
  13557. 'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
  13558. 'performanceService' => 'StudentBundle\\Service\\PerformanceService',
  13559. 'problemDndService' => 'StudentBundle\\Service\\ProblemDndService',
  13560. 'trainingService' => 'TeacherBundle\\Service\\TrainingService',
  13561. 'transform' => 'StudentBundle\\Service\\Transform',
  13562. ]);
  13563. }
  13564. /**
  13565. * Gets the private '.service_locator.yzOxF8c' shared service.
  13566. *
  13567. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13568. */
  13569. protected function get_ServiceLocator_YzOxF8cService()
  13570. {
  13571. return $this->privates['.service_locator.yzOxF8c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13572. 'validator' => ['services', 'CoreBundle\\Helpers\\ValidationHelper', 'getValidationHelperService', false],
  13573. ], [
  13574. 'validator' => 'CoreBundle\\Helpers\\ValidationHelper',
  13575. ]);
  13576. }
  13577. /**
  13578. * Gets the private '.session.deprecated' shared service.
  13579. *
  13580. * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  13581. */
  13582. protected function get_Session_DeprecatedService()
  13583. {
  13584. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  13585. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  13586. 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();
  13587. }
  13588. /**
  13589. * Gets the private '.twig.command.debug.lazy' shared service.
  13590. *
  13591. * @return \Symfony\Component\Console\Command\LazyCommand
  13592. */
  13593. protected function get_Twig_Command_Debug_LazyService()
  13594. {
  13595. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13596. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  13597. 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 {
  13598. return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  13599. });
  13600. }
  13601. /**
  13602. * Gets the private '.twig.command.lint.lazy' shared service.
  13603. *
  13604. * @return \Symfony\Component\Console\Command\LazyCommand
  13605. */
  13606. protected function get_Twig_Command_Lint_LazyService()
  13607. {
  13608. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13609. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  13610. 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 {
  13611. return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  13612. });
  13613. }
  13614. /**
  13615. * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  13616. *
  13617. * @return \Symfony\Component\Console\Command\LazyCommand
  13618. */
  13619. protected function get_VarDumper_Command_ServerDump_LazyService()
  13620. {
  13621. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  13622. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
  13623. 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 {
  13624. return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  13625. });
  13626. }
  13627. /**
  13628. * Gets the private 'AdminBundle\Editors\ProblemEditorFactory' shared autowired service.
  13629. *
  13630. * @return \AdminBundle\Editors\ProblemEditorFactory
  13631. */
  13632. protected function getProblemEditorFactoryService()
  13633. {
  13634. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/ProblemEditorFactory.php';
  13635. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/ProblemEditorInterface.php';
  13636. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/ProblemEditor.php';
  13637. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/RadioButtonEditor.php';
  13638. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/ProblemValidationService.php';
  13639. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/CheckboxEditor.php';
  13640. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/ParagraphEditor.php';
  13641. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/TextEditor.php';
  13642. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/DropDownEditor.php';
  13643. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/WordOptionsEditor.php';
  13644. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/DragAndDropEditor.php';
  13645. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/GridRadiobuttonEditor.php';
  13646. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/GridCheckboxEditor.php';
  13647. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/TableTextEditor.php';
  13648. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/TableDropdownEditor.php';
  13649. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/MarkEditor.php';
  13650. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/NumberEditor.php';
  13651. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/FormulaEditor.php';
  13652. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/ValidationHelper.php';
  13653. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13654. if (isset($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'])) {
  13655. return $this->privates['AdminBundle\\Editors\\ProblemEditorFactory'];
  13656. }
  13657. $b = new \AdminBundle\Service\ProblemValidationService($a, ($this->services['CoreBundle\\Helpers\\ValidationHelper'] ?? ($this->services['CoreBundle\\Helpers\\ValidationHelper'] = new \CoreBundle\Helpers\ValidationHelper())));
  13658. $c = ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService());
  13659. $d = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  13660. return $this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] = new \AdminBundle\Editors\ProblemEditorFactory(new \AdminBundle\Editors\RadioButtonEditor($a, $b, $c, $d), new \AdminBundle\Editors\CheckboxEditor($a, $b, $c, $d), new \AdminBundle\Editors\ParagraphEditor($a, $b, $c, $d), new \AdminBundle\Editors\TextEditor($a, $b, $c, $d), new \AdminBundle\Editors\DropDownEditor($a, $b, $c, $d), new \AdminBundle\Editors\WordOptionsEditor($a, $b, $c, $d), new \AdminBundle\Editors\DragAndDropEditor($a, $b, $c, $d), new \AdminBundle\Editors\GridRadiobuttonEditor($a, $b, $c, $d), new \AdminBundle\Editors\GridCheckboxEditor($a, $b, $c, $d), new \AdminBundle\Editors\TableTextEditor($a, $b, $c, $d), new \AdminBundle\Editors\TableDropdownEditor($a, $b, $c, $d), new \AdminBundle\Editors\MarkEditor($a, $b, $c, $d), new \AdminBundle\Editors\NumberEditor($a, $b, $c, $d), new \AdminBundle\Editors\FormulaEditor($a, $b, $c, $d));
  13661. }
  13662. /**
  13663. * Gets the private 'AdminBundle\Form\AnswerType' shared autowired service.
  13664. *
  13665. * @return \AdminBundle\Form\AnswerType
  13666. */
  13667. protected function getAnswerTypeService()
  13668. {
  13669. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13670. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13671. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/AnswerType.php';
  13672. return $this->privates['AdminBundle\\Form\\AnswerType'] = new \AdminBundle\Form\AnswerType();
  13673. }
  13674. /**
  13675. * Gets the private 'AdminBundle\Form\BulkAudioUpload' shared autowired service.
  13676. *
  13677. * @return \AdminBundle\Form\BulkAudioUpload
  13678. */
  13679. protected function getBulkAudioUploadService()
  13680. {
  13681. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13682. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13683. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/BulkAudioUpload.php';
  13684. return $this->privates['AdminBundle\\Form\\BulkAudioUpload'] = new \AdminBundle\Form\BulkAudioUpload();
  13685. }
  13686. /**
  13687. * Gets the private 'AdminBundle\Form\BulkCsvUpload' shared autowired service.
  13688. *
  13689. * @return \AdminBundle\Form\BulkCsvUpload
  13690. */
  13691. protected function getBulkCsvUploadService()
  13692. {
  13693. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13694. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13695. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/BulkCsvUpload.php';
  13696. return $this->privates['AdminBundle\\Form\\BulkCsvUpload'] = new \AdminBundle\Form\BulkCsvUpload(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  13697. }
  13698. /**
  13699. * Gets the private 'AdminBundle\Form\BulkImageUpload' shared autowired service.
  13700. *
  13701. * @return \AdminBundle\Form\BulkImageUpload
  13702. */
  13703. protected function getBulkImageUploadService()
  13704. {
  13705. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13706. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13707. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/BulkImageUpload.php';
  13708. return $this->privates['AdminBundle\\Form\\BulkImageUpload'] = new \AdminBundle\Form\BulkImageUpload();
  13709. }
  13710. /**
  13711. * Gets the private 'AdminBundle\Form\CsvUploadType' shared autowired service.
  13712. *
  13713. * @return \AdminBundle\Form\CsvUploadType
  13714. */
  13715. protected function getCsvUploadTypeService()
  13716. {
  13717. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13718. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13719. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/CsvUploadType.php';
  13720. return $this->privates['AdminBundle\\Form\\CsvUploadType'] = new \AdminBundle\Form\CsvUploadType();
  13721. }
  13722. /**
  13723. * Gets the private 'AdminBundle\Form\ProblemType' shared autowired service.
  13724. *
  13725. * @return \AdminBundle\Form\ProblemType
  13726. */
  13727. protected function getProblemTypeService()
  13728. {
  13729. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13730. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13731. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/ProblemType.php';
  13732. return $this->privates['AdminBundle\\Form\\ProblemType'] = new \AdminBundle\Form\ProblemType();
  13733. }
  13734. /**
  13735. * Gets the private 'AdminBundle\Form\SelectProblemType' shared autowired service.
  13736. *
  13737. * @return \AdminBundle\Form\SelectProblemType
  13738. */
  13739. protected function getSelectProblemTypeService()
  13740. {
  13741. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13742. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13743. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/SelectProblemType.php';
  13744. return $this->privates['AdminBundle\\Form\\SelectProblemType'] = new \AdminBundle\Form\SelectProblemType();
  13745. }
  13746. /**
  13747. * Gets the private 'AdminBundle\Form\StatisticsType' shared autowired service.
  13748. *
  13749. * @return \AdminBundle\Form\StatisticsType
  13750. */
  13751. protected function getStatisticsTypeService()
  13752. {
  13753. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13754. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13755. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/StatisticsType.php';
  13756. return $this->privates['AdminBundle\\Form\\StatisticsType'] = new \AdminBundle\Form\StatisticsType();
  13757. }
  13758. /**
  13759. * Gets the private 'AdminBundle\Form\Type\EasyAdmin\TemplateTypeFilterType' shared autowired service.
  13760. *
  13761. * @return \AdminBundle\Form\Type\EasyAdmin\TemplateTypeFilterType
  13762. */
  13763. protected function getTemplateTypeFilterTypeService()
  13764. {
  13765. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  13766. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  13767. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/Type/EasyAdmin/TemplateTypeFilterType.php';
  13768. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13769. if (isset($this->privates['AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType'])) {
  13770. return $this->privates['AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType'];
  13771. }
  13772. $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  13773. if (isset($this->privates['AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType'])) {
  13774. return $this->privates['AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType'];
  13775. }
  13776. return $this->privates['AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType'] = new \AdminBundle\Form\Type\EasyAdmin\TemplateTypeFilterType($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b);
  13777. }
  13778. /**
  13779. * Gets the private 'AdminBundle\Service\BugReportService' shared autowired service.
  13780. *
  13781. * @return \AdminBundle\Service\BugReportService
  13782. */
  13783. protected function getBugReportServiceService()
  13784. {
  13785. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/BugReportService.php';
  13786. return $this->privates['AdminBundle\\Service\\BugReportService'] = new \AdminBundle\Service\BugReportService(($this->services['translator'] ?? $this->getTranslatorService()));
  13787. }
  13788. /**
  13789. * Gets the private 'AdminBundle\Service\CsvImportService' shared autowired service.
  13790. *
  13791. * @return \AdminBundle\Service\CsvImportService
  13792. */
  13793. protected function getCsvImportServiceService()
  13794. {
  13795. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/CsvImportService.php';
  13796. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  13797. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  13798. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13799. if (isset($this->privates['AdminBundle\\Service\\CsvImportService'])) {
  13800. return $this->privates['AdminBundle\\Service\\CsvImportService'];
  13801. }
  13802. $b = ($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService());
  13803. if (isset($this->privates['AdminBundle\\Service\\CsvImportService'])) {
  13804. return $this->privates['AdminBundle\\Service\\CsvImportService'];
  13805. }
  13806. return $this->privates['AdminBundle\\Service\\CsvImportService'] = new \AdminBundle\Service\CsvImportService(($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('da'))), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()), $a, 'abacus-fysik', $b, ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService()));
  13807. }
  13808. /**
  13809. * Gets the private 'AdminBundle\Service\EasyAdminService' shared autowired service.
  13810. *
  13811. * @return \AdminBundle\Service\EasyAdminService
  13812. */
  13813. protected function getEasyAdminServiceService()
  13814. {
  13815. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/EasyAdminService.php';
  13816. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13817. if (isset($this->privates['AdminBundle\\Service\\EasyAdminService'])) {
  13818. return $this->privates['AdminBundle\\Service\\EasyAdminService'];
  13819. }
  13820. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  13821. if (isset($this->privates['AdminBundle\\Service\\EasyAdminService'])) {
  13822. return $this->privates['AdminBundle\\Service\\EasyAdminService'];
  13823. }
  13824. return $this->privates['AdminBundle\\Service\\EasyAdminService'] = new \AdminBundle\Service\EasyAdminService($a, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  13825. }
  13826. /**
  13827. * Gets the private 'AdminBundle\Service\InstitutionService' shared autowired service.
  13828. *
  13829. * @return \AdminBundle\Service\InstitutionService
  13830. */
  13831. protected function getInstitutionServiceService()
  13832. {
  13833. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/InstitutionService.php';
  13834. return $this->privates['AdminBundle\\Service\\InstitutionService'] = new \AdminBundle\Service\InstitutionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13835. }
  13836. /**
  13837. * Gets the private 'AdminBundle\Service\MediaService' shared autowired service.
  13838. *
  13839. * @return \AdminBundle\Service\MediaService
  13840. */
  13841. protected function getMediaServiceService()
  13842. {
  13843. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/MediaService.php';
  13844. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13845. if (isset($this->privates['AdminBundle\\Service\\MediaService'])) {
  13846. return $this->privates['AdminBundle\\Service\\MediaService'];
  13847. }
  13848. return $this->privates['AdminBundle\\Service\\MediaService'] = new \AdminBundle\Service\MediaService($a, ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->privates['session.flash_bag'] ?? $this->getSession_FlashBagService()));
  13849. }
  13850. /**
  13851. * Gets the private 'AdminBundle\Service\ProblemEditorService' shared autowired service.
  13852. *
  13853. * @return \AdminBundle\Service\ProblemEditorService
  13854. */
  13855. protected function getProblemEditorServiceService()
  13856. {
  13857. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/ProblemEditorService.php';
  13858. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13859. if (isset($this->privates['AdminBundle\\Service\\ProblemEditorService'])) {
  13860. return $this->privates['AdminBundle\\Service\\ProblemEditorService'];
  13861. }
  13862. $b = ($this->privates['AdminBundle\\Service\\TemplateCloningService'] ?? $this->getTemplateCloningServiceService());
  13863. if (isset($this->privates['AdminBundle\\Service\\ProblemEditorService'])) {
  13864. return $this->privates['AdminBundle\\Service\\ProblemEditorService'];
  13865. }
  13866. return $this->privates['AdminBundle\\Service\\ProblemEditorService'] = new \AdminBundle\Service\ProblemEditorService($a, $b);
  13867. }
  13868. /**
  13869. * Gets the private 'AdminBundle\Service\ProblemService' shared autowired service.
  13870. *
  13871. * @return \AdminBundle\Service\ProblemService
  13872. */
  13873. protected function getProblemService4Service()
  13874. {
  13875. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/ProblemService.php';
  13876. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13877. if (isset($this->privates['AdminBundle\\Service\\ProblemService'])) {
  13878. return $this->privates['AdminBundle\\Service\\ProblemService'];
  13879. }
  13880. $b = ($this->services['TeacherBundle\\Service\\ProblemDndService'] ?? $this->getProblemDndService2Service());
  13881. if (isset($this->privates['AdminBundle\\Service\\ProblemService'])) {
  13882. return $this->privates['AdminBundle\\Service\\ProblemService'];
  13883. }
  13884. return $this->privates['AdminBundle\\Service\\ProblemService'] = new \AdminBundle\Service\ProblemService($a, ($this->services['TeacherBundle\\Service\\MathProblemService'] ?? $this->getMathProblemService3Service()), $b, ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService()));
  13885. }
  13886. /**
  13887. * Gets the private 'AdminBundle\Service\TemplateCloningService' shared autowired service.
  13888. *
  13889. * @return \AdminBundle\Service\TemplateCloningService
  13890. */
  13891. protected function getTemplateCloningServiceService()
  13892. {
  13893. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/TemplateCloningService.php';
  13894. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13895. if (isset($this->privates['AdminBundle\\Service\\TemplateCloningService'])) {
  13896. return $this->privates['AdminBundle\\Service\\TemplateCloningService'];
  13897. }
  13898. return $this->privates['AdminBundle\\Service\\TemplateCloningService'] = new \AdminBundle\Service\TemplateCloningService($a);
  13899. }
  13900. /**
  13901. * Gets the private 'AdminBundle\Service\TemplateService' shared autowired service.
  13902. *
  13903. * @return \AdminBundle\Service\TemplateService
  13904. */
  13905. protected function getTemplateServiceService()
  13906. {
  13907. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/TemplateService.php';
  13908. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13909. if (isset($this->privates['AdminBundle\\Service\\TemplateService'])) {
  13910. return $this->privates['AdminBundle\\Service\\TemplateService'];
  13911. }
  13912. return $this->privates['AdminBundle\\Service\\TemplateService'] = new \AdminBundle\Service\TemplateService($a, ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()), ($this->privates['AdminBundle\\Service\\TemplateCloningService'] ?? $this->getTemplateCloningServiceService()));
  13913. }
  13914. /**
  13915. * Gets the private 'AdminBundle\Service\TopicService' shared autowired service.
  13916. *
  13917. * @return \AdminBundle\Service\TopicService
  13918. */
  13919. protected function getTopicServiceService()
  13920. {
  13921. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/TopicService.php';
  13922. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13923. if (isset($this->privates['AdminBundle\\Service\\TopicService'])) {
  13924. return $this->privates['AdminBundle\\Service\\TopicService'];
  13925. }
  13926. return $this->privates['AdminBundle\\Service\\TopicService'] = new \AdminBundle\Service\TopicService($a, ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService()));
  13927. }
  13928. /**
  13929. * Gets the private 'CoreBundle\Logger\SessionRequestProcessor' shared autowired service.
  13930. *
  13931. * @return \CoreBundle\Logger\SessionRequestProcessor
  13932. */
  13933. protected function getSessionRequestProcessorService()
  13934. {
  13935. return $this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] = new \CoreBundle\Logger\SessionRequestProcessor(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  13936. }
  13937. /**
  13938. * Gets the private 'CoreBundle\MathProblem\Difficulty\StudentDifficultyUpdater' shared service.
  13939. *
  13940. * @return \CoreBundle\MathProblem\Difficulty\StudentDifficultyUpdater
  13941. */
  13942. protected function getStudentDifficultyUpdaterService()
  13943. {
  13944. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Difficulty/StudentDifficultyUpdater.php';
  13945. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Difficulty/DifficultyLevelCalculator.php';
  13946. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13947. if (isset($this->privates['CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater'])) {
  13948. return $this->privates['CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater'];
  13949. }
  13950. return $this->privates['CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater'] = new \CoreBundle\MathProblem\Difficulty\StudentDifficultyUpdater($a, ($this->privates['abacus_core.repository.student_difficulty_repository'] ?? $this->getAbacusCore_Repository_StudentDifficultyRepositoryService()), ($this->privates['abacus_core.repository.self_study_topic_student_difficulty_repository'] ?? $this->getAbacusCore_Repository_SelfStudyTopicStudentDifficultyRepositoryService()), ($this->privates['abacus_core.repository.mathproblem'] ?? $this->getAbacusCore_Repository_MathproblemService()), ($this->privates['abacus_core.repository.template_mathproblem'] ?? $this->getAbacusCore_Repository_TemplateMathproblemService()), new \CoreBundle\MathProblem\Difficulty\DifficultyLevelCalculator('abacus-fysik'));
  13951. }
  13952. /**
  13953. * Gets the private 'CoreBundle\MathProblem\Selection\RandomMathProblemFinder' shared service.
  13954. *
  13955. * @return \CoreBundle\MathProblem\Selection\RandomMathProblemFinder
  13956. */
  13957. protected function getRandomMathProblemFinderService()
  13958. {
  13959. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/RandomMathProblemFinder.php';
  13960. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/TopicSelector.php';
  13961. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/DifficultyResolver.php';
  13962. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/MathProblemTypeProvider.php';
  13963. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/UsedMathProblemTypeProvider.php';
  13964. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/SessionRepositoryResolver.php';
  13965. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/RandomTemplateMathProblemFinder.php';
  13966. include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/UsedTemplateMathProblemProvider.php';
  13967. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13968. if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
  13969. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
  13970. }
  13971. $b = ($this->privates['abacus_core.repository.student_difficulty_repository'] ?? $this->getAbacusCore_Repository_StudentDifficultyRepositoryService());
  13972. if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
  13973. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
  13974. }
  13975. $c = ($this->privates['abacus_core.repository.self_study_topic_student_difficulty_repository'] ?? $this->getAbacusCore_Repository_SelfStudyTopicStudentDifficultyRepositoryService());
  13976. if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
  13977. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
  13978. }
  13979. $d = ($this->privates['abacus_core.repository.session'] ?? $this->getAbacusCore_Repository_SessionService());
  13980. if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
  13981. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
  13982. }
  13983. $e = ($this->privates['abacus_core.repository.homework'] ?? $this->getAbacusCore_Repository_HomeworkService());
  13984. if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
  13985. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
  13986. }
  13987. $f = ($this->privates['abacus_core.repository.template_mathproblem'] ?? $this->getAbacusCore_Repository_TemplateMathproblemService());
  13988. if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
  13989. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
  13990. }
  13991. $g = ($this->privates['abacus_core.repository.mathproblem'] ?? $this->getAbacusCore_Repository_MathproblemService());
  13992. if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
  13993. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
  13994. }
  13995. $h = new \CoreBundle\MathProblem\Selection\SessionRepositoryResolver($d, $e);
  13996. return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'] = new \CoreBundle\MathProblem\Selection\RandomMathProblemFinder($a, new \CoreBundle\MathProblem\Selection\TopicSelector($a), new \CoreBundle\MathProblem\Selection\DifficultyResolver($b, $c), new \CoreBundle\MathProblem\Selection\MathProblemTypeProvider(new \CoreBundle\MathProblem\Selection\UsedMathProblemTypeProvider($h), $f), new \CoreBundle\MathProblem\Selection\RandomTemplateMathProblemFinder(new \CoreBundle\MathProblem\Selection\UsedTemplateMathProblemProvider($h), $f, $a), $g, $f, $b, $c, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13997. }
  13998. /**
  13999. * Gets the private 'CoreBundle\Service\ActivityDisplayService' shared autowired service.
  14000. *
  14001. * @return \CoreBundle\Service\ActivityDisplayService
  14002. */
  14003. protected function getActivityDisplayServiceService()
  14004. {
  14005. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityDisplayService.php';
  14006. return $this->privates['CoreBundle\\Service\\ActivityDisplayService'] = new \CoreBundle\Service\ActivityDisplayService('abacus-fysik', $this->parameters['abacus.activity_types'], ($this->privates['CoreBundle\\Service\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  14007. }
  14008. /**
  14009. * Gets the private 'CoreBundle\Service\ActivityRoutingService' shared autowired service.
  14010. *
  14011. * @return \CoreBundle\Service\ActivityRoutingService
  14012. */
  14013. protected function getActivityRoutingServiceService()
  14014. {
  14015. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityRoutingService.php';
  14016. $a = ($this->services['router'] ?? $this->getRouterService());
  14017. if (isset($this->privates['CoreBundle\\Service\\ActivityRoutingService'])) {
  14018. return $this->privates['CoreBundle\\Service\\ActivityRoutingService'];
  14019. }
  14020. return $this->privates['CoreBundle\\Service\\ActivityRoutingService'] = new \CoreBundle\Service\ActivityRoutingService($this->parameters['abacus.activity_types'], $a);
  14021. }
  14022. /**
  14023. * Gets the private 'CoreBundle\Service\AuthService' shared autowired service.
  14024. *
  14025. * @return \CoreBundle\Service\AuthService
  14026. */
  14027. protected function getAuthServiceService()
  14028. {
  14029. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/AuthService.php';
  14030. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/SSO/ProviderInterface.php';
  14031. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/SSO/GyldendalProvider.php';
  14032. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  14033. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  14034. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  14035. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/InstitutionRepository.php';
  14036. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14037. if (isset($this->privates['CoreBundle\\Service\\AuthService'])) {
  14038. return $this->privates['CoreBundle\\Service\\AuthService'];
  14039. }
  14040. $b = ($this->services['eight_points_guzzle.client.loginconnector'] ?? $this->getEightPointsGuzzle_Client_LoginconnectorService());
  14041. if (isset($this->privates['CoreBundle\\Service\\AuthService'])) {
  14042. return $this->privates['CoreBundle\\Service\\AuthService'];
  14043. }
  14044. $c = ($this->services['eight_points_guzzle.client.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Client_GyldendalaccessserviceService());
  14045. if (isset($this->privates['CoreBundle\\Service\\AuthService'])) {
  14046. return $this->privates['CoreBundle\\Service\\AuthService'];
  14047. }
  14048. return $this->privates['CoreBundle\\Service\\AuthService'] = new \CoreBundle\Service\AuthService(new \CoreBundle\Security\SSO\GyldendalProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), $a->getRepository('CoreBundle\\Entity\\Institution'), $b, $c, '/GAS-v3-Test/v3', '/GAS-v4-Test/v4', 'gu-abacus', 'gu-abac-437a-404', 0, []), 'gyldendal');
  14049. }
  14050. /**
  14051. * Gets the private 'CoreBundle\Service\EventLogger' shared autowired service.
  14052. *
  14053. * @return \CoreBundle\Service\EventLogger
  14054. */
  14055. protected function getEventLoggerService()
  14056. {
  14057. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/EventLogger.php';
  14058. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14059. if (isset($this->privates['CoreBundle\\Service\\EventLogger'])) {
  14060. return $this->privates['CoreBundle\\Service\\EventLogger'];
  14061. }
  14062. $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  14063. if (isset($this->privates['CoreBundle\\Service\\EventLogger'])) {
  14064. return $this->privates['CoreBundle\\Service\\EventLogger'];
  14065. }
  14066. return $this->privates['CoreBundle\\Service\\EventLogger'] = new \CoreBundle\Service\EventLogger($a, $b, 1, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14067. }
  14068. /**
  14069. * Gets the private 'CoreBundle\Service\GamificationService' shared service.
  14070. *
  14071. * @return \CoreBundle\Service\GamificationService
  14072. */
  14073. protected function getGamificationServiceService()
  14074. {
  14075. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/GamificationService.php';
  14076. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14077. if (isset($this->privates['CoreBundle\\Service\\GamificationService'])) {
  14078. return $this->privates['CoreBundle\\Service\\GamificationService'];
  14079. }
  14080. return $this->privates['CoreBundle\\Service\\GamificationService'] = new \CoreBundle\Service\GamificationService($a, false);
  14081. }
  14082. /**
  14083. * Gets the private 'CoreBundle\Service\MakeTeamsService' shared service.
  14084. *
  14085. * @return \CoreBundle\Service\MakeTeamsService
  14086. */
  14087. protected function getMakeTeamsServiceService()
  14088. {
  14089. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/MakeTeamsService.php';
  14090. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14091. if (isset($this->privates['CoreBundle\\Service\\MakeTeamsService'])) {
  14092. return $this->privates['CoreBundle\\Service\\MakeTeamsService'];
  14093. }
  14094. return $this->privates['CoreBundle\\Service\\MakeTeamsService'] = new \CoreBundle\Service\MakeTeamsService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  14095. }
  14096. /**
  14097. * Gets the private 'CoreBundle\Service\QuizSessionService' shared service.
  14098. *
  14099. * @return \CoreBundle\Service\QuizSessionService
  14100. */
  14101. protected function getQuizSessionService3Service()
  14102. {
  14103. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/QuizSessionService.php';
  14104. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14105. if (isset($this->privates['CoreBundle\\Service\\QuizSessionService'])) {
  14106. return $this->privates['CoreBundle\\Service\\QuizSessionService'];
  14107. }
  14108. return $this->privates['CoreBundle\\Service\\QuizSessionService'] = new \CoreBundle\Service\QuizSessionService($a, ($this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'] ?? $this->getExtractQuestionAnswersService()));
  14109. }
  14110. /**
  14111. * Gets the private 'CoreBundle\Service\SelfStudyVoterService' shared service.
  14112. *
  14113. * @return \CoreBundle\Service\SelfStudyVoterService
  14114. */
  14115. protected function getSelfStudyVoterServiceService()
  14116. {
  14117. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14118. if (isset($this->privates['CoreBundle\\Service\\SelfStudyVoterService'])) {
  14119. return $this->privates['CoreBundle\\Service\\SelfStudyVoterService'];
  14120. }
  14121. return $this->privates['CoreBundle\\Service\\SelfStudyVoterService'] = new \CoreBundle\Service\SelfStudyVoterService($a, 'highschool');
  14122. }
  14123. /**
  14124. * Gets the private 'CoreBundle\Service\SessionService' shared autowired service.
  14125. *
  14126. * @return \CoreBundle\Service\SessionService
  14127. */
  14128. protected function getSessionServiceService()
  14129. {
  14130. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/SessionService.php';
  14131. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14132. if (isset($this->privates['CoreBundle\\Service\\SessionService'])) {
  14133. return $this->privates['CoreBundle\\Service\\SessionService'];
  14134. }
  14135. $b = ($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'] ?? $this->getRandomMathProblemFinderService());
  14136. if (isset($this->privates['CoreBundle\\Service\\SessionService'])) {
  14137. return $this->privates['CoreBundle\\Service\\SessionService'];
  14138. }
  14139. $c = ($this->services['StudentBundle\\Service\\ProblemFreeTextService'] ?? $this->getProblemFreeTextServiceService());
  14140. if (isset($this->privates['CoreBundle\\Service\\SessionService'])) {
  14141. return $this->privates['CoreBundle\\Service\\SessionService'];
  14142. }
  14143. $d = ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService());
  14144. if (isset($this->privates['CoreBundle\\Service\\SessionService'])) {
  14145. return $this->privates['CoreBundle\\Service\\SessionService'];
  14146. }
  14147. return $this->privates['CoreBundle\\Service\\SessionService'] = new \CoreBundle\Service\SessionService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, 'c9ca7eda-8abd-4574-9359-a603ab883612', $b, $c, $d, 'abacus-fysik');
  14148. }
  14149. /**
  14150. * Gets the private 'CoreBundle\Service\TextbookVoterService' shared service.
  14151. *
  14152. * @return \CoreBundle\Service\TextbookVoterService
  14153. */
  14154. protected function getTextbookVoterServiceService()
  14155. {
  14156. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14157. if (isset($this->privates['CoreBundle\\Service\\TextbookVoterService'])) {
  14158. return $this->privates['CoreBundle\\Service\\TextbookVoterService'];
  14159. }
  14160. return $this->privates['CoreBundle\\Service\\TextbookVoterService'] = new \CoreBundle\Service\TextbookVoterService($a, 'highschool');
  14161. }
  14162. /**
  14163. * Gets the private 'CoreBundle\Session\Peer\PeerFeedback2ndNavigator' shared service.
  14164. *
  14165. * @return \CoreBundle\Session\Peer\PeerFeedback2ndNavigator
  14166. */
  14167. protected function getPeerFeedback2ndNavigatorService()
  14168. {
  14169. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerFeedback2ndNavigator.php';
  14170. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  14171. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  14172. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  14173. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/PeerFeedback2ndRepository.php';
  14174. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14175. if (isset($this->privates['CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator'])) {
  14176. return $this->privates['CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator'];
  14177. }
  14178. return $this->privates['CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator'] = new \CoreBundle\Session\Peer\PeerFeedback2ndNavigator($a->getRepository('CoreBundle\\Entity\\PeerFeedback2nd'));
  14179. }
  14180. /**
  14181. * Gets the private 'CoreBundle\Session\Peer\PeerFeedbackNavigator' shared service.
  14182. *
  14183. * @return \CoreBundle\Session\Peer\PeerFeedbackNavigator
  14184. */
  14185. protected function getPeerFeedbackNavigatorService()
  14186. {
  14187. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerFeedbackNavigator.php';
  14188. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  14189. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  14190. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  14191. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/PeerFeedbackRepository.php';
  14192. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14193. if (isset($this->privates['CoreBundle\\Session\\Peer\\PeerFeedbackNavigator'])) {
  14194. return $this->privates['CoreBundle\\Session\\Peer\\PeerFeedbackNavigator'];
  14195. }
  14196. return $this->privates['CoreBundle\\Session\\Peer\\PeerFeedbackNavigator'] = new \CoreBundle\Session\Peer\PeerFeedbackNavigator($a->getRepository('CoreBundle\\Entity\\PeerFeedback'));
  14197. }
  14198. /**
  14199. * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  14200. *
  14201. * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  14202. */
  14203. protected function getManagerRegistryAwareConnectionProviderService()
  14204. {
  14205. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  14206. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  14207. 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'));
  14208. }
  14209. /**
  14210. * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  14211. *
  14212. * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  14213. */
  14214. protected function getRunSqlCommandService()
  14215. {
  14216. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14217. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  14218. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  14219. $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()));
  14220. $instance->setName('dbal:run-sql');
  14221. return $instance;
  14222. }
  14223. /**
  14224. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage' shared service.
  14225. *
  14226. * @return \EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage
  14227. */
  14228. protected function getAssetPackageService()
  14229. {
  14230. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Asset/AssetPackage.php';
  14231. 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())));
  14232. }
  14233. /**
  14234. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer' shared service.
  14235. *
  14236. * @return \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer
  14237. */
  14238. protected function getCacheWarmer2Service()
  14239. {
  14240. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14241. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Cache/CacheWarmer.php';
  14242. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] = new \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer(($this->services['router'] ?? $this->getRouterService()));
  14243. }
  14244. /**
  14245. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  14246. *
  14247. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  14248. */
  14249. protected function getAdminRouterSubscriberService()
  14250. {
  14251. $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  14252. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  14253. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  14254. }
  14255. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  14256. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  14257. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  14258. }
  14259. $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
  14260. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  14261. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  14262. }
  14263. $d = ($this->services['router'] ?? $this->getRouterService());
  14264. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  14265. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  14266. }
  14267. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $a, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), new \EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher()), new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry(['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController' => 'CoreBundle\\Entity\\AudioReference', 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController' => 'UserBundle\\Entity\\User', 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController' => 'CoreBundle\\Entity\\BugReport', 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController' => 'CoreBundle\\Entity\\Category', 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController' => 'UserBundle\\Entity\\User', 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController' => 'CoreBundle\\Entity\\ImageReference', 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController' => 'CoreBundle\\Entity\\Info', 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController' => 'UserBundle\\Entity\\Invitation', 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController' => 'CoreBundle\\Entity\\Mathproblem', 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController' => 'CoreBundle\\Entity\\Mathproblem', 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController' => 'CoreBundle\\Entity\\Mathproblem', 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController' => 'CoreBundle\\Entity\\Quiz', 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController' => 'CoreBundle\\Entity\\Publication', 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController' => 'CoreBundle\\Entity\\Publication', 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController' => 'CoreBundle\\Entity\\Publisher', 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController' => 'CoreBundle\\Entity\\Quiz', 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController' => 'CoreBundle\\Entity\\Quiz', 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController' => 'CoreBundle\\Entity\\QuizType', 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController' => 'CoreBundle\\Entity\\SelfStudyExamQuiz', 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController' => 'CoreBundle\\Entity\\TagMathproblem', 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController' => 'CoreBundle\\Entity\\TemplateMathproblem', 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController' => 'CoreBundle\\Entity\\TemplateMathproblem', 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController' => 'CoreBundle\\Entity\\TemplateSet', 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController' => 'CoreBundle\\Entity\\Topic', 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController' => 'CoreBundle\\Entity\\Topic', 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController' => 'UserBundle\\Entity\\User', 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController' => 'CoreBundle\\Entity\\Worksheet'], ['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController' => 'e7f62ae', 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController' => 'c49d10f', 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController' => 'b2fb6a9', 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController' => '8b18fa4', 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController' => 'e35e914', 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController' => '8aa888a', 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController' => 'b3412c5', 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController' => '2afbb21', 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController' => '1a196d1', 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController' => 'e2bbda0', 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController' => '219cca2', 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController' => 'ec82d53', 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController' => '27cd594', 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController' => '45f2ae8', 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController' => 'c956668', 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController' => '46fd7af', 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController' => 'abd5418', 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController' => '4a16d74', 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController' => 'a7e44a3', 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController' => '80a2a71', 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController' => 'cc42d07', 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController' => '19274cc', 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController' => 'df60a11', 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController' => '71f6b9f', 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController' => 'c886514', 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController' => 'da3b0e7', 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController' => '507cf16'], ['CoreBundle\\Entity\\AudioReference' => 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController', 'UserBundle\\Entity\\User' => 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController', 'CoreBundle\\Entity\\BugReport' => 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController', 'CoreBundle\\Entity\\Category' => 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController', 'CoreBundle\\Entity\\ImageReference' => 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController', 'CoreBundle\\Entity\\Info' => 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController', 'UserBundle\\Entity\\Invitation' => 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController', 'CoreBundle\\Entity\\Mathproblem' => 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController', 'CoreBundle\\Entity\\Quiz' => 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController', 'CoreBundle\\Entity\\Publication' => 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController', 'CoreBundle\\Entity\\Publisher' => 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController', 'CoreBundle\\Entity\\QuizType' => 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController', 'CoreBundle\\Entity\\SelfStudyExamQuiz' => 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController', 'CoreBundle\\Entity\\TagMathproblem' => 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController', 'CoreBundle\\Entity\\TemplateMathproblem' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController', 'CoreBundle\\Entity\\TemplateSet' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController', 'CoreBundle\\Entity\\Topic' => 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController', 'CoreBundle\\Entity\\Worksheet' => 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController'], ['e7f62ae' => 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController', 'c49d10f' => 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController', 'b2fb6a9' => 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController', '8b18fa4' => 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController', 'e35e914' => 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController', '8aa888a' => 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController', 'b3412c5' => 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController', '2afbb21' => 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController', '1a196d1' => 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController', 'e2bbda0' => 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController', '219cca2' => 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController', 'ec82d53' => 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController', '27cd594' => 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController', '45f2ae8' => 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController', 'c956668' => 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController', '46fd7af' => 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController', 'abd5418' => 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController', '4a16d74' => 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController', 'a7e44a3' => 'AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController', '80a2a71' => 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController', 'cc42d07' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController', '19274cc' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController', 'df60a11' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController', '71f6b9f' => 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController', 'c886514' => 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController', 'da3b0e7' => 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController', '507cf16' => 'AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController']), $b, $c), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d, $d, ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  14268. }
  14269. /**
  14270. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener' shared service.
  14271. *
  14272. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener
  14273. */
  14274. protected function getCrudResponseListenerService()
  14275. {
  14276. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/CrudResponseListener.php';
  14277. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  14278. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'])) {
  14279. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'];
  14280. }
  14281. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a);
  14282. }
  14283. /**
  14284. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener' shared service.
  14285. *
  14286. * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener
  14287. */
  14288. protected function getExceptionListenerService()
  14289. {
  14290. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ExceptionListener.php';
  14291. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  14292. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'])) {
  14293. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'];
  14294. }
  14295. 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);
  14296. }
  14297. /**
  14298. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  14299. *
  14300. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  14301. */
  14302. protected function getActionFactoryService()
  14303. {
  14304. 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()));
  14305. }
  14306. /**
  14307. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  14308. *
  14309. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  14310. */
  14311. protected function getControllerFactoryService()
  14312. {
  14313. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  14314. }
  14315. /**
  14316. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  14317. *
  14318. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  14319. */
  14320. protected function getEntityFactoryService()
  14321. {
  14322. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14323. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  14324. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  14325. }
  14326. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  14327. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
  14328. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->getCommonPreConfiguratorService());
  14329. 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()));
  14330. yield 2 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->getAssociationConfiguratorService());
  14331. 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()));
  14332. yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->getBooleanConfiguratorService());
  14333. yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->getCollectionConfiguratorService());
  14334. yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->getCountryConfiguratorService());
  14335. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  14336. yield 8 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->getDateTimeConfiguratorService());
  14337. yield 9 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  14338. yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  14339. yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  14340. yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__, 4))));
  14341. yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  14342. yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  14343. yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  14344. yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->getMoneyConfiguratorService());
  14345. yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->getNumberConfiguratorService());
  14346. yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? $this->getPercentConfiguratorService());
  14347. yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator()));
  14348. yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator()));
  14349. yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  14350. yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  14351. yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  14352. yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  14353. yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->getCommonPostConfiguratorService());
  14354. }, 26), new \EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  14355. }
  14356. /**
  14357. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory' shared service.
  14358. *
  14359. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory
  14360. */
  14361. protected function getFilterFactoryService()
  14362. {
  14363. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FilterFactory.php';
  14364. 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 () {
  14365. yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\CommonConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator()));
  14366. 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()));
  14367. 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()));
  14368. yield 3 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\DateTimeConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\DateTimeConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator()));
  14369. yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\EntityConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator()));
  14370. yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NullConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NullConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator()));
  14371. yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NumericConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\NumericConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator()));
  14372. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Filter\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator()));
  14373. }, 8));
  14374. }
  14375. /**
  14376. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory' shared service.
  14377. *
  14378. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory
  14379. */
  14380. protected function getFormFactoryService()
  14381. {
  14382. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormFactory.php';
  14383. $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  14384. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'])) {
  14385. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'];
  14386. }
  14387. 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()));
  14388. }
  14389. /**
  14390. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory' shared service.
  14391. *
  14392. * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory
  14393. */
  14394. protected function getPaginatorFactoryService()
  14395. {
  14396. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/PaginatorFactory.php';
  14397. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityPaginatorInterface.php';
  14398. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityPaginator.php';
  14399. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  14400. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'])) {
  14401. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'];
  14402. }
  14403. 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()))));
  14404. }
  14405. /**
  14406. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator' shared service.
  14407. *
  14408. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator
  14409. */
  14410. protected function getAssociationConfiguratorService()
  14411. {
  14412. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  14413. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php';
  14414. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  14415. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'])) {
  14416. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'];
  14417. }
  14418. 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()));
  14419. }
  14420. /**
  14421. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator' shared service.
  14422. *
  14423. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator
  14424. */
  14425. protected function getBooleanConfiguratorService()
  14426. {
  14427. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  14428. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/BooleanConfigurator.php';
  14429. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator((isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  14430. }
  14431. /**
  14432. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator' shared service.
  14433. *
  14434. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator
  14435. */
  14436. protected function getCollectionConfiguratorService()
  14437. {
  14438. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  14439. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CollectionConfigurator.php';
  14440. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  14441. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'])) {
  14442. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'];
  14443. }
  14444. 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()));
  14445. }
  14446. /**
  14447. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator' shared service.
  14448. *
  14449. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator
  14450. */
  14451. protected function getCommonPostConfiguratorService()
  14452. {
  14453. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  14454. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPostConfigurator.php';
  14455. 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');
  14456. }
  14457. /**
  14458. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator' shared service.
  14459. *
  14460. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator
  14461. */
  14462. protected function getCommonPreConfiguratorService()
  14463. {
  14464. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  14465. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php';
  14466. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  14467. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'])) {
  14468. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'];
  14469. }
  14470. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a);
  14471. }
  14472. /**
  14473. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator' shared service.
  14474. *
  14475. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator
  14476. */
  14477. protected function getCountryConfiguratorService()
  14478. {
  14479. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  14480. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CountryConfigurator.php';
  14481. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->getAssetPackageService()));
  14482. }
  14483. /**
  14484. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator' shared service.
  14485. *
  14486. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator
  14487. */
  14488. protected function getDateTimeConfiguratorService()
  14489. {
  14490. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  14491. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/DateTimeConfigurator.php';
  14492. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  14493. 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())));
  14494. }
  14495. /**
  14496. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator' shared service.
  14497. *
  14498. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator
  14499. */
  14500. protected function getMoneyConfiguratorService()
  14501. {
  14502. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  14503. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/MoneyConfigurator.php';
  14504. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  14505. 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()));
  14506. }
  14507. /**
  14508. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator' shared service.
  14509. *
  14510. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator
  14511. */
  14512. protected function getNumberConfiguratorService()
  14513. {
  14514. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  14515. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/NumberConfigurator.php';
  14516. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  14517. 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())));
  14518. }
  14519. /**
  14520. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator' shared service.
  14521. *
  14522. * @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator
  14523. */
  14524. protected function getPercentConfiguratorService()
  14525. {
  14526. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
  14527. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/PercentConfigurator.php';
  14528. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
  14529. 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())));
  14530. }
  14531. /**
  14532. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension' shared service.
  14533. *
  14534. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension
  14535. */
  14536. protected function getEaCrudFormTypeExtensionService()
  14537. {
  14538. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  14539. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  14540. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EaCrudFormTypeExtension.php';
  14541. 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()));
  14542. }
  14543. /**
  14544. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType' shared service.
  14545. *
  14546. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType
  14547. */
  14548. protected function getCrudFormTypeService()
  14549. {
  14550. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14551. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14552. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/CrudFormType.php';
  14553. 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()));
  14554. }
  14555. /**
  14556. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType' shared service.
  14557. *
  14558. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
  14559. */
  14560. protected function getFileUploadTypeService()
  14561. {
  14562. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14563. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14564. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataMapperInterface.php';
  14565. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
  14566. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__, 4));
  14567. }
  14568. /**
  14569. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType' shared service.
  14570. *
  14571. * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType
  14572. */
  14573. protected function getFiltersFormTypeService()
  14574. {
  14575. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14576. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14577. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FiltersFormType.php';
  14578. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType();
  14579. }
  14580. /**
  14581. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository' shared service.
  14582. *
  14583. * @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository
  14584. */
  14585. protected function getEntityRepositoryService()
  14586. {
  14587. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityRepositoryInterface.php';
  14588. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityRepository.php';
  14589. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  14590. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'])) {
  14591. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'];
  14592. }
  14593. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14594. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'])) {
  14595. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'];
  14596. }
  14597. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'] = new \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'] ?? $this->getFormFactoryService()), $b);
  14598. }
  14599. /**
  14600. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater' shared service.
  14601. *
  14602. * @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater
  14603. */
  14604. protected function getEntityUpdaterService()
  14605. {
  14606. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityUpdaterInterface.php';
  14607. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityUpdater.php';
  14608. 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()));
  14609. }
  14610. /**
  14611. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  14612. *
  14613. * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  14614. */
  14615. protected function getAdminContextProviderService()
  14616. {
  14617. 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())));
  14618. }
  14619. /**
  14620. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider' shared service.
  14621. *
  14622. * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider
  14623. */
  14624. protected function getFieldProviderService()
  14625. {
  14626. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/FieldProvider.php';
  14627. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
  14628. }
  14629. /**
  14630. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator' shared service.
  14631. *
  14632. * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator
  14633. */
  14634. protected function getAdminRouteGeneratorService()
  14635. {
  14636. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator(new RewindableGenerator(function () {
  14637. yield 0 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\DashboardController'] ?? $this->getDashboardControllerService());
  14638. }, 1), new RewindableGenerator(function () {
  14639. yield 0 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'] ?? $this->getAudioReferenceCrudControllerService());
  14640. yield 1 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController'] ?? $this->getAuthorCrudControllerService());
  14641. yield 2 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController'] ?? $this->getBugReportCrudControllerService());
  14642. yield 3 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController'] ?? $this->getCategoryCrudControllerService());
  14643. yield 4 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\EditorCrudController'] ?? $this->getEditorCrudControllerService());
  14644. yield 5 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController'] ?? $this->getImageReferenceCrudControllerService());
  14645. yield 6 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\InfoCrudController'] ?? $this->getInfoCrudControllerService());
  14646. yield 7 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController'] ?? $this->getInvitationCrudControllerService());
  14647. yield 8 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'] ?? $this->getProblemCrudControllerService());
  14648. yield 9 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'] ?? $this->getProblemFromQuizCrudControllerService());
  14649. yield 10 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController'] ?? $this->getProblemFromTemplateCrudControllerService());
  14650. yield 11 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController'] ?? $this->getProductQuizCrudControllerService());
  14651. yield 12 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController'] ?? $this->getPublicationCrudControllerService());
  14652. yield 13 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController'] ?? $this->getPublicationFromPublisherCrudControllerService());
  14653. yield 14 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController'] ?? $this->getPublisherCrudControllerService());
  14654. yield 15 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizCrudController'] ?? $this->getQuizCrudControllerService());
  14655. yield 16 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController'] ?? $this->getQuizFromPublicationCrudControllerService());
  14656. yield 17 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController'] ?? $this->getQuizTypeCrudControllerService());
  14657. yield 18 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\SelfStudyExamQuizCrudController'] ?? $this->getSelfStudyExamQuizCrudControllerService());
  14658. yield 19 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TagCrudController'] ?? $this->getTagCrudControllerService());
  14659. yield 20 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController'] ?? $this->getTemplateCrudControllerService());
  14660. yield 21 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController'] ?? $this->getTemplateFromTopicCrudControllerService());
  14661. yield 22 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController'] ?? $this->getTemplateSetCrudControllerService());
  14662. yield 23 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TopicCrudController'] ?? $this->getTopicCrudControllerService());
  14663. yield 24 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController'] ?? $this->getTopicFromCategoryCrudControllerService());
  14664. yield 25 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\UserCrudController'] ?? $this->getUserCrudControllerService());
  14665. yield 26 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\WorksheetCrudController'] ?? $this->getWorksheetCrudControllerService());
  14666. }, 27), ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
  14667. }
  14668. /**
  14669. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  14670. *
  14671. * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  14672. */
  14673. protected function getAdminUrlGeneratorService()
  14674. {
  14675. $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  14676. $a = ($this->services['router'] ?? $this->getRouterService());
  14677. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  14678. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  14679. }
  14680. $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
  14681. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  14682. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  14683. }
  14684. return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->targetDir.'', ['AdminBundle\\Controller\\EasyAdmin\\DashboardController' => '072d56d'], ['072d56d' => 'AdminBundle\\Controller\\EasyAdmin\\DashboardController']))), $b);
  14685. };
  14686. return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  14687. }
  14688. /**
  14689. * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  14690. *
  14691. * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  14692. */
  14693. protected function getAuthorizationCheckerService()
  14694. {
  14695. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  14696. if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  14697. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  14698. }
  14699. return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  14700. }
  14701. /**
  14702. * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  14703. *
  14704. * @return \Sentry\SentryBundle\Command\SentryTestCommand
  14705. */
  14706. protected function getSentryTestCommandService()
  14707. {
  14708. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14709. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  14710. $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14711. $instance->setName('sentry:test');
  14712. return $instance;
  14713. }
  14714. /**
  14715. * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  14716. *
  14717. * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  14718. */
  14719. protected function getConsoleListenerService()
  14720. {
  14721. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  14722. return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  14723. }
  14724. /**
  14725. * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  14726. *
  14727. * @return \Sentry\SentryBundle\EventListener\ErrorListener
  14728. */
  14729. protected function getErrorListenerService()
  14730. {
  14731. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  14732. return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14733. }
  14734. /**
  14735. * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  14736. *
  14737. * @return \Sentry\SentryBundle\EventListener\LoginListener
  14738. */
  14739. protected function getLoginListenerService()
  14740. {
  14741. 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()));
  14742. }
  14743. /**
  14744. * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  14745. *
  14746. * @return \Sentry\SentryBundle\EventListener\MessengerListener
  14747. */
  14748. protected function getMessengerListenerService()
  14749. {
  14750. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
  14751. return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  14752. }
  14753. /**
  14754. * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  14755. *
  14756. * @return \Sentry\SentryBundle\EventListener\RequestListener
  14757. */
  14758. protected function getRequestListenerService()
  14759. {
  14760. return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14761. }
  14762. /**
  14763. * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  14764. *
  14765. * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  14766. */
  14767. protected function getSubRequestListenerService()
  14768. {
  14769. return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14770. }
  14771. /**
  14772. * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  14773. *
  14774. * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  14775. */
  14776. protected function getTracingConsoleListenerService()
  14777. {
  14778. include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  14779. return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [0 => 'messenger:consume']);
  14780. }
  14781. /**
  14782. * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  14783. *
  14784. * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  14785. */
  14786. protected function getTracingRequestListenerService()
  14787. {
  14788. return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14789. }
  14790. /**
  14791. * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  14792. *
  14793. * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  14794. */
  14795. protected function getTracingSubRequestListenerService()
  14796. {
  14797. return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  14798. }
  14799. /**
  14800. * Gets the private 'Sentry\State\HubInterface' shared service.
  14801. *
  14802. * @return \Sentry\State\HubInterface
  14803. */
  14804. protected function getHubInterfaceService()
  14805. {
  14806. $this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
  14807. $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' => []]);
  14808. $b = new \Sentry\ClientBuilder($a);
  14809. $c = new \Http\Discovery\Psr17Factory();
  14810. $b->setSdkIdentifier('sentry.php.symfony');
  14811. $b->setSdkVersion('4.14.0');
  14812. $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c, $c, $c, $c, NULL, NULL));
  14813. $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  14814. $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  14815. if ($this->has('Psr\\Log\\NullLogger')) {
  14816. $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger', /* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  14817. }
  14818. $instance->bindClient($b->getClient());
  14819. return $instance;
  14820. }
  14821. /**
  14822. * Gets the private 'StudentBundle\Service\ClassroomSignUpService' shared service.
  14823. *
  14824. * @return \StudentBundle\Service\ClassroomSignUpService
  14825. */
  14826. protected function getClassroomSignUpServiceService()
  14827. {
  14828. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ClassroomSignUpService.php';
  14829. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  14830. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  14831. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  14832. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/QuizSessionRepository.php';
  14833. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/WorksheetSessionRepository.php';
  14834. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14835. if (isset($this->privates['StudentBundle\\Service\\ClassroomSignUpService'])) {
  14836. return $this->privates['StudentBundle\\Service\\ClassroomSignUpService'];
  14837. }
  14838. return $this->privates['StudentBundle\\Service\\ClassroomSignUpService'] = new \StudentBundle\Service\ClassroomSignUpService($a->getRepository('CoreBundle\\Entity\\QuizSession'), ($this->privates['abacus_core.repository.homework'] ?? $this->getAbacusCore_Repository_HomeworkService()), ($this->privates['abacus_core.repository.session'] ?? $this->getAbacusCore_Repository_SessionService()), $a, $a->getRepository('CoreBundle\\Entity\\WorksheetSession'));
  14839. }
  14840. /**
  14841. * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  14842. *
  14843. * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  14844. */
  14845. protected function getResetPasswordRemoveExpiredCommandService()
  14846. {
  14847. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  14848. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
  14849. $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  14850. $instance->setName('reset-password:remove-expired');
  14851. return $instance;
  14852. }
  14853. /**
  14854. * Gets the private 'TeacherBundle\EventListener\MathproblemListener' shared service.
  14855. *
  14856. * @return \TeacherBundle\EventListener\MathproblemListener
  14857. */
  14858. protected function getMathproblemListenerService()
  14859. {
  14860. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/EventListener/MathproblemListener.php';
  14861. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14862. if (isset($this->privates['TeacherBundle\\EventListener\\MathproblemListener'])) {
  14863. return $this->privates['TeacherBundle\\EventListener\\MathproblemListener'];
  14864. }
  14865. return $this->privates['TeacherBundle\\EventListener\\MathproblemListener'] = new \TeacherBundle\EventListener\MathproblemListener($a);
  14866. }
  14867. /**
  14868. * Gets the private 'UserBundle\Security\ApiKeyAuthenticator' shared autowired service.
  14869. *
  14870. * @return \UserBundle\Security\ApiKeyAuthenticator
  14871. */
  14872. protected function getApiKeyAuthenticatorService()
  14873. {
  14874. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14875. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14876. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/ApiKeyAuthenticator.php';
  14877. $a = ($this->services['UserBundle\\Service\\GaleUserService'] ?? $this->getGaleUserServiceService());
  14878. if (isset($this->privates['UserBundle\\Security\\ApiKeyAuthenticator'])) {
  14879. return $this->privates['UserBundle\\Security\\ApiKeyAuthenticator'];
  14880. }
  14881. return $this->privates['UserBundle\\Security\\ApiKeyAuthenticator'] = new \UserBundle\Security\ApiKeyAuthenticator(($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()), $a, '$(GALE_API_SHARED_SECRET)', '$(GALE_API_JWT_PUBLIC_KEY)');
  14882. }
  14883. /**
  14884. * Gets the private 'UserBundle\Security\Authentication\Impersonator' shared service.
  14885. *
  14886. * @return \UserBundle\Security\Authentication\Impersonator
  14887. */
  14888. protected function getImpersonatorService()
  14889. {
  14890. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/Authentication/Impersonator.php';
  14891. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14892. if (isset($this->privates['UserBundle\\Security\\Authentication\\Impersonator'])) {
  14893. return $this->privates['UserBundle\\Security\\Authentication\\Impersonator'];
  14894. }
  14895. return $this->privates['UserBundle\\Security\\Authentication\\Impersonator'] = new \UserBundle\Security\Authentication\Impersonator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  14896. }
  14897. /**
  14898. * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  14899. *
  14900. * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  14901. */
  14902. protected function getCacheWarmer3Service()
  14903. {
  14904. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14905. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  14906. 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()));
  14907. }
  14908. /**
  14909. * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
  14910. *
  14911. * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
  14912. */
  14913. protected function getUploaderExtensionRuntimeService()
  14914. {
  14915. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14916. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
  14917. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  14918. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  14919. 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())));
  14920. }
  14921. /**
  14922. * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  14923. *
  14924. * @return \Vich\UploaderBundle\Util\Transliterator
  14925. */
  14926. protected function getTransliteratorService()
  14927. {
  14928. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  14929. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  14930. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  14931. 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'))));
  14932. }
  14933. /**
  14934. * Gets the private 'abacus.add_problem.form.type' shared service.
  14935. *
  14936. * @return \TeacherBundle\Form\AddProblemType
  14937. */
  14938. protected function getAbacus_AddProblem_Form_TypeService()
  14939. {
  14940. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14941. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14942. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/AddProblemType.php';
  14943. return $this->privates['abacus.add_problem.form.type'] = new \TeacherBundle\Form\AddProblemType(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 5, 'abacus-fysik');
  14944. }
  14945. /**
  14946. * Gets the private 'abacus.addclassroom2student.form.type' shared autowired service.
  14947. *
  14948. * @return \StudentBundle\Form\AddClassroomStudentType
  14949. */
  14950. protected function getAbacus_Addclassroom2student_Form_TypeService()
  14951. {
  14952. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14953. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14954. include_once \dirname(__DIR__, 4).'/src/StudentBundle/Form/AddClassroomStudentType.php';
  14955. return $this->privates['abacus.addclassroom2student.form.type'] = new \StudentBundle\Form\AddClassroomStudentType(($this->privates['abacus_core.repository.classroom'] ?? $this->getAbacusCore_Repository_ClassroomService()));
  14956. }
  14957. /**
  14958. * Gets the private 'abacus.edit_user.form.type' shared service.
  14959. *
  14960. * @return \TeacherBundle\Form\EditUserType
  14961. */
  14962. protected function getAbacus_EditUser_Form_TypeService()
  14963. {
  14964. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14965. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14966. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/EditUserType.php';
  14967. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14968. if (isset($this->privates['abacus.edit_user.form.type'])) {
  14969. return $this->privates['abacus.edit_user.form.type'];
  14970. }
  14971. return $this->privates['abacus.edit_user.form.type'] = new \TeacherBundle\Form\EditUserType($a, 'highschool');
  14972. }
  14973. /**
  14974. * Gets the private 'abacus.mathproblemoverview.form.type' shared autowired service.
  14975. *
  14976. * @return \TeacherBundle\Form\MathproblemOverviewType
  14977. */
  14978. protected function getAbacus_Mathproblemoverview_Form_TypeService()
  14979. {
  14980. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14981. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14982. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/MathproblemOverviewType.php';
  14983. return $this->privates['abacus.mathproblemoverview.form.type'] = new \TeacherBundle\Form\MathproblemOverviewType(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  14984. }
  14985. /**
  14986. * Gets the private 'abacus.teacher.form.classroom' shared service.
  14987. *
  14988. * @return \TeacherBundle\Form\ClassroomType
  14989. */
  14990. protected function getAbacus_Teacher_Form_ClassroomService()
  14991. {
  14992. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  14993. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  14994. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/ClassroomType.php';
  14995. return $this->privates['abacus.teacher.form.classroom'] = new \TeacherBundle\Form\ClassroomType();
  14996. }
  14997. /**
  14998. * Gets the private 'abacus.teacher.form.type' shared service.
  14999. *
  15000. * @return \TeacherBundle\Form\TeacherType
  15001. */
  15002. protected function getAbacus_Teacher_Form_TypeService()
  15003. {
  15004. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  15005. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  15006. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/TeacherType.php';
  15007. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15008. if (isset($this->privates['abacus.teacher.form.type'])) {
  15009. return $this->privates['abacus.teacher.form.type'];
  15010. }
  15011. return $this->privates['abacus.teacher.form.type'] = new \TeacherBundle\Form\TeacherType($a);
  15012. }
  15013. /**
  15014. * Gets the private 'abacus.textbook_session.form.type' shared service.
  15015. *
  15016. * @return \TeacherBundle\Form\TextbookSessionType
  15017. */
  15018. protected function getAbacus_TextbookSession_Form_TypeService()
  15019. {
  15020. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  15021. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  15022. include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/TextbookSessionType.php';
  15023. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15024. if (isset($this->privates['abacus.textbook_session.form.type'])) {
  15025. return $this->privates['abacus.textbook_session.form.type'];
  15026. }
  15027. return $this->privates['abacus.textbook_session.form.type'] = new \TeacherBundle\Form\TextbookSessionType($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  15028. }
  15029. /**
  15030. * Gets the private 'abacus.user.unilogin.form.type' shared service.
  15031. *
  15032. * @return \UserBundle\Form\Type\UniLoginType
  15033. */
  15034. protected function getAbacus_User_Unilogin_Form_TypeService()
  15035. {
  15036. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  15037. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  15038. include_once \dirname(__DIR__, 4).'/src/UserBundle/Form/Type/UniLoginType.php';
  15039. return $this->privates['abacus.user.unilogin.form.type'] = new \UserBundle\Form\Type\UniLoginType();
  15040. }
  15041. /**
  15042. * Gets the private 'abacus_core.create_demo_classroom' shared service.
  15043. *
  15044. * @return \CoreBundle\Service\CreateDemoClassroom
  15045. */
  15046. protected function getAbacusCore_CreateDemoClassroomService()
  15047. {
  15048. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/CreateDemoClassroom.php';
  15049. $a = ($this->privates['abacus_core.repository.classroom'] ?? $this->getAbacusCore_Repository_ClassroomService());
  15050. if (isset($this->privates['abacus_core.create_demo_classroom'])) {
  15051. return $this->privates['abacus_core.create_demo_classroom'];
  15052. }
  15053. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15054. if (isset($this->privates['abacus_core.create_demo_classroom'])) {
  15055. return $this->privates['abacus_core.create_demo_classroom'];
  15056. }
  15057. return $this->privates['abacus_core.create_demo_classroom'] = new \CoreBundle\Service\CreateDemoClassroom($a, $b, 'highschool', 'abacus-fysik');
  15058. }
  15059. /**
  15060. * Gets the private 'abacus_core.form.type.date_time' shared service.
  15061. *
  15062. * @return \CoreBundle\Form\Type\DateTimeType
  15063. */
  15064. protected function getAbacusCore_Form_Type_DateTimeService()
  15065. {
  15066. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  15067. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  15068. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Form/Type/DateTimeType.php';
  15069. return $this->privates['abacus_core.form.type.date_time'] = new \CoreBundle\Form\Type\DateTimeType();
  15070. }
  15071. /**
  15072. * Gets the private 'abacus_core.repository.classroom' shared service.
  15073. *
  15074. * @return \CoreBundle\Entity\ClassroomRepository
  15075. */
  15076. protected function getAbacusCore_Repository_ClassroomService()
  15077. {
  15078. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  15079. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  15080. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  15081. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/ClassroomRepository.php';
  15082. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15083. if (isset($this->privates['abacus_core.repository.classroom'])) {
  15084. return $this->privates['abacus_core.repository.classroom'];
  15085. }
  15086. return $this->privates['abacus_core.repository.classroom'] = $a->getRepository('CoreBundle\\Entity\\Classroom');
  15087. }
  15088. /**
  15089. * Gets the private 'abacus_core.repository.homework' shared service.
  15090. *
  15091. * @return \CoreBundle\Entity\HomeworkRepository
  15092. */
  15093. protected function getAbacusCore_Repository_HomeworkService()
  15094. {
  15095. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  15096. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  15097. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  15098. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/SessionRepositoryInterface.php';
  15099. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/HomeworkRepository.php';
  15100. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15101. if (isset($this->privates['abacus_core.repository.homework'])) {
  15102. return $this->privates['abacus_core.repository.homework'];
  15103. }
  15104. return $this->privates['abacus_core.repository.homework'] = $a->getRepository('CoreBundle\\Entity\\Homework');
  15105. }
  15106. /**
  15107. * Gets the private 'abacus_core.repository.mathproblem' shared service.
  15108. *
  15109. * @return \CoreBundle\Entity\MathproblemRepository
  15110. */
  15111. protected function getAbacusCore_Repository_MathproblemService()
  15112. {
  15113. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  15114. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  15115. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  15116. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/MathproblemRepository.php';
  15117. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15118. if (isset($this->privates['abacus_core.repository.mathproblem'])) {
  15119. return $this->privates['abacus_core.repository.mathproblem'];
  15120. }
  15121. return $this->privates['abacus_core.repository.mathproblem'] = $a->getRepository('CoreBundle\\Entity\\Mathproblem');
  15122. }
  15123. /**
  15124. * Gets the private 'abacus_core.repository.self_study_topic_student_difficulty_repository' shared service.
  15125. *
  15126. * @return \CoreBundle\Entity\SelfStudyTopicStudentDifficultyRepository
  15127. */
  15128. protected function getAbacusCore_Repository_SelfStudyTopicStudentDifficultyRepositoryService()
  15129. {
  15130. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  15131. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  15132. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  15133. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/SelfStudyTopicStudentDifficultyRepository.php';
  15134. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15135. if (isset($this->privates['abacus_core.repository.self_study_topic_student_difficulty_repository'])) {
  15136. return $this->privates['abacus_core.repository.self_study_topic_student_difficulty_repository'];
  15137. }
  15138. return $this->privates['abacus_core.repository.self_study_topic_student_difficulty_repository'] = $a->getRepository('CoreBundle\\Entity\\SelfStudyTopicStudentDifficulty');
  15139. }
  15140. /**
  15141. * Gets the private 'abacus_core.repository.session' shared service.
  15142. *
  15143. * @return \CoreBundle\Entity\SessionRepository
  15144. */
  15145. protected function getAbacusCore_Repository_SessionService()
  15146. {
  15147. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  15148. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  15149. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  15150. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/SessionRepositoryInterface.php';
  15151. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/SessionRepository.php';
  15152. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15153. if (isset($this->privates['abacus_core.repository.session'])) {
  15154. return $this->privates['abacus_core.repository.session'];
  15155. }
  15156. return $this->privates['abacus_core.repository.session'] = $a->getRepository('CoreBundle\\Entity\\Session');
  15157. }
  15158. /**
  15159. * Gets the private 'abacus_core.repository.student_difficulty_repository' shared service.
  15160. *
  15161. * @return \CoreBundle\Entity\StudentDifficultyRepository
  15162. */
  15163. protected function getAbacusCore_Repository_StudentDifficultyRepositoryService()
  15164. {
  15165. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  15166. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  15167. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  15168. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/StudentDifficultyRepository.php';
  15169. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15170. if (isset($this->privates['abacus_core.repository.student_difficulty_repository'])) {
  15171. return $this->privates['abacus_core.repository.student_difficulty_repository'];
  15172. }
  15173. return $this->privates['abacus_core.repository.student_difficulty_repository'] = $a->getRepository('CoreBundle\\Entity\\StudentDifficulty');
  15174. }
  15175. /**
  15176. * Gets the private 'abacus_core.repository.template_mathproblem' shared service.
  15177. *
  15178. * @return \CoreBundle\Entity\TemplateMathproblemRepository
  15179. */
  15180. protected function getAbacusCore_Repository_TemplateMathproblemService()
  15181. {
  15182. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  15183. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  15184. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  15185. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/TemplateMathproblemRepository.php';
  15186. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15187. if (isset($this->privates['abacus_core.repository.template_mathproblem'])) {
  15188. return $this->privates['abacus_core.repository.template_mathproblem'];
  15189. }
  15190. return $this->privates['abacus_core.repository.template_mathproblem'] = $a->getRepository('CoreBundle\\Entity\\TemplateMathproblem');
  15191. }
  15192. /**
  15193. * Gets the private 'abacus_core.type.entity_hidden_type' shared service.
  15194. *
  15195. * @return \CoreBundle\Form\Type\EntityHiddenType
  15196. */
  15197. protected function getAbacusCore_Type_EntityHiddenTypeService()
  15198. {
  15199. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  15200. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  15201. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Form/Type/EntityHiddenType.php';
  15202. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15203. if (isset($this->privates['abacus_core.type.entity_hidden_type'])) {
  15204. return $this->privates['abacus_core.type.entity_hidden_type'];
  15205. }
  15206. return $this->privates['abacus_core.type.entity_hidden_type'] = new \CoreBundle\Form\Type\EntityHiddenType($a);
  15207. }
  15208. /**
  15209. * Gets the private 'abacus_exception_handler.listener' shared autowired service.
  15210. *
  15211. * @return \CoreBundle\Event\ExceptionListener
  15212. */
  15213. protected function getAbacusExceptionHandler_ListenerService()
  15214. {
  15215. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Event/ExceptionListener.php';
  15216. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15217. if (isset($this->privates['abacus_exception_handler.listener'])) {
  15218. return $this->privates['abacus_exception_handler.listener'];
  15219. }
  15220. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15221. if (isset($this->privates['abacus_exception_handler.listener'])) {
  15222. return $this->privates['abacus_exception_handler.listener'];
  15223. }
  15224. $c = ($this->services['router'] ?? $this->getRouterService());
  15225. if (isset($this->privates['abacus_exception_handler.listener'])) {
  15226. return $this->privates['abacus_exception_handler.listener'];
  15227. }
  15228. return $this->privates['abacus_exception_handler.listener'] = new \CoreBundle\Event\ExceptionListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $b, $this, $c);
  15229. }
  15230. /**
  15231. * Gets the private 'abacus_request.listener' shared autowired service.
  15232. *
  15233. * @return \CoreBundle\Event\RequestListener
  15234. */
  15235. protected function getAbacusRequest_ListenerService()
  15236. {
  15237. return $this->privates['abacus_request.listener'] = new \CoreBundle\Event\RequestListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15238. }
  15239. /**
  15240. * Gets the private 'annotations.cache_adapter' shared service.
  15241. *
  15242. * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  15243. */
  15244. protected function getAnnotations_CacheAdapterService()
  15245. {
  15246. return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  15247. }
  15248. /**
  15249. * Gets the private 'annotations.cache_warmer' shared service.
  15250. *
  15251. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  15252. */
  15253. protected function getAnnotations_CacheWarmerService()
  15254. {
  15255. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15256. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  15257. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  15258. 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);
  15259. }
  15260. /**
  15261. * Gets the private 'annotations.cached_reader' shared service.
  15262. *
  15263. * @return \Doctrine\Common\Annotations\PsrCachedReader
  15264. */
  15265. protected function getAnnotations_CachedReaderService()
  15266. {
  15267. return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  15268. }
  15269. /**
  15270. * Gets the private 'annotations.reader' shared service.
  15271. *
  15272. * @return \Doctrine\Common\Annotations\AnnotationReader
  15273. */
  15274. protected function getAnnotations_ReaderService()
  15275. {
  15276. $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  15277. $instance->addGlobalIgnoredName('required', NULL);
  15278. return $instance;
  15279. }
  15280. /**
  15281. * Gets the private 'cache.annotations.traceable' shared service.
  15282. *
  15283. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  15284. */
  15285. protected function getCache_Annotations_TraceableService()
  15286. {
  15287. 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('KhzzQk80mp', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  15288. }
  15289. /**
  15290. * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  15291. *
  15292. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  15293. */
  15294. protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  15295. {
  15296. 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()));
  15297. }
  15298. /**
  15299. * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  15300. *
  15301. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  15302. */
  15303. protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  15304. {
  15305. 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()));
  15306. }
  15307. /**
  15308. * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  15309. *
  15310. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  15311. */
  15312. protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  15313. {
  15314. $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('1wUYfx1LWI', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
  15315. $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  15316. 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));
  15317. }
  15318. /**
  15319. * Gets the private 'cache.property_info.traceable' shared service.
  15320. *
  15321. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  15322. */
  15323. protected function getCache_PropertyInfo_TraceableService()
  15324. {
  15325. 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('bDbVtN8tEa', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  15326. }
  15327. /**
  15328. * Gets the private 'cache.security_expression_language.traceable' shared service.
  15329. *
  15330. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  15331. */
  15332. protected function getCache_SecurityExpressionLanguage_TraceableService()
  15333. {
  15334. 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('X1IYV1o6DS', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  15335. }
  15336. /**
  15337. * Gets the private 'cache.security_token_verifier.traceable' shared service.
  15338. *
  15339. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  15340. */
  15341. protected function getCache_SecurityTokenVerifier_TraceableService()
  15342. {
  15343. 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('T3WZ9qG2sg', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  15344. }
  15345. /**
  15346. * Gets the private 'cache.serializer.traceable' shared service.
  15347. *
  15348. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  15349. */
  15350. protected function getCache_Serializer_TraceableService()
  15351. {
  15352. 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('MEjRLmsQm4', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  15353. }
  15354. /**
  15355. * Gets the private 'cache.validator.traceable' shared service.
  15356. *
  15357. * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  15358. */
  15359. protected function getCache_Validator_TraceableService()
  15360. {
  15361. 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('QJmpts8FKa', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  15362. }
  15363. /**
  15364. * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  15365. *
  15366. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  15367. */
  15368. protected function getCachePoolClearer_CacheWarmerService()
  15369. {
  15370. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15371. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  15372. 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']);
  15373. }
  15374. /**
  15375. * Gets the private 'config_builder.warmer' shared service.
  15376. *
  15377. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  15378. */
  15379. protected function getConfigBuilder_WarmerService()
  15380. {
  15381. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15382. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  15383. 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()));
  15384. }
  15385. /**
  15386. * Gets the private 'config_cache_factory' shared service.
  15387. *
  15388. * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  15389. */
  15390. protected function getConfigCacheFactoryService()
  15391. {
  15392. return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  15393. 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)));
  15394. yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  15395. }, 2));
  15396. }
  15397. /**
  15398. * Gets the private 'console.command.about' shared service.
  15399. *
  15400. * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  15401. */
  15402. protected function getConsole_Command_AboutService()
  15403. {
  15404. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15405. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  15406. $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  15407. $instance->setName('about');
  15408. $instance->setDescription('Display information about the current project');
  15409. return $instance;
  15410. }
  15411. /**
  15412. * Gets the private 'console.command.assets_install' shared service.
  15413. *
  15414. * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  15415. */
  15416. protected function getConsole_Command_AssetsInstallService()
  15417. {
  15418. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15419. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  15420. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  15421. $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));
  15422. $instance->setName('assets:install');
  15423. $instance->setDescription('Install bundle\'s web assets under a public directory');
  15424. return $instance;
  15425. }
  15426. /**
  15427. * Gets the private 'console.command.cache_clear' shared service.
  15428. *
  15429. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  15430. */
  15431. protected function getConsole_Command_CacheClearService()
  15432. {
  15433. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15434. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  15435. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  15436. $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())));
  15437. $instance->setName('cache:clear');
  15438. $instance->setDescription('Clear the cache');
  15439. return $instance;
  15440. }
  15441. /**
  15442. * Gets the private 'console.command.cache_pool_clear' shared service.
  15443. *
  15444. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  15445. */
  15446. protected function getConsole_Command_CachePoolClearService()
  15447. {
  15448. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15449. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  15450. $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']);
  15451. $instance->setName('cache:pool:clear');
  15452. $instance->setDescription('Clear cache pools');
  15453. return $instance;
  15454. }
  15455. /**
  15456. * Gets the private 'console.command.cache_pool_delete' shared service.
  15457. *
  15458. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  15459. */
  15460. protected function getConsole_Command_CachePoolDeleteService()
  15461. {
  15462. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15463. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  15464. $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']);
  15465. $instance->setName('cache:pool:delete');
  15466. $instance->setDescription('Delete an item from a cache pool');
  15467. return $instance;
  15468. }
  15469. /**
  15470. * Gets the private 'console.command.cache_pool_list' shared service.
  15471. *
  15472. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  15473. */
  15474. protected function getConsole_Command_CachePoolListService()
  15475. {
  15476. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15477. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  15478. $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']);
  15479. $instance->setName('cache:pool:list');
  15480. $instance->setDescription('List available cache pools');
  15481. return $instance;
  15482. }
  15483. /**
  15484. * Gets the private 'console.command.cache_pool_prune' shared service.
  15485. *
  15486. * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  15487. */
  15488. protected function getConsole_Command_CachePoolPruneService()
  15489. {
  15490. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15491. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  15492. $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  15493. yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  15494. yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  15495. yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  15496. yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  15497. yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
  15498. yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  15499. yield 'cache.security_token_verifier.traceable' => ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService());
  15500. yield 'cache.doctrine.orm.default.result.traceable' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService());
  15501. yield 'cache.doctrine.orm.default.query.traceable' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService());
  15502. yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  15503. yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  15504. yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  15505. yield 'cache.easyadmin' => ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService());
  15506. }, 13));
  15507. $instance->setName('cache:pool:prune');
  15508. $instance->setDescription('Prune cache pools');
  15509. return $instance;
  15510. }
  15511. /**
  15512. * Gets the private 'console.command.cache_warmup' shared service.
  15513. *
  15514. * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  15515. */
  15516. protected function getConsole_Command_CacheWarmupService()
  15517. {
  15518. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15519. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  15520. $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  15521. $instance->setName('cache:warmup');
  15522. $instance->setDescription('Warm up an empty cache');
  15523. return $instance;
  15524. }
  15525. /**
  15526. * Gets the private 'console.command.config_debug' shared service.
  15527. *
  15528. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  15529. */
  15530. protected function getConsole_Command_ConfigDebugService()
  15531. {
  15532. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15533. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  15534. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  15535. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  15536. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  15537. $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  15538. $instance->setName('debug:config');
  15539. $instance->setDescription('Dump the current configuration for an extension');
  15540. return $instance;
  15541. }
  15542. /**
  15543. * Gets the private 'console.command.config_dump_reference' shared service.
  15544. *
  15545. * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  15546. */
  15547. protected function getConsole_Command_ConfigDumpReferenceService()
  15548. {
  15549. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15550. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  15551. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  15552. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  15553. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  15554. $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  15555. $instance->setName('config:dump-reference');
  15556. $instance->setDescription('Dump the default configuration for an extension');
  15557. return $instance;
  15558. }
  15559. /**
  15560. * Gets the private 'console.command.container_debug' shared service.
  15561. *
  15562. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  15563. */
  15564. protected function getConsole_Command_ContainerDebugService()
  15565. {
  15566. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15567. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  15568. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  15569. $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  15570. $instance->setName('debug:container');
  15571. $instance->setDescription('Display current services for an application');
  15572. return $instance;
  15573. }
  15574. /**
  15575. * Gets the private 'console.command.container_lint' shared service.
  15576. *
  15577. * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  15578. */
  15579. protected function getConsole_Command_ContainerLintService()
  15580. {
  15581. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15582. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  15583. $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  15584. $instance->setName('lint:container');
  15585. $instance->setDescription('Ensure that arguments injected into services match type declarations');
  15586. return $instance;
  15587. }
  15588. /**
  15589. * Gets the private 'console.command.debug_autowiring' shared service.
  15590. *
  15591. * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  15592. */
  15593. protected function getConsole_Command_DebugAutowiringService()
  15594. {
  15595. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15596. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  15597. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  15598. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  15599. $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  15600. $instance->setName('debug:autowiring');
  15601. $instance->setDescription('List classes/interfaces you can use for autowiring');
  15602. return $instance;
  15603. }
  15604. /**
  15605. * Gets the private 'console.command.dotenv_debug' shared service.
  15606. *
  15607. * @return \Symfony\Component\Dotenv\Command\DebugCommand
  15608. */
  15609. protected function getConsole_Command_DotenvDebugService()
  15610. {
  15611. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15612. include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  15613. $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
  15614. $instance->setName('debug:dotenv');
  15615. $instance->setDescription('Lists all dotenv files with variables and values');
  15616. return $instance;
  15617. }
  15618. /**
  15619. * Gets the private 'console.command.event_dispatcher_debug' shared service.
  15620. *
  15621. * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  15622. */
  15623. protected function getConsole_Command_EventDispatcherDebugService()
  15624. {
  15625. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15626. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  15627. $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.UNE7Kl7'] ?? $this->get_ServiceLocator_UNE7Kl7Service()));
  15628. $instance->setName('debug:event-dispatcher');
  15629. $instance->setDescription('Display configured listeners for an application');
  15630. return $instance;
  15631. }
  15632. /**
  15633. * Gets the private 'console.command.form_debug' shared service.
  15634. *
  15635. * @return \Symfony\Component\Form\Command\DebugCommand
  15636. */
  15637. protected function getConsole_Command_FormDebugService()
  15638. {
  15639. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15640. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
  15641. $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'CoreBundle\\Form\\Type', 2 => 'UserBundle\\Form\\Type', 3 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 4 => 'FOS\\UserBundle\\Form\\Type', 5 => 'StudentBundle\\Form', 6 => 'TeacherBundle\\Form', 7 => 'AdminBundle\\Form', 8 => 'AdminBundle\\Form\\Type\\EasyAdmin', 9 => 'Vich\\UploaderBundle\\Form\\Type', 10 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type'], [0 => 'CoreBundle\\Form\\Type\\DateTimeType', 1 => 'CoreBundle\\Form\\Type\\EntityHiddenType', 2 => 'UserBundle\\Form\\Type\\UniLoginType', 3 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 4 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 5 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 6 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 7 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 8 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType', 9 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType', 10 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType', 11 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType', 12 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType', 13 => 'StudentBundle\\Form\\AddClassroomStudentType', 14 => 'TeacherBundle\\Form\\TextbookSessionType', 15 => 'TeacherBundle\\Form\\MathproblemOverviewType', 16 => 'TeacherBundle\\Form\\ClassroomType', 17 => 'TeacherBundle\\Form\\AddProblemType', 18 => 'TeacherBundle\\Form\\EditUserType', 19 => 'TeacherBundle\\Form\\TeacherType', 20 => 'AdminBundle\\Form\\AnswerType', 21 => 'AdminBundle\\Form\\BulkAudioUpload', 22 => 'AdminBundle\\Form\\BulkCsvUpload', 23 => 'AdminBundle\\Form\\BulkImageUpload', 24 => 'AdminBundle\\Form\\CsvUploadType', 25 => 'AdminBundle\\Form\\ProblemType', 26 => 'AdminBundle\\Form\\SelectProblemType', 27 => 'AdminBundle\\Form\\StatisticsType', 28 => 'AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType', 29 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType', 30 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType', 31 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType', 32 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType', 33 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 1 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 2 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 3 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 4 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 5 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 6 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 7 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension', 8 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension', 9 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension', 10 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  15642. $instance->setName('debug:form');
  15643. $instance->setDescription('Display form type information');
  15644. return $instance;
  15645. }
  15646. /**
  15647. * Gets the private 'console.command.messenger_consume_messages' shared service.
  15648. *
  15649. * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  15650. */
  15651. protected function getConsole_Command_MessengerConsumeMessagesService()
  15652. {
  15653. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15654. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  15655. $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']);
  15656. $instance->setName('messenger:consume');
  15657. $instance->setDescription('Consume messages');
  15658. return $instance;
  15659. }
  15660. /**
  15661. * Gets the private 'console.command.messenger_debug' shared service.
  15662. *
  15663. * @return \Symfony\Component\Messenger\Command\DebugCommand
  15664. */
  15665. protected function getConsole_Command_MessengerDebugService()
  15666. {
  15667. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15668. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  15669. $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['CoreBundle\\Message\\MigrateFilesToReferencesMessage' => [0 => [0 => 'CoreBundle\\MessageHandler\\MigrateFilesToReferencesMessageHandler', 1 => []]], 'CoreBundle\\Message\\ValidateMathproblemMessage' => [0 => [0 => 'CoreBundle\\MessageHandler\\ValidateMathproblemMessageHandler', 1 => []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [0 => [0 => 'mailer.messenger.message_handler', 1 => []]]]]);
  15670. $instance->setName('debug:messenger');
  15671. $instance->setDescription('List messages you can dispatch using the message buses');
  15672. return $instance;
  15673. }
  15674. /**
  15675. * Gets the private 'console.command.messenger_setup_transports' shared service.
  15676. *
  15677. * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  15678. */
  15679. protected function getConsole_Command_MessengerSetupTransportsService()
  15680. {
  15681. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15682. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  15683. $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [0 => 'async']);
  15684. $instance->setName('messenger:setup-transports');
  15685. $instance->setDescription('Prepare the required infrastructure for the transport');
  15686. return $instance;
  15687. }
  15688. /**
  15689. * Gets the private 'console.command.messenger_stop_workers' shared service.
  15690. *
  15691. * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  15692. */
  15693. protected function getConsole_Command_MessengerStopWorkersService()
  15694. {
  15695. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15696. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  15697. $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()));
  15698. $instance->setName('messenger:stop-workers');
  15699. $instance->setDescription('Stop workers after their current message');
  15700. return $instance;
  15701. }
  15702. /**
  15703. * Gets the private 'console.command.router_debug' shared service.
  15704. *
  15705. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  15706. */
  15707. protected function getConsole_Command_RouterDebugService()
  15708. {
  15709. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15710. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  15711. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  15712. $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()));
  15713. $instance->setName('debug:router');
  15714. $instance->setDescription('Display current routes for an application');
  15715. return $instance;
  15716. }
  15717. /**
  15718. * Gets the private 'console.command.router_match' shared service.
  15719. *
  15720. * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  15721. */
  15722. protected function getConsole_Command_RouterMatchService()
  15723. {
  15724. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15725. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  15726. $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  15727. yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  15728. }, 1));
  15729. $instance->setName('router:match');
  15730. $instance->setDescription('Help debug routes by simulating a path info match');
  15731. return $instance;
  15732. }
  15733. /**
  15734. * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  15735. *
  15736. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  15737. */
  15738. protected function getConsole_Command_SecretsDecryptToLocalService()
  15739. {
  15740. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15741. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  15742. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15743. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15744. $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')))));
  15745. $instance->setName('secrets:decrypt-to-local');
  15746. $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  15747. return $instance;
  15748. }
  15749. /**
  15750. * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  15751. *
  15752. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  15753. */
  15754. protected function getConsole_Command_SecretsEncryptFromLocalService()
  15755. {
  15756. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15757. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  15758. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15759. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15760. $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')))));
  15761. $instance->setName('secrets:encrypt-from-local');
  15762. $instance->setDescription('Encrypt all local secrets to the vault');
  15763. return $instance;
  15764. }
  15765. /**
  15766. * Gets the private 'console.command.secrets_generate_key' shared service.
  15767. *
  15768. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  15769. */
  15770. protected function getConsole_Command_SecretsGenerateKeyService()
  15771. {
  15772. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15773. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  15774. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15775. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15776. $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')))));
  15777. $instance->setName('secrets:generate-keys');
  15778. $instance->setDescription('Generate new encryption keys');
  15779. return $instance;
  15780. }
  15781. /**
  15782. * Gets the private 'console.command.secrets_list' shared service.
  15783. *
  15784. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  15785. */
  15786. protected function getConsole_Command_SecretsListService()
  15787. {
  15788. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15789. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  15790. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15791. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15792. $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')))));
  15793. $instance->setName('secrets:list');
  15794. $instance->setDescription('List all secrets');
  15795. return $instance;
  15796. }
  15797. /**
  15798. * Gets the private 'console.command.secrets_remove' shared service.
  15799. *
  15800. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  15801. */
  15802. protected function getConsole_Command_SecretsRemoveService()
  15803. {
  15804. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15805. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  15806. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15807. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15808. $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')))));
  15809. $instance->setName('secrets:remove');
  15810. $instance->setDescription('Remove a secret from the vault');
  15811. return $instance;
  15812. }
  15813. /**
  15814. * Gets the private 'console.command.secrets_set' shared service.
  15815. *
  15816. * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  15817. */
  15818. protected function getConsole_Command_SecretsSetService()
  15819. {
  15820. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15821. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  15822. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  15823. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  15824. $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')))));
  15825. $instance->setName('secrets:set');
  15826. $instance->setDescription('Set a secret in the vault');
  15827. return $instance;
  15828. }
  15829. /**
  15830. * Gets the private 'console.command.translation_debug' shared service.
  15831. *
  15832. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  15833. */
  15834. protected function getConsole_Command_TranslationDebugService()
  15835. {
  15836. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15837. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  15838. $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityDisplayService.php'), 3 => (\dirname(__DIR__, 4).'/src/CoreBundle/Service/ClickstreamDtoPopulatorService.php'), 4 => (\dirname(__DIR__, 4).'/src/UserBundle/Controller/ResetPasswordController.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 15 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php'), 16 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/DefaultController.php'), 17 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/TextbookController.php'), 18 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/DashboardController.php'), 19 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/PeerSessionController.php'), 20 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ResultsOverviewService.php'), 21 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/CrammingActivityController.php'), 22 => (\dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionInitializer.php'), 23 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/TrainingController.php'), 24 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/DefaultController.php'), 25 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/StudentController.php'), 26 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/QuizController.php'), 27 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/PeerTrainingController.php'), 28 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ContentController.php'), 29 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/TextbookController.php'), 30 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/CrammingActivityController.php'), 31 => (\dirname(__DIR__, 4).'/src/AdminBundle/Controller/ProblemController.php'), 32 => (\dirname(__DIR__, 4).'/src/AdminBundle/Service/BugReportService.php'), 33 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 34 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 35 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 36 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 37 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 38 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')], []);
  15839. $instance->setName('debug:translation');
  15840. $instance->setDescription('Display translation messages information');
  15841. return $instance;
  15842. }
  15843. /**
  15844. * Gets the private 'console.command.translation_extract' shared service.
  15845. *
  15846. * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  15847. */
  15848. protected function getConsole_Command_TranslationExtractService()
  15849. {
  15850. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15851. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  15852. $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'da', (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityDisplayService.php'), 3 => (\dirname(__DIR__, 4).'/src/CoreBundle/Service/ClickstreamDtoPopulatorService.php'), 4 => (\dirname(__DIR__, 4).'/src/UserBundle/Controller/ResetPasswordController.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 15 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php'), 16 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/DefaultController.php'), 17 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/TextbookController.php'), 18 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/DashboardController.php'), 19 => (\dirname(__DIR__, 4).'/src/StudentBundle/Controller/PeerSessionController.php'), 20 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ResultsOverviewService.php'), 21 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/CrammingActivityController.php'), 22 => (\dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionInitializer.php'), 23 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/TrainingController.php'), 24 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/DefaultController.php'), 25 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/StudentController.php'), 26 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/QuizController.php'), 27 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/PeerTrainingController.php'), 28 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ContentController.php'), 29 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/TextbookController.php'), 30 => (\dirname(__DIR__, 4).'/src/TeacherBundle/Controller/CrammingActivityController.php'), 31 => (\dirname(__DIR__, 4).'/src/AdminBundle/Controller/ProblemController.php'), 32 => (\dirname(__DIR__, 4).'/src/AdminBundle/Service/BugReportService.php'), 33 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 34 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 35 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 36 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 37 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 38 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php')], []);
  15853. $instance->setName('translation:extract');
  15854. $instance->setAliases([0 => 'translation:update']);
  15855. $instance->setDescription('Extract missing translations keys from code to translation files.');
  15856. return $instance;
  15857. }
  15858. /**
  15859. * Gets the private 'console.command.translation_pull' shared service.
  15860. *
  15861. * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  15862. */
  15863. protected function getConsole_Command_TranslationPullService()
  15864. {
  15865. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15866. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  15867. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  15868. $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', [], []);
  15869. $instance->setName('translation:pull');
  15870. $instance->setDescription('Pull translations from a given provider.');
  15871. return $instance;
  15872. }
  15873. /**
  15874. * Gets the private 'console.command.translation_push' shared service.
  15875. *
  15876. * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  15877. */
  15878. protected function getConsole_Command_TranslationPushService()
  15879. {
  15880. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15881. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  15882. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  15883. $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()), [], []);
  15884. $instance->setName('translation:push');
  15885. $instance->setDescription('Push translations to a given provider.');
  15886. return $instance;
  15887. }
  15888. /**
  15889. * Gets the private 'console.command.validator_debug' shared service.
  15890. *
  15891. * @return \Symfony\Component\Validator\Command\DebugCommand
  15892. */
  15893. protected function getConsole_Command_ValidatorDebugService()
  15894. {
  15895. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15896. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
  15897. $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  15898. $instance->setName('debug:validator');
  15899. $instance->setDescription('Display validation constraints for classes');
  15900. return $instance;
  15901. }
  15902. /**
  15903. * Gets the private 'console.command.xliff_lint' shared service.
  15904. *
  15905. * @return \Symfony\Component\Translation\Command\XliffLintCommand
  15906. */
  15907. protected function getConsole_Command_XliffLintService()
  15908. {
  15909. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15910. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  15911. $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  15912. $instance->setName('lint:xliff');
  15913. $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  15914. return $instance;
  15915. }
  15916. /**
  15917. * Gets the private 'console.command.yaml_lint' shared service.
  15918. *
  15919. * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  15920. */
  15921. protected function getConsole_Command_YamlLintService()
  15922. {
  15923. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  15924. include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
  15925. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  15926. $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  15927. $instance->setName('lint:yaml');
  15928. $instance->setDescription('Lint a YAML file and outputs encountered errors');
  15929. return $instance;
  15930. }
  15931. /**
  15932. * Gets the private 'console.error_listener' shared service.
  15933. *
  15934. * @return \Symfony\Component\Console\EventListener\ErrorListener
  15935. */
  15936. protected function getConsole_ErrorListenerService()
  15937. {
  15938. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  15939. $a = new \Symfony\Bridge\Monolog\Logger('console');
  15940. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15941. $a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  15942. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15943. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  15944. return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  15945. }
  15946. /**
  15947. * Gets the private 'container.env_var_processor' shared service.
  15948. *
  15949. * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  15950. */
  15951. protected function getContainer_EnvVarProcessorService()
  15952. {
  15953. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  15954. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  15955. return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  15956. yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  15957. }, 1));
  15958. }
  15959. /**
  15960. * Gets the private 'container.getenv' shared service.
  15961. *
  15962. * @return \Closure
  15963. */
  15964. protected function getContainer_GetenvService()
  15965. {
  15966. return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
  15967. }
  15968. /**
  15969. * Gets the private 'core.twig_runtime' shared autowired service.
  15970. *
  15971. * @return \CoreBundle\Twig\AppRuntime
  15972. */
  15973. protected function getCore_TwigRuntimeService()
  15974. {
  15975. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15976. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Twig/AppRuntime.php';
  15977. return $this->privates['core.twig_runtime'] = new \CoreBundle\Twig\AppRuntime('c9ca7eda-8abd-4574-9359-a603ab883612');
  15978. }
  15979. /**
  15980. * Gets the private 'data_collector.form' shared service.
  15981. *
  15982. * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  15983. */
  15984. protected function getDataCollector_FormService()
  15985. {
  15986. return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  15987. }
  15988. /**
  15989. * Gets the private 'data_collector.request' shared service.
  15990. *
  15991. * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  15992. */
  15993. protected function getDataCollector_RequestService()
  15994. {
  15995. 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())));
  15996. }
  15997. /**
  15998. * Gets the private 'data_collector.request.session_collector' shared service.
  15999. *
  16000. * @return \Closure
  16001. */
  16002. protected function getDataCollector_Request_SessionCollectorService()
  16003. {
  16004. return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
  16005. }
  16006. /**
  16007. * Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver' shared service.
  16008. *
  16009. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  16010. */
  16011. protected function getAdminContextResolverService()
  16012. {
  16013. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  16014. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  16015. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/AdminContextResolver.php';
  16016. 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))));
  16017. }
  16018. /**
  16019. * Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver' shared service.
  16020. *
  16021. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  16022. */
  16023. protected function getBatchActionDtoResolverService()
  16024. {
  16025. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  16026. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  16027. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/BatchActionDtoResolver.php';
  16028. 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))));
  16029. }
  16030. /**
  16031. * Gets the private 'debug.argument_resolver.default' shared service.
  16032. *
  16033. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  16034. */
  16035. protected function getDebug_ArgumentResolver_DefaultService()
  16036. {
  16037. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  16038. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  16039. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  16040. 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))));
  16041. }
  16042. /**
  16043. * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  16044. *
  16045. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  16046. */
  16047. protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  16048. {
  16049. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  16050. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  16051. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  16052. $a = ($this->privates['.service_locator.oHNXKgA'] ?? $this->get_ServiceLocator_OHNXKgAService());
  16053. if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  16054. return $this->privates['debug.argument_resolver.not_tagged_controller'];
  16055. }
  16056. 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))));
  16057. }
  16058. /**
  16059. * Gets the private 'debug.argument_resolver.request' shared service.
  16060. *
  16061. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  16062. */
  16063. protected function getDebug_ArgumentResolver_RequestService()
  16064. {
  16065. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  16066. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  16067. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  16068. 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))));
  16069. }
  16070. /**
  16071. * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  16072. *
  16073. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  16074. */
  16075. protected function getDebug_ArgumentResolver_RequestAttributeService()
  16076. {
  16077. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  16078. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  16079. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  16080. 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))));
  16081. }
  16082. /**
  16083. * Gets the private 'debug.argument_resolver.service' shared service.
  16084. *
  16085. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  16086. */
  16087. protected function getDebug_ArgumentResolver_ServiceService()
  16088. {
  16089. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  16090. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  16091. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  16092. $a = ($this->privates['.service_locator.oHNXKgA'] ?? $this->get_ServiceLocator_OHNXKgAService());
  16093. if (isset($this->privates['debug.argument_resolver.service'])) {
  16094. return $this->privates['debug.argument_resolver.service'];
  16095. }
  16096. 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))));
  16097. }
  16098. /**
  16099. * Gets the private 'debug.argument_resolver.session' shared service.
  16100. *
  16101. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  16102. */
  16103. protected function getDebug_ArgumentResolver_SessionService()
  16104. {
  16105. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  16106. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  16107. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  16108. 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))));
  16109. }
  16110. /**
  16111. * Gets the private 'debug.argument_resolver.variadic' shared service.
  16112. *
  16113. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  16114. */
  16115. protected function getDebug_ArgumentResolver_VariadicService()
  16116. {
  16117. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  16118. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  16119. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  16120. 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))));
  16121. }
  16122. /**
  16123. * Gets the private 'debug.controller_resolver' shared service.
  16124. *
  16125. * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  16126. */
  16127. protected function getDebug_ControllerResolverService()
  16128. {
  16129. 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))));
  16130. }
  16131. /**
  16132. * Gets the private 'debug.debug_handlers_listener' shared service.
  16133. *
  16134. * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  16135. */
  16136. protected function getDebug_DebugHandlersListenerService()
  16137. {
  16138. $a = new \Symfony\Bridge\Monolog\Logger('php');
  16139. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  16140. $a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  16141. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  16142. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  16143. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  16144. 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()));
  16145. }
  16146. /**
  16147. * Gets the private 'debug.dump_listener' shared service.
  16148. *
  16149. * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  16150. */
  16151. protected function getDebug_DumpListenerService()
  16152. {
  16153. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  16154. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  16155. 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()));
  16156. }
  16157. /**
  16158. * Gets the private 'debug.file_link_formatter' shared service.
  16159. *
  16160. * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  16161. */
  16162. protected function getDebug_FileLinkFormatterService()
  16163. {
  16164. 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 () {
  16165. return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  16166. });
  16167. }
  16168. /**
  16169. * Gets the private 'debug.file_link_formatter.url_format' shared service.
  16170. *
  16171. * @return \string
  16172. */
  16173. protected function getDebug_FileLinkFormatter_UrlFormatService()
  16174. {
  16175. $a = ($this->services['router'] ?? $this->getRouterService());
  16176. if (isset($this->privates['debug.file_link_formatter.url_format'])) {
  16177. return $this->privates['debug.file_link_formatter.url_format'];
  16178. }
  16179. 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');
  16180. }
  16181. /**
  16182. * Gets the private 'debug.log_processor' shared service.
  16183. *
  16184. * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  16185. */
  16186. protected function getDebug_LogProcessorService()
  16187. {
  16188. 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())));
  16189. }
  16190. /**
  16191. * Gets the private 'debug.security.access.decision_manager' shared service.
  16192. *
  16193. * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  16194. */
  16195. protected function getDebug_Security_Access_DecisionManagerService()
  16196. {
  16197. 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 () {
  16198. yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  16199. yield 1 => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService());
  16200. yield 2 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  16201. yield 3 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  16202. yield 4 => ($this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'] ?? $this->getTextbookVoterService());
  16203. yield 5 => ($this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'] ?? $this->getSelfStudyVoterService());
  16204. yield 6 => ($this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'] ?? $this->getPublicationVoterService());
  16205. yield 7 => ($this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'] ?? $this->getPublisherVoterService());
  16206. yield 8 => ($this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'] ?? $this->getUserVoterService());
  16207. yield 9 => ($this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'] ?? $this->getQuizVoterService());
  16208. yield 10 => ($this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'] ?? $this->getProblemVoterService());
  16209. yield 11 => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->getSecurityVoterService());
  16210. }, 12), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  16211. }
  16212. /**
  16213. * Gets the private 'debug.security.firewall' shared service.
  16214. *
  16215. * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  16216. */
  16217. protected function getDebug_Security_FirewallService()
  16218. {
  16219. $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  16220. if (isset($this->privates['debug.security.firewall'])) {
  16221. return $this->privates['debug.security.firewall'];
  16222. }
  16223. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16224. if (isset($this->privates['debug.security.firewall'])) {
  16225. return $this->privates['debug.security.firewall'];
  16226. }
  16227. $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  16228. if (isset($this->privates['debug.security.firewall'])) {
  16229. return $this->privates['debug.security.firewall'];
  16230. }
  16231. return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, $c);
  16232. }
  16233. /**
  16234. * Gets the private 'debug.security.firewall.authenticator.api_doc' shared service.
  16235. *
  16236. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  16237. */
  16238. protected function getDebug_Security_Firewall_Authenticator_ApiDocService()
  16239. {
  16240. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  16241. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  16242. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  16243. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  16244. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  16245. $a = ($this->privates['security.event_dispatcher.api_doc'] ?? $this->getSecurity_EventDispatcher_ApiDocService());
  16246. if (isset($this->privates['debug.security.firewall.authenticator.api_doc'])) {
  16247. return $this->privates['debug.security.firewall.authenticator.api_doc'];
  16248. }
  16249. 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, [])));
  16250. }
  16251. /**
  16252. * Gets the private 'debug.security.firewall.authenticator.api_gale' shared service.
  16253. *
  16254. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  16255. */
  16256. protected function getDebug_Security_Firewall_Authenticator_ApiGaleService()
  16257. {
  16258. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  16259. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  16260. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  16261. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  16262. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  16263. $a = ($this->privates['UserBundle\\Security\\ApiKeyAuthenticator'] ?? $this->getApiKeyAuthenticatorService());
  16264. if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
  16265. return $this->privates['debug.security.firewall.authenticator.api_gale'];
  16266. }
  16267. $b = ($this->privates['security.event_dispatcher.api_gale'] ?? $this->getSecurity_EventDispatcher_ApiGaleService());
  16268. if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
  16269. return $this->privates['debug.security.firewall.authenticator.api_gale'];
  16270. }
  16271. 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, [])));
  16272. }
  16273. /**
  16274. * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  16275. *
  16276. * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  16277. */
  16278. protected function getDebug_Security_Firewall_Authenticator_MainService()
  16279. {
  16280. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  16281. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  16282. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  16283. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  16284. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  16285. $a = ($this->privates['security.authenticator.two_factor.main'] ?? $this->getSecurity_Authenticator_TwoFactor_MainService());
  16286. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  16287. return $this->privates['debug.security.firewall.authenticator.main'];
  16288. }
  16289. $b = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
  16290. if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  16291. return $this->privates['debug.security.firewall.authenticator.main'];
  16292. }
  16293. 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, [])));
  16294. }
  16295. /**
  16296. * Gets the private 'debug.security.user_value_resolver' shared service.
  16297. *
  16298. * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  16299. */
  16300. protected function getDebug_Security_UserValueResolverService()
  16301. {
  16302. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  16303. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  16304. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  16305. 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))));
  16306. }
  16307. /**
  16308. * Gets the private 'debug.security.voter.CoreBundle\Security\ProblemVoter' shared service.
  16309. *
  16310. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  16311. */
  16312. protected function getProblemVoterService()
  16313. {
  16314. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  16315. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  16316. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  16317. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  16318. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/ProblemVoter.php';
  16319. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  16320. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'])) {
  16321. return $this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'];
  16322. }
  16323. $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16324. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'])) {
  16325. return $this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'];
  16326. }
  16327. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16328. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'])) {
  16329. return $this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'];
  16330. }
  16331. return $this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\ProblemVoter($a, $b, ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), $c);
  16332. }
  16333. /**
  16334. * Gets the private 'debug.security.voter.CoreBundle\Security\PublicationVoter' shared service.
  16335. *
  16336. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  16337. */
  16338. protected function getPublicationVoterService()
  16339. {
  16340. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  16341. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  16342. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  16343. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  16344. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/PublicationVoter.php';
  16345. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16346. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'])) {
  16347. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'];
  16348. }
  16349. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  16350. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'])) {
  16351. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'];
  16352. }
  16353. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16354. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'])) {
  16355. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'];
  16356. }
  16357. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\PublicationVoter($a, $b), $c);
  16358. }
  16359. /**
  16360. * Gets the private 'debug.security.voter.CoreBundle\Security\PublisherVoter' shared service.
  16361. *
  16362. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  16363. */
  16364. protected function getPublisherVoterService()
  16365. {
  16366. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  16367. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  16368. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  16369. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  16370. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/PublisherVoter.php';
  16371. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16372. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'])) {
  16373. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'];
  16374. }
  16375. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  16376. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'])) {
  16377. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'];
  16378. }
  16379. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16380. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'])) {
  16381. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'];
  16382. }
  16383. return $this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\PublisherVoter($a, $b), $c);
  16384. }
  16385. /**
  16386. * Gets the private 'debug.security.voter.CoreBundle\Security\QuizVoter' shared service.
  16387. *
  16388. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  16389. */
  16390. protected function getQuizVoterService()
  16391. {
  16392. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  16393. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  16394. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  16395. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  16396. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/QuizVoter.php';
  16397. $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  16398. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'])) {
  16399. return $this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'];
  16400. }
  16401. $b = ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService());
  16402. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'])) {
  16403. return $this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'];
  16404. }
  16405. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16406. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'])) {
  16407. return $this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'];
  16408. }
  16409. return $this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\QuizVoter($a, $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), $c);
  16410. }
  16411. /**
  16412. * Gets the private 'debug.security.voter.CoreBundle\Security\SelfStudyVoter' shared service.
  16413. *
  16414. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  16415. */
  16416. protected function getSelfStudyVoterService()
  16417. {
  16418. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  16419. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  16420. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  16421. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  16422. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/SelfStudyVoter.php';
  16423. $a = ($this->privates['CoreBundle\\Service\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService());
  16424. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'])) {
  16425. return $this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'];
  16426. }
  16427. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16428. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'])) {
  16429. return $this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'];
  16430. }
  16431. return $this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\SelfStudyVoter($a), $b);
  16432. }
  16433. /**
  16434. * Gets the private 'debug.security.voter.CoreBundle\Security\TextbookVoter' shared service.
  16435. *
  16436. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  16437. */
  16438. protected function getTextbookVoterService()
  16439. {
  16440. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  16441. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  16442. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  16443. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  16444. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/TextbookVoter.php';
  16445. $a = ($this->privates['CoreBundle\\Service\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService());
  16446. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'])) {
  16447. return $this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'];
  16448. }
  16449. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16450. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'])) {
  16451. return $this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'];
  16452. }
  16453. return $this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\TextbookVoter($a), $b);
  16454. }
  16455. /**
  16456. * Gets the private 'debug.security.voter.CoreBundle\Security\UserVoter' shared service.
  16457. *
  16458. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  16459. */
  16460. protected function getUserVoterService()
  16461. {
  16462. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  16463. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  16464. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  16465. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  16466. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/UserVoter.php';
  16467. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16468. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'])) {
  16469. return $this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'];
  16470. }
  16471. $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  16472. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'])) {
  16473. return $this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'];
  16474. }
  16475. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16476. if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'])) {
  16477. return $this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'];
  16478. }
  16479. return $this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\UserVoter($a, $b), $c);
  16480. }
  16481. /**
  16482. * Gets the private 'debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter' shared service.
  16483. *
  16484. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  16485. */
  16486. protected function getSecurityVoterService()
  16487. {
  16488. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  16489. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  16490. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  16491. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  16492. include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/SecurityVoter.php';
  16493. $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  16494. if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
  16495. return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
  16496. }
  16497. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16498. if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
  16499. return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
  16500. }
  16501. 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);
  16502. }
  16503. /**
  16504. * Gets the private 'debug.security.voter.scheb_two_factor.security.access.authenticated_voter' shared service.
  16505. *
  16506. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  16507. */
  16508. protected function getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService()
  16509. {
  16510. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  16511. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  16512. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  16513. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authorization/Voter/TwoFactorInProgressVoter.php';
  16514. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16515. if (isset($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'])) {
  16516. return $this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'];
  16517. }
  16518. 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);
  16519. }
  16520. /**
  16521. * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  16522. *
  16523. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  16524. */
  16525. protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  16526. {
  16527. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  16528. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  16529. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  16530. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  16531. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16532. if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  16533. return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  16534. }
  16535. 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);
  16536. }
  16537. /**
  16538. * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  16539. *
  16540. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  16541. */
  16542. protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  16543. {
  16544. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  16545. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  16546. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  16547. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  16548. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  16549. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  16550. $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  16551. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  16552. return $this->privates['debug.security.voter.security.access.expression_voter'];
  16553. }
  16554. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16555. if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  16556. return $this->privates['debug.security.voter.security.access.expression_voter'];
  16557. }
  16558. 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);
  16559. }
  16560. /**
  16561. * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  16562. *
  16563. * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  16564. */
  16565. protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  16566. {
  16567. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  16568. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  16569. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  16570. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  16571. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  16572. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16573. if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  16574. return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  16575. }
  16576. 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);
  16577. }
  16578. /**
  16579. * Gets the private 'debug.security.voter.vote_listener' shared service.
  16580. *
  16581. * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  16582. */
  16583. protected function getDebug_Security_Voter_VoteListenerService()
  16584. {
  16585. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  16586. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  16587. if (isset($this->privates['debug.security.voter.vote_listener'])) {
  16588. return $this->privates['debug.security.voter.vote_listener'];
  16589. }
  16590. return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  16591. }
  16592. /**
  16593. * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  16594. *
  16595. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  16596. */
  16597. protected function getDoctrine_CacheClearMetadataCommandService()
  16598. {
  16599. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16600. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16601. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16602. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  16603. $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()));
  16604. $instance->setName('doctrine:cache:clear-metadata');
  16605. return $instance;
  16606. }
  16607. /**
  16608. * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  16609. *
  16610. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  16611. */
  16612. protected function getDoctrine_CacheClearQueryCacheCommandService()
  16613. {
  16614. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16615. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16616. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16617. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  16618. $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()));
  16619. $instance->setName('doctrine:cache:clear-query');
  16620. return $instance;
  16621. }
  16622. /**
  16623. * Gets the private 'doctrine.cache_clear_result_command' shared service.
  16624. *
  16625. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  16626. */
  16627. protected function getDoctrine_CacheClearResultCommandService()
  16628. {
  16629. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16630. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16631. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16632. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  16633. $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()));
  16634. $instance->setName('doctrine:cache:clear-result');
  16635. return $instance;
  16636. }
  16637. /**
  16638. * Gets the private 'doctrine.cache_collection_region_command' shared service.
  16639. *
  16640. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  16641. */
  16642. protected function getDoctrine_CacheCollectionRegionCommandService()
  16643. {
  16644. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16645. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16646. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16647. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  16648. $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()));
  16649. $instance->setName('doctrine:cache:clear-collection-region');
  16650. return $instance;
  16651. }
  16652. /**
  16653. * Gets the private 'doctrine.clear_entity_region_command' shared service.
  16654. *
  16655. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  16656. */
  16657. protected function getDoctrine_ClearEntityRegionCommandService()
  16658. {
  16659. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16660. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16661. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16662. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  16663. $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()));
  16664. $instance->setName('doctrine:cache:clear-entity-region');
  16665. return $instance;
  16666. }
  16667. /**
  16668. * Gets the private 'doctrine.clear_query_region_command' shared service.
  16669. *
  16670. * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  16671. */
  16672. protected function getDoctrine_ClearQueryRegionCommandService()
  16673. {
  16674. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16675. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16676. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16677. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  16678. $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()));
  16679. $instance->setName('doctrine:cache:clear-query-region');
  16680. return $instance;
  16681. }
  16682. /**
  16683. * Gets the private 'doctrine.database_create_command' shared service.
  16684. *
  16685. * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  16686. */
  16687. protected function getDoctrine_DatabaseCreateCommandService()
  16688. {
  16689. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16690. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  16691. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  16692. $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16693. $instance->setName('doctrine:database:create');
  16694. return $instance;
  16695. }
  16696. /**
  16697. * Gets the private 'doctrine.database_drop_command' shared service.
  16698. *
  16699. * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  16700. */
  16701. protected function getDoctrine_DatabaseDropCommandService()
  16702. {
  16703. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16704. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  16705. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  16706. $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16707. $instance->setName('doctrine:database:drop');
  16708. return $instance;
  16709. }
  16710. /**
  16711. * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  16712. *
  16713. * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  16714. */
  16715. protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  16716. {
  16717. return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16718. 'TeacherBundle\\EventListener\\MathproblemListener' => ['privates', 'TeacherBundle\\EventListener\\MathproblemListener', 'getMathproblemListenerService', false],
  16719. 'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
  16720. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
  16721. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
  16722. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
  16723. 'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', false],
  16724. 'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', false],
  16725. 'stof_doctrine_extensions.listener.sortable' => ['privates', 'stof_doctrine_extensions.listener.sortable', 'getStofDoctrineExtensions_Listener_SortableService', false],
  16726. 'vich_uploader.listener.clean.peer_solution_file' => ['privates', 'vich_uploader.listener.clean.peer_solution_file', 'getVichUploader_Listener_Clean_PeerSolutionFileService', false],
  16727. 'vich_uploader.listener.clean.worksheet_solution_file' => ['privates', 'vich_uploader.listener.clean.worksheet_solution_file', 'getVichUploader_Listener_Clean_WorksheetSolutionFileService', false],
  16728. 'vich_uploader.listener.remove.peer_solution_file' => ['privates', 'vich_uploader.listener.remove.peer_solution_file', 'getVichUploader_Listener_Remove_PeerSolutionFileService', false],
  16729. 'vich_uploader.listener.remove.worksheet_solution_file' => ['privates', 'vich_uploader.listener.remove.worksheet_solution_file', 'getVichUploader_Listener_Remove_WorksheetSolutionFileService', false],
  16730. 'vich_uploader.listener.upload.peer_solution_file' => ['privates', 'vich_uploader.listener.upload.peer_solution_file', 'getVichUploader_Listener_Upload_PeerSolutionFileService', false],
  16731. 'vich_uploader.listener.upload.worksheet_solution_file' => ['privates', 'vich_uploader.listener.upload.worksheet_solution_file', 'getVichUploader_Listener_Upload_WorksheetSolutionFileService', false],
  16732. ], [
  16733. 'TeacherBundle\\EventListener\\MathproblemListener' => '?',
  16734. 'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  16735. 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  16736. 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  16737. 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  16738. 'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  16739. 'fos_user.user_listener' => '?',
  16740. 'stof_doctrine_extensions.listener.sortable' => '?',
  16741. 'vich_uploader.listener.clean.peer_solution_file' => '?',
  16742. 'vich_uploader.listener.clean.worksheet_solution_file' => '?',
  16743. 'vich_uploader.listener.remove.peer_solution_file' => '?',
  16744. 'vich_uploader.listener.remove.worksheet_solution_file' => '?',
  16745. 'vich_uploader.listener.upload.peer_solution_file' => '?',
  16746. 'vich_uploader.listener.upload.worksheet_solution_file' => '?',
  16747. ]), [0 => 'vich_uploader.listener.clean.peer_solution_file', 1 => 'vich_uploader.listener.clean.worksheet_solution_file', 2 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 4 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 5 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 6 => 'vich_uploader.listener.remove.peer_solution_file', 7 => 'vich_uploader.listener.upload.peer_solution_file', 8 => 'vich_uploader.listener.remove.worksheet_solution_file', 9 => 'vich_uploader.listener.upload.worksheet_solution_file', 10 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners'], 11 => [0 => [0 => 'onFlush'], 1 => 'stof_doctrine_extensions.listener.sortable'], 12 => [0 => [0 => 'loadClassMetadata'], 1 => 'stof_doctrine_extensions.listener.sortable'], 13 => [0 => [0 => 'prePersist'], 1 => 'stof_doctrine_extensions.listener.sortable'], 14 => [0 => [0 => 'postPersist'], 1 => 'stof_doctrine_extensions.listener.sortable'], 15 => [0 => [0 => 'preUpdate'], 1 => 'stof_doctrine_extensions.listener.sortable'], 16 => [0 => [0 => 'postRemove'], 1 => 'stof_doctrine_extensions.listener.sortable'], 17 => [0 => [0 => 'postFlush'], 1 => 'stof_doctrine_extensions.listener.sortable'], 18 => [0 => [0 => 'prePersist'], 1 => 'fos_user.user_listener'], 19 => [0 => [0 => 'preUpdate'], 1 => 'fos_user.user_listener'], 20 => [0 => [0 => 'prePersist'], 1 => 'TeacherBundle\\EventListener\\MathproblemListener'], 21 => [0 => [0 => 'preUpdate'], 1 => 'TeacherBundle\\EventListener\\MathproblemListener']]);
  16748. }
  16749. /**
  16750. * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  16751. *
  16752. * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  16753. */
  16754. protected function getDoctrine_EnsureProductionSettingsCommandService()
  16755. {
  16756. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16757. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16758. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16759. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  16760. $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()));
  16761. $instance->setName('doctrine:ensure-production-settings');
  16762. return $instance;
  16763. }
  16764. /**
  16765. * Gets the private 'doctrine.mapping_convert_command' shared service.
  16766. *
  16767. * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  16768. */
  16769. protected function getDoctrine_MappingConvertCommandService()
  16770. {
  16771. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16772. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16773. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16774. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  16775. $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()));
  16776. $instance->setName('doctrine:mapping:convert');
  16777. return $instance;
  16778. }
  16779. /**
  16780. * Gets the private 'doctrine.mapping_import_command' shared service.
  16781. *
  16782. * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  16783. */
  16784. protected function getDoctrine_MappingImportCommandService()
  16785. {
  16786. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16787. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  16788. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  16789. $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  16790. $instance->setName('doctrine:mapping:import');
  16791. return $instance;
  16792. }
  16793. /**
  16794. * Gets the private 'doctrine.mapping_info_command' shared service.
  16795. *
  16796. * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  16797. */
  16798. protected function getDoctrine_MappingInfoCommandService()
  16799. {
  16800. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16801. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16802. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16803. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  16804. $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()));
  16805. $instance->setName('doctrine:mapping:info');
  16806. return $instance;
  16807. }
  16808. /**
  16809. * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  16810. *
  16811. * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  16812. */
  16813. protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  16814. {
  16815. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Version/MigrationFactory.php';
  16816. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
  16817. $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  16818. if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  16819. return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  16820. }
  16821. return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  16822. }
  16823. /**
  16824. * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  16825. *
  16826. * @return \Doctrine\Migrations\DependencyFactory
  16827. */
  16828. protected function getDoctrine_Migrations_DependencyFactoryService()
  16829. {
  16830. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  16831. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  16832. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  16833. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  16834. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  16835. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  16836. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  16837. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  16838. $a = new \Doctrine\Migrations\Configuration\Configuration();
  16839. $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/migrations'));
  16840. $a->setAllOrNothing(false);
  16841. $a->setCheckDatabasePlatform(true);
  16842. $a->setTransactional(true);
  16843. $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  16844. $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()));
  16845. $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  16846. return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  16847. });
  16848. return $instance;
  16849. }
  16850. /**
  16851. * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  16852. *
  16853. * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  16854. */
  16855. protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  16856. {
  16857. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  16858. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  16859. return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16860. }
  16861. /**
  16862. * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  16863. *
  16864. * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  16865. */
  16866. protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  16867. {
  16868. return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/CoreBundle/Entity'), 1 => (\dirname(__DIR__, 4).'/src/UserBundle/Entity')], false);
  16869. }
  16870. /**
  16871. * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  16872. *
  16873. * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  16874. */
  16875. protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  16876. {
  16877. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  16878. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16879. if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  16880. return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  16881. }
  16882. return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  16883. }
  16884. /**
  16885. * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  16886. *
  16887. * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  16888. */
  16889. protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  16890. {
  16891. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  16892. return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  16893. }
  16894. /**
  16895. * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  16896. *
  16897. * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  16898. */
  16899. protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  16900. {
  16901. $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml', false);
  16902. $instance->setGlobalBasename('mapping');
  16903. return $instance;
  16904. }
  16905. /**
  16906. * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  16907. *
  16908. * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  16909. */
  16910. protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  16911. {
  16912. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16913. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  16914. return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  16915. }
  16916. /**
  16917. * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  16918. *
  16919. * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  16920. */
  16921. protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  16922. {
  16923. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16924. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  16925. return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  16926. yield 0 => ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService());
  16927. }, 1));
  16928. }
  16929. /**
  16930. * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  16931. *
  16932. * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  16933. */
  16934. protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  16935. {
  16936. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16937. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  16938. return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  16939. }
  16940. /**
  16941. * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  16942. *
  16943. * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  16944. */
  16945. protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  16946. {
  16947. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  16948. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  16949. return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  16950. yield 0 => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  16951. }, 1));
  16952. }
  16953. /**
  16954. * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  16955. *
  16956. * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  16957. */
  16958. protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  16959. {
  16960. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  16961. return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16962. }
  16963. /**
  16964. * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  16965. *
  16966. * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  16967. */
  16968. protected function getDoctrine_Orm_ProxyCacheWarmerService()
  16969. {
  16970. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  16971. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  16972. return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16973. }
  16974. /**
  16975. * Gets the private 'doctrine.orm.validator.unique' shared service.
  16976. *
  16977. * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  16978. */
  16979. protected function getDoctrine_Orm_Validator_UniqueService()
  16980. {
  16981. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16982. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  16983. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  16984. return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16985. }
  16986. /**
  16987. * Gets the private 'doctrine.query_dql_command' shared service.
  16988. *
  16989. * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  16990. */
  16991. protected function getDoctrine_QueryDqlCommandService()
  16992. {
  16993. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  16994. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  16995. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  16996. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  16997. $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()));
  16998. $instance->setName('doctrine:query:dql');
  16999. return $instance;
  17000. }
  17001. /**
  17002. * Gets the private 'doctrine.query_sql_command' shared service.
  17003. *
  17004. * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  17005. */
  17006. protected function getDoctrine_QuerySqlCommandService()
  17007. {
  17008. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17009. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  17010. include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  17011. include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  17012. $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  17013. $instance->setName('doctrine:query:sql');
  17014. return $instance;
  17015. }
  17016. /**
  17017. * Gets the private 'doctrine.schema_create_command' shared service.
  17018. *
  17019. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  17020. */
  17021. protected function getDoctrine_SchemaCreateCommandService()
  17022. {
  17023. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17024. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  17025. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  17026. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  17027. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  17028. $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()));
  17029. $instance->setName('doctrine:schema:create');
  17030. return $instance;
  17031. }
  17032. /**
  17033. * Gets the private 'doctrine.schema_drop_command' shared service.
  17034. *
  17035. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  17036. */
  17037. protected function getDoctrine_SchemaDropCommandService()
  17038. {
  17039. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17040. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  17041. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  17042. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  17043. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  17044. $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()));
  17045. $instance->setName('doctrine:schema:drop');
  17046. return $instance;
  17047. }
  17048. /**
  17049. * Gets the private 'doctrine.schema_update_command' shared service.
  17050. *
  17051. * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  17052. */
  17053. protected function getDoctrine_SchemaUpdateCommandService()
  17054. {
  17055. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17056. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  17057. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  17058. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  17059. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  17060. $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()));
  17061. $instance->setName('doctrine:schema:update');
  17062. return $instance;
  17063. }
  17064. /**
  17065. * Gets the private 'doctrine.schema_validate_command' shared service.
  17066. *
  17067. * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  17068. */
  17069. protected function getDoctrine_SchemaValidateCommandService()
  17070. {
  17071. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17072. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  17073. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  17074. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  17075. $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()));
  17076. $instance->setName('doctrine:schema:validate');
  17077. return $instance;
  17078. }
  17079. /**
  17080. * Gets the private 'doctrine.ulid_generator' shared service.
  17081. *
  17082. * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  17083. */
  17084. protected function getDoctrine_UlidGeneratorService()
  17085. {
  17086. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  17087. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  17088. include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UlidFactory.php';
  17089. return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
  17090. }
  17091. /**
  17092. * Gets the private 'doctrine.uuid_generator' shared service.
  17093. *
  17094. * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  17095. */
  17096. protected function getDoctrine_UuidGeneratorService()
  17097. {
  17098. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  17099. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  17100. include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UuidFactory.php';
  17101. 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));
  17102. }
  17103. /**
  17104. * Gets the private 'doctrine_migrations.current_command' shared service.
  17105. *
  17106. * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  17107. */
  17108. protected function getDoctrineMigrations_CurrentCommandService()
  17109. {
  17110. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17111. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  17112. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/CurrentCommand.php';
  17113. $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');
  17114. $instance->setName('doctrine:migrations:current');
  17115. $instance->setDescription('Outputs the current version');
  17116. return $instance;
  17117. }
  17118. /**
  17119. * Gets the private 'doctrine_migrations.diff_command' shared service.
  17120. *
  17121. * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  17122. */
  17123. protected function getDoctrineMigrations_DiffCommandService()
  17124. {
  17125. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17126. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  17127. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DiffCommand.php';
  17128. $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');
  17129. $instance->setName('doctrine:migrations:diff');
  17130. $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  17131. return $instance;
  17132. }
  17133. /**
  17134. * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  17135. *
  17136. * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  17137. */
  17138. protected function getDoctrineMigrations_DumpSchemaCommandService()
  17139. {
  17140. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17141. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  17142. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DumpSchemaCommand.php';
  17143. $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');
  17144. $instance->setName('doctrine:migrations:dump-schema');
  17145. $instance->setDescription('Dump the schema for your database to a migration.');
  17146. return $instance;
  17147. }
  17148. /**
  17149. * Gets the private 'doctrine_migrations.execute_command' shared service.
  17150. *
  17151. * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  17152. */
  17153. protected function getDoctrineMigrations_ExecuteCommandService()
  17154. {
  17155. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17156. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  17157. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ExecuteCommand.php';
  17158. $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');
  17159. $instance->setName('doctrine:migrations:execute');
  17160. $instance->setDescription('Execute one or more migration versions up or down manually.');
  17161. return $instance;
  17162. }
  17163. /**
  17164. * Gets the private 'doctrine_migrations.generate_command' shared service.
  17165. *
  17166. * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  17167. */
  17168. protected function getDoctrineMigrations_GenerateCommandService()
  17169. {
  17170. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17171. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  17172. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/GenerateCommand.php';
  17173. $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');
  17174. $instance->setName('doctrine:migrations:generate');
  17175. $instance->setDescription('Generate a blank migration class.');
  17176. return $instance;
  17177. }
  17178. /**
  17179. * Gets the private 'doctrine_migrations.latest_command' shared service.
  17180. *
  17181. * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  17182. */
  17183. protected function getDoctrineMigrations_LatestCommandService()
  17184. {
  17185. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17186. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  17187. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/LatestCommand.php';
  17188. $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');
  17189. $instance->setName('doctrine:migrations:latest');
  17190. $instance->setDescription('Outputs the latest version');
  17191. return $instance;
  17192. }
  17193. /**
  17194. * Gets the private 'doctrine_migrations.migrate_command' shared service.
  17195. *
  17196. * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  17197. */
  17198. protected function getDoctrineMigrations_MigrateCommandService()
  17199. {
  17200. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17201. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  17202. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/MigrateCommand.php';
  17203. $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');
  17204. $instance->setName('doctrine:migrations:migrate');
  17205. $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  17206. return $instance;
  17207. }
  17208. /**
  17209. * Gets the private 'doctrine_migrations.rollup_command' shared service.
  17210. *
  17211. * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  17212. */
  17213. protected function getDoctrineMigrations_RollupCommandService()
  17214. {
  17215. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17216. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  17217. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/RollupCommand.php';
  17218. $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');
  17219. $instance->setName('doctrine:migrations:rollup');
  17220. $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  17221. return $instance;
  17222. }
  17223. /**
  17224. * Gets the private 'doctrine_migrations.status_command' shared service.
  17225. *
  17226. * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  17227. */
  17228. protected function getDoctrineMigrations_StatusCommandService()
  17229. {
  17230. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17231. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  17232. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/StatusCommand.php';
  17233. $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');
  17234. $instance->setName('doctrine:migrations:status');
  17235. $instance->setDescription('View the status of a set of migrations.');
  17236. return $instance;
  17237. }
  17238. /**
  17239. * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  17240. *
  17241. * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  17242. */
  17243. protected function getDoctrineMigrations_SyncMetadataCommandService()
  17244. {
  17245. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17246. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  17247. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/SyncMetadataCommand.php';
  17248. $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');
  17249. $instance->setName('doctrine:migrations:sync-metadata-storage');
  17250. $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  17251. return $instance;
  17252. }
  17253. /**
  17254. * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  17255. *
  17256. * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  17257. */
  17258. protected function getDoctrineMigrations_UpToDateCommandService()
  17259. {
  17260. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17261. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  17262. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/UpToDateCommand.php';
  17263. $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');
  17264. $instance->setName('doctrine:migrations:up-to-date');
  17265. $instance->setDescription('Tells you if your schema is up-to-date.');
  17266. return $instance;
  17267. }
  17268. /**
  17269. * Gets the private 'doctrine_migrations.version_command' shared service.
  17270. *
  17271. * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  17272. */
  17273. protected function getDoctrineMigrations_VersionCommandService()
  17274. {
  17275. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17276. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  17277. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/VersionCommand.php';
  17278. $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');
  17279. $instance->setName('doctrine:migrations:version');
  17280. $instance->setDescription('Manually add and delete migration versions from the version table.');
  17281. return $instance;
  17282. }
  17283. /**
  17284. * Gets the private 'doctrine_migrations.versions_command' shared service.
  17285. *
  17286. * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  17287. */
  17288. protected function getDoctrineMigrations_VersionsCommandService()
  17289. {
  17290. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17291. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
  17292. include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ListCommand.php';
  17293. $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');
  17294. $instance->setName('doctrine:migrations:list');
  17295. $instance->setDescription('Display a list of all available migrations and their status.');
  17296. return $instance;
  17297. }
  17298. /**
  17299. * Gets the private 'eight_points_guzzle.data_collector' shared service.
  17300. *
  17301. * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  17302. */
  17303. protected function getEightPointsGuzzle_DataCollectorService()
  17304. {
  17305. 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);
  17306. }
  17307. /**
  17308. * Gets the private 'error_handler.error_renderer.html' shared service.
  17309. *
  17310. * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  17311. */
  17312. protected function getErrorHandler_ErrorRenderer_HtmlService()
  17313. {
  17314. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  17315. include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  17316. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  17317. 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()));
  17318. }
  17319. /**
  17320. * Gets the private 'exception_listener' shared service.
  17321. *
  17322. * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  17323. */
  17324. protected function getExceptionListener2Service()
  17325. {
  17326. return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  17327. }
  17328. /**
  17329. * Gets the private 'form.choice_list_factory.cached' shared service.
  17330. *
  17331. * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  17332. */
  17333. protected function getForm_ChoiceListFactory_CachedService()
  17334. {
  17335. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  17336. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  17337. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  17338. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  17339. 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())));
  17340. }
  17341. /**
  17342. * Gets the private 'form.registry' shared service.
  17343. *
  17344. * @return \Symfony\Component\Form\FormRegistry
  17345. */
  17346. protected function getForm_RegistryService()
  17347. {
  17348. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
  17349. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
  17350. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
  17351. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  17352. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  17353. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  17354. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  17355. 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, [
  17356. 'AdminBundle\\Form\\AnswerType' => ['privates', 'AdminBundle\\Form\\AnswerType', 'getAnswerTypeService', false],
  17357. 'AdminBundle\\Form\\BulkAudioUpload' => ['privates', 'AdminBundle\\Form\\BulkAudioUpload', 'getBulkAudioUploadService', false],
  17358. 'AdminBundle\\Form\\BulkCsvUpload' => ['privates', 'AdminBundle\\Form\\BulkCsvUpload', 'getBulkCsvUploadService', false],
  17359. 'AdminBundle\\Form\\BulkImageUpload' => ['privates', 'AdminBundle\\Form\\BulkImageUpload', 'getBulkImageUploadService', false],
  17360. 'AdminBundle\\Form\\CsvUploadType' => ['privates', 'AdminBundle\\Form\\CsvUploadType', 'getCsvUploadTypeService', false],
  17361. 'AdminBundle\\Form\\ProblemType' => ['privates', 'AdminBundle\\Form\\ProblemType', 'getProblemTypeService', false],
  17362. 'AdminBundle\\Form\\SelectProblemType' => ['privates', 'AdminBundle\\Form\\SelectProblemType', 'getSelectProblemTypeService', false],
  17363. 'AdminBundle\\Form\\StatisticsType' => ['privates', 'AdminBundle\\Form\\StatisticsType', 'getStatisticsTypeService', false],
  17364. 'AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType' => ['privates', 'AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType', 'getTemplateTypeFilterTypeService', false],
  17365. 'CoreBundle\\Form\\Type\\DateTimeType' => ['privates', 'abacus_core.form.type.date_time', 'getAbacusCore_Form_Type_DateTimeService', false],
  17366. 'CoreBundle\\Form\\Type\\EntityHiddenType' => ['privates', 'abacus_core.type.entity_hidden_type', 'getAbacusCore_Type_EntityHiddenTypeService', false],
  17367. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType', 'getCrudFormTypeService', false],
  17368. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType', 'getFileUploadTypeService', false],
  17369. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType', 'getFiltersFormTypeService', false],
  17370. 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates', 'fos_user.change_password.form.type', 'getFosUser_ChangePassword_Form_TypeService', false],
  17371. 'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates', 'fos_user.profile.form.type', 'getFosUser_Profile_Form_TypeService', false],
  17372. 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates', 'fos_user.registration.form.type', 'getFosUser_Registration_Form_TypeService', false],
  17373. 'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates', 'fos_user.resetting.form.type', 'getFosUser_Resetting_Form_TypeService', false],
  17374. 'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates', 'fos_user.username_form_type', 'getFosUser_UsernameFormTypeService', false],
  17375. 'StudentBundle\\Form\\AddClassroomStudentType' => ['privates', 'abacus.addclassroom2student.form.type', 'getAbacus_Addclassroom2student_Form_TypeService', false],
  17376. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
  17377. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
  17378. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
  17379. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
  17380. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
  17381. 'TeacherBundle\\Form\\AddProblemType' => ['privates', 'abacus.add_problem.form.type', 'getAbacus_AddProblem_Form_TypeService', false],
  17382. 'TeacherBundle\\Form\\ClassroomType' => ['privates', 'abacus.teacher.form.classroom', 'getAbacus_Teacher_Form_ClassroomService', false],
  17383. 'TeacherBundle\\Form\\EditUserType' => ['privates', 'abacus.edit_user.form.type', 'getAbacus_EditUser_Form_TypeService', false],
  17384. 'TeacherBundle\\Form\\MathproblemOverviewType' => ['privates', 'abacus.mathproblemoverview.form.type', 'getAbacus_Mathproblemoverview_Form_TypeService', false],
  17385. 'TeacherBundle\\Form\\TeacherType' => ['privates', 'abacus.teacher.form.type', 'getAbacus_Teacher_Form_TypeService', false],
  17386. 'TeacherBundle\\Form\\TextbookSessionType' => ['privates', 'abacus.textbook_session.form.type', 'getAbacus_TextbookSession_Form_TypeService', false],
  17387. 'UserBundle\\Form\\Type\\UniLoginType' => ['privates', 'abacus.user.unilogin.form.type', 'getAbacus_User_Unilogin_Form_TypeService', false],
  17388. 'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services', 'vich_uploader.form.type.file', 'getVichUploader_Form_Type_FileService', false],
  17389. 'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services', 'vich_uploader.form.type.image', 'getVichUploader_Form_Type_ImageService', false],
  17390. ], [
  17391. 'AdminBundle\\Form\\AnswerType' => '?',
  17392. 'AdminBundle\\Form\\BulkAudioUpload' => '?',
  17393. 'AdminBundle\\Form\\BulkCsvUpload' => '?',
  17394. 'AdminBundle\\Form\\BulkImageUpload' => '?',
  17395. 'AdminBundle\\Form\\CsvUploadType' => '?',
  17396. 'AdminBundle\\Form\\ProblemType' => '?',
  17397. 'AdminBundle\\Form\\SelectProblemType' => '?',
  17398. 'AdminBundle\\Form\\StatisticsType' => '?',
  17399. 'AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType' => '?',
  17400. 'CoreBundle\\Form\\Type\\DateTimeType' => '?',
  17401. 'CoreBundle\\Form\\Type\\EntityHiddenType' => '?',
  17402. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => '?',
  17403. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  17404. 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => '?',
  17405. 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  17406. 'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  17407. 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  17408. 'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  17409. 'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  17410. 'StudentBundle\\Form\\AddClassroomStudentType' => '?',
  17411. 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  17412. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  17413. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  17414. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  17415. 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  17416. 'TeacherBundle\\Form\\AddProblemType' => '?',
  17417. 'TeacherBundle\\Form\\ClassroomType' => '?',
  17418. 'TeacherBundle\\Form\\EditUserType' => '?',
  17419. 'TeacherBundle\\Form\\MathproblemOverviewType' => '?',
  17420. 'TeacherBundle\\Form\\TeacherType' => '?',
  17421. 'TeacherBundle\\Form\\TextbookSessionType' => '?',
  17422. 'UserBundle\\Form\\Type\\UniLoginType' => '?',
  17423. 'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  17424. 'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  17425. ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  17426. yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  17427. yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  17428. yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  17429. yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  17430. yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  17431. yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  17432. yield 6 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  17433. yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] ?? $this->getEaCrudFormTypeExtensionService());
  17434. }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  17435. yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  17436. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  17437. yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  17438. }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  17439. 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()));
  17440. }, 1)], new RewindableGenerator(function () {
  17441. yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  17442. yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  17443. }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  17444. }
  17445. /**
  17446. * Gets the private 'form.server_params' shared service.
  17447. *
  17448. * @return \Symfony\Component\Form\Util\ServerParams
  17449. */
  17450. protected function getForm_ServerParamsService()
  17451. {
  17452. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
  17453. 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())));
  17454. }
  17455. /**
  17456. * Gets the private 'form.type.choice' shared service.
  17457. *
  17458. * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  17459. */
  17460. protected function getForm_Type_ChoiceService()
  17461. {
  17462. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  17463. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  17464. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  17465. 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()));
  17466. }
  17467. /**
  17468. * Gets the private 'form.type.color' shared service.
  17469. *
  17470. * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  17471. */
  17472. protected function getForm_Type_ColorService()
  17473. {
  17474. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  17475. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  17476. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  17477. return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  17478. }
  17479. /**
  17480. * Gets the private 'form.type.entity' shared service.
  17481. *
  17482. * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  17483. */
  17484. protected function getForm_Type_EntityService()
  17485. {
  17486. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  17487. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  17488. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  17489. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  17490. return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17491. }
  17492. /**
  17493. * Gets the private 'form.type.form' shared service.
  17494. *
  17495. * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  17496. */
  17497. protected function getForm_Type_FormService()
  17498. {
  17499. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  17500. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  17501. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  17502. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  17503. return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  17504. }
  17505. /**
  17506. * Gets the private 'form.type_extension.csrf' shared service.
  17507. *
  17508. * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  17509. */
  17510. protected function getForm_TypeExtension_CsrfService()
  17511. {
  17512. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  17513. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  17514. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  17515. 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()));
  17516. }
  17517. /**
  17518. * Gets the private 'form.type_extension.form.data_collector' shared service.
  17519. *
  17520. * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  17521. */
  17522. protected function getForm_TypeExtension_Form_DataCollectorService()
  17523. {
  17524. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  17525. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  17526. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  17527. 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()));
  17528. }
  17529. /**
  17530. * Gets the private 'form.type_extension.form.http_foundation' shared service.
  17531. *
  17532. * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  17533. */
  17534. protected function getForm_TypeExtension_Form_HttpFoundationService()
  17535. {
  17536. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  17537. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  17538. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  17539. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
  17540. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  17541. 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())));
  17542. }
  17543. /**
  17544. * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  17545. *
  17546. * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  17547. */
  17548. protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  17549. {
  17550. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  17551. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  17552. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  17553. return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  17554. }
  17555. /**
  17556. * Gets the private 'form.type_extension.form.validator' shared service.
  17557. *
  17558. * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  17559. */
  17560. protected function getForm_TypeExtension_Form_ValidatorService()
  17561. {
  17562. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  17563. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  17564. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  17565. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  17566. $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  17567. if (isset($this->privates['form.type_extension.form.validator'])) {
  17568. return $this->privates['form.type_extension.form.validator'];
  17569. }
  17570. $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  17571. if (isset($this->privates['form.type_extension.form.validator'])) {
  17572. return $this->privates['form.type_extension.form.validator'];
  17573. }
  17574. return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($a, true, $b, ($this->services['translator'] ?? $this->getTranslatorService()));
  17575. }
  17576. /**
  17577. * Gets the private 'form.type_extension.upload.validator' shared service.
  17578. *
  17579. * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  17580. */
  17581. protected function getForm_TypeExtension_Upload_ValidatorService()
  17582. {
  17583. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  17584. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
  17585. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  17586. return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  17587. }
  17588. /**
  17589. * Gets the private 'form.type_guesser.doctrine' shared service.
  17590. *
  17591. * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  17592. */
  17593. protected function getForm_TypeGuesser_DoctrineService()
  17594. {
  17595. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  17596. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  17597. return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17598. }
  17599. /**
  17600. * Gets the private 'form.type_guesser.validator' shared service.
  17601. *
  17602. * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  17603. */
  17604. protected function getForm_TypeGuesser_ValidatorService()
  17605. {
  17606. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  17607. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  17608. return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  17609. }
  17610. /**
  17611. * Gets the private 'fos_user.change_password.form.type' shared service.
  17612. *
  17613. * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  17614. */
  17615. protected function getFosUser_ChangePassword_Form_TypeService()
  17616. {
  17617. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  17618. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  17619. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ChangePasswordFormType.php';
  17620. return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('UserBundle\\Entity\\User');
  17621. }
  17622. /**
  17623. * Gets the private 'fos_user.command.activate_user' shared service.
  17624. *
  17625. * @return \FOS\UserBundle\Command\ActivateUserCommand
  17626. */
  17627. protected function getFosUser_Command_ActivateUserService()
  17628. {
  17629. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17630. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/ActivateUserCommand.php';
  17631. $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  17632. $instance->setName('fos:user:activate');
  17633. $instance->setDescription('Activate a user');
  17634. return $instance;
  17635. }
  17636. /**
  17637. * Gets the private 'fos_user.command.change_password' shared service.
  17638. *
  17639. * @return \FOS\UserBundle\Command\ChangePasswordCommand
  17640. */
  17641. protected function getFosUser_Command_ChangePasswordService()
  17642. {
  17643. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17644. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/ChangePasswordCommand.php';
  17645. $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  17646. $instance->setName('fos:user:change-password');
  17647. $instance->setDescription('Change the password of a user.');
  17648. return $instance;
  17649. }
  17650. /**
  17651. * Gets the private 'fos_user.command.create_user' shared service.
  17652. *
  17653. * @return \FOS\UserBundle\Command\CreateUserCommand
  17654. */
  17655. protected function getFosUser_Command_CreateUserService()
  17656. {
  17657. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17658. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/CreateUserCommand.php';
  17659. $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  17660. $instance->setName('fos:user:create');
  17661. $instance->setDescription('Create a user.');
  17662. return $instance;
  17663. }
  17664. /**
  17665. * Gets the private 'fos_user.command.deactivate_user' shared service.
  17666. *
  17667. * @return \FOS\UserBundle\Command\DeactivateUserCommand
  17668. */
  17669. protected function getFosUser_Command_DeactivateUserService()
  17670. {
  17671. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17672. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/DeactivateUserCommand.php';
  17673. $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  17674. $instance->setName('fos:user:deactivate');
  17675. $instance->setDescription('Deactivate a user');
  17676. return $instance;
  17677. }
  17678. /**
  17679. * Gets the private 'fos_user.command.demote_user' shared service.
  17680. *
  17681. * @return \FOS\UserBundle\Command\DemoteUserCommand
  17682. */
  17683. protected function getFosUser_Command_DemoteUserService()
  17684. {
  17685. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17686. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  17687. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/DemoteUserCommand.php';
  17688. $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  17689. $instance->setName('fos:user:demote');
  17690. $instance->setDescription('Demote a user by removing a role');
  17691. return $instance;
  17692. }
  17693. /**
  17694. * Gets the private 'fos_user.command.promote_user' shared service.
  17695. *
  17696. * @return \FOS\UserBundle\Command\PromoteUserCommand
  17697. */
  17698. protected function getFosUser_Command_PromoteUserService()
  17699. {
  17700. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  17701. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
  17702. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/PromoteUserCommand.php';
  17703. $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  17704. $instance->setName('fos:user:promote');
  17705. $instance->setDescription('Promotes a user by adding a role');
  17706. return $instance;
  17707. }
  17708. /**
  17709. * Gets the private 'fos_user.listener.authentication' shared service.
  17710. *
  17711. * @return \FOS\UserBundle\EventListener\AuthenticationListener
  17712. */
  17713. protected function getFosUser_Listener_AuthenticationService()
  17714. {
  17715. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/AuthenticationListener.php';
  17716. return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
  17717. }
  17718. /**
  17719. * Gets the private 'fos_user.listener.flash' shared service.
  17720. *
  17721. * @return \FOS\UserBundle\EventListener\FlashListener
  17722. */
  17723. protected function getFosUser_Listener_FlashService()
  17724. {
  17725. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php';
  17726. return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
  17727. }
  17728. /**
  17729. * Gets the private 'fos_user.listener.resetting' shared service.
  17730. *
  17731. * @return \FOS\UserBundle\EventListener\ResettingListener
  17732. */
  17733. protected function getFosUser_Listener_ResettingService()
  17734. {
  17735. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/ResettingListener.php';
  17736. $a = ($this->services['router'] ?? $this->getRouterService());
  17737. if (isset($this->privates['fos_user.listener.resetting'])) {
  17738. return $this->privates['fos_user.listener.resetting'];
  17739. }
  17740. return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener($a, 86400);
  17741. }
  17742. /**
  17743. * Gets the private 'fos_user.profile.form.type' shared service.
  17744. *
  17745. * @return \FOS\UserBundle\Form\Type\ProfileFormType
  17746. */
  17747. protected function getFosUser_Profile_Form_TypeService()
  17748. {
  17749. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  17750. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  17751. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ProfileFormType.php';
  17752. return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('UserBundle\\Entity\\User');
  17753. }
  17754. /**
  17755. * Gets the private 'fos_user.registration.form.type' shared service.
  17756. *
  17757. * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  17758. */
  17759. protected function getFosUser_Registration_Form_TypeService()
  17760. {
  17761. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  17762. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  17763. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/RegistrationFormType.php';
  17764. return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('UserBundle\\Entity\\User');
  17765. }
  17766. /**
  17767. * Gets the private 'fos_user.resetting.form.type' shared service.
  17768. *
  17769. * @return \FOS\UserBundle\Form\Type\ResettingFormType
  17770. */
  17771. protected function getFosUser_Resetting_Form_TypeService()
  17772. {
  17773. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  17774. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  17775. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ResettingFormType.php';
  17776. return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('UserBundle\\Entity\\User');
  17777. }
  17778. /**
  17779. * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  17780. *
  17781. * @return \FOS\UserBundle\EventListener\LastLoginListener
  17782. */
  17783. protected function getFosUser_Security_InteractiveLoginListenerService()
  17784. {
  17785. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/LastLoginListener.php';
  17786. return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  17787. }
  17788. /**
  17789. * Gets the private 'fos_user.security.login_manager' shared service.
  17790. *
  17791. * @return \FOS\UserBundle\Security\LoginManager
  17792. */
  17793. protected function getFosUser_Security_LoginManagerService()
  17794. {
  17795. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManagerInterface.php';
  17796. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManager.php';
  17797. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  17798. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/UserChecker.php';
  17799. return $this->privates['fos_user.security.login_manager'] = new \FOS\UserBundle\Security\LoginManager(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['UserBundle\\Security\\UserChecker'] ?? ($this->services['UserBundle\\Security\\UserChecker'] = new \UserBundle\Security\UserChecker())), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService()));
  17800. }
  17801. /**
  17802. * Gets the private 'fos_user.user_listener' shared service.
  17803. *
  17804. * @return \FOS\UserBundle\Doctrine\UserListener
  17805. */
  17806. protected function getFosUser_UserListenerService()
  17807. {
  17808. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  17809. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserListener.php';
  17810. return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  17811. }
  17812. /**
  17813. * Gets the private 'fos_user.user_provider.username' shared service.
  17814. *
  17815. * @return \FOS\UserBundle\Security\UserProvider
  17816. */
  17817. protected function getFosUser_UserProvider_UsernameService()
  17818. {
  17819. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  17820. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Security/UserProvider.php';
  17821. return $this->privates['fos_user.user_provider.username'] = new \FOS\UserBundle\Security\UserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  17822. }
  17823. /**
  17824. * Gets the private 'fos_user.username_form_type' shared service.
  17825. *
  17826. * @return \FOS\UserBundle\Form\Type\UsernameFormType
  17827. */
  17828. protected function getFosUser_UsernameFormTypeService()
  17829. {
  17830. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
  17831. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
  17832. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/UsernameFormType.php';
  17833. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataTransformerInterface.php';
  17834. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/DataTransformer/UserToUsernameTransformer.php';
  17835. return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService())));
  17836. }
  17837. /**
  17838. * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  17839. *
  17840. * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  17841. */
  17842. protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  17843. {
  17844. $a = new \FOS\UserBundle\Util\Canonicalizer();
  17845. return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
  17846. }
  17847. /**
  17848. * Gets the private 'fos_user.util.password_updater' shared service.
  17849. *
  17850. * @return \FOS\UserBundle\Util\HashingPasswordUpdater
  17851. */
  17852. protected function getFosUser_Util_PasswordUpdaterService()
  17853. {
  17854. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/PasswordUpdaterInterface.php';
  17855. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/HashingPasswordUpdater.php';
  17856. return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  17857. }
  17858. /**
  17859. * Gets the private 'fos_user.util.user_manipulator' shared service.
  17860. *
  17861. * @return \FOS\UserBundle\Util\UserManipulator
  17862. */
  17863. protected function getFosUser_Util_UserManipulatorService()
  17864. {
  17865. include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/UserManipulator.php';
  17866. return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  17867. }
  17868. /**
  17869. * Gets the private 'fragment.listener' shared service.
  17870. *
  17871. * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  17872. */
  17873. protected function getFragment_ListenerService()
  17874. {
  17875. return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('gs4MPFPqHJVvrZreWQW3mQvFeukYo7'))), '/_fragment');
  17876. }
  17877. /**
  17878. * Gets the private 'fragment.renderer.hinclude' shared service.
  17879. *
  17880. * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  17881. */
  17882. protected function getFragment_Renderer_HincludeService()
  17883. {
  17884. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  17885. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  17886. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  17887. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17888. if (isset($this->privates['fragment.renderer.hinclude'])) {
  17889. return $this->privates['fragment.renderer.hinclude'];
  17890. }
  17891. $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('gs4MPFPqHJVvrZreWQW3mQvFeukYo7'))), NULL);
  17892. $instance->setFragmentPath('/_fragment');
  17893. return $instance;
  17894. }
  17895. /**
  17896. * Gets the private 'fragment.renderer.inline' shared service.
  17897. *
  17898. * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  17899. */
  17900. protected function getFragment_Renderer_InlineService()
  17901. {
  17902. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  17903. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  17904. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  17905. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  17906. if (isset($this->privates['fragment.renderer.inline'])) {
  17907. return $this->privates['fragment.renderer.inline'];
  17908. }
  17909. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17910. if (isset($this->privates['fragment.renderer.inline'])) {
  17911. return $this->privates['fragment.renderer.inline'];
  17912. }
  17913. $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
  17914. $instance->setFragmentPath('/_fragment');
  17915. return $instance;
  17916. }
  17917. /**
  17918. * Gets the private 'kernel.listener.login_listener' shared service.
  17919. *
  17920. * @return \CoreBundle\Event\LoginListener
  17921. */
  17922. protected function getKernel_Listener_LoginListenerService()
  17923. {
  17924. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Event/LoginListener.php';
  17925. $a = ($this->privates['abacus_core.create_demo_classroom'] ?? $this->getAbacusCore_CreateDemoClassroomService());
  17926. if (isset($this->privates['kernel.listener.login_listener'])) {
  17927. return $this->privates['kernel.listener.login_listener'];
  17928. }
  17929. return $this->privates['kernel.listener.login_listener'] = new \CoreBundle\Event\LoginListener($a);
  17930. }
  17931. /**
  17932. * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  17933. *
  17934. * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  17935. */
  17936. protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  17937. {
  17938. 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]);
  17939. }
  17940. /**
  17941. * Gets the private 'locale_aware_listener' shared service.
  17942. *
  17943. * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  17944. */
  17945. protected function getLocaleAwareListenerService()
  17946. {
  17947. return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  17948. yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('da')));
  17949. yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  17950. }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  17951. }
  17952. /**
  17953. * Gets the private 'locale_listener' shared service.
  17954. *
  17955. * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  17956. */
  17957. protected function getLocaleListenerService()
  17958. {
  17959. $a = ($this->services['router'] ?? $this->getRouterService());
  17960. if (isset($this->privates['locale_listener'])) {
  17961. return $this->privates['locale_listener'];
  17962. }
  17963. 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, []);
  17964. }
  17965. /**
  17966. * Gets the private 'mailer.mailer' shared service.
  17967. *
  17968. * @return \Symfony\Component\Mailer\Mailer
  17969. */
  17970. protected function getMailer_MailerService()
  17971. {
  17972. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
  17973. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
  17974. $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  17975. if (isset($this->privates['mailer.mailer'])) {
  17976. return $this->privates['mailer.mailer'];
  17977. }
  17978. $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  17979. if (isset($this->privates['mailer.mailer'])) {
  17980. return $this->privates['mailer.mailer'];
  17981. }
  17982. $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17983. if (isset($this->privates['mailer.mailer'])) {
  17984. return $this->privates['mailer.mailer'];
  17985. }
  17986. return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a, $b, $c);
  17987. }
  17988. /**
  17989. * Gets the private 'mailer.transport_factory.native' shared service.
  17990. *
  17991. * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  17992. */
  17993. protected function getMailer_TransportFactory_NativeService()
  17994. {
  17995. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  17996. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  17997. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  17998. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17999. if (isset($this->privates['mailer.transport_factory.native'])) {
  18000. return $this->privates['mailer.transport_factory.native'];
  18001. }
  18002. 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()));
  18003. }
  18004. /**
  18005. * Gets the private 'mailer.transport_factory.null' shared service.
  18006. *
  18007. * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  18008. */
  18009. protected function getMailer_TransportFactory_NullService()
  18010. {
  18011. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  18012. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  18013. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  18014. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18015. if (isset($this->privates['mailer.transport_factory.null'])) {
  18016. return $this->privates['mailer.transport_factory.null'];
  18017. }
  18018. 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()));
  18019. }
  18020. /**
  18021. * Gets the private 'mailer.transport_factory.sendmail' shared service.
  18022. *
  18023. * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  18024. */
  18025. protected function getMailer_TransportFactory_SendmailService()
  18026. {
  18027. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  18028. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  18029. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  18030. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18031. if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  18032. return $this->privates['mailer.transport_factory.sendmail'];
  18033. }
  18034. 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()));
  18035. }
  18036. /**
  18037. * Gets the private 'mailer.transport_factory.smtp' shared service.
  18038. *
  18039. * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  18040. */
  18041. protected function getMailer_TransportFactory_SmtpService()
  18042. {
  18043. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  18044. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  18045. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  18046. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18047. if (isset($this->privates['mailer.transport_factory.smtp'])) {
  18048. return $this->privates['mailer.transport_factory.smtp'];
  18049. }
  18050. 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()));
  18051. }
  18052. /**
  18053. * Gets the private 'mailer.transports' shared service.
  18054. *
  18055. * @return \Symfony\Component\Mailer\Transport\Transports
  18056. */
  18057. protected function getMailer_TransportsService()
  18058. {
  18059. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  18060. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
  18061. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
  18062. return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  18063. yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  18064. yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  18065. yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  18066. yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  18067. }, 4)))->fromStrings(['main' => 'smtp://smtprelay.gyldendal.dk:25?verify_peer=0']);
  18068. }
  18069. /**
  18070. * Gets the private 'maker.auto_command.make_auth' shared service.
  18071. *
  18072. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18073. */
  18074. protected function getMaker_AutoCommand_MakeAuthService()
  18075. {
  18076. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18077. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18078. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18079. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18080. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  18081. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  18082. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  18083. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18084. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  18085. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  18086. $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, $b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18087. $instance->setName('make:auth');
  18088. $instance->setDescription('Creates a Guard authenticator of different flavors');
  18089. return $instance;
  18090. }
  18091. /**
  18092. * Gets the private 'maker.auto_command.make_command' shared service.
  18093. *
  18094. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18095. */
  18096. protected function getMaker_AutoCommand_MakeCommandService()
  18097. {
  18098. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18099. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18100. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18101. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18102. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  18103. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18104. $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18105. $instance->setName('make:command');
  18106. $instance->setDescription('Creates a new console command class');
  18107. return $instance;
  18108. }
  18109. /**
  18110. * Gets the private 'maker.auto_command.make_controller' shared service.
  18111. *
  18112. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18113. */
  18114. protected function getMaker_AutoCommand_MakeControllerService()
  18115. {
  18116. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18117. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18118. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18119. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18120. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  18121. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18122. $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18123. $instance->setName('make:controller');
  18124. $instance->setDescription('Creates a new controller class');
  18125. return $instance;
  18126. }
  18127. /**
  18128. * Gets the private 'maker.auto_command.make_crud' shared service.
  18129. *
  18130. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18131. */
  18132. protected function getMaker_AutoCommand_MakeCrudService()
  18133. {
  18134. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18135. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18136. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18137. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18138. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  18139. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18140. $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18141. $instance->setName('make:crud');
  18142. $instance->setDescription('Creates CRUD for Doctrine entity class');
  18143. return $instance;
  18144. }
  18145. /**
  18146. * Gets the private 'maker.auto_command.make_docker_database' shared service.
  18147. *
  18148. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18149. */
  18150. protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  18151. {
  18152. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18153. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18154. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18155. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18156. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  18157. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18158. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  18159. $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18160. $instance->setName('make:docker:database');
  18161. $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  18162. return $instance;
  18163. }
  18164. /**
  18165. * Gets the private 'maker.auto_command.make_entity' shared service.
  18166. *
  18167. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18168. */
  18169. protected function getMaker_AutoCommand_MakeEntityService()
  18170. {
  18171. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18172. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18173. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18174. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18175. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  18176. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  18177. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18178. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  18179. $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  18180. $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL, $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a, $b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18181. $instance->setName('make:entity');
  18182. $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  18183. return $instance;
  18184. }
  18185. /**
  18186. * Gets the private 'maker.auto_command.make_fixtures' shared service.
  18187. *
  18188. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18189. */
  18190. protected function getMaker_AutoCommand_MakeFixturesService()
  18191. {
  18192. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18193. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18194. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18195. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18196. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  18197. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18198. $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18199. $instance->setName('make:fixtures');
  18200. $instance->setDescription('Creates a new class to load Doctrine fixtures');
  18201. return $instance;
  18202. }
  18203. /**
  18204. * Gets the private 'maker.auto_command.make_form' shared service.
  18205. *
  18206. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18207. */
  18208. protected function getMaker_AutoCommand_MakeFormService()
  18209. {
  18210. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18211. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18212. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18213. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18214. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  18215. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18216. $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18217. $instance->setName('make:form');
  18218. $instance->setDescription('Creates a new form class');
  18219. return $instance;
  18220. }
  18221. /**
  18222. * Gets the private 'maker.auto_command.make_message' shared service.
  18223. *
  18224. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18225. */
  18226. protected function getMaker_AutoCommand_MakeMessageService()
  18227. {
  18228. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18229. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18230. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18231. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18232. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  18233. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18234. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  18235. $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18236. $instance->setName('make:message');
  18237. $instance->setDescription('Creates a new message and handler');
  18238. return $instance;
  18239. }
  18240. /**
  18241. * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  18242. *
  18243. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18244. */
  18245. protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  18246. {
  18247. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18248. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18249. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18250. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18251. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  18252. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18253. $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18254. $instance->setName('make:messenger-middleware');
  18255. $instance->setDescription('Creates a new messenger middleware');
  18256. return $instance;
  18257. }
  18258. /**
  18259. * Gets the private 'maker.auto_command.make_migration' shared service.
  18260. *
  18261. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18262. */
  18263. protected function getMaker_AutoCommand_MakeMigrationService()
  18264. {
  18265. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18266. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18267. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18268. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18269. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  18270. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  18271. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18272. $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18273. $instance->setName('make:migration');
  18274. $instance->setDescription('Creates a new migration based on database changes');
  18275. return $instance;
  18276. }
  18277. /**
  18278. * Gets the private 'maker.auto_command.make_registration_form' shared service.
  18279. *
  18280. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18281. */
  18282. protected function getMaker_AutoCommand_MakeRegistrationFormService()
  18283. {
  18284. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18285. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18286. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18287. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18288. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  18289. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18290. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  18291. $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18292. $instance->setName('make:registration-form');
  18293. $instance->setDescription('Creates a new registration form system');
  18294. return $instance;
  18295. }
  18296. /**
  18297. * Gets the private 'maker.auto_command.make_reset_password' shared service.
  18298. *
  18299. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18300. */
  18301. protected function getMaker_AutoCommand_MakeResetPasswordService()
  18302. {
  18303. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18304. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18305. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18306. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18307. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  18308. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18309. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  18310. $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18311. $instance->setName('make:reset-password');
  18312. $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  18313. return $instance;
  18314. }
  18315. /**
  18316. * Gets the private 'maker.auto_command.make_security_form_login' shared service.
  18317. *
  18318. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18319. */
  18320. protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
  18321. {
  18322. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18323. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18324. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18325. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18326. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
  18327. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  18328. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  18329. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18330. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  18331. $this->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18332. $instance->setName('make:security:form-login');
  18333. $instance->setDescription('Generate the code needed for the form_login authenticator');
  18334. return $instance;
  18335. }
  18336. /**
  18337. * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  18338. *
  18339. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18340. */
  18341. protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  18342. {
  18343. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18344. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18345. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18346. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18347. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  18348. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18349. $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18350. $instance->setName('make:serializer:encoder');
  18351. $instance->setDescription('Creates a new serializer encoder class');
  18352. return $instance;
  18353. }
  18354. /**
  18355. * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  18356. *
  18357. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18358. */
  18359. protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  18360. {
  18361. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18362. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18363. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18364. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18365. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  18366. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18367. $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18368. $instance->setName('make:serializer:normalizer');
  18369. $instance->setDescription('Creates a new serializer normalizer class');
  18370. return $instance;
  18371. }
  18372. /**
  18373. * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  18374. *
  18375. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18376. */
  18377. protected function getMaker_AutoCommand_MakeStimulusControllerService()
  18378. {
  18379. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18380. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18381. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18382. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18383. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  18384. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18385. $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18386. $instance->setName('make:stimulus-controller');
  18387. $instance->setDescription('Creates a new Stimulus controller');
  18388. return $instance;
  18389. }
  18390. /**
  18391. * Gets the private 'maker.auto_command.make_subscriber' shared service.
  18392. *
  18393. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18394. */
  18395. protected function getMaker_AutoCommand_MakeSubscriberService()
  18396. {
  18397. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18398. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18399. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18400. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18401. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  18402. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  18403. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18404. $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18405. $instance->setName('make:subscriber');
  18406. $instance->setDescription('Creates a new event subscriber class');
  18407. return $instance;
  18408. }
  18409. /**
  18410. * Gets the private 'maker.auto_command.make_test' shared service.
  18411. *
  18412. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18413. */
  18414. protected function getMaker_AutoCommand_MakeTestService()
  18415. {
  18416. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18417. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18418. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18419. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18420. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  18421. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  18422. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18423. $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18424. $instance->setName('make:test');
  18425. $instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
  18426. $instance->setDescription('Creates a new test class');
  18427. return $instance;
  18428. }
  18429. /**
  18430. * Gets the private 'maker.auto_command.make_twig_component' shared service.
  18431. *
  18432. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18433. */
  18434. protected function getMaker_AutoCommand_MakeTwigComponentService()
  18435. {
  18436. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18437. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18438. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18439. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18440. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  18441. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18442. $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18443. $instance->setName('make:twig-component');
  18444. $instance->setDescription('Creates a twig (or live) component');
  18445. return $instance;
  18446. }
  18447. /**
  18448. * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  18449. *
  18450. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18451. */
  18452. protected function getMaker_AutoCommand_MakeTwigExtensionService()
  18453. {
  18454. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18455. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18456. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18457. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18458. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  18459. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18460. $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18461. $instance->setName('make:twig-extension');
  18462. $instance->setDescription('Creates a new Twig extension with its runtime class');
  18463. return $instance;
  18464. }
  18465. /**
  18466. * Gets the private 'maker.auto_command.make_user' shared service.
  18467. *
  18468. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18469. */
  18470. protected function getMaker_AutoCommand_MakeUserService()
  18471. {
  18472. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18473. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18474. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18475. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18476. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  18477. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  18478. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  18479. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18480. $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  18481. $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18482. $instance->setName('make:user');
  18483. $instance->setDescription('Creates a new security user class');
  18484. return $instance;
  18485. }
  18486. /**
  18487. * Gets the private 'maker.auto_command.make_validator' shared service.
  18488. *
  18489. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18490. */
  18491. protected function getMaker_AutoCommand_MakeValidatorService()
  18492. {
  18493. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18494. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18495. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18496. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18497. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  18498. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18499. $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18500. $instance->setName('make:validator');
  18501. $instance->setDescription('Creates a new validator and constraint class');
  18502. return $instance;
  18503. }
  18504. /**
  18505. * Gets the private 'maker.auto_command.make_voter' shared service.
  18506. *
  18507. * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  18508. */
  18509. protected function getMaker_AutoCommand_MakeVoterService()
  18510. {
  18511. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18512. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  18513. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  18514. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  18515. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  18516. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
  18517. $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
  18518. $instance->setName('make:voter');
  18519. $instance->setDescription('Creates a new security voter class');
  18520. return $instance;
  18521. }
  18522. /**
  18523. * Gets the private 'maker.doctrine_helper' shared service.
  18524. *
  18525. * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  18526. */
  18527. protected function getMaker_DoctrineHelperService()
  18528. {
  18529. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  18530. $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  18531. return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('CoreBundle\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [0 => [0 => 'CoreBundle\\Entity', 1 => $a], 1 => [0 => 'UserBundle\\Entity', 1 => $a], 2 => [0 => 'Vich\\UploaderBundle\\Entity', 1 => ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())], 3 => [0 => 'FOS\\UserBundle\\Model', 1 => ($this->privates['.3_doctrine_metadata_driver~LKk8R_o'] ?? $this->get_3DoctrineMetadataDriverLKk8ROService())]]]);
  18532. }
  18533. /**
  18534. * Gets the private 'maker.entity_class_generator' shared service.
  18535. *
  18536. * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  18537. */
  18538. protected function getMaker_EntityClassGeneratorService()
  18539. {
  18540. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  18541. return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  18542. }
  18543. /**
  18544. * Gets the private 'maker.file_link_formatter' shared service.
  18545. *
  18546. * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  18547. */
  18548. protected function getMaker_FileLinkFormatterService()
  18549. {
  18550. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  18551. return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  18552. }
  18553. /**
  18554. * Gets the private 'maker.file_manager' shared service.
  18555. *
  18556. * @return \Symfony\Bundle\MakerBundle\FileManager
  18557. */
  18558. protected function getMaker_FileManagerService()
  18559. {
  18560. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  18561. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  18562. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  18563. include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
  18564. return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('CoreBundle')), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__, 4), (\dirname(__DIR__, 4).'/templates'));
  18565. }
  18566. /**
  18567. * Gets the private 'maker.generator' shared service.
  18568. *
  18569. * @return \Symfony\Bundle\MakerBundle\Generator
  18570. */
  18571. protected function getMaker_GeneratorService()
  18572. {
  18573. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
  18574. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  18575. return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'CoreBundle', NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  18576. }
  18577. /**
  18578. * Gets the private 'maker.php_compat_util' shared service.
  18579. *
  18580. * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  18581. */
  18582. protected function getMaker_PhpCompatUtilService()
  18583. {
  18584. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  18585. return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  18586. }
  18587. /**
  18588. * Gets the private 'maker.renderer.form_type_renderer' shared service.
  18589. *
  18590. * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  18591. */
  18592. protected function getMaker_Renderer_FormTypeRendererService()
  18593. {
  18594. include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  18595. return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  18596. }
  18597. /**
  18598. * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  18599. *
  18600. * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  18601. */
  18602. protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  18603. {
  18604. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  18605. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  18606. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  18607. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  18608. $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['CoreBundle\\Message\\MigrateFilesToReferencesMessage' => new RewindableGenerator(function () {
  18609. yield 0 => ($this->privates['.messenger.handler_descriptor.eDZcX8R'] ?? $this->get_Messenger_HandlerDescriptor_EDZcX8RService());
  18610. }, 1), 'CoreBundle\\Message\\ValidateMathproblemMessage' => new RewindableGenerator(function () {
  18611. yield 0 => ($this->privates['.messenger.handler_descriptor.JjVSoa9'] ?? $this->get_Messenger_HandlerDescriptor_JjVSoa9Service());
  18612. }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  18613. yield 0 => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  18614. }, 1)]));
  18615. $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  18616. return $instance;
  18617. }
  18618. /**
  18619. * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  18620. *
  18621. * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  18622. */
  18623. protected function getMessenger_Bus_Default_Middleware_TraceableService()
  18624. {
  18625. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  18626. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  18627. 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');
  18628. }
  18629. /**
  18630. * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  18631. *
  18632. * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  18633. */
  18634. protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  18635. {
  18636. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  18637. 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()));
  18638. }
  18639. /**
  18640. * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  18641. *
  18642. * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  18643. */
  18644. protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  18645. {
  18646. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  18647. 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()));
  18648. }
  18649. /**
  18650. * Gets the private 'messenger.middleware.send_message' shared service.
  18651. *
  18652. * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  18653. */
  18654. protected function getMessenger_Middleware_SendMessageService()
  18655. {
  18656. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  18657. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  18658. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  18659. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  18660. $a = ($this->privates['.service_locator.B4dyivW'] ?? $this->get_ServiceLocator_B4dyivWService());
  18661. if (isset($this->privates['messenger.middleware.send_message'])) {
  18662. return $this->privates['messenger.middleware.send_message'];
  18663. }
  18664. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18665. if (isset($this->privates['messenger.middleware.send_message'])) {
  18666. return $this->privates['messenger.middleware.send_message'];
  18667. }
  18668. $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['CoreBundle\\Message\\MigrateFilesToReferencesMessage' => [0 => 'async'], 'CoreBundle\\Message\\ValidateMathproblemMessage' => [0 => 'async']], $a), $b);
  18669. $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  18670. return $instance;
  18671. }
  18672. /**
  18673. * Gets the private 'messenger.receiver_locator' shared service.
  18674. *
  18675. * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18676. */
  18677. protected function getMessenger_ReceiverLocatorService()
  18678. {
  18679. return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18680. 'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  18681. 'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
  18682. ], [
  18683. 'async' => '?',
  18684. 'messenger.transport.async' => '?',
  18685. ]);
  18686. }
  18687. /**
  18688. * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  18689. *
  18690. * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  18691. */
  18692. protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  18693. {
  18694. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  18695. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  18696. return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
  18697. }
  18698. /**
  18699. * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  18700. *
  18701. * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  18702. */
  18703. protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  18704. {
  18705. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  18706. $a = ($this->privates['.service_locator.B4dyivW'] ?? $this->get_ServiceLocator_B4dyivWService());
  18707. if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  18708. return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  18709. }
  18710. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18711. if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  18712. return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  18713. }
  18714. 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, [
  18715. 'async' => ['privates', 'messenger.retry.multiplier_retry_strategy.async', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncService', false],
  18716. ], [
  18717. 'async' => '?',
  18718. ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
  18719. }
  18720. /**
  18721. * Gets the private 'messenger.routable_message_bus' shared service.
  18722. *
  18723. * @return \Symfony\Component\Messenger\RoutableMessageBus
  18724. */
  18725. protected function getMessenger_RoutableMessageBusService()
  18726. {
  18727. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  18728. $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  18729. if (isset($this->privates['messenger.routable_message_bus'])) {
  18730. return $this->privates['messenger.routable_message_bus'];
  18731. }
  18732. return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18733. 'messenger.bus.default' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
  18734. ], [
  18735. 'messenger.bus.default' => '?',
  18736. ]), $a);
  18737. }
  18738. /**
  18739. * Gets the private 'messenger.transport.async' shared service.
  18740. *
  18741. * @return \Symfony\Component\Messenger\Transport\TransportInterface
  18742. */
  18743. protected function getMessenger_Transport_AsyncService()
  18744. {
  18745. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  18746. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  18747. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  18748. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  18749. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  18750. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  18751. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  18752. return $this->privates['messenger.transport.async'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  18753. yield 0 => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  18754. yield 1 => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  18755. yield 2 => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  18756. yield 3 => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  18757. yield 4 => $this->getMessenger_Transport_Doctrine_FactoryService();
  18758. }, 5)))->createTransport('doctrine://default', ['transport_name' => 'async'], new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer());
  18759. }
  18760. /**
  18761. * Gets the private 'messenger.transport.doctrine.factory' shared service.
  18762. *
  18763. * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  18764. */
  18765. protected function getMessenger_Transport_Doctrine_FactoryService()
  18766. {
  18767. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  18768. include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  18769. return new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18770. }
  18771. /**
  18772. * Gets the private 'messenger.transport.sync.factory' shared service.
  18773. *
  18774. * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  18775. */
  18776. protected function getMessenger_Transport_Sync_FactoryService()
  18777. {
  18778. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  18779. include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  18780. $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  18781. if (isset($this->privates['messenger.transport.sync.factory'])) {
  18782. return $this->privates['messenger.transport.sync.factory'];
  18783. }
  18784. return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  18785. }
  18786. /**
  18787. * Gets the private 'mime_types' shared service.
  18788. *
  18789. * @return \Symfony\Component\Mime\MimeTypes
  18790. */
  18791. protected function getMimeTypesService()
  18792. {
  18793. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  18794. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
  18795. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
  18796. $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  18797. $instance->setDefault($instance);
  18798. return $instance;
  18799. }
  18800. /**
  18801. * Gets the private 'monolog.command.server_log' shared service.
  18802. *
  18803. * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  18804. */
  18805. protected function getMonolog_Command_ServerLogService()
  18806. {
  18807. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  18808. include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  18809. $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  18810. $instance->setName('server:log');
  18811. $instance->setDescription('Start a log server that displays logs in real time');
  18812. return $instance;
  18813. }
  18814. /**
  18815. * Gets the private 'monolog.handler.console' shared service.
  18816. *
  18817. * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  18818. */
  18819. protected function getMonolog_Handler_ConsoleService()
  18820. {
  18821. return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
  18822. }
  18823. /**
  18824. * Gets the private 'monolog.handler.main' shared service.
  18825. *
  18826. * @return \Monolog\Handler\StreamHandler
  18827. */
  18828. protected function getMonolog_Handler_MainService()
  18829. {
  18830. $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/logs/dev.log'), 'debug', true, NULL, false);
  18831. $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  18832. return $instance;
  18833. }
  18834. /**
  18835. * Gets the private 'monolog.logger' shared service.
  18836. *
  18837. * @return \Symfony\Bridge\Monolog\Logger
  18838. */
  18839. protected function getMonolog_LoggerService()
  18840. {
  18841. $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  18842. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18843. $instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  18844. $instance->useMicrosecondTimestamps(true);
  18845. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18846. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18847. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18848. return $instance;
  18849. }
  18850. /**
  18851. * Gets the private 'monolog.logger.cache' shared service.
  18852. *
  18853. * @return \Symfony\Bridge\Monolog\Logger
  18854. */
  18855. protected function getMonolog_Logger_CacheService()
  18856. {
  18857. $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  18858. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18859. $instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  18860. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18861. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18862. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18863. return $instance;
  18864. }
  18865. /**
  18866. * Gets the private 'monolog.logger.mailer' shared service.
  18867. *
  18868. * @return \Symfony\Bridge\Monolog\Logger
  18869. */
  18870. protected function getMonolog_Logger_MailerService()
  18871. {
  18872. $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  18873. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18874. $instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  18875. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18876. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18877. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18878. return $instance;
  18879. }
  18880. /**
  18881. * Gets the private 'monolog.logger.messenger' shared service.
  18882. *
  18883. * @return \Symfony\Bridge\Monolog\Logger
  18884. */
  18885. protected function getMonolog_Logger_MessengerService()
  18886. {
  18887. $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  18888. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18889. $instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  18890. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18891. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18892. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18893. return $instance;
  18894. }
  18895. /**
  18896. * Gets the private 'monolog.logger.request' shared service.
  18897. *
  18898. * @return \Symfony\Bridge\Monolog\Logger
  18899. */
  18900. protected function getMonolog_Logger_RequestService()
  18901. {
  18902. $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  18903. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18904. $instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  18905. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18906. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18907. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18908. return $instance;
  18909. }
  18910. /**
  18911. * Gets the private 'monolog.logger.security' shared service.
  18912. *
  18913. * @return \Symfony\Bridge\Monolog\Logger
  18914. */
  18915. protected function getMonolog_Logger_SecurityService()
  18916. {
  18917. $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  18918. $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18919. $instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  18920. $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18921. $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18922. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18923. return $instance;
  18924. }
  18925. /**
  18926. * Gets the private 'nelmio_api_doc.describers.config' shared service.
  18927. *
  18928. * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  18929. */
  18930. protected function getNelmioApiDoc_Describers_ConfigService()
  18931. {
  18932. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  18933. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  18934. 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' => []]]]]]]);
  18935. }
  18936. /**
  18937. * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  18938. *
  18939. * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  18940. */
  18941. protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  18942. {
  18943. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  18944. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  18945. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  18946. 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()));
  18947. }
  18948. /**
  18949. * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  18950. *
  18951. * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  18952. */
  18953. protected function getNelmioApiDoc_Describers_Route_DefaultService()
  18954. {
  18955. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  18956. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  18957. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  18958. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  18959. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  18960. 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 () {
  18961. yield 0 => ($this->privates['nelmio_api_doc.route_describers.route_argument'] ?? $this->getNelmioApiDoc_RouteDescribers_RouteArgumentService());
  18962. 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()));
  18963. 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()));
  18964. }, 3));
  18965. }
  18966. /**
  18967. * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  18968. *
  18969. * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  18970. */
  18971. protected function getNelmioApiDoc_ModelDescribers_FormService()
  18972. {
  18973. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  18974. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  18975. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  18976. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  18977. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  18978. 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);
  18979. }
  18980. /**
  18981. * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  18982. *
  18983. * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  18984. */
  18985. protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  18986. {
  18987. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  18988. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  18989. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  18990. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  18991. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  18992. 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()));
  18993. }
  18994. /**
  18995. * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  18996. *
  18997. * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  18998. */
  18999. protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  19000. {
  19001. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  19002. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  19003. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  19004. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  19005. return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  19006. yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  19007. 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()));
  19008. 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()));
  19009. 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()));
  19010. 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()));
  19011. 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()));
  19012. 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()));
  19013. 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()));
  19014. 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()));
  19015. 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()));
  19016. 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()));
  19017. 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()));
  19018. }, 12));
  19019. }
  19020. /**
  19021. * Gets the private 'nelmio_api_doc.route_describers.route_argument' shared service.
  19022. *
  19023. * @return \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber
  19024. */
  19025. protected function getNelmioApiDoc_RouteDescribers_RouteArgumentService()
  19026. {
  19027. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
  19028. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  19029. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
  19030. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  19031. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteArgumentDescriber.php';
  19032. 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 () {
  19033. return new \EmptyIterator();
  19034. }, 0));
  19035. }
  19036. /**
  19037. * Gets the private 'nelmio_api_doc.routes.default' shared service.
  19038. *
  19039. * @return \Symfony\Component\Routing\RouteCollection
  19040. */
  19041. protected function getNelmioApiDoc_Routes_DefaultService()
  19042. {
  19043. include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
  19044. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  19045. include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  19046. 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());
  19047. }
  19048. /**
  19049. * Gets the private 'nelmio_cors.cors_listener' shared service.
  19050. *
  19051. * @return \Nelmio\CorsBundle\EventListener\CorsListener
  19052. */
  19053. protected function getNelmioCors_CorsListenerService()
  19054. {
  19055. 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'])]));
  19056. }
  19057. /**
  19058. * Gets the private 'parameter_bag' shared service.
  19059. *
  19060. * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  19061. */
  19062. protected function getParameterBagService()
  19063. {
  19064. return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  19065. }
  19066. /**
  19067. * Gets the private 'profiler_listener' shared service.
  19068. *
  19069. * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  19070. */
  19071. protected function getProfilerListenerService()
  19072. {
  19073. $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  19074. if (isset($this->privates['profiler_listener'])) {
  19075. return $this->privates['profiler_listener'];
  19076. }
  19077. 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);
  19078. }
  19079. /**
  19080. * Gets the private 'property_accessor' shared service.
  19081. *
  19082. * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  19083. */
  19084. protected function getPropertyAccessorService()
  19085. {
  19086. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  19087. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
  19088. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  19089. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  19090. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  19091. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  19092. $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  19093. return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
  19094. }
  19095. /**
  19096. * Gets the private 'property_info' shared service.
  19097. *
  19098. * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  19099. */
  19100. protected function getPropertyInfoService()
  19101. {
  19102. return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  19103. yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  19104. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  19105. yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  19106. }, 3), new RewindableGenerator(function () {
  19107. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  19108. yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  19109. yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  19110. yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  19111. }, 4), new RewindableGenerator(function () {
  19112. yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  19113. }, 1), new RewindableGenerator(function () {
  19114. yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  19115. yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  19116. }, 2), new RewindableGenerator(function () {
  19117. yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  19118. }, 1));
  19119. }
  19120. /**
  19121. * Gets the private 'property_info.serializer_extractor' shared service.
  19122. *
  19123. * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  19124. */
  19125. protected function getPropertyInfo_SerializerExtractorService()
  19126. {
  19127. include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  19128. return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  19129. }
  19130. /**
  19131. * Gets the private 'router.cache_warmer' shared service.
  19132. *
  19133. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  19134. */
  19135. protected function getRouter_CacheWarmerService()
  19136. {
  19137. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19138. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  19139. return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19140. 'router' => ['services', 'router', 'getRouterService', false],
  19141. ], [
  19142. 'router' => '?',
  19143. ]))->withContext('router.cache_warmer', $this));
  19144. }
  19145. /**
  19146. * Gets the private 'router.expression_language_provider' shared service.
  19147. *
  19148. * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  19149. */
  19150. protected function getRouter_ExpressionLanguageProviderService()
  19151. {
  19152. return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19153. 'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
  19154. ], [
  19155. 'env' => 'Closure',
  19156. ]));
  19157. }
  19158. /**
  19159. * Gets the private 'router.request_context' shared service.
  19160. *
  19161. * @return \Symfony\Component\Routing\RequestContext
  19162. */
  19163. protected function getRouter_RequestContextService()
  19164. {
  19165. $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
  19166. $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  19167. return $instance;
  19168. }
  19169. /**
  19170. * Gets the private 'router_listener' shared service.
  19171. *
  19172. * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  19173. */
  19174. protected function getRouterListenerService()
  19175. {
  19176. $a = ($this->services['router'] ?? $this->getRouterService());
  19177. if (isset($this->privates['router_listener'])) {
  19178. return $this->privates['router_listener'];
  19179. }
  19180. 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);
  19181. }
  19182. /**
  19183. * Gets the private 'scheb_two_factor.authenticated_token_condition' shared service.
  19184. *
  19185. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\AuthenticatedTokenCondition
  19186. */
  19187. protected function getSchebTwoFactor_AuthenticatedTokenConditionService($lazyLoad = true)
  19188. {
  19189. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
  19190. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/AuthenticatedTokenCondition.php';
  19191. return $this->privates['scheb_two_factor.authenticated_token_condition'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\AuthenticatedTokenCondition($this->parameters['scheb_two_factor.security_tokens']);
  19192. }
  19193. /**
  19194. * Gets the private 'scheb_two_factor.condition_registry' shared service.
  19195. *
  19196. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\TwoFactorConditionRegistry
  19197. */
  19198. protected function getSchebTwoFactor_ConditionRegistryService($lazyLoad = true)
  19199. {
  19200. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionRegistry.php';
  19201. return new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\TwoFactorConditionRegistry(new RewindableGenerator(function () {
  19202. yield 0 => ($this->privates['scheb_two_factor.authenticated_token_condition'] ?? $this->getSchebTwoFactor_AuthenticatedTokenConditionService());
  19203. yield 1 => ($this->privates['scheb_two_factor.ip_whitelist_condition'] ?? $this->getSchebTwoFactor_IpWhitelistConditionService());
  19204. }, 2));
  19205. }
  19206. /**
  19207. * Gets the private 'scheb_two_factor.ip_whitelist_condition' shared service.
  19208. *
  19209. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\IpWhitelistCondition
  19210. */
  19211. protected function getSchebTwoFactor_IpWhitelistConditionService($lazyLoad = true)
  19212. {
  19213. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
  19214. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/IpWhitelistCondition.php';
  19215. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/IpWhitelistProviderInterface.php';
  19216. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/DefaultIpWhitelistProvider.php';
  19217. return $this->privates['scheb_two_factor.ip_whitelist_condition'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\IpWhitelistCondition(new \Scheb\TwoFactorBundle\Security\TwoFactor\IpWhitelist\DefaultIpWhitelistProvider([]));
  19218. }
  19219. /**
  19220. * Gets the private 'scheb_two_factor.provider_initiator' shared service.
  19221. *
  19222. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInitiator
  19223. */
  19224. protected function getSchebTwoFactor_ProviderInitiatorService($lazyLoad = true)
  19225. {
  19226. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInitiator.php';
  19227. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
  19228. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
  19229. $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  19230. if (isset($this->privates['scheb_two_factor.provider_initiator'])) {
  19231. return $this->privates['scheb_two_factor.provider_initiator'];
  19232. }
  19233. return $this->privates['scheb_two_factor.provider_initiator'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInitiator($a, new \Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory());
  19234. }
  19235. /**
  19236. * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  19237. *
  19238. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  19239. */
  19240. protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  19241. {
  19242. 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()));
  19243. }
  19244. /**
  19245. * Gets the private 'scheb_two_factor.provider_registry' shared service.
  19246. *
  19247. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  19248. */
  19249. protected function getSchebTwoFactor_ProviderRegistryService()
  19250. {
  19251. return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  19252. yield 'totp' => ($this->privates['scheb_two_factor.security.totp.provider'] ?? $this->getSchebTwoFactor_Security_Totp_ProviderService());
  19253. }, 1));
  19254. }
  19255. /**
  19256. * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  19257. *
  19258. * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  19259. */
  19260. protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  19261. {
  19262. return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  19263. }
  19264. /**
  19265. * Gets the private 'scheb_two_factor.security.listener.check_two_factor_code' shared service.
  19266. *
  19267. * @return \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener
  19268. */
  19269. protected function getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService()
  19270. {
  19271. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/AbstractCheckCodeListener.php';
  19272. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/CheckTwoFactorCodeListener.php';
  19273. $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  19274. if (isset($this->privates['scheb_two_factor.security.listener.check_two_factor_code'])) {
  19275. return $this->privates['scheb_two_factor.security.listener.check_two_factor_code'];
  19276. }
  19277. 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);
  19278. }
  19279. /**
  19280. * Gets the private 'scheb_two_factor.security.totp.default_form_renderer' shared service.
  19281. *
  19282. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
  19283. */
  19284. protected function getSchebTwoFactor_Security_Totp_DefaultFormRendererService($lazyLoad = true)
  19285. {
  19286. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorFormRendererInterface.php';
  19287. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/DefaultTwoFactorFormRenderer.php';
  19288. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19289. if (isset($this->privates['scheb_two_factor.security.totp.default_form_renderer'])) {
  19290. return $this->privates['scheb_two_factor.security.totp.default_form_renderer'];
  19291. }
  19292. 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');
  19293. }
  19294. /**
  19295. * Gets the private 'scheb_two_factor.security.totp.provider' shared service.
  19296. *
  19297. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticatorTwoFactorProvider
  19298. */
  19299. protected function getSchebTwoFactor_Security_Totp_ProviderService()
  19300. {
  19301. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInterface.php';
  19302. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorTwoFactorProvider.php';
  19303. $a = ($this->privates['scheb_two_factor.security.totp.default_form_renderer'] ?? $this->getSchebTwoFactor_Security_Totp_DefaultFormRendererService());
  19304. if (isset($this->privates['scheb_two_factor.security.totp.provider'])) {
  19305. return $this->privates['scheb_two_factor.security.totp.provider'];
  19306. }
  19307. 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);
  19308. }
  19309. /**
  19310. * Gets the private 'secrets.vault' shared service.
  19311. *
  19312. * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  19313. */
  19314. protected function getSecrets_VaultService()
  19315. {
  19316. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  19317. include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  19318. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  19319. include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
  19320. 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'));
  19321. }
  19322. /**
  19323. * Gets the private 'security.access_listener' shared service.
  19324. *
  19325. * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  19326. */
  19327. protected function getSecurity_AccessListenerService()
  19328. {
  19329. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  19330. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  19331. if (isset($this->privates['security.access_listener'])) {
  19332. return $this->privates['security.access_listener'];
  19333. }
  19334. 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);
  19335. }
  19336. /**
  19337. * Gets the private 'security.access_map' shared service.
  19338. *
  19339. * @return \Symfony\Component\Security\Http\AccessMap
  19340. */
  19341. protected function getSecurity_AccessMapService()
  19342. {
  19343. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
  19344. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
  19345. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  19346. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  19347. $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  19348. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/administrator/'), [0 => 'ROLE_ADMIN'], NULL);
  19349. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/easyadmin/'), [0 => 'ROLE_ADMIN', 1 => 'ROLE_EDITOR', 2 => 'ROLE_AUTHOR'], NULL);
  19350. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/teacher/'), [0 => 'ROLE_TEACHER'], NULL);
  19351. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/refresh/teacher/'), [0 => 'ROLE_TEACHER'], NULL);
  19352. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/student/'), [0 => 'ROLE_STUDENT'], NULL);
  19353. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(refresh|json)/student'), [0 => 'ROLE_STUDENT'], NULL);
  19354. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/classroom'), [0 => 'ROLE_TEACHER', 1 => 'ROLE_ADMIN'], NULL);
  19355. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [0 => 'PUBLIC_ACCESS'], NULL);
  19356. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/unilogin'), [0 => 'PUBLIC_ACCESS'], NULL);
  19357. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/testlogin'), [0 => 'PUBLIC_ACCESS'], NULL);
  19358. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/cms'), [0 => 'PUBLIC_ACCESS'], NULL);
  19359. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/register'), [0 => 'PUBLIC_ACCESS'], NULL);
  19360. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/verify-email'), [0 => 'PUBLIC_ACCESS'], NULL);
  19361. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/reset-password'), [0 => 'PUBLIC_ACCESS'], NULL);
  19362. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/select-existing'), [0 => 'PUBLIC_ACCESS'], NULL);
  19363. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/2fa'), [0 => 'IS_AUTHENTICATED_2FA_IN_PROGRESS'], NULL);
  19364. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  19365. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/2fa'), [0 => 'ROLE_ADMIN'], NULL);
  19366. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  19367. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/(isbn/|ibook-connections|shared/)'), [0 => 'ROLE_API'], NULL);
  19368. $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [0 => 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  19369. return $instance;
  19370. }
  19371. /**
  19372. * Gets the private 'security.authentication.access_listener.two_factor.main' shared service.
  19373. *
  19374. * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener
  19375. */
  19376. protected function getSecurity_Authentication_AccessListener_TwoFactor_MainService()
  19377. {
  19378. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorAccessListener.php';
  19379. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authorization/TwoFactorAccessDecider.php';
  19380. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  19381. if (isset($this->privates['security.authentication.access_listener.two_factor.main'])) {
  19382. return $this->privates['security.authentication.access_listener.two_factor.main'];
  19383. }
  19384. $b = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  19385. if (isset($this->privates['security.authentication.access_listener.two_factor.main'])) {
  19386. return $this->privates['security.authentication.access_listener.two_factor.main'];
  19387. }
  19388. 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));
  19389. }
  19390. /**
  19391. * Gets the private 'security.authentication.authentication_required_handler.two_factor.main' shared service.
  19392. *
  19393. * @return \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler
  19394. */
  19395. protected function getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_MainService()
  19396. {
  19397. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/AuthenticationRequiredHandlerInterface.php';
  19398. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  19399. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationRequiredHandler.php';
  19400. 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()));
  19401. }
  19402. /**
  19403. * Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
  19404. *
  19405. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  19406. */
  19407. protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
  19408. {
  19409. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19410. if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
  19411. return $this->privates['security.authentication.form_listener.two_factor.main'];
  19412. }
  19413. 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);
  19414. }
  19415. /**
  19416. * Gets the private 'security.authentication.kernel_exception_listener.two_factor.main' shared service.
  19417. *
  19418. * @return \Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener
  19419. */
  19420. protected function getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService()
  19421. {
  19422. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/ExceptionListener.php';
  19423. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19424. if (isset($this->privates['security.authentication.kernel_exception_listener.two_factor.main'])) {
  19425. return $this->privates['security.authentication.kernel_exception_listener.two_factor.main'];
  19426. }
  19427. 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);
  19428. }
  19429. /**
  19430. * Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
  19431. *
  19432. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  19433. */
  19434. protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
  19435. {
  19436. $a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
  19437. if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.main'])) {
  19438. return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'];
  19439. }
  19440. 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);
  19441. }
  19442. /**
  19443. * Gets the private 'security.authentication.session_strategy' shared service.
  19444. *
  19445. * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  19446. */
  19447. protected function getSecurity_Authentication_SessionStrategyService()
  19448. {
  19449. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  19450. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  19451. 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()));
  19452. }
  19453. /**
  19454. * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  19455. *
  19456. * @return \UserBundle\Security\Firewall\SwitchUserListener
  19457. */
  19458. protected function getSecurity_Authentication_SwitchuserListener_MainService()
  19459. {
  19460. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/Firewall/SwitchUserListener.php';
  19461. include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  19462. include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
  19463. include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
  19464. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/ClassroomStudentRepository.php';
  19465. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  19466. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/UserChecker.php';
  19467. $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  19468. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  19469. return $this->privates['security.authentication.switchuser_listener.main'];
  19470. }
  19471. $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19472. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  19473. return $this->privates['security.authentication.switchuser_listener.main'];
  19474. }
  19475. $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19476. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  19477. return $this->privates['security.authentication.switchuser_listener.main'];
  19478. }
  19479. $d = ($this->services['router'] ?? $this->getRouterService());
  19480. if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  19481. return $this->privates['security.authentication.switchuser_listener.main'];
  19482. }
  19483. return $this->privates['security.authentication.switchuser_listener.main'] = new \UserBundle\Security\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), ($this->services['UserBundle\\Security\\UserChecker'] ?? ($this->services['UserBundle\\Security\\UserChecker'] = new \UserBundle\Security\UserChecker())), 'main', $a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user', 'ROLE_ALLOWED_TO_SWITCH', $b, false, ($this->privates['abacus_core.repository.classroom'] ?? $this->getAbacusCore_Repository_ClassroomService()), $c->getRepository('CoreBundle\\Entity\\ClassroomStudent'), $d);
  19484. }
  19485. /**
  19486. * Gets the private 'security.authentication.token_created_listener.two_factor.main' shared service.
  19487. *
  19488. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationTokenListener
  19489. */
  19490. protected function getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService()
  19491. {
  19492. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/AuthenticationTokenListener.php';
  19493. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
  19494. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
  19495. $a = ($this->privates['scheb_two_factor.provider_initiator'] ?? $this->getSchebTwoFactor_ProviderInitiatorService());
  19496. if (isset($this->privates['security.authentication.token_created_listener.two_factor.main'])) {
  19497. return $this->privates['security.authentication.token_created_listener.two_factor.main'];
  19498. }
  19499. 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())));
  19500. }
  19501. /**
  19502. * Gets the private 'security.authentication_utils' shared service.
  19503. *
  19504. * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  19505. */
  19506. protected function getSecurity_AuthenticationUtilsService()
  19507. {
  19508. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  19509. return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  19510. }
  19511. /**
  19512. * Gets the private 'security.authenticator.form_login.main' shared service.
  19513. *
  19514. * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  19515. */
  19516. protected function getSecurity_Authenticator_FormLogin_MainService()
  19517. {
  19518. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  19519. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  19520. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  19521. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  19522. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  19523. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  19524. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  19525. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  19526. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  19527. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  19528. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  19529. $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  19530. if (isset($this->privates['security.authenticator.form_login.main'])) {
  19531. return $this->privates['security.authenticator.form_login.main'];
  19532. }
  19533. $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  19534. $c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  19535. $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]);
  19536. $c->setFirewallName('main');
  19537. $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($a, $b, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  19538. $d->setOptions(['login_path' => '/login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']);
  19539. return $this->privates['security.authenticator.form_login.main'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($b, ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), $c, $d, ['enable_csrf' => true, 'check_path' => 'fos_user_security_check', 'login_path' => '/login', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true, 'form_only' => false]);
  19540. }
  19541. /**
  19542. * Gets the private 'security.authenticator.remember_me.main' shared service.
  19543. *
  19544. * @return \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator
  19545. */
  19546. protected function getSecurity_Authenticator_RememberMe_MainService()
  19547. {
  19548. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  19549. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  19550. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
  19551. 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()), 'gs4MPFPqHJVvrZreWQW3mQvFeukYo7', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'REMEMBERME', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  19552. }
  19553. /**
  19554. * Gets the private 'security.authenticator.remember_me_handler.main' shared service.
  19555. *
  19556. * @return \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler
  19557. */
  19558. protected function getSecurity_Authenticator_RememberMeHandler_MainService()
  19559. {
  19560. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
  19561. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php';
  19562. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php';
  19563. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  19564. 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'], 'gs4MPFPqHJVvrZreWQW3mQvFeukYo7', NULL, NULL), ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['secret' => 'gs4MPFPqHJVvrZreWQW3mQvFeukYo7', '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()));
  19565. }
  19566. /**
  19567. * Gets the private 'security.authenticator.two_factor.main' shared service.
  19568. *
  19569. * @return \Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator
  19570. */
  19571. protected function getSecurity_Authenticator_TwoFactor_MainService()
  19572. {
  19573. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  19574. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  19575. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authenticator/TwoFactorAuthenticator.php';
  19576. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  19577. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  19578. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  19579. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  19580. include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  19581. $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19582. if (isset($this->privates['security.authenticator.two_factor.main'])) {
  19583. return $this->privates['security.authenticator.two_factor.main'];
  19584. }
  19585. $b = ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService());
  19586. $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  19587. 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()));
  19588. }
  19589. /**
  19590. * Gets the private 'security.channel_listener' shared service.
  19591. *
  19592. * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  19593. */
  19594. protected function getSecurity_ChannelListenerService()
  19595. {
  19596. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  19597. $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  19598. 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());
  19599. }
  19600. /**
  19601. * Gets the private 'security.command.debug_firewall' shared service.
  19602. *
  19603. * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  19604. */
  19605. protected function getSecurity_Command_DebugFirewallService()
  19606. {
  19607. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19608. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  19609. $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.VrES72a'] ?? $this->get_ServiceLocator_VrES72aService()), ($this->privates['.service_locator.UNE7Kl7'] ?? $this->get_ServiceLocator_UNE7Kl7Service()), ['api_doc' => [], 'api_gale' => [0 => ($this->privates['UserBundle\\Security\\ApiKeyAuthenticator'] ?? $this->getApiKeyAuthenticatorService())], 'main' => [0 => ($this->privates['security.authenticator.two_factor.main'] ?? $this->getSecurity_Authenticator_TwoFactor_MainService()), 1 => ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService()), 2 => ($this->privates['security.authenticator.remember_me.main'] ?? $this->getSecurity_Authenticator_RememberMe_MainService())]], true);
  19610. $instance->setName('debug:firewall');
  19611. $instance->setDescription('Display information about your security firewall(s)');
  19612. return $instance;
  19613. }
  19614. /**
  19615. * Gets the private 'security.command.user_password_encoder' shared service.
  19616. *
  19617. * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  19618. *
  19619. * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  19620. */
  19621. protected function getSecurity_Command_UserPasswordEncoderService()
  19622. {
  19623. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  19624. $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']);
  19625. $instance->setName('security:encode-password');
  19626. $instance->setDescription('Encode a password');
  19627. return $instance;
  19628. }
  19629. /**
  19630. * Gets the private 'security.command.user_password_hash' shared service.
  19631. *
  19632. * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  19633. */
  19634. protected function getSecurity_Command_UserPasswordHashService()
  19635. {
  19636. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  19637. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  19638. $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']);
  19639. $instance->setName('security:hash-password');
  19640. $instance->setDescription('Hash a user password');
  19641. return $instance;
  19642. }
  19643. /**
  19644. * Gets the private 'security.context_listener.0' shared service.
  19645. *
  19646. * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  19647. */
  19648. protected function getSecurity_ContextListener_0Service()
  19649. {
  19650. $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  19651. if (isset($this->privates['security.context_listener.0'])) {
  19652. return $this->privates['security.context_listener.0'];
  19653. }
  19654. 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 () {
  19655. yield 0 => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
  19656. }, 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']);
  19657. }
  19658. /**
  19659. * Gets the private 'security.csrf.token_storage' shared service.
  19660. *
  19661. * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  19662. */
  19663. protected function getSecurity_Csrf_TokenStorageService()
  19664. {
  19665. 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())));
  19666. }
  19667. /**
  19668. * Gets the private 'security.encoder_factory.generic' shared service.
  19669. *
  19670. * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  19671. *
  19672. * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  19673. */
  19674. protected function getSecurity_EncoderFactory_GenericService()
  19675. {
  19676. trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  19677. 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]]);
  19678. }
  19679. /**
  19680. * Gets the private 'security.event_dispatcher.api_doc' shared service.
  19681. *
  19682. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  19683. */
  19684. protected function getSecurity_EventDispatcher_ApiDocService()
  19685. {
  19686. $this->privates['security.event_dispatcher.api_doc'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  19687. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19688. return ($this->privates['security.listener.user_checker.api_doc'] ?? $this->getSecurity_Listener_UserChecker_ApiDocService());
  19689. }, 1 => 'preCheckCredentials'], 256);
  19690. $instance->addListener('security.authentication.success', [0 => function () {
  19691. return ($this->privates['security.listener.user_checker.api_doc'] ?? $this->getSecurity_Listener_UserChecker_ApiDocService());
  19692. }, 1 => 'postCheckCredentials'], 256);
  19693. $instance->addListener('security.interactive_login', [0 => function () {
  19694. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  19695. }, 1 => 'onLogin'], 0);
  19696. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19697. return ($this->services['UserBundle\\EventListener\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  19698. }, 1 => 'onLogout'], 0);
  19699. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19700. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  19701. }, 1 => 'checkPassport'], 1024);
  19702. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19703. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  19704. }, 1 => 'handleLoginSuccessEvent'], 0);
  19705. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19706. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  19707. }, 1 => 'checkPassport'], 0);
  19708. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19709. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  19710. }, 1 => 'onLoginSuccess'], 0);
  19711. $instance->addListener('security.authentication.success', [0 => function () {
  19712. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  19713. }, 1 => 'onLogin'], 9223372036854775807);
  19714. $instance->addListener('security.interactive_login', [0 => function () {
  19715. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  19716. }, 1 => 'onSecurityInteractiveLogin'], 0);
  19717. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19718. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  19719. }, 1 => 'checkPassport'], 0);
  19720. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19721. 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()));
  19722. }, 1 => 'onSuccessfulLogin'], -63);
  19723. $instance->addListener('security.authentication.success', [0 => function () {
  19724. 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()));
  19725. }, 1 => 'onLogin'], 9223372036854775806);
  19726. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19727. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  19728. }, 1 => 'checkPassport'], 512);
  19729. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19730. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  19731. }, 1 => 'onLogout'], 0);
  19732. return $instance;
  19733. }
  19734. /**
  19735. * Gets the private 'security.event_dispatcher.api_gale' shared service.
  19736. *
  19737. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  19738. */
  19739. protected function getSecurity_EventDispatcher_ApiGaleService()
  19740. {
  19741. $this->privates['security.event_dispatcher.api_gale'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  19742. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19743. return ($this->privates['security.listener.user_checker.api_gale'] ?? $this->getSecurity_Listener_UserChecker_ApiGaleService());
  19744. }, 1 => 'preCheckCredentials'], 256);
  19745. $instance->addListener('security.authentication.success', [0 => function () {
  19746. return ($this->privates['security.listener.user_checker.api_gale'] ?? $this->getSecurity_Listener_UserChecker_ApiGaleService());
  19747. }, 1 => 'postCheckCredentials'], 256);
  19748. $instance->addListener('security.interactive_login', [0 => function () {
  19749. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  19750. }, 1 => 'onLogin'], 0);
  19751. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19752. return ($this->services['UserBundle\\EventListener\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  19753. }, 1 => 'onLogout'], 0);
  19754. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19755. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  19756. }, 1 => 'checkPassport'], 1024);
  19757. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19758. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  19759. }, 1 => 'handleLoginSuccessEvent'], 0);
  19760. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19761. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  19762. }, 1 => 'checkPassport'], 0);
  19763. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19764. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  19765. }, 1 => 'onLoginSuccess'], 0);
  19766. $instance->addListener('security.authentication.success', [0 => function () {
  19767. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  19768. }, 1 => 'onLogin'], 9223372036854775807);
  19769. $instance->addListener('security.interactive_login', [0 => function () {
  19770. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  19771. }, 1 => 'onSecurityInteractiveLogin'], 0);
  19772. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19773. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  19774. }, 1 => 'checkPassport'], 0);
  19775. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19776. 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()));
  19777. }, 1 => 'onSuccessfulLogin'], -63);
  19778. $instance->addListener('security.authentication.success', [0 => function () {
  19779. 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()));
  19780. }, 1 => 'onLogin'], 9223372036854775806);
  19781. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19782. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  19783. }, 1 => 'checkPassport'], 512);
  19784. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19785. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  19786. }, 1 => 'onLogout'], 0);
  19787. return $instance;
  19788. }
  19789. /**
  19790. * Gets the private 'security.event_dispatcher.main' shared service.
  19791. *
  19792. * @return \Symfony\Component\EventDispatcher\EventDispatcher
  19793. */
  19794. protected function getSecurity_EventDispatcher_MainService()
  19795. {
  19796. $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  19797. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19798. return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  19799. }, 1 => 'onSuccessfulLogin'], 0);
  19800. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19801. return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  19802. }, 1 => 'onLogout'], 64);
  19803. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19804. return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  19805. }, 1 => 'onLogout'], 0);
  19806. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\AuthenticationTokenCreatedEvent', [0 => function () {
  19807. return ($this->privates['security.authentication.token_created_listener.two_factor.main'] ?? $this->getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService());
  19808. }, 1 => 'onAuthenticationTokenCreated'], 0);
  19809. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19810. return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->getSecurity_Listener_CheckRememberMeConditions_MainService());
  19811. }, 1 => 'onSuccessfulLogin'], -32);
  19812. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19813. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  19814. }, 1 => 'onSuccessfulLogin'], -64);
  19815. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
  19816. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  19817. }, 1 => 'clearCookie'], 0);
  19818. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19819. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  19820. }, 1 => 'clearCookie'], 0);
  19821. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
  19822. return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  19823. }, 1 => 'clearCookie'], 0);
  19824. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19825. return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  19826. }, 1 => 'preCheckCredentials'], 256);
  19827. $instance->addListener('security.authentication.success', [0 => function () {
  19828. return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  19829. }, 1 => 'postCheckCredentials'], 256);
  19830. $instance->addListener('security.interactive_login', [0 => function () {
  19831. return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
  19832. }, 1 => 'onLogin'], 0);
  19833. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19834. return ($this->services['UserBundle\\EventListener\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  19835. }, 1 => 'onLogout'], 0);
  19836. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19837. return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  19838. }, 1 => 'checkPassport'], 1024);
  19839. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19840. return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  19841. }, 1 => 'handleLoginSuccessEvent'], 0);
  19842. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19843. return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  19844. }, 1 => 'checkPassport'], 0);
  19845. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19846. return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  19847. }, 1 => 'onLoginSuccess'], 0);
  19848. $instance->addListener('security.authentication.success', [0 => function () {
  19849. return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  19850. }, 1 => 'onLogin'], 9223372036854775807);
  19851. $instance->addListener('security.interactive_login', [0 => function () {
  19852. return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  19853. }, 1 => 'onSecurityInteractiveLogin'], 0);
  19854. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19855. return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
  19856. }, 1 => 'checkPassport'], 0);
  19857. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
  19858. 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()));
  19859. }, 1 => 'onSuccessfulLogin'], -63);
  19860. $instance->addListener('security.authentication.success', [0 => function () {
  19861. 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()));
  19862. }, 1 => 'onLogin'], 9223372036854775806);
  19863. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
  19864. return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  19865. }, 1 => 'checkPassport'], 512);
  19866. $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
  19867. return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  19868. }, 1 => 'onLogout'], 0);
  19869. return $instance;
  19870. }
  19871. /**
  19872. * Gets the private 'security.firewall.map' shared service.
  19873. *
  19874. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  19875. */
  19876. protected function getSecurity_Firewall_MapService()
  19877. {
  19878. $a = ($this->privates['.service_locator.VrES72a'] ?? $this->get_ServiceLocator_VrES72aService());
  19879. if (isset($this->privates['security.firewall.map'])) {
  19880. return $this->privates['security.firewall.map'];
  19881. }
  19882. return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  19883. 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')));
  19884. 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/)')));
  19885. 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)/')));
  19886. yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  19887. }, 4));
  19888. }
  19889. /**
  19890. * Gets the private 'security.firewall.map.context.api_doc' shared service.
  19891. *
  19892. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  19893. */
  19894. protected function getSecurity_Firewall_Map_Context_ApiDocService()
  19895. {
  19896. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  19897. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  19898. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  19899. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  19900. $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  19901. if (isset($this->privates['security.firewall.map.context.api_doc'])) {
  19902. return $this->privates['security.firewall.map.context.api_doc'];
  19903. }
  19904. return $this->privates['security.firewall.map.context.api_doc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  19905. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  19906. yield 1 => ($this->privates['debug.security.firewall.authenticator.api_doc'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiDocService());
  19907. yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  19908. }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $a, 'api_doc', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_doc', 'security.user_checker', '.security.request_matcher.PfIwdrL', true, true, 'fos_user.user_provider.username', NULL, NULL, NULL, NULL, [], NULL));
  19909. }
  19910. /**
  19911. * Gets the private 'security.firewall.map.context.api_gale' shared service.
  19912. *
  19913. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  19914. */
  19915. protected function getSecurity_Firewall_Map_Context_ApiGaleService()
  19916. {
  19917. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  19918. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  19919. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  19920. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
  19921. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/ApiAccessDeniedHandler.php';
  19922. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  19923. return $this->privates['security.firewall.map.context.api_gale'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  19924. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  19925. yield 1 => ($this->privates['debug.security.firewall.authenticator.api_gale'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiGaleService());
  19926. yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  19927. }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_gale', NULL, NULL, new \UserBundle\Security\ApiAccessDeniedHandler(($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_gale', 'security.user_checker', '.security.request_matcher.vdoEwbq', true, true, 'fos_user.user_provider.username', NULL, NULL, 'UserBundle\\Security\\ApiAccessDeniedHandler', NULL, [0 => 'UserBundle\\Security\\ApiKeyAuthenticator'], NULL));
  19928. }
  19929. /**
  19930. * Gets the private 'security.firewall.map.context.dev' shared service.
  19931. *
  19932. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  19933. */
  19934. protected function getSecurity_Firewall_Map_Context_DevService()
  19935. {
  19936. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  19937. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  19938. return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  19939. return new \EmptyIterator();
  19940. }, 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));
  19941. }
  19942. /**
  19943. * Gets the private 'security.firewall.map.context.main' shared service.
  19944. *
  19945. * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  19946. */
  19947. protected function getSecurity_Firewall_Map_Context_MainService()
  19948. {
  19949. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  19950. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  19951. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  19952. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
  19953. include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/AccessDeniedHandler.php';
  19954. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  19955. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  19956. $a = ($this->services['router'] ?? $this->getRouterService());
  19957. if (isset($this->privates['security.firewall.map.context.main'])) {
  19958. return $this->privates['security.firewall.map.context.main'];
  19959. }
  19960. $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  19961. $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  19962. return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  19963. yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  19964. yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  19965. yield 2 => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  19966. yield 3 => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  19967. yield 4 => ($this->privates['security.authentication.access_listener.two_factor.main'] ?? $this->getSecurity_Authentication_AccessListener_TwoFactor_MainService());
  19968. yield 5 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  19969. }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $c, 'main', ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService()), NULL, new \CoreBundle\Security\AccessDeniedHandler(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b, $c, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'UserBundle\\Security\\UserChecker', '.security.request_matcher.3UEFixr', true, false, 'fos_user.user_provider.username', 'main', 'security.authenticator.form_login.main', 'CoreBundle\\Security\\AccessDeniedHandler', NULL, [0 => 'switch_user', 1 => 'two_factor', 2 => 'form_login', 3 => 'remember_me'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']));
  19970. }
  19971. /**
  19972. * Gets the private 'security.firewall_config.two_factor.main' shared service.
  19973. *
  19974. * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  19975. */
  19976. protected function getSecurity_FirewallConfig_TwoFactor_MainService()
  19977. {
  19978. 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());
  19979. }
  19980. /**
  19981. * Gets the private 'security.helper' shared service.
  19982. *
  19983. * @return \Symfony\Component\Security\Core\Security
  19984. */
  19985. protected function getSecurity_HelperService()
  19986. {
  19987. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  19988. return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19989. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  19990. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  19991. ], [
  19992. 'security.authorization_checker' => '?',
  19993. 'security.token_storage' => '?',
  19994. ]));
  19995. }
  19996. /**
  19997. * Gets the private 'security.http_utils' shared service.
  19998. *
  19999. * @return \Symfony\Component\Security\Http\HttpUtils
  20000. */
  20001. protected function getSecurity_HttpUtilsService()
  20002. {
  20003. $a = ($this->services['router'] ?? $this->getRouterService());
  20004. if (isset($this->privates['security.http_utils'])) {
  20005. return $this->privates['security.http_utils'];
  20006. }
  20007. return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', NULL);
  20008. }
  20009. /**
  20010. * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  20011. *
  20012. * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  20013. */
  20014. protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  20015. {
  20016. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  20017. return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  20018. }
  20019. /**
  20020. * Gets the private 'security.listener.check_remember_me_conditions.main' shared service.
  20021. *
  20022. * @return \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener
  20023. */
  20024. protected function getSecurity_Listener_CheckRememberMeConditions_MainService()
  20025. {
  20026. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckRememberMeConditionsListener.php';
  20027. 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()));
  20028. }
  20029. /**
  20030. * Gets the private 'security.listener.csrf_protection' shared service.
  20031. *
  20032. * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  20033. */
  20034. protected function getSecurity_Listener_CsrfProtectionService()
  20035. {
  20036. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  20037. 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()));
  20038. }
  20039. /**
  20040. * Gets the private 'security.listener.password_migrating' shared service.
  20041. *
  20042. * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  20043. */
  20044. protected function getSecurity_Listener_PasswordMigratingService()
  20045. {
  20046. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  20047. return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  20048. }
  20049. /**
  20050. * Gets the private 'security.listener.remember_me.main' shared service.
  20051. *
  20052. * @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
  20053. */
  20054. protected function getSecurity_Listener_RememberMe_MainService()
  20055. {
  20056. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
  20057. 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()));
  20058. }
  20059. /**
  20060. * Gets the private 'security.listener.session.main' shared service.
  20061. *
  20062. * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  20063. */
  20064. protected function getSecurity_Listener_Session_MainService()
  20065. {
  20066. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  20067. return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  20068. }
  20069. /**
  20070. * Gets the private 'security.listener.user_checker.api_doc' shared service.
  20071. *
  20072. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  20073. */
  20074. protected function getSecurity_Listener_UserChecker_ApiDocService()
  20075. {
  20076. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  20077. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  20078. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  20079. 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())));
  20080. }
  20081. /**
  20082. * Gets the private 'security.listener.user_checker.api_gale' shared service.
  20083. *
  20084. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  20085. */
  20086. protected function getSecurity_Listener_UserChecker_ApiGaleService()
  20087. {
  20088. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  20089. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  20090. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  20091. 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())));
  20092. }
  20093. /**
  20094. * Gets the private 'security.listener.user_checker.main' shared service.
  20095. *
  20096. * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  20097. */
  20098. protected function getSecurity_Listener_UserChecker_MainService()
  20099. {
  20100. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  20101. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  20102. include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/UserChecker.php';
  20103. return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->services['UserBundle\\Security\\UserChecker'] ?? ($this->services['UserBundle\\Security\\UserChecker'] = new \UserBundle\Security\UserChecker())));
  20104. }
  20105. /**
  20106. * Gets the private 'security.listener.user_provider' shared service.
  20107. *
  20108. * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  20109. */
  20110. protected function getSecurity_Listener_UserProviderService()
  20111. {
  20112. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  20113. return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()));
  20114. }
  20115. /**
  20116. * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  20117. *
  20118. * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  20119. */
  20120. protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  20121. {
  20122. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  20123. 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()));
  20124. }
  20125. /**
  20126. * Gets the private 'security.logout.listener.default.main' shared service.
  20127. *
  20128. * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  20129. */
  20130. protected function getSecurity_Logout_Listener_Default_MainService()
  20131. {
  20132. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  20133. return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  20134. }
  20135. /**
  20136. * Gets the private 'security.logout_url_generator' shared service.
  20137. *
  20138. * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  20139. */
  20140. protected function getSecurity_LogoutUrlGeneratorService()
  20141. {
  20142. $a = ($this->services['router'] ?? $this->getRouterService());
  20143. if (isset($this->privates['security.logout_url_generator'])) {
  20144. return $this->privates['security.logout_url_generator'];
  20145. }
  20146. $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()));
  20147. $instance->registerListener('main', '/logout', 'logout', '_csrf_token', NULL, NULL);
  20148. return $instance;
  20149. }
  20150. /**
  20151. * Gets the private 'security.password_hasher_factory' shared service.
  20152. *
  20153. * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  20154. */
  20155. protected function getSecurity_PasswordHasherFactoryService()
  20156. {
  20157. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  20158. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  20159. 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]]);
  20160. }
  20161. /**
  20162. * Gets the private 'security.role_hierarchy' shared service.
  20163. *
  20164. * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  20165. */
  20166. protected function getSecurity_RoleHierarchyService()
  20167. {
  20168. return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  20169. }
  20170. /**
  20171. * Gets the private 'security.user_password_hasher' shared service.
  20172. *
  20173. * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  20174. */
  20175. protected function getSecurity_UserPasswordHasherService()
  20176. {
  20177. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  20178. include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  20179. return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  20180. }
  20181. /**
  20182. * Gets the private 'security.validator.user_password' shared service.
  20183. *
  20184. * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  20185. */
  20186. protected function getSecurity_Validator_UserPasswordService()
  20187. {
  20188. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20189. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  20190. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  20191. 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()));
  20192. }
  20193. /**
  20194. * Gets the private 'serializer.mapping.cache_warmer' shared service.
  20195. *
  20196. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  20197. */
  20198. protected function getSerializer_Mapping_CacheWarmerService()
  20199. {
  20200. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  20201. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  20202. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  20203. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  20204. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  20205. 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'));
  20206. }
  20207. /**
  20208. * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  20209. *
  20210. * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  20211. */
  20212. protected function getSerializer_Mapping_ClassMetadataFactoryService()
  20213. {
  20214. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  20215. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  20216. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  20217. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  20218. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  20219. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  20220. 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()))]));
  20221. }
  20222. /**
  20223. * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  20224. *
  20225. * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  20226. */
  20227. protected function getSerializer_NameConverter_MetadataAwareService()
  20228. {
  20229. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  20230. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  20231. include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  20232. 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()));
  20233. }
  20234. /**
  20235. * Gets the private 'session.factory' shared service.
  20236. *
  20237. * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  20238. */
  20239. protected function getSession_FactoryService()
  20240. {
  20241. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  20242. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  20243. $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  20244. if (isset($this->privates['session.factory'])) {
  20245. return $this->privates['session.factory'];
  20246. }
  20247. 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']);
  20248. }
  20249. /**
  20250. * Gets the private 'session.flash_bag' shared service.
  20251. *
  20252. * @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
  20253. *
  20254. * @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
  20255. */
  20256. protected function getSession_FlashBagService()
  20257. {
  20258. trigger_deprecation('symfony/framework-bundle', '5.1', 'The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
  20259. return $this->privates['session.flash_bag'] = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
  20260. }
  20261. /**
  20262. * Gets the private 'session.storage.factory.service' shared service.
  20263. *
  20264. * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  20265. *
  20266. * @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.
  20267. */
  20268. protected function getSession_Storage_Factory_ServiceService()
  20269. {
  20270. 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.');
  20271. return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory($this->getSession_Storage_NativeService());
  20272. }
  20273. /**
  20274. * Gets the private 'session.storage.metadata_bag' shared service.
  20275. *
  20276. * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  20277. *
  20278. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  20279. */
  20280. protected function getSession_Storage_MetadataBagService()
  20281. {
  20282. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  20283. return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
  20284. }
  20285. /**
  20286. * Gets the private 'session.storage.native' shared service.
  20287. *
  20288. * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  20289. *
  20290. * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  20291. */
  20292. protected function getSession_Storage_NativeService()
  20293. {
  20294. trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  20295. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  20296. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  20297. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  20298. 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());
  20299. }
  20300. /**
  20301. * Gets the private 'session_listener' shared service.
  20302. *
  20303. * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  20304. */
  20305. protected function getSessionListenerService()
  20306. {
  20307. return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20308. 'initialized_session' => ['services', '.container.private.session', NULL, false],
  20309. 'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
  20310. 'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
  20311. 'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
  20312. 'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
  20313. 'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
  20314. ], [
  20315. 'initialized_session' => '?',
  20316. 'logger' => '?',
  20317. 'request_stack' => '?',
  20318. 'session' => '?',
  20319. 'session_collector' => '?',
  20320. 'session_factory' => '?',
  20321. ]), true, $this->parameters['session.storage.options']);
  20322. }
  20323. /**
  20324. * Gets the private 'stof_doctrine_extensions.listener.sortable' shared service.
  20325. *
  20326. * @return \Gedmo\Sortable\SortableListener
  20327. */
  20328. protected function getStofDoctrineExtensions_Listener_SortableService()
  20329. {
  20330. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20331. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  20332. include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
  20333. $this->privates['stof_doctrine_extensions.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
  20334. $instance->setCacheItemPool(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  20335. $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  20336. return $instance;
  20337. }
  20338. /**
  20339. * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  20340. *
  20341. * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  20342. */
  20343. protected function getSymfonycasts_ResetPassword_CleanerService()
  20344. {
  20345. include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
  20346. return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->services['UserBundle\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), true);
  20347. }
  20348. /**
  20349. * Gets the private 'translation.extractor' shared service.
  20350. *
  20351. * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  20352. */
  20353. protected function getTranslation_ExtractorService()
  20354. {
  20355. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  20356. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  20357. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  20358. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  20359. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  20360. $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  20361. $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  20362. $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  20363. return $instance;
  20364. }
  20365. /**
  20366. * Gets the private 'translation.loader.csv' shared service.
  20367. *
  20368. * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  20369. */
  20370. protected function getTranslation_Loader_CsvService()
  20371. {
  20372. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  20373. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  20374. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  20375. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  20376. return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  20377. }
  20378. /**
  20379. * Gets the private 'translation.loader.dat' shared service.
  20380. *
  20381. * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  20382. */
  20383. protected function getTranslation_Loader_DatService()
  20384. {
  20385. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  20386. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  20387. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  20388. return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  20389. }
  20390. /**
  20391. * Gets the private 'translation.loader.ini' shared service.
  20392. *
  20393. * @return \Symfony\Component\Translation\Loader\IniFileLoader
  20394. */
  20395. protected function getTranslation_Loader_IniService()
  20396. {
  20397. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  20398. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  20399. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  20400. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  20401. return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  20402. }
  20403. /**
  20404. * Gets the private 'translation.loader.json' shared service.
  20405. *
  20406. * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  20407. */
  20408. protected function getTranslation_Loader_JsonService()
  20409. {
  20410. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  20411. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  20412. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  20413. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  20414. return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  20415. }
  20416. /**
  20417. * Gets the private 'translation.loader.mo' shared service.
  20418. *
  20419. * @return \Symfony\Component\Translation\Loader\MoFileLoader
  20420. */
  20421. protected function getTranslation_Loader_MoService()
  20422. {
  20423. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  20424. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  20425. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  20426. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  20427. return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  20428. }
  20429. /**
  20430. * Gets the private 'translation.loader.php' shared service.
  20431. *
  20432. * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  20433. */
  20434. protected function getTranslation_Loader_PhpService()
  20435. {
  20436. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  20437. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  20438. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  20439. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  20440. return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  20441. }
  20442. /**
  20443. * Gets the private 'translation.loader.po' shared service.
  20444. *
  20445. * @return \Symfony\Component\Translation\Loader\PoFileLoader
  20446. */
  20447. protected function getTranslation_Loader_PoService()
  20448. {
  20449. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  20450. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  20451. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  20452. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  20453. return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  20454. }
  20455. /**
  20456. * Gets the private 'translation.loader.qt' shared service.
  20457. *
  20458. * @return \Symfony\Component\Translation\Loader\QtFileLoader
  20459. */
  20460. protected function getTranslation_Loader_QtService()
  20461. {
  20462. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  20463. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  20464. return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  20465. }
  20466. /**
  20467. * Gets the private 'translation.loader.res' shared service.
  20468. *
  20469. * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  20470. */
  20471. protected function getTranslation_Loader_ResService()
  20472. {
  20473. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  20474. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  20475. return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  20476. }
  20477. /**
  20478. * Gets the private 'translation.loader.xliff' shared service.
  20479. *
  20480. * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  20481. */
  20482. protected function getTranslation_Loader_XliffService()
  20483. {
  20484. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  20485. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  20486. return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  20487. }
  20488. /**
  20489. * Gets the private 'translation.loader.yml' shared service.
  20490. *
  20491. * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  20492. */
  20493. protected function getTranslation_Loader_YmlService()
  20494. {
  20495. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  20496. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  20497. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  20498. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  20499. return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  20500. }
  20501. /**
  20502. * Gets the private 'translation.provider_collection' shared service.
  20503. *
  20504. * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  20505. */
  20506. protected function getTranslation_ProviderCollectionService()
  20507. {
  20508. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  20509. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  20510. return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  20511. yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  20512. }, 1), []))->fromConfig([]);
  20513. }
  20514. /**
  20515. * Gets the private 'translation.reader' shared service.
  20516. *
  20517. * @return \Symfony\Component\Translation\Reader\TranslationReader
  20518. */
  20519. protected function getTranslation_ReaderService()
  20520. {
  20521. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  20522. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  20523. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  20524. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  20525. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
  20526. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  20527. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  20528. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  20529. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  20530. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  20531. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  20532. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  20533. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  20534. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  20535. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  20536. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  20537. $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  20538. $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  20539. $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  20540. $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  20541. $instance->addLoader('yaml', $a);
  20542. $instance->addLoader('yml', $a);
  20543. $instance->addLoader('xlf', $b);
  20544. $instance->addLoader('xliff', $b);
  20545. $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  20546. $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  20547. $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  20548. $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  20549. $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  20550. $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  20551. $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  20552. $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  20553. return $instance;
  20554. }
  20555. /**
  20556. * Gets the private 'translation.warmer' shared service.
  20557. *
  20558. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  20559. */
  20560. protected function getTranslation_WarmerService()
  20561. {
  20562. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  20563. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  20564. return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20565. 'translator' => ['services', 'translator', 'getTranslatorService', false],
  20566. ], [
  20567. 'translator' => '?',
  20568. ]))->withContext('translation.warmer', $this));
  20569. }
  20570. /**
  20571. * Gets the private 'translation.writer' shared service.
  20572. *
  20573. * @return \Symfony\Component\Translation\Writer\TranslationWriter
  20574. */
  20575. protected function getTranslation_WriterService()
  20576. {
  20577. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  20578. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  20579. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  20580. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  20581. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  20582. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  20583. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  20584. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  20585. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  20586. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  20587. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  20588. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  20589. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  20590. include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  20591. $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  20592. $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  20593. $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  20594. $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  20595. $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  20596. $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  20597. $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  20598. $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  20599. $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  20600. $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  20601. $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  20602. $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  20603. return $instance;
  20604. }
  20605. /**
  20606. * Gets the private 'translator.default' shared service.
  20607. *
  20608. * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  20609. */
  20610. protected function getTranslator_DefaultService()
  20611. {
  20612. $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20613. 'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
  20614. 'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
  20615. 'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
  20616. 'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
  20617. 'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
  20618. 'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
  20619. 'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
  20620. 'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
  20621. 'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
  20622. 'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
  20623. 'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
  20624. ], [
  20625. 'translation.loader.csv' => '?',
  20626. 'translation.loader.dat' => '?',
  20627. 'translation.loader.ini' => '?',
  20628. 'translation.loader.json' => '?',
  20629. 'translation.loader.mo' => '?',
  20630. 'translation.loader.php' => '?',
  20631. 'translation.loader.po' => '?',
  20632. 'translation.loader.qt' => '?',
  20633. 'translation.loader.res' => '?',
  20634. 'translation.loader.xliff' => '?',
  20635. 'translation.loader.yml' => '?',
  20636. ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'da', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ar.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bg.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.bg.php')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ca.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.cs.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml'), 5 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations/SchebTwoFactorBundle.da.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.da.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.da.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf'), 10 => (\dirname(__DIR__, 4).'/translations/EasyAdminBundle.da.php'), 11 => (\dirname(__DIR__, 4).'/translations/FOSUserBundle.da.yml'), 12 => (\dirname(__DIR__, 4).'/translations/ResetPasswordBundle.da.xlf'), 13 => (\dirname(__DIR__, 4).'/translations/abacus-ap.da.yml'), 14 => (\dirname(__DIR__, 4).'/translations/abacus-dansk.da.yml'), 15 => (\dirname(__DIR__, 4).'/translations/abacus-fysik.da.yml'), 16 => (\dirname(__DIR__, 4).'/translations/abacus-kemi.da.yml'), 17 => (\dirname(__DIR__, 4).'/translations/abacus-matematik.da.yml'), 18 => (\dirname(__DIR__, 4).'/translations/abacus-virk.da.yml'), 19 => (\dirname(__DIR__, 4).'/translations/highschool.da.yml'), 20 => (\dirname(__DIR__, 4).'/translations/kvik-dansk.da.yml'), 21 => (\dirname(__DIR__, 4).'/translations/kvik-engelsk.da.yml'), 22 => (\dirname(__DIR__, 4).'/translations/kvik-mat.da.yml'), 23 => (\dirname(__DIR__, 4).'/translations/kvik-tysk.da.yml'), 24 => (\dirname(__DIR__, 4).'/translations/messages.da.yml'), 25 => (\dirname(__DIR__, 4).'/translations/primaryschool.da.yml'), 26 => (\dirname(__DIR__, 4).'/translations/validators.da.yml')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.de.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.el.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.el.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.en.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), 11 => (\dirname(__DIR__, 4).'/translations/FOSUserBundle.en.yml'), 12 => (\dirname(__DIR__, 4).'/translations/messages.en.yml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.es.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.eu.php')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fa.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fi.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fr.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.gl.php')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.he.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.he.php')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.hr.php'), 7 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.hu.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.hy.php')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.id.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.id.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.it.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.lb.php')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.lt.php')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lv.yml')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.mk.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.mn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mn.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nb.yml')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.nl.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.nl.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.nl.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.no.php')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.pl.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.pt.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.pt_BR.php')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ro.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ru.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sk.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sl.php')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sv.php'), 7 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.tr.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.tr.yml')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.uk.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.vi.yml')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.zh_TW.php')], 'bn' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml')], 'bn_BD' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'sr_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sr_RS.php')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations'), 11 => (\dirname(__DIR__, 4).'/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/src/CoreBundle/translations'), 19 => (\dirname(__DIR__, 4).'/src/StudentBundle/translations'), 20 => (\dirname(__DIR__, 4).'/src/TeacherBundle/translations'), 21 => (\dirname(__DIR__, 4).'/src/AdminBundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/friendsofsymfony/user-bundle/src/Resources/translations', 4 => 'src/UserBundle/Resources/translations', 5 => 'vendor/knplabs/knp-paginator-bundle/translations', 6 => 'vendor/vich/uploader-bundle/translations', 7 => 'vendor/easycorp/easyadmin-bundle/translations', 8 => 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations', 9 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 10 => 'vendor/scheb/2fa-bundle/Resources/translations', 11 => 'translations', 12 => 'vendor/symfony/framework-bundle/translations', 13 => 'vendor/symfony/security-bundle/translations', 14 => 'vendor/symfony/twig-bundle/translations', 15 => 'vendor/symfony/monolog-bundle/translations', 16 => 'vendor/doctrine/doctrine-bundle/translations', 17 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 18 => 'src/CoreBundle/translations', 19 => 'src/StudentBundle/translations', 20 => 'src/TeacherBundle/translations', 21 => 'src/AdminBundle/translations', 22 => 'vendor/eightpoints/guzzle-bundle/src/translations', 23 => 'vendor/sentry/sentry-symfony/src/translations', 24 => 'vendor/symfony/web-profiler-bundle/translations', 25 => 'vendor/symfony/debug-bundle/translations', 26 => 'vendor/nelmio/api-doc-bundle/translations', 27 => 'vendor/nelmio/cors-bundle/translations', 28 => 'vendor/symfony/maker-bundle/src/translations', 29 => 'vendor/doctrine/doctrine-migrations-bundle/translations']]], []);
  20637. $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  20638. $instance->setFallbackLocales([0 => 'dk', 1 => 'en']);
  20639. return $instance;
  20640. }
  20641. /**
  20642. * Gets the private 'twig.command.debug' shared service.
  20643. *
  20644. * @return \Symfony\Bridge\Twig\Command\DebugCommand
  20645. */
  20646. protected function getTwig_Command_DebugService()
  20647. {
  20648. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  20649. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  20650. $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()));
  20651. $instance->setName('debug:twig');
  20652. $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  20653. return $instance;
  20654. }
  20655. /**
  20656. * Gets the private 'twig.command.lint' shared service.
  20657. *
  20658. * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  20659. */
  20660. protected function getTwig_Command_LintService()
  20661. {
  20662. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  20663. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  20664. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  20665. $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  20666. $instance->setName('lint:twig');
  20667. $instance->setDescription('Lint a Twig template and outputs encountered errors');
  20668. return $instance;
  20669. }
  20670. /**
  20671. * Gets the private 'twig.form.engine' shared service.
  20672. *
  20673. * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  20674. */
  20675. protected function getTwig_Form_EngineService()
  20676. {
  20677. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  20678. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
  20679. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  20680. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  20681. if (isset($this->privates['twig.form.engine'])) {
  20682. return $this->privates['twig.form.engine'];
  20683. }
  20684. return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  20685. }
  20686. /**
  20687. * Gets the private 'twig.form.renderer' shared service.
  20688. *
  20689. * @return \Symfony\Component\Form\FormRenderer
  20690. */
  20691. protected function getTwig_Form_RendererService()
  20692. {
  20693. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
  20694. include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
  20695. $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  20696. if (isset($this->privates['twig.form.renderer'])) {
  20697. return $this->privates['twig.form.renderer'];
  20698. }
  20699. 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()));
  20700. }
  20701. /**
  20702. * Gets the private 'twig.mailer.message_listener' shared service.
  20703. *
  20704. * @return \Symfony\Component\Mailer\EventListener\MessageListener
  20705. */
  20706. protected function getTwig_Mailer_MessageListenerService()
  20707. {
  20708. include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  20709. include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
  20710. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  20711. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  20712. if (isset($this->privates['twig.mailer.message_listener'])) {
  20713. return $this->privates['twig.mailer.message_listener'];
  20714. }
  20715. return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  20716. }
  20717. /**
  20718. * Gets the private 'twig.runtime.httpkernel' shared service.
  20719. *
  20720. * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  20721. */
  20722. protected function getTwig_Runtime_HttpkernelService()
  20723. {
  20724. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  20725. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  20726. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  20727. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  20728. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  20729. $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  20730. 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, [
  20731. 'hinclude' => ['privates', 'fragment.renderer.hinclude', 'getFragment_Renderer_HincludeService', false],
  20732. 'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
  20733. ], [
  20734. 'hinclude' => '?',
  20735. 'inline' => '?',
  20736. ]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('gs4MPFPqHJVvrZreWQW3mQvFeukYo7'))), $a));
  20737. }
  20738. /**
  20739. * Gets the private 'twig.runtime.security_csrf' shared service.
  20740. *
  20741. * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  20742. */
  20743. protected function getTwig_Runtime_SecurityCsrfService()
  20744. {
  20745. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  20746. 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()));
  20747. }
  20748. /**
  20749. * Gets the private 'twig.runtime.serializer' shared service.
  20750. *
  20751. * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  20752. */
  20753. protected function getTwig_Runtime_SerializerService()
  20754. {
  20755. include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  20756. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  20757. return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  20758. }
  20759. /**
  20760. * Gets the private 'twig.template_cache_warmer' shared service.
  20761. *
  20762. * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  20763. */
  20764. protected function getTwig_TemplateCacheWarmerService()
  20765. {
  20766. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  20767. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  20768. include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  20769. return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20770. 'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
  20771. ], [
  20772. 'twig' => '?',
  20773. ]))->withContext('twig.template_cache_warmer', $this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__, 4).'/templates')));
  20774. }
  20775. /**
  20776. * Gets the private 'validator.builder' shared service.
  20777. *
  20778. * @return \Symfony\Component\Validator\ValidatorBuilder
  20779. */
  20780. protected function getValidator_BuilderService()
  20781. {
  20782. $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  20783. $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  20784. $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20785. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  20786. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  20787. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
  20788. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  20789. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
  20790. 'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
  20791. 'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
  20792. 'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
  20793. ], [
  20794. 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  20795. 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  20796. 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  20797. 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  20798. 'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  20799. 'doctrine.orm.validator.unique' => '?',
  20800. 'security.validator.user_password' => '?',
  20801. 'validator.expression' => '?',
  20802. ])));
  20803. if ($this->has('translator')) {
  20804. $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  20805. }
  20806. $instance->setTranslationDomain('validators');
  20807. $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/config/validation.xml')]);
  20808. $instance->enableAnnotationMapping(true);
  20809. $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  20810. $instance->addMethodMapping('loadValidatorMetadata');
  20811. $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), 1 => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  20812. $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, '{^src\\\\CoreBundle\\\\Entity$}'));
  20813. $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), '{^src\\\\CoreBundle\\\\Entity$}'));
  20814. $instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  20815. return $instance;
  20816. }
  20817. /**
  20818. * Gets the private 'validator.email' shared service.
  20819. *
  20820. * @return \Symfony\Component\Validator\Constraints\EmailValidator
  20821. */
  20822. protected function getValidator_EmailService()
  20823. {
  20824. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20825. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  20826. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  20827. return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  20828. }
  20829. /**
  20830. * Gets the private 'validator.expression' shared service.
  20831. *
  20832. * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  20833. */
  20834. protected function getValidator_ExpressionService()
  20835. {
  20836. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20837. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  20838. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  20839. include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  20840. 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())));
  20841. }
  20842. /**
  20843. * Gets the private 'validator.mapping.cache_warmer' shared service.
  20844. *
  20845. * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  20846. */
  20847. protected function getValidator_Mapping_CacheWarmerService()
  20848. {
  20849. include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  20850. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  20851. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  20852. return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  20853. }
  20854. /**
  20855. * Gets the private 'validator.not_compromised_password' shared service.
  20856. *
  20857. * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  20858. */
  20859. protected function getValidator_NotCompromisedPasswordService()
  20860. {
  20861. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20862. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
  20863. include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  20864. 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);
  20865. }
  20866. /**
  20867. * Gets the private 'var_dumper.command.server_dump' shared service.
  20868. *
  20869. * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  20870. */
  20871. protected function getVarDumper_Command_ServerDumpService()
  20872. {
  20873. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  20874. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  20875. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  20876. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  20877. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  20878. include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  20879. $a = new \Symfony\Bridge\Monolog\Logger('debug');
  20880. $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20881. $a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
  20882. $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  20883. $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  20884. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  20885. $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()))]);
  20886. $instance->setName('server:dump');
  20887. $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  20888. return $instance;
  20889. }
  20890. /**
  20891. * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  20892. *
  20893. * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  20894. */
  20895. protected function getVarDumper_ContextualizedCliDumper_InnerService()
  20896. {
  20897. $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
  20898. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  20899. return $instance;
  20900. }
  20901. /**
  20902. * Gets the private 'var_dumper.html_dumper' shared service.
  20903. *
  20904. * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  20905. */
  20906. protected function getVarDumper_HtmlDumperService()
  20907. {
  20908. $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
  20909. $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  20910. return $instance;
  20911. }
  20912. /**
  20913. * Gets the private 'var_dumper.server_connection' shared service.
  20914. *
  20915. * @return \Symfony\Component\VarDumper\Server\Connection
  20916. */
  20917. protected function getVarDumper_ServerConnectionService()
  20918. {
  20919. 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()]);
  20920. }
  20921. /**
  20922. * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  20923. *
  20924. * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  20925. */
  20926. protected function getVichUploader_Command_MappingDebugService()
  20927. {
  20928. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  20929. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  20930. $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  20931. $instance->setName('vich:mapping:debug');
  20932. return $instance;
  20933. }
  20934. /**
  20935. * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  20936. *
  20937. * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  20938. */
  20939. protected function getVichUploader_Command_MappingDebugClassService()
  20940. {
  20941. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  20942. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  20943. $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  20944. $instance->setName('vich:mapping:debug-class');
  20945. return $instance;
  20946. }
  20947. /**
  20948. * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  20949. *
  20950. * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  20951. */
  20952. protected function getVichUploader_Command_MappingListClassesService()
  20953. {
  20954. include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
  20955. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  20956. $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  20957. $instance->setName('vich:mapping:list-classes');
  20958. return $instance;
  20959. }
  20960. /**
  20961. * Gets the private 'vich_uploader.listener.clean.peer_solution_file' shared service.
  20962. *
  20963. * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  20964. */
  20965. protected function getVichUploader_Listener_Clean_PeerSolutionFileService()
  20966. {
  20967. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20968. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  20969. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  20970. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  20971. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  20972. 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()));
  20973. }
  20974. /**
  20975. * Gets the private 'vich_uploader.listener.clean.worksheet_solution_file' shared service.
  20976. *
  20977. * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  20978. */
  20979. protected function getVichUploader_Listener_Clean_WorksheetSolutionFileService()
  20980. {
  20981. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20982. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  20983. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  20984. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  20985. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  20986. 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()));
  20987. }
  20988. /**
  20989. * Gets the private 'vich_uploader.listener.remove.peer_solution_file' shared service.
  20990. *
  20991. * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  20992. */
  20993. protected function getVichUploader_Listener_Remove_PeerSolutionFileService()
  20994. {
  20995. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20996. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  20997. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  20998. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  20999. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  21000. 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()));
  21001. }
  21002. /**
  21003. * Gets the private 'vich_uploader.listener.remove.worksheet_solution_file' shared service.
  21004. *
  21005. * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  21006. */
  21007. protected function getVichUploader_Listener_Remove_WorksheetSolutionFileService()
  21008. {
  21009. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  21010. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  21011. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  21012. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  21013. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  21014. 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()));
  21015. }
  21016. /**
  21017. * Gets the private 'vich_uploader.listener.upload.peer_solution_file' shared service.
  21018. *
  21019. * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  21020. */
  21021. protected function getVichUploader_Listener_Upload_PeerSolutionFileService()
  21022. {
  21023. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  21024. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  21025. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  21026. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  21027. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  21028. 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()));
  21029. }
  21030. /**
  21031. * Gets the private 'vich_uploader.listener.upload.worksheet_solution_file' shared service.
  21032. *
  21033. * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  21034. */
  21035. protected function getVichUploader_Listener_Upload_WorksheetSolutionFileService()
  21036. {
  21037. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  21038. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  21039. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  21040. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  21041. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  21042. 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()));
  21043. }
  21044. /**
  21045. * Gets the private 'vich_uploader.metadata_reader' shared service.
  21046. *
  21047. * @return \Vich\UploaderBundle\Metadata\MetadataReader
  21048. */
  21049. protected function getVichUploader_MetadataReaderService()
  21050. {
  21051. $a = new \Metadata\Driver\FileLocator([]);
  21052. $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [0 => ($this->services['doctrine'] ?? $this->getDoctrineService())]), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), 3 => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
  21053. $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  21054. return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  21055. }
  21056. /**
  21057. * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  21058. *
  21059. * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  21060. */
  21061. protected function getVichUploader_PropertyMappingFactoryService()
  21062. {
  21063. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  21064. return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  21065. }
  21066. /**
  21067. * Gets the private 'vich_uploader.storage.file_system' shared service.
  21068. *
  21069. * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  21070. */
  21071. protected function getVichUploader_Storage_FileSystemService()
  21072. {
  21073. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  21074. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  21075. include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  21076. return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  21077. }
  21078. /**
  21079. * Gets the private 'web_profiler.csp.handler' shared service.
  21080. *
  21081. * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  21082. */
  21083. protected function getWebProfiler_Csp_HandlerService()
  21084. {
  21085. return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  21086. }
  21087. /**
  21088. * Gets the private 'web_profiler.debug_toolbar' shared service.
  21089. *
  21090. * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  21091. */
  21092. protected function getWebProfiler_DebugToolbarService()
  21093. {
  21094. $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  21095. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  21096. return $this->privates['web_profiler.debug_toolbar'];
  21097. }
  21098. $b = ($this->services['router'] ?? $this->getRouterService());
  21099. if (isset($this->privates['web_profiler.debug_toolbar'])) {
  21100. return $this->privates['web_profiler.debug_toolbar'];
  21101. }
  21102. 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()));
  21103. }
  21104. /**
  21105. * Gets the public 'cache_clearer' alias.
  21106. *
  21107. * @return object The ".container.private.cache_clearer" service.
  21108. */
  21109. protected function getCacheClearerService()
  21110. {
  21111. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  21112. return $this->get('.container.private.cache_clearer');
  21113. }
  21114. /**
  21115. * Gets the public 'filesystem' alias.
  21116. *
  21117. * @return object The ".container.private.filesystem" service.
  21118. */
  21119. protected function getFilesystemService()
  21120. {
  21121. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  21122. return $this->get('.container.private.filesystem');
  21123. }
  21124. /**
  21125. * Gets the public 'serializer' alias.
  21126. *
  21127. * @return object The ".container.private.serializer" service.
  21128. */
  21129. protected function getSerializerService()
  21130. {
  21131. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  21132. return $this->get('.container.private.serializer');
  21133. }
  21134. /**
  21135. * Gets the public 'security.csrf.token_manager' alias.
  21136. *
  21137. * @return object The ".container.private.security.csrf.token_manager" service.
  21138. */
  21139. protected function getSecurity_Csrf_TokenManagerService()
  21140. {
  21141. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  21142. return $this->get('.container.private.security.csrf.token_manager');
  21143. }
  21144. /**
  21145. * Gets the public 'form.factory' alias.
  21146. *
  21147. * @return object The ".container.private.form.factory" service.
  21148. */
  21149. protected function getForm_FactoryService()
  21150. {
  21151. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  21152. return $this->get('.container.private.form.factory');
  21153. }
  21154. /**
  21155. * Gets the public 'form.type.file' alias.
  21156. *
  21157. * @return object The ".container.private.form.type.file" service.
  21158. */
  21159. protected function getForm_Type_FileService()
  21160. {
  21161. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  21162. return $this->get('.container.private.form.type.file');
  21163. }
  21164. /**
  21165. * Gets the public 'profiler' alias.
  21166. *
  21167. * @return object The ".container.private.profiler" service.
  21168. */
  21169. protected function getProfilerService()
  21170. {
  21171. trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  21172. return $this->get('.container.private.profiler');
  21173. }
  21174. /**
  21175. * Gets the public 'security.authorization_checker' alias.
  21176. *
  21177. * @return object The ".container.private.security.authorization_checker" service.
  21178. */
  21179. protected function getSecurity_AuthorizationCheckerService()
  21180. {
  21181. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  21182. return $this->get('.container.private.security.authorization_checker');
  21183. }
  21184. /**
  21185. * Gets the public 'security.token_storage' alias.
  21186. *
  21187. * @return object The ".container.private.security.token_storage" service.
  21188. */
  21189. protected function getSecurity_TokenStorageService()
  21190. {
  21191. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  21192. return $this->get('.container.private.security.token_storage');
  21193. }
  21194. /**
  21195. * Gets the public 'twig' alias.
  21196. *
  21197. * @return object The ".container.private.twig" service.
  21198. */
  21199. protected function getTwigService()
  21200. {
  21201. trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  21202. return $this->get('.container.private.twig');
  21203. }
  21204. /**
  21205. * Gets the public 'security.password_encoder' alias.
  21206. *
  21207. * @return object The ".container.private.security.password_encoder" service.
  21208. */
  21209. protected function getSecurity_PasswordEncoderService()
  21210. {
  21211. trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  21212. return $this->get('.container.private.security.password_encoder');
  21213. }
  21214. /**
  21215. * Gets the public 'session' alias.
  21216. *
  21217. * @return object The ".container.private.session" service.
  21218. */
  21219. protected function getSessionService()
  21220. {
  21221. trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  21222. return $this->get('.container.private.session');
  21223. }
  21224. /**
  21225. * Gets the public 'validator' alias.
  21226. *
  21227. * @return object The ".container.private.validator" service.
  21228. */
  21229. protected function getValidatorService()
  21230. {
  21231. trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  21232. return $this->get('.container.private.validator');
  21233. }
  21234. /**
  21235. * @return array|bool|float|int|string|\UnitEnum|null
  21236. */
  21237. public function getParameter(string $name)
  21238. {
  21239. if (isset($this->buildParameters[$name])) {
  21240. return $this->buildParameters[$name];
  21241. }
  21242. if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
  21243. throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
  21244. }
  21245. if (isset($this->loadedDynamicParameters[$name])) {
  21246. return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  21247. }
  21248. return $this->parameters[$name];
  21249. }
  21250. public function hasParameter(string $name): bool
  21251. {
  21252. if (isset($this->buildParameters[$name])) {
  21253. return true;
  21254. }
  21255. return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
  21256. }
  21257. public function setParameter(string $name, $value): void
  21258. {
  21259. throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  21260. }
  21261. public function getParameterBag(): ParameterBagInterface
  21262. {
  21263. if (null === $this->parameterBag) {
  21264. $parameters = $this->parameters;
  21265. foreach ($this->loadedDynamicParameters as $name => $loaded) {
  21266. $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  21267. }
  21268. foreach ($this->buildParameters as $name => $value) {
  21269. $parameters[$name] = $value;
  21270. }
  21271. $this->parameterBag = new FrozenParameterBag($parameters);
  21272. }
  21273. return $this->parameterBag;
  21274. }
  21275. private $loadedDynamicParameters = [
  21276. 'kernel.runtime_environment' => false,
  21277. 'kernel.build_dir' => false,
  21278. 'kernel.cache_dir' => false,
  21279. 'debug.container.dump' => false,
  21280. 'serializer.mapping.cache.file' => false,
  21281. 'validator.mapping.cache.file' => false,
  21282. 'profiler.storage.dsn' => false,
  21283. 'doctrine.orm.proxy_dir' => false,
  21284. ];
  21285. private $dynamicParameters = [];
  21286. private function getDynamicParameter(string $name)
  21287. {
  21288. switch ($name) {
  21289. case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  21290. case 'kernel.build_dir': $value = $this->targetDir.''; break;
  21291. case 'kernel.cache_dir': $value = $this->targetDir.''; break;
  21292. case 'debug.container.dump': $value = ($this->targetDir.''.'/KernelDevDebugContainer.xml'); break;
  21293. case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
  21294. case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
  21295. case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
  21296. case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  21297. default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
  21298. }
  21299. $this->loadedDynamicParameters[$name] = true;
  21300. return $this->dynamicParameters[$name] = $value;
  21301. }
  21302. protected function getDefaultParameters(): array
  21303. {
  21304. return [
  21305. 'kernel.project_dir' => \dirname(__DIR__, 4),
  21306. 'kernel.environment' => 'dev',
  21307. 'kernel.debug' => true,
  21308. 'kernel.logs_dir' => (\dirname(__DIR__, 3).'/logs'),
  21309. 'kernel.bundles' => [
  21310. 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  21311. 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  21312. 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  21313. 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  21314. 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  21315. 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  21316. 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  21317. 'ABaCusCoreBundle' => 'CoreBundle\\ABaCusCoreBundle',
  21318. 'UserBundle' => 'UserBundle\\UserBundle',
  21319. 'ABaCusStudentBundle' => 'StudentBundle\\ABaCusStudentBundle',
  21320. 'ABaCusTeacherBundle' => 'TeacherBundle\\ABaCusTeacherBundle',
  21321. 'ABaCusAdminBundle' => 'AdminBundle\\ABaCusAdminBundle',
  21322. 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  21323. 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  21324. 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  21325. 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  21326. 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  21327. 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  21328. 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  21329. 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  21330. 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  21331. 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  21332. 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  21333. 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  21334. 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  21335. 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  21336. ],
  21337. 'kernel.bundles_metadata' => [
  21338. 'FrameworkBundle' => [
  21339. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
  21340. 'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  21341. ],
  21342. 'SecurityBundle' => [
  21343. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
  21344. 'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  21345. ],
  21346. 'TwigBundle' => [
  21347. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
  21348. 'namespace' => 'Symfony\\Bundle\\TwigBundle',
  21349. ],
  21350. 'MonologBundle' => [
  21351. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
  21352. 'namespace' => 'Symfony\\Bundle\\MonologBundle',
  21353. ],
  21354. 'DoctrineBundle' => [
  21355. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
  21356. 'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  21357. ],
  21358. 'StofDoctrineExtensionsBundle' => [
  21359. 'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
  21360. 'namespace' => 'Stof\\DoctrineExtensionsBundle',
  21361. ],
  21362. 'FOSUserBundle' => [
  21363. 'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src'),
  21364. 'namespace' => 'FOS\\UserBundle',
  21365. ],
  21366. 'ABaCusCoreBundle' => [
  21367. 'path' => (\dirname(__DIR__, 4).'/src/CoreBundle'),
  21368. 'namespace' => 'CoreBundle',
  21369. ],
  21370. 'UserBundle' => [
  21371. 'path' => (\dirname(__DIR__, 4).'/src/UserBundle'),
  21372. 'namespace' => 'UserBundle',
  21373. ],
  21374. 'ABaCusStudentBundle' => [
  21375. 'path' => (\dirname(__DIR__, 4).'/src/StudentBundle'),
  21376. 'namespace' => 'StudentBundle',
  21377. ],
  21378. 'ABaCusTeacherBundle' => [
  21379. 'path' => (\dirname(__DIR__, 4).'/src/TeacherBundle'),
  21380. 'namespace' => 'TeacherBundle',
  21381. ],
  21382. 'ABaCusAdminBundle' => [
  21383. 'path' => (\dirname(__DIR__, 4).'/src/AdminBundle'),
  21384. 'namespace' => 'AdminBundle',
  21385. ],
  21386. 'KnpPaginatorBundle' => [
  21387. 'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
  21388. 'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  21389. ],
  21390. 'VichUploaderBundle' => [
  21391. 'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
  21392. 'namespace' => 'Vich\\UploaderBundle',
  21393. ],
  21394. 'EightPointsGuzzleBundle' => [
  21395. 'path' => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src'),
  21396. 'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  21397. ],
  21398. 'SentryBundle' => [
  21399. 'path' => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src'),
  21400. 'namespace' => 'Sentry\\SentryBundle',
  21401. ],
  21402. 'WebProfilerBundle' => [
  21403. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
  21404. 'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  21405. ],
  21406. 'DebugBundle' => [
  21407. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
  21408. 'namespace' => 'Symfony\\Bundle\\DebugBundle',
  21409. ],
  21410. 'NelmioApiDocBundle' => [
  21411. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
  21412. 'namespace' => 'Nelmio\\ApiDocBundle',
  21413. ],
  21414. 'NelmioCorsBundle' => [
  21415. 'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
  21416. 'namespace' => 'Nelmio\\CorsBundle',
  21417. ],
  21418. 'EasyAdminBundle' => [
  21419. 'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle'),
  21420. 'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  21421. ],
  21422. 'MakerBundle' => [
  21423. 'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
  21424. 'namespace' => 'Symfony\\Bundle\\MakerBundle',
  21425. ],
  21426. 'SymfonyCastsVerifyEmailBundle' => [
  21427. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src'),
  21428. 'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  21429. ],
  21430. 'SymfonyCastsResetPasswordBundle' => [
  21431. 'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
  21432. 'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  21433. ],
  21434. 'SchebTwoFactorBundle' => [
  21435. 'path' => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle'),
  21436. 'namespace' => 'Scheb\\TwoFactorBundle',
  21437. ],
  21438. 'DoctrineMigrationsBundle' => [
  21439. 'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
  21440. 'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  21441. ],
  21442. ],
  21443. 'kernel.charset' => 'UTF-8',
  21444. 'kernel.container_class' => 'KernelDevDebugContainer',
  21445. 'container.dumper.inline_class_loader' => true,
  21446. 'container.dumper.inline_factories' => true,
  21447. 'database_driver' => 'pdo_mysql',
  21448. 'database_host' => '127.0.0.1',
  21449. 'database_port' => NULL,
  21450. 'database_name' => 'abacusfysik_dev',
  21451. 'database_user' => 'symfony',
  21452. 'database_password' => 'nscc752ja8TZxKwYkzyNhSYP',
  21453. 'mailer_transport' => 'smtp',
  21454. 'mailer_host' => '127.0.0.1',
  21455. 'mailer_user' => 'test@test.dk',
  21456. 'mailer_password' => NULL,
  21457. 'locale' => 'da',
  21458. 'secret' => 'gs4MPFPqHJVvrZreWQW3mQvFeukYo7',
  21459. 'abacus_environment' => 'highschool',
  21460. 'abacus.scope' => 'abacus-fysik',
  21461. 'abacus.publisher' => 'systime',
  21462. 'abacus.use_mathjax' => true,
  21463. 'abacus.use_aws_polly' => false,
  21464. 'abacus.use_editor_features' => true,
  21465. 'abacus.use_bug_report' => true,
  21466. 'abacus.show_self_study' => false,
  21467. 'abacus.show_textbook' => false,
  21468. 'abacus.show_aids_option' => true,
  21469. 'abacus.max_difficulty' => 5,
  21470. 'abacus.use_gamification' => false,
  21471. 'abacus.hotjar_enabled' => false,
  21472. 'abacus.activity_types' => [
  21473. 'peer' => false,
  21474. 'textbook' => false,
  21475. 'worksheet' => false,
  21476. 'quiz' => true,
  21477. 'adaptive' => true,
  21478. 'cramming' => false,
  21479. 'dictate' => false,
  21480. 'reading_test' => false,
  21481. 'screening' => '$(ABACUS_ACTIVITIES_SCREENING)',
  21482. ],
  21483. 'abacus_testmode' => 1,
  21484. 'abacus_base_url' => 'https://abacusfysik.dev.tibalo.dk',
  21485. 'abacus_filter_content_name' => 0,
  21486. 'abacus.loginconnector.base_url' => 'https://test-loginconnector.gyldendal.dk',
  21487. 'abacus.loginconnector.api_key' => '7714dfd4-068d-48da-9a09-aa6d4cdd7137',
  21488. 'abacus.loginconnector.client_name' => 'gu-abacus',
  21489. 'abacus.loginconnector.shared_secret' => 'gu-abac-437a-404',
  21490. 'abacus.loginconnector.require_license' => 0,
  21491. 'abacus.loginconnector.isbns' => [
  21492. ],
  21493. 'abacus.gas.api_key' => 'e6fe017f95f041dd950fa882bdc7e8a5',
  21494. 'abacus.gas.base_url' => 'https://dev-apim.gyldendal.dk',
  21495. 'abacus.gas.v3_product_path' => '/GAS-v3-Test/v3',
  21496. 'abacus.gas.v4_product_path' => '/GAS-v4-Test/v4',
  21497. 'abacus.gas.api_key_header_name' => 'Ocp-Apim-Subscription-Key',
  21498. 'abacus_logout_success_url' => 'https://www.abacus.dk/',
  21499. 'hashids_salt' => 'c9ca7eda-8abd-4574-9359-a603ab883612',
  21500. 'maxstudents_resultpages' => 100,
  21501. 'aws_sdk' => [
  21502. 'version' => 'latest',
  21503. 'region' => 'eu-west-2',
  21504. 'credentials' => [
  21505. 'key' => 'AKIAXK54U276X656SIO4',
  21506. 'secret' => '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',
  21507. ],
  21508. ],
  21509. 'system_topic' => 'math',
  21510. 'sentry_dsn' => 'https://51bef89a94e64719ba0045b2fa4bd0c7@o445280.ingest.sentry.io/5423140',
  21511. 'sentry_js_dsn' => 'https://dce8c02ed7714746985fa39087e51e27@o445280.ingest.sentry.io/5429644',
  21512. 'allow_sentry_logging' => 1,
  21513. 'allow_two_attempts_in_cramming' => 1,
  21514. 'abacus.systime.require_license' => 0,
  21515. 'abacus.appendices_dir' => '/appendices/',
  21516. 'gale_api_shared_secret' => '$(GALE_API_SHARED_SECRET)',
  21517. 'gale_api_jwt_public_key' => '$(GALE_API_JWT_PUBLIC_KEY)',
  21518. 'gale_users.base_url' => 'default value',
  21519. 'gale_users.api_key' => 'default value',
  21520. 'systime_users.base_url' => 'default value',
  21521. 'systime_users.api_key' => 'default value',
  21522. 'systime_users.sha256_hash_key' => 'default value',
  21523. 'systime_users.isbn' => 'default value',
  21524. 'clickstream.api.url' => '',
  21525. 'clickstream.api.key' => '',
  21526. 'clickstream.isbn' => '9788743322092',
  21527. 'event_dispatcher.event_aliases' => [
  21528. 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  21529. 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  21530. 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  21531. 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  21532. 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  21533. 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  21534. 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  21535. 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  21536. 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  21537. 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  21538. 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  21539. 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  21540. 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  21541. 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  21542. 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  21543. 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  21544. 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  21545. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  21546. 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  21547. 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  21548. 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  21549. ],
  21550. 'fragment.renderer.hinclude.global_template' => NULL,
  21551. 'fragment.path' => '/_fragment',
  21552. 'kernel.secret' => 'gs4MPFPqHJVvrZreWQW3mQvFeukYo7',
  21553. 'kernel.http_method_override' => true,
  21554. 'kernel.trusted_hosts' => [
  21555. ],
  21556. 'kernel.default_locale' => 'da',
  21557. 'kernel.enabled_locales' => [
  21558. ],
  21559. 'kernel.error_controller' => 'error_controller',
  21560. 'debug.file_link_format' => NULL,
  21561. 'asset.request_context.base_path' => NULL,
  21562. 'asset.request_context.secure' => NULL,
  21563. 'translator.logging' => false,
  21564. 'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
  21565. 'debug.error_handler.throw_at' => -1,
  21566. 'router.request_context.host' => 'localhost',
  21567. 'router.request_context.scheme' => 'http',
  21568. 'router.request_context.base_url' => '',
  21569. 'router.resource' => 'kernel::loadRoutes',
  21570. 'request_listener.http_port' => 80,
  21571. 'request_listener.https_port' => 443,
  21572. 'session.metadata.storage_key' => '_sf2_meta',
  21573. 'session.storage.options' => [
  21574. 'cache_limiter' => '0',
  21575. 'cookie_lifetime' => 31536000,
  21576. 'cookie_httponly' => true,
  21577. 'gc_maxlifetime' => 31536000,
  21578. 'gc_probability' => 0,
  21579. ],
  21580. 'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
  21581. 'session.metadata.update_threshold' => 0,
  21582. 'form.type_extension.csrf.enabled' => true,
  21583. 'form.type_extension.csrf.field_name' => '_token',
  21584. 'validator.translation_domain' => 'validators',
  21585. 'profiler_listener.only_exceptions' => false,
  21586. 'profiler_listener.only_main_requests' => false,
  21587. 'security.role_hierarchy.roles' => [
  21588. 'ROLE_SUPER_ADMIN' => [
  21589. 0 => 'ROLE_ADMIN',
  21590. 1 => 'ROLE_ALLOWED_TO_SWITCH',
  21591. ],
  21592. 'ROLE_ADMIN' => [
  21593. 0 => 'ROLE_USER',
  21594. 1 => 'ROLE_EDITOR',
  21595. 2 => 'ROLE_ALLOWED_TO_SWITCH',
  21596. 3 => 'ROLE_TEACHER',
  21597. ],
  21598. 'ROLE_EDITOR' => [
  21599. 0 => 'ROLE_USER',
  21600. 1 => 'ROLE_AUTHOR',
  21601. ],
  21602. 'ROLE_AUTHOR' => [
  21603. 0 => 'ROLE_USER',
  21604. ],
  21605. 'ROLE_TEACHER' => [
  21606. 0 => 'ROLE_USER',
  21607. 1 => 'ROLE_ALLOWED_TO_SWITCH',
  21608. ],
  21609. 'ROLE_STUDENT' => [
  21610. 0 => 'ROLE_USER',
  21611. ],
  21612. 'ROLE_SINGLE_STUDENT' => [
  21613. 0 => 'ROLE_USER',
  21614. ],
  21615. 'ROLE_API_CREATOR' => [
  21616. 0 => 'ROLE_API',
  21617. ],
  21618. 'ROLE_API_TEACHER' => [
  21619. 0 => 'ROLE_API',
  21620. 1 => 'ROLE_ALLOWED_TO_SWITCH',
  21621. ],
  21622. 'ROLE_API_STUDENT' => [
  21623. 0 => 'ROLE_API',
  21624. ],
  21625. 'ROLE_API' => [
  21626. 0 => 'ROLE_USER',
  21627. ],
  21628. ],
  21629. 'security.access.denied_url' => NULL,
  21630. 'security.authentication.manager.erase_credentials' => true,
  21631. 'security.authentication.session_strategy.strategy' => 'migrate',
  21632. 'security.access.always_authenticate_before_granting' => false,
  21633. 'security.authentication.hide_user_not_found' => true,
  21634. 'security.firewalls' => [
  21635. 0 => 'api_doc',
  21636. 1 => 'api_gale',
  21637. 2 => 'dev',
  21638. 3 => 'main',
  21639. ],
  21640. 'twig.form.resources' => [
  21641. 0 => '@VichUploader/Form/fields.html.twig',
  21642. 1 => 'form_div_layout.html.twig',
  21643. ],
  21644. 'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
  21645. 'monolog.use_microseconds' => true,
  21646. 'monolog.swift_mailer.handlers' => [
  21647. ],
  21648. 'monolog.handlers_to_channels' => [
  21649. 'monolog.handler.console' => [
  21650. 'type' => 'exclusive',
  21651. 'elements' => [
  21652. 0 => 'event',
  21653. 1 => 'doctrine',
  21654. 2 => 'console',
  21655. ],
  21656. ],
  21657. 'monolog.handler.main' => [
  21658. 'type' => 'exclusive',
  21659. 'elements' => [
  21660. 0 => 'event',
  21661. ],
  21662. ],
  21663. ],
  21664. 'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  21665. 'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  21666. 'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  21667. 'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  21668. 'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  21669. 'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  21670. 'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  21671. 'doctrine.entity_managers' => [
  21672. 'default' => 'doctrine.orm.default_entity_manager',
  21673. ],
  21674. 'doctrine.default_entity_manager' => 'default',
  21675. 'doctrine.dbal.connection_factory.types' => [
  21676. 'uuid' => [
  21677. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  21678. ],
  21679. 'ulid' => [
  21680. 'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  21681. ],
  21682. ],
  21683. 'doctrine.connections' => [
  21684. 'default' => 'doctrine.dbal.default_connection',
  21685. ],
  21686. 'doctrine.default_connection' => 'default',
  21687. 'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  21688. 'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  21689. 'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  21690. 'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  21691. 'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  21692. 'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  21693. 'doctrine.orm.cache.memcache_host' => 'localhost',
  21694. 'doctrine.orm.cache.memcache_port' => 11211,
  21695. 'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  21696. 'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  21697. 'doctrine.orm.cache.memcached_host' => 'localhost',
  21698. 'doctrine.orm.cache.memcached_port' => 11211,
  21699. 'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  21700. 'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  21701. 'doctrine.orm.cache.redis_host' => 'localhost',
  21702. 'doctrine.orm.cache.redis_port' => 6379,
  21703. 'doctrine.orm.cache.redis_instance.class' => 'Redis',
  21704. 'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  21705. 'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  21706. 'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  21707. 'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  21708. 'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  21709. 'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  21710. 'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  21711. 'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  21712. 'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  21713. 'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  21714. 'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  21715. 'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  21716. 'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  21717. 'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  21718. 'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  21719. 'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  21720. 'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  21721. 'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  21722. 'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  21723. 'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  21724. 'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  21725. 'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  21726. 'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  21727. 'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  21728. 'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  21729. 'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  21730. 'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  21731. 'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  21732. 'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  21733. 'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  21734. 'doctrine.orm.auto_generate_proxy_classes' => true,
  21735. 'doctrine.orm.enable_lazy_ghost_objects' => false,
  21736. 'doctrine.orm.proxy_namespace' => 'Proxies',
  21737. 'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  21738. 'stof_doctrine_extensions.default_locale' => 'en',
  21739. 'stof_doctrine_extensions.translation_fallback' => false,
  21740. 'stof_doctrine_extensions.persist_default_translation' => false,
  21741. 'stof_doctrine_extensions.skip_translation_on_load' => false,
  21742. 'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  21743. 'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  21744. 'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  21745. 'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  21746. 'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  21747. 'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  21748. 'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  21749. 'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  21750. 'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  21751. 'fos_user.backend_type_orm' => true,
  21752. 'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  21753. 'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  21754. 'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  21755. 'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  21756. 'fos_user.registration.confirmation.from_email' => [
  21757. 'test@test.dk' => 'abacus.dk',
  21758. ],
  21759. 'fos_user.resetting.email.from_email' => [
  21760. 'test@test.dk' => 'abacus.dk',
  21761. ],
  21762. 'fos_user.registration.confirmation.from_address' => [
  21763. 'address' => 'test@test.dk',
  21764. 'sender_name' => 'abacus.dk',
  21765. ],
  21766. 'fos_user.resetting.email.from_address' => [
  21767. 'address' => 'test@test.dk',
  21768. 'sender_name' => 'abacus.dk',
  21769. ],
  21770. 'fos_user.storage' => 'orm',
  21771. 'fos_user.firewall_name' => 'main',
  21772. 'fos_user.model_manager_name' => NULL,
  21773. 'fos_user.model.user.class' => 'UserBundle\\Entity\\User',
  21774. 'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  21775. 'fos_user.profile.form.name' => 'fos_user_profile_form',
  21776. 'fos_user.profile.form.validation_groups' => [
  21777. 0 => 'Profile',
  21778. 1 => 'Default',
  21779. ],
  21780. 'fos_user.registration.confirmation.enabled' => false,
  21781. 'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  21782. 'fos_user.registration.form.name' => 'fos_user_registration_form',
  21783. 'fos_user.registration.form.validation_groups' => [
  21784. 0 => 'Registration',
  21785. 1 => 'Default',
  21786. ],
  21787. 'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  21788. 'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  21789. 'fos_user.change_password.form.validation_groups' => [
  21790. 0 => 'ChangePassword',
  21791. 1 => 'Default',
  21792. ],
  21793. 'fos_user.resetting.retry_ttl' => 7200,
  21794. 'fos_user.resetting.token_ttl' => 86400,
  21795. 'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  21796. 'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  21797. 'fos_user.resetting.form.validation_groups' => [
  21798. 0 => 'ResetPassword',
  21799. 1 => 'Default',
  21800. ],
  21801. 'knp_paginator.template.pagination' => 'KnpPaginatorBundle:Pagination:sliding.html.twig',
  21802. 'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  21803. 'knp_paginator.template.sortable' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig',
  21804. 'knp_paginator.page_range' => 5,
  21805. 'knp_paginator.page_limit' => NULL,
  21806. 'vich_uploader.default_filename_attribute_suffix' => '_name',
  21807. 'vich_uploader.mappings' => [
  21808. 'peer_solution_file' => [
  21809. 'uri_prefix' => '/uploads/peer_solution_files',
  21810. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/peer_solution_files'),
  21811. 'namer' => [
  21812. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.peer_solution_file',
  21813. 'options' => [
  21814. ],
  21815. ],
  21816. 'directory_namer' => [
  21817. 'service' => NULL,
  21818. 'options' => NULL,
  21819. ],
  21820. 'delete_on_remove' => true,
  21821. 'delete_on_update' => true,
  21822. 'inject_on_load' => false,
  21823. 'db_driver' => 'orm',
  21824. ],
  21825. 'worksheet_solution_file' => [
  21826. 'uri_prefix' => '/uploads/worksheet_solution_files',
  21827. 'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/worksheet_solution_files'),
  21828. 'namer' => [
  21829. 'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.worksheet_solution_file',
  21830. 'options' => [
  21831. ],
  21832. ],
  21833. 'directory_namer' => [
  21834. 'service' => NULL,
  21835. 'options' => NULL,
  21836. ],
  21837. 'delete_on_remove' => true,
  21838. 'delete_on_update' => true,
  21839. 'inject_on_load' => false,
  21840. 'db_driver' => 'orm',
  21841. ],
  21842. ],
  21843. 'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  21844. 'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  21845. 'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  21846. 'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  21847. 'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  21848. 'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  21849. 'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  21850. 'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  21851. 'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  21852. 'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  21853. 'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  21854. 'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  21855. 'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  21856. 'eight_points_guzzle.plugin.header.headers' => [
  21857. ],
  21858. 'env(SENTRY_RELEASE)' => 'dev-develop@b313ed3',
  21859. 'sentry.tracing.enabled' => true,
  21860. 'sentry.tracing.dbal.enabled' => true,
  21861. 'sentry.tracing.dbal.connections' => [
  21862. ],
  21863. 'sentry.tracing.cache.enabled' => true,
  21864. 'sentry.tracing.http_client.enabled' => true,
  21865. 'web_profiler.debug_toolbar.intercept_redirects' => false,
  21866. 'web_profiler.debug_toolbar.mode' => 2,
  21867. 'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  21868. 'nelmio_api_doc.areas' => [
  21869. 0 => 'default',
  21870. ],
  21871. 'nelmio_api_doc.use_validation_groups' => false,
  21872. 'nelmio_cors.map' => [
  21873. '^/api/' => [
  21874. 'allow_origin' => true,
  21875. 'allow_headers' => [
  21876. 0 => 'origin',
  21877. 1 => 'content-type',
  21878. 2 => 'userid',
  21879. 3 => 'hmac',
  21880. 4 => 'myaccountid',
  21881. 5 => 'authorization',
  21882. 6 => 'external-user-id',
  21883. 7 => 'is-external',
  21884. ],
  21885. 'allow_methods' => [
  21886. 0 => 'POST',
  21887. 1 => 'PUT',
  21888. 2 => 'GET',
  21889. 3 => 'OPTIONS',
  21890. 4 => 'DELETE',
  21891. 5 => 'PATCH',
  21892. ],
  21893. 'allow_credentials' => true,
  21894. 'max_age' => 3600,
  21895. ],
  21896. ],
  21897. 'nelmio_cors.defaults' => [
  21898. 'allow_origin' => [
  21899. ],
  21900. 'allow_credentials' => false,
  21901. 'allow_headers' => [
  21902. ],
  21903. 'allow_private_network' => false,
  21904. 'expose_headers' => [
  21905. ],
  21906. 'allow_methods' => [
  21907. ],
  21908. 'max_age' => 0,
  21909. 'hosts' => [
  21910. ],
  21911. 'origin_regex' => false,
  21912. 'skip_same_as_origin' => true,
  21913. 'forced_allow_origin_value' => NULL,
  21914. ],
  21915. 'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  21916. 'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  21917. 'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  21918. 'scheb_two_factor.model_manager_name' => NULL,
  21919. 'scheb_two_factor.security_tokens' => [
  21920. 0 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  21921. 1 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  21922. ],
  21923. 'scheb_two_factor.ip_whitelist' => [
  21924. ],
  21925. 'scheb_two_factor.totp.issuer' => NULL,
  21926. 'scheb_two_factor.totp.server_name' => NULL,
  21927. 'scheb_two_factor.totp.window' => 1,
  21928. 'scheb_two_factor.totp.parameters' => [
  21929. ],
  21930. 'scheb_two_factor.totp.template' => '@User/Security/totp_login.html.twig',
  21931. 'scheb_two_factor.totp.leeway' => NULL,
  21932. 'scheb_two_factor.trusted_device.enabled' => false,
  21933. 'doctrine.migrations.preferred_em' => NULL,
  21934. 'doctrine.migrations.preferred_connection' => NULL,
  21935. 'data_collector.templates' => [
  21936. 'data_collector.request' => [
  21937. 0 => 'request',
  21938. 1 => '@WebProfiler/Collector/request.html.twig',
  21939. ],
  21940. 'data_collector.time' => [
  21941. 0 => 'time',
  21942. 1 => '@WebProfiler/Collector/time.html.twig',
  21943. ],
  21944. 'data_collector.memory' => [
  21945. 0 => 'memory',
  21946. 1 => '@WebProfiler/Collector/memory.html.twig',
  21947. ],
  21948. 'data_collector.validator' => [
  21949. 0 => 'validator',
  21950. 1 => '@WebProfiler/Collector/validator.html.twig',
  21951. ],
  21952. 'data_collector.ajax' => [
  21953. 0 => 'ajax',
  21954. 1 => '@WebProfiler/Collector/ajax.html.twig',
  21955. ],
  21956. 'data_collector.form' => [
  21957. 0 => 'form',
  21958. 1 => '@WebProfiler/Collector/form.html.twig',
  21959. ],
  21960. 'data_collector.exception' => [
  21961. 0 => 'exception',
  21962. 1 => '@WebProfiler/Collector/exception.html.twig',
  21963. ],
  21964. 'data_collector.logger' => [
  21965. 0 => 'logger',
  21966. 1 => '@WebProfiler/Collector/logger.html.twig',
  21967. ],
  21968. 'data_collector.events' => [
  21969. 0 => 'events',
  21970. 1 => '@WebProfiler/Collector/events.html.twig',
  21971. ],
  21972. 'data_collector.router' => [
  21973. 0 => 'router',
  21974. 1 => '@WebProfiler/Collector/router.html.twig',
  21975. ],
  21976. 'data_collector.cache' => [
  21977. 0 => 'cache',
  21978. 1 => '@WebProfiler/Collector/cache.html.twig',
  21979. ],
  21980. 'data_collector.translation' => [
  21981. 0 => 'translation',
  21982. 1 => '@WebProfiler/Collector/translation.html.twig',
  21983. ],
  21984. 'data_collector.security' => [
  21985. 0 => 'security',
  21986. 1 => '@Security/Collector/security.html.twig',
  21987. ],
  21988. 'data_collector.twig' => [
  21989. 0 => 'twig',
  21990. 1 => '@WebProfiler/Collector/twig.html.twig',
  21991. ],
  21992. 'data_collector.http_client' => [
  21993. 0 => 'http_client',
  21994. 1 => '@WebProfiler/Collector/http_client.html.twig',
  21995. ],
  21996. 'data_collector.doctrine' => [
  21997. 0 => 'db',
  21998. 1 => '@Doctrine/Collector/db.html.twig',
  21999. ],
  22000. 'data_collector.dump' => [
  22001. 0 => 'dump',
  22002. 1 => '@Debug/Profiler/dump.html.twig',
  22003. ],
  22004. 'data_collector.messenger' => [
  22005. 0 => 'messenger',
  22006. 1 => '@WebProfiler/Collector/messenger.html.twig',
  22007. ],
  22008. 'mailer.data_collector' => [
  22009. 0 => 'mailer',
  22010. 1 => '@WebProfiler/Collector/mailer.html.twig',
  22011. ],
  22012. 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  22013. 0 => 'vich_uploader.mapping_collector',
  22014. 1 => '@VichUploader/Collector/mapping_collector.html.twig',
  22015. ],
  22016. 'eight_points_guzzle.data_collector' => [
  22017. 0 => 'eight_points_guzzle',
  22018. 1 => '@EightPointsGuzzle/debug.html.twig',
  22019. ],
  22020. 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  22021. 0 => 'easyadmin',
  22022. 1 => '@EasyAdmin/inspector/data_collector.html.twig',
  22023. ],
  22024. 'data_collector.config' => [
  22025. 0 => 'config',
  22026. 1 => '@WebProfiler/Collector/config.html.twig',
  22027. ],
  22028. ],
  22029. 'console.command.ids' => [
  22030. 0 => 'CoreBundle\\Command\\RemoveStudentFromClassroomsCommand',
  22031. 1 => 'CoreBundle\\Command\\FulfilDeletionRequestsCommand',
  22032. 2 => 'CoreBundle\\Command\\RetentionCleanupCommand',
  22033. 3 => 'CoreBundle\\Command\\MigrateWordOptionsCommand',
  22034. 4 => 'CoreBundle\\Command\\DeleteOldLogEventsCommand',
  22035. 5 => 'CoreBundle\\Command\\UpdateSystimeUsersCommand',
  22036. 6 => 'CoreBundle\\Command\\SetupEndToEndTestDataCommand',
  22037. 7 => 'CoreBundle\\Command\\RemoveEndToEndTestDataCommand',
  22038. 8 => 'CoreBundle\\Command\\AbacusProblemdndMigrateCommand',
  22039. ],
  22040. ];
  22041. }
  22042. protected function throw($message)
  22043. {
  22044. throw new RuntimeException($message);
  22045. }
  22046. }