<?php
namespace ContainerSWHNN7x;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.session' => 'get_Container_Private_SessionService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'AdminBundle\\Controller\\BugReportsController' => 'getBugReportsControllerService',
'AdminBundle\\Controller\\ContentController' => 'getContentControllerService',
'AdminBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController' => 'getAudioReferenceCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController' => 'getAuthorCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController' => 'getBugReportCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController' => 'getCategoryCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\ContentOverviewController' => 'getContentOverviewControllerService',
'AdminBundle\\Controller\\EasyAdmin\\DashboardController' => 'getDashboardControllerService',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController' => 'getEditorCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController' => 'getImageReferenceCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController' => 'getInfoCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController' => 'getInvitationCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController' => 'getProblemCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController' => 'getProblemFromQuizCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController' => 'getProblemFromTemplateCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController' => 'getProductQuizCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController' => 'getPublicationCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController' => 'getPublicationFromPublisherCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController' => 'getPublisherCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController' => 'getQuizCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController' => 'getQuizFromPublicationCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController' => 'getQuizTypeCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController' => 'getTagCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController' => 'getTemplateCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController' => 'getTemplateFromTopicCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController' => 'getTemplateSetCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController' => 'getTopicCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController' => 'getTopicFromCategoryCrudControllerService',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController' => 'getUserCrudControllerService',
'AdminBundle\\Controller\\InstitutionController' => 'getInstitutionControllerService',
'AdminBundle\\Controller\\MathproblemController' => 'getMathproblemControllerService',
'AdminBundle\\Controller\\ProblemController' => 'getProblemControllerService',
'AdminBundle\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
'AdminBundle\\Controller\\TagController' => 'getTagControllerService',
'AdminBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'AdminBundle\\Controller\\TopicController' => 'getTopicControllerService',
'AdminBundle\\Controller\\UserController' => 'getUserControllerService',
'CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand' => 'getAbacusCopyAnonymizedProdDataToTestServerCommandService',
'CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand' => 'getAbacusDispatchEventsToClickstreamCommandService',
'CoreBundle\\Command\\AbacusFetchSiteCommand' => 'getAbacusFetchSiteCommandService',
'CoreBundle\\Command\\AbacusLoadTestDataCommand' => 'getAbacusLoadTestDataCommandService',
'CoreBundle\\Command\\AbacusLocateInlineImagesCommand' => 'getAbacusLocateInlineImagesCommandService',
'CoreBundle\\Command\\AbacusLocateMissingFilesCommand' => 'getAbacusLocateMissingFilesCommandService',
'CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand' => 'getAbacusMigrateTextbookElementImagesToReferencesCommandService',
'CoreBundle\\Command\\AbacusProblemdndMigrateCommand' => 'getAbacusProblemdndMigrateCommandService',
'CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand' => 'getAbacusRearrangeMathProblemsCommandService',
'CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand' => 'getAbacusValidateExistingMathproblemsCommandService',
'CoreBundle\\Command\\DeleteOldLogEventsCommand' => 'getDeleteOldLogEventsCommandService',
'CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand' => 'getDispatchMigrateFilesToReferencesCommandService',
'CoreBundle\\Command\\FulfilDeletionRequestsCommand' => 'getFulfilDeletionRequestsCommandService',
'CoreBundle\\Command\\MigrateWordOptionsCommand' => 'getMigrateWordOptionsCommandService',
'CoreBundle\\Command\\RemoveEndToEndTestDataCommand' => 'getRemoveEndToEndTestDataCommandService',
'CoreBundle\\Command\\RemoveStudentFromClassroomsCommand' => 'getRemoveStudentFromClassroomsCommandService',
'CoreBundle\\Command\\RetentionCleanupCommand' => 'getRetentionCleanupCommandService',
'CoreBundle\\Command\\SetupEndToEndTestDataCommand' => 'getSetupEndToEndTestDataCommandService',
'CoreBundle\\Command\\UpdateSystimeUsersCommand' => 'getUpdateSystimeUsersCommandService',
'CoreBundle\\Controller\\API\\PollyController' => 'getPollyControllerService',
'CoreBundle\\Controller\\API\\ProblemController' => 'getProblemController2Service',
'CoreBundle\\Controller\\API\\SharedQuizController' => 'getSharedQuizControllerService',
'CoreBundle\\Controller\\API\\VideoController' => 'getVideoControllerService',
'CoreBundle\\Controller\\BugReportController' => 'getBugReportControllerService',
'CoreBundle\\Controller\\DataController' => 'getDataControllerService',
'CoreBundle\\Controller\\DefaultController' => 'getDefaultController2Service',
'CoreBundle\\Controller\\EventLoggerController' => 'getEventLoggerControllerService',
'CoreBundle\\Controller\\KombiMatController' => 'getKombiMatControllerService',
'CoreBundle\\Controller\\MathProblemController' => 'getMathProblemController2Service',
'CoreBundle\\Controller\\ResultsController' => 'getResultsControllerService',
'CoreBundle\\Controller\\TestController' => 'getTestControllerService',
'CoreBundle\\Controller\\TextbookController' => 'getTextbookControllerService',
'CoreBundle\\Helpers\\InternalSyntaxHelper' => 'getInternalSyntaxHelperService',
'CoreBundle\\Helpers\\TokenizeHelper' => 'getTokenizeHelperService',
'CoreBundle\\Helpers\\ValidationHelper' => 'getValidationHelperService',
'CoreBundle\\Service\\API\\AdaptiveActivityResultsService' => 'getAdaptiveActivityResultsServiceService',
'CoreBundle\\Service\\API\\AnswerService' => 'getAnswerServiceService',
'CoreBundle\\Service\\API\\CrammingActivityResultsService' => 'getCrammingActivityResultsServiceService',
'CoreBundle\\Service\\API\\DictateActivityResultsService' => 'getDictateActivityResultsServiceService',
'CoreBundle\\Service\\API\\ExtractQuestionAnswers' => 'getExtractQuestionAnswersService',
'CoreBundle\\Service\\API\\HomeworkActivityResultsService' => 'getHomeworkActivityResultsServiceService',
'CoreBundle\\Service\\API\\ProblemService' => 'getProblemServiceService',
'CoreBundle\\Service\\API\\QuizActivityResultsService' => 'getQuizActivityResultsServiceService',
'CoreBundle\\Service\\API\\ReadingTestResultsService' => 'getReadingTestResultsServiceService',
'CoreBundle\\Service\\API\\SharedQuizService' => 'getSharedQuizServiceService',
'CoreBundle\\Service\\API\\TrainingActivityResultsService' => 'getTrainingActivityResultsServiceService',
'CoreBundle\\Service\\DataService' => 'getDataServiceService',
'CoreBundle\\Service\\MathProblemService' => 'getMathProblemServiceService',
'CoreBundle\\Service\\PartialInputDataService' => 'getPartialInputDataServiceService',
'CoreBundle\\Service\\QuizCorrectPercentageService' => 'getQuizCorrectPercentageServiceService',
'CoreBundle\\Service\\QuizUnitService' => 'getQuizUnitServiceService',
'CoreBundle\\Service\\ScoreService' => 'getScoreServiceService',
'CoreBundle\\Service\\TestDataService' => 'getTestDataServiceService',
'CoreBundle\\Service\\TextbookService' => 'getTextbookServiceService',
'CoreBundle\\Service\\TrainingSessionService' => 'getTrainingSessionServiceService',
'CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver' => 'getPeerSessionTimeStatusResolverService',
'CoreBundle\\Session\\SessionPlayer' => 'getSessionPlayerService',
'CoreBundle\\Util\\Aws\\AwsPollyUtil' => 'getAwsPollyUtilService',
'CoreBundle\\Validators\\QuizUnitValidator' => 'getQuizUnitValidatorService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
'StudentBundle\\Controller\\API\\ActivityMetadataController' => 'getActivityMetadataControllerService',
'StudentBundle\\Controller\\API\\CrammingActivityResultsController' => 'getCrammingActivityResultsControllerService',
'StudentBundle\\Controller\\API\\DictateActivityResultsController' => 'getDictateActivityResultsControllerService',
'StudentBundle\\Controller\\API\\GamificationProfileController' => 'getGamificationProfileControllerService',
'StudentBundle\\Controller\\API\\HistoryController' => 'getHistoryControllerService',
'StudentBundle\\Controller\\API\\HomeworkActivityResultsController' => 'getHomeworkActivityResultsControllerService',
'StudentBundle\\Controller\\API\\PeerActivityResultsController' => 'getPeerActivityResultsControllerService',
'StudentBundle\\Controller\\API\\ProblemController' => 'getProblemController3Service',
'StudentBundle\\Controller\\API\\QuizActivityController' => 'getQuizActivityControllerService',
'StudentBundle\\Controller\\API\\QuizActivityResultsController' => 'getQuizActivityResultsControllerService',
'StudentBundle\\Controller\\API\\ReadingTestResultsController' => 'getReadingTestResultsControllerService',
'StudentBundle\\Controller\\API\\TrainingActivityResultsController' => 'getTrainingActivityResultsControllerService',
'StudentBundle\\Controller\\ClassroomsController' => 'getClassroomsControllerService',
'StudentBundle\\Controller\\CrammingActivityController' => 'getCrammingActivityControllerService',
'StudentBundle\\Controller\\DashboardController' => 'getDashboardController2Service',
'StudentBundle\\Controller\\DefaultController' => 'getDefaultController3Service',
'StudentBundle\\Controller\\DictateController' => 'getDictateControllerService',
'StudentBundle\\Controller\\HistoryController' => 'getHistoryController2Service',
'StudentBundle\\Controller\\HomeworkController' => 'getHomeworkControllerService',
'StudentBundle\\Controller\\KvikDansk\\SelfStudyController' => 'getSelfStudyControllerService',
'StudentBundle\\Controller\\KvikMat\\SelfStudyController' => 'getSelfStudyController2Service',
'StudentBundle\\Controller\\PeerSessionController' => 'getPeerSessionControllerService',
'StudentBundle\\Controller\\PerformanceController' => 'getPerformanceControllerService',
'StudentBundle\\Controller\\PretestController' => 'getPretestControllerService',
'StudentBundle\\Controller\\QuizSessionController' => 'getQuizSessionControllerService',
'StudentBundle\\Controller\\ReadingTestController' => 'getReadingTestControllerService',
'StudentBundle\\Controller\\ResultsController' => 'getResultsController2Service',
'StudentBundle\\Controller\\SelfStudyController' => 'getSelfStudyController3Service',
'StudentBundle\\Controller\\StatisticsController' => 'getStatisticsControllerService',
'StudentBundle\\Controller\\TextbookController' => 'getTextbookController2Service',
'StudentBundle\\Controller\\TrainingController' => 'getTrainingControllerService',
'StudentBundle\\Controller\\WorksheetSessionController' => 'getWorksheetSessionControllerService',
'StudentBundle\\Service\\API\\ActivityMetadataService' => 'getActivityMetadataServiceService',
'StudentBundle\\Service\\API\\AssignSymbolProblemService' => 'getAssignSymbolProblemServiceService',
'StudentBundle\\Service\\API\\CrammingActivityResultsService' => 'getCrammingActivityResultsService2Service',
'StudentBundle\\Service\\API\\DictateActivityResultsService' => 'getDictateActivityResultsService2Service',
'StudentBundle\\Service\\API\\HistoryService' => 'getHistoryServiceService',
'StudentBundle\\Service\\API\\HomeworkActivityResultsService' => 'getHomeworkActivityResultsService2Service',
'StudentBundle\\Service\\API\\PeerActivityResultsService' => 'getPeerActivityResultsServiceService',
'StudentBundle\\Service\\API\\ProblemService' => 'getProblemService2Service',
'StudentBundle\\Service\\API\\QuizActivityResultsService' => 'getQuizActivityResultsService2Service',
'StudentBundle\\Service\\API\\QuizActivityService' => 'getQuizActivityServiceService',
'StudentBundle\\Service\\API\\ReadingTestResultsService' => 'getReadingTestResultsService2Service',
'StudentBundle\\Service\\API\\TrainingActivityResultsService' => 'getTrainingActivityResultsService2Service',
'StudentBundle\\Service\\CrammingActivityHomeworkService' => 'getCrammingActivityHomeworkServiceService',
'StudentBundle\\Service\\CrammingActivityService' => 'getCrammingActivityServiceService',
'StudentBundle\\Service\\DictateService' => 'getDictateServiceService',
'StudentBundle\\Service\\HomeworkService' => 'getHomeworkServiceService',
'StudentBundle\\Service\\Kvik\\Dansk\\SelfStudyService' => 'getSelfStudyServiceService',
'StudentBundle\\Service\\Kvik\\SelfStudyService' => 'getSelfStudyService2Service',
'StudentBundle\\Service\\MathproblemService' => 'getMathproblemService2Service',
'StudentBundle\\Service\\PerformanceService' => 'getPerformanceServiceService',
'StudentBundle\\Service\\ProblemDndService' => 'getProblemDndServiceService',
'StudentBundle\\Service\\ProblemDropdownService' => 'getProblemDropdownServiceService',
'StudentBundle\\Service\\ProblemFreeTextService' => 'getProblemFreeTextServiceService',
'StudentBundle\\Service\\QuizSessionService' => 'getQuizSessionServiceService',
'StudentBundle\\Service\\ReadingTestService' => 'getReadingTestServiceService',
'StudentBundle\\Service\\SelfStudyService' => 'getSelfStudyService3Service',
'StudentBundle\\Service\\TextbookSessionService' => 'getTextbookSessionServiceService',
'StudentBundle\\Service\\Transform' => 'getTransformService',
'StudentBundle\\Service\\WorksheetSessionService' => 'getWorksheetSessionServiceService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
'TeacherBundle\\Controller\\API\\ActivityController' => 'getActivityControllerService',
'TeacherBundle\\Controller\\API\\ActivityMetadataController' => 'getActivityMetadataController2Service',
'TeacherBundle\\Controller\\API\\CategoryController' => 'getCategoryControllerService',
'TeacherBundle\\Controller\\API\\ClassroomController' => 'getClassroomControllerService',
'TeacherBundle\\Controller\\API\\ClassroomReportController' => 'getClassroomReportControllerService',
'TeacherBundle\\Controller\\API\\ClassroomTypeController' => 'getClassroomTypeControllerService',
'TeacherBundle\\Controller\\API\\CrammingActivityController' => 'getCrammingActivityController2Service',
'TeacherBundle\\Controller\\API\\CrammingActivityResultsController' => 'getCrammingActivityResultsController2Service',
'TeacherBundle\\Controller\\API\\DictateActivityController' => 'getDictateActivityControllerService',
'TeacherBundle\\Controller\\API\\DictateActivityResultsController' => 'getDictateActivityResultsController2Service',
'TeacherBundle\\Controller\\API\\DictateController' => 'getDictateController2Service',
'TeacherBundle\\Controller\\API\\HomeworkActivityResultsController' => 'getHomeworkActivityResultsController2Service',
'TeacherBundle\\Controller\\API\\HomeworkController' => 'getHomeworkController2Service',
'TeacherBundle\\Controller\\API\\OnboardingController' => 'getOnboardingControllerService',
'TeacherBundle\\Controller\\API\\PeerActivityController' => 'getPeerActivityControllerService',
'TeacherBundle\\Controller\\API\\PeerActivityResultsController' => 'getPeerActivityResultsController2Service',
'TeacherBundle\\Controller\\API\\PeerProblemController' => 'getPeerProblemControllerService',
'TeacherBundle\\Controller\\API\\PeerThemeClassTypeController' => 'getPeerThemeClassTypeControllerService',
'TeacherBundle\\Controller\\API\\PeerThemeController' => 'getPeerThemeControllerService',
'TeacherBundle\\Controller\\API\\ProblemController' => 'getProblemController4Service',
'TeacherBundle\\Controller\\API\\QuizActivityController' => 'getQuizActivityController2Service',
'TeacherBundle\\Controller\\API\\QuizActivityResultsController' => 'getQuizActivityResultsController2Service',
'TeacherBundle\\Controller\\API\\QuizController' => 'getQuizControllerService',
'TeacherBundle\\Controller\\API\\QuizTypeController' => 'getQuizTypeControllerService',
'TeacherBundle\\Controller\\API\\ReadingTestActivityController' => 'getReadingTestActivityControllerService',
'TeacherBundle\\Controller\\API\\ReadingTestController' => 'getReadingTestController2Service',
'TeacherBundle\\Controller\\API\\ReadingTestResultsController' => 'getReadingTestResultsController2Service',
'TeacherBundle\\Controller\\API\\ResultsOverviewController' => 'getResultsOverviewControllerService',
'TeacherBundle\\Controller\\API\\StudentController' => 'getStudentControllerService',
'TeacherBundle\\Controller\\API\\StudentReportController' => 'getStudentReportControllerService',
'TeacherBundle\\Controller\\API\\TagController' => 'getTagController2Service',
'TeacherBundle\\Controller\\API\\TemplateMathproblemController' => 'getTemplateMathproblemControllerService',
'TeacherBundle\\Controller\\API\\TemplateSetController' => 'getTemplateSetControllerService',
'TeacherBundle\\Controller\\API\\TrainingActivityController' => 'getTrainingActivityControllerService',
'TeacherBundle\\Controller\\API\\TrainingActivityResultsController' => 'getTrainingActivityResultsController2Service',
'TeacherBundle\\Controller\\API\\WorksheetActivityController' => 'getWorksheetActivityControllerService',
'TeacherBundle\\Controller\\API\\WorksheetActivityResultsController' => 'getWorksheetActivityResultsControllerService',
'TeacherBundle\\Controller\\API\\WorksheetController' => 'getWorksheetControllerService',
'TeacherBundle\\Controller\\CampaignController' => 'getCampaignControllerService',
'TeacherBundle\\Controller\\ClassroomController' => 'getClassroomController2Service',
'TeacherBundle\\Controller\\ContentController' => 'getContentController2Service',
'TeacherBundle\\Controller\\CrammingActivityController' => 'getCrammingActivityController3Service',
'TeacherBundle\\Controller\\DefaultController' => 'getDefaultController4Service',
'TeacherBundle\\Controller\\ExtendActivityController' => 'getExtendActivityControllerService',
'TeacherBundle\\Controller\\HistoryController' => 'getHistoryController3Service',
'TeacherBundle\\Controller\\HomeworkController' => 'getHomeworkController3Service',
'TeacherBundle\\Controller\\PeerTrainingController' => 'getPeerTrainingControllerService',
'TeacherBundle\\Controller\\QuizController' => 'getQuizController2Service',
'TeacherBundle\\Controller\\QuizSessionController' => 'getQuizSessionController2Service',
'TeacherBundle\\Controller\\ReportPdfExportController' => 'getReportPdfExportControllerService',
'TeacherBundle\\Controller\\ResultsController' => 'getResultsController3Service',
'TeacherBundle\\Controller\\ResultsOverviewController' => 'getResultsOverviewController2Service',
'TeacherBundle\\Controller\\StudentController' => 'getStudentController2Service',
'TeacherBundle\\Controller\\TextbookController' => 'getTextbookController3Service',
'TeacherBundle\\Controller\\TrainingController' => 'getTrainingController2Service',
'TeacherBundle\\Controller\\WorksheetController' => 'getWorksheetController2Service',
'TeacherBundle\\Controller\\WorksheetSessionController' => 'getWorksheetSessionController2Service',
'TeacherBundle\\Service\\API\\ActivityMetadataService' => 'getActivityMetadataService2Service',
'TeacherBundle\\Service\\API\\ClassroomActivityMetadataService' => 'getClassroomActivityMetadataServiceService',
'TeacherBundle\\Service\\API\\ClassroomReportService' => 'getClassroomReportServiceService',
'TeacherBundle\\Service\\API\\CrammingActivityResults\\Helper' => 'getHelperService',
'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service' => 'getServiceService',
'TeacherBundle\\Service\\API\\CrammingActivityService' => 'getCrammingActivityService2Service',
'TeacherBundle\\Service\\API\\DictateActivityResultsService' => 'getDictateActivityResultsService3Service',
'TeacherBundle\\Service\\API\\DictateActivityService' => 'getDictateActivityServiceService',
'TeacherBundle\\Service\\API\\HomeworkActivityResultsService' => 'getHomeworkActivityResultsService3Service',
'TeacherBundle\\Service\\API\\HomeworkService' => 'getHomeworkService2Service',
'TeacherBundle\\Service\\API\\PeerActivityResultsService' => 'getPeerActivityResultsService2Service',
'TeacherBundle\\Service\\API\\PeerActivityService' => 'getPeerActivityServiceService',
'TeacherBundle\\Service\\API\\ProblemService' => 'getProblemService3Service',
'TeacherBundle\\Service\\API\\QuizActivityResultsService' => 'getQuizActivityResultsService3Service',
'TeacherBundle\\Service\\API\\QuizActivityService' => 'getQuizActivityService2Service',
'TeacherBundle\\Service\\API\\ReadingTestActivityService' => 'getReadingTestActivityServiceService',
'TeacherBundle\\Service\\API\\ResultsOverviewService' => 'getResultsOverviewServiceService',
'TeacherBundle\\Service\\API\\StudentReportService' => 'getStudentReportServiceService',
'TeacherBundle\\Service\\API\\TrainingActivityResultsService' => 'getTrainingActivityResultsService3Service',
'TeacherBundle\\Service\\API\\TrainingActivityService' => 'getTrainingActivityServiceService',
'TeacherBundle\\Service\\API\\WorksheetActivityResultsService' => 'getWorksheetActivityResultsServiceService',
'TeacherBundle\\Service\\API\\WorksheetActivityService' => 'getWorksheetActivityServiceService',
'TeacherBundle\\Service\\CampaignService' => 'getCampaignServiceService',
'TeacherBundle\\Service\\CategoryService' => 'getCategoryServiceService',
'TeacherBundle\\Service\\ContentService' => 'getContentServiceService',
'TeacherBundle\\Service\\CrammingActivityService' => 'getCrammingActivityService3Service',
'TeacherBundle\\Service\\DictateService' => 'getDictateService2Service',
'TeacherBundle\\Service\\ExtendActivityService' => 'getExtendActivityServiceService',
'TeacherBundle\\Service\\HomeworkService' => 'getHomeworkService3Service',
'TeacherBundle\\Service\\MathProblemService' => 'getMathProblemService3Service',
'TeacherBundle\\Service\\PeerActivityService' => 'getPeerActivityService2Service',
'TeacherBundle\\Service\\ProblemDndService' => 'getProblemDndService2Service',
'TeacherBundle\\Service\\QuizService' => 'getQuizServiceService',
'TeacherBundle\\Service\\QuizSessionService' => 'getQuizSessionService2Service',
'TeacherBundle\\Service\\ReadingTestService' => 'getReadingTestService2Service',
'TeacherBundle\\Service\\TextbookSessionService' => 'getTextbookSessionService2Service',
'TeacherBundle\\Service\\TrainingService' => 'getTrainingServiceService',
'TeacherBundle\\Service\\WorksheetService' => 'getWorksheetServiceService',
'TeacherBundle\\Service\\WorksheetSessionService' => 'getWorksheetSessionService2Service',
'UserBundle\\Controller\\DefaultController' => 'getDefaultController5Service',
'UserBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
'UserBundle\\Controller\\ResetPasswordController' => 'getResetPasswordController2Service',
'UserBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
'UserBundle\\Controller\\SetupTwoFactorAuthController' => 'getSetupTwoFactorAuthControllerService',
'UserBundle\\EventListener\\LogoutSubscriber' => 'getLogoutSubscriberService',
'UserBundle\\Repository\\ResetPasswordRequestRepository' => 'getResetPasswordRequestRepositoryService',
'UserBundle\\Security\\EmailVerifier' => 'getEmailVerifierService',
'UserBundle\\Security\\UserChecker' => 'getUserCheckerService',
'UserBundle\\Service\\GaleUserService' => 'getGaleUserServiceService',
'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer.peer_solution_file' => 'getUniqidNamer_PeerSolutionFileService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer.worksheet_solution_file' => 'getUniqidNamer_WorksheetSolutionFileService',
'abacus.core.training_session' => 'getAbacus_Core_TrainingSessionService',
'cache.app' => 'getCache_AppService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.easyadmin' => 'getCache_EasyadminService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system' => 'getCache_SystemService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'cache_warmer' => 'getCacheWarmerService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'eight_points_guzzle.client.gale_users' => 'getEightPointsGuzzle_Client_GaleUsersService',
'eight_points_guzzle.client.gyldendalaccessservice' => 'getEightPointsGuzzle_Client_GyldendalaccessserviceService',
'eight_points_guzzle.client.loginconnector' => 'getEightPointsGuzzle_Client_LoginconnectorService',
'eight_points_guzzle.client.systime_users' => 'getEightPointsGuzzle_Client_SystimeUsersService',
'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
'eight_points_guzzle.handler_stack.gale_users' => 'getEightPointsGuzzle_HandlerStack_GaleUsersService',
'eight_points_guzzle.handler_stack.gyldendalaccessservice' => 'getEightPointsGuzzle_HandlerStack_GyldendalaccessserviceService',
'eight_points_guzzle.handler_stack.loginconnector' => 'getEightPointsGuzzle_HandlerStack_LoginconnectorService',
'eight_points_guzzle.handler_stack.systime_users' => 'getEightPointsGuzzle_HandlerStack_SystimeUsersService',
'eight_points_guzzle.middleware.event_dispatch.gale_users' => 'getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService',
'eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService',
'eight_points_guzzle.middleware.event_dispatch.loginconnector' => 'getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService',
'eight_points_guzzle.middleware.event_dispatch.systime_users' => 'getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService',
'eight_points_guzzle.middleware.log.gale_users' => 'getEightPointsGuzzle_Middleware_Log_GaleUsersService',
'eight_points_guzzle.middleware.log.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService',
'eight_points_guzzle.middleware.log.loginconnector' => 'getEightPointsGuzzle_Middleware_Log_LoginconnectorService',
'eight_points_guzzle.middleware.log.systime_users' => 'getEightPointsGuzzle_Middleware_Log_SystimeUsersService',
'eight_points_guzzle.middleware.profile.gale_users' => 'getEightPointsGuzzle_Middleware_Profile_GaleUsersService',
'eight_points_guzzle.middleware.profile.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService',
'eight_points_guzzle.middleware.profile.loginconnector' => 'getEightPointsGuzzle_Middleware_Profile_LoginconnectorService',
'eight_points_guzzle.middleware.profile.systime_users' => 'getEightPointsGuzzle_Middleware_Profile_SystimeUsersService',
'eight_points_guzzle.middleware.request_time.gale_users' => 'getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService',
'eight_points_guzzle.middleware.request_time.gyldendalaccessservice' => 'getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService',
'eight_points_guzzle.middleware.request_time.loginconnector' => 'getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService',
'eight_points_guzzle.middleware.request_time.systime_users' => 'getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService',
'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
'error_controller' => 'getErrorControllerService',
'event_dispatcher' => 'getEventDispatcherService',
'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
'fos_user.user_manager' => 'getFosUser_UserManagerService',
'http_kernel' => 'getHttpKernelService',
'knp_paginator' => 'getKnpPaginatorService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
'scheb_two_factor.security.totp_authenticator' => 'getSchebTwoFactor_Security_TotpAuthenticatorService',
'scheb_two_factor.security.totp_factory' => 'getSchebTwoFactor_Security_TotpFactoryService',
'services_resetter' => 'getServicesResetterService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'twig' => 'getTwigService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->aliases = [
'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TextbookVoterService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/SelfStudyVoterService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Logger/SessionRequestProcessor.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Event/RequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Validator/Initializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalFieldsUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/CanonicalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/Canonicalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Options.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/Psr17Factory.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Context/AdminContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Provider/AdminContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Factory/MenuFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Menu/MenuItemMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Router/AdminRouteGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormLayoutFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Twig/AppExtension.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Twig/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
/**
* Gets the public '.container.private.cache_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
*/
protected function get_Container_Private_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
}, 1));
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
$a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
if (isset($this->services['.container.private.form.factory'])) {
return $this->services['.container.private.form.factory'];
}
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
}
/**
* Gets the public '.container.private.form.type.file' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FileType
*/
protected function get_Container_Private_Form_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
$d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
$d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
$d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
$d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
$d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
$d->addInstance('cache.security_token_verifier.traceable', ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()));
$d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
$d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
$d->addInstance('cache.easyadmin.traceable', ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$g->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$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));
$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())));
$instance->add($e);
$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([])))));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add($f);
$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()))));
$instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
$instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
$instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
$instance->add($g);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
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);
}
/**
* Gets the public '.container.private.security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function get_Container_Private_Security_Csrf_TokenManagerService()
{
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())));
}
/**
* Gets the public '.container.private.security.password_encoder' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
*
* @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
*/
protected function get_Container_Private_Security_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
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()));
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
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, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
$a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$b = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
$c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
$d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
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()]);
}
/**
* Gets the public '.container.private.session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function get_Container_Private_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
$a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
if (isset($this->services['.container.private.session'])) {
return $this->services['.container.private.session'];
}
return $this->services['.container.private.session'] = $a->createSession();
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), 'FOSUser');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/views'), '!FOSUser');
$a->addPath((\dirname(__DIR__, 4).'/src/CoreBundle/Resources/views'), 'ABaCusCore');
$a->addPath((\dirname(__DIR__, 4).'/src/CoreBundle/Resources/views'), '!ABaCusCore');
$a->addPath((\dirname(__DIR__, 4).'/src/UserBundle/Resources/views'), 'User');
$a->addPath((\dirname(__DIR__, 4).'/src/UserBundle/Resources/views'), '!User');
$a->addPath((\dirname(__DIR__, 4).'/src/StudentBundle/Resources/views'), 'ABaCusStudent');
$a->addPath((\dirname(__DIR__, 4).'/src/StudentBundle/Resources/views'), '!ABaCusStudent');
$a->addPath((\dirname(__DIR__, 4).'/src/TeacherBundle/Resources/views'), 'ABaCusTeacher');
$a->addPath((\dirname(__DIR__, 4).'/src/TeacherBundle/Resources/views'), '!ABaCusTeacher');
$a->addPath((\dirname(__DIR__, 4).'/src/AdminBundle/Resources/views'), 'ABaCusAdmin');
$a->addPath((\dirname(__DIR__, 4).'/src/AdminBundle/Resources/views'), '!ABaCusAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
$a->addPath((\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/templates'), 'EasyAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/templates'), '!EasyAdmin');
$a->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
$a->addPath((\dirname(__DIR__, 4).'/templates'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$e = ($this->services['translator'] ?? $this->getTranslatorService());
$f = new \Symfony\Bridge\Twig\Extension\TranslationExtension($e);
$g = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
$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 () {
yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->getAssetPackageService());
}, 1)));
$i = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$j = ($this->services['router'] ?? $this->getRouterService());
$k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$k->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $i]);
$l = new \Symfony\Bridge\Twig\AppVariable();
$l->setEnvironment('dev');
$l->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$l->setTokenStorage($c);
}
if ($this->has('request_stack')) {
$l->setRequestStack($b);
}
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$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)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
$instance->addExtension($f);
$instance->addExtension($h);
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($i, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($j));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, $j)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
$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())));
$instance->addExtension(new \CoreBundle\Twig\AppExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
$instance->addExtension(new \CoreBundle\Twig\TranslationExtension($f, 'kvik-mat'));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($j, $e)));
$instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
$instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
$instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
$instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
$instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($h));
$instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
], [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
]), ($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));
$instance->addGlobal('app', $l);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'CoreBundle\\Twig\\AppRuntime' => ['privates', 'core.twig_runtime', 'getCore_TwigRuntimeService', false],
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', false],
], [
'CoreBundle\\Twig\\AppRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
])));
$instance->addGlobal('abacus_loginconnector_base_url', 'https://test-loginconnector.gyldendal.dk');
$instance->addGlobal('abacus_loginconnector_client_name', 'gu-abacus');
$instance->addGlobal('environment', 'primaryschool');
$instance->addGlobal('scope', 'kvik-mat');
$instance->addGlobal('__PUBLISHER__', 'gyldendal');
$instance->addGlobal('__USE_MATHJAX__', true);
$instance->addGlobal('__USE_GAMIFICATION__', false);
$instance->addGlobal('__USE_EDITOR_FEATURES__', true);
$instance->addGlobal('__USE_BUG_REPORT__', true);
$instance->addGlobal('__SHOW_SELF_STUDY__', true);
$instance->addGlobal('__SHOW_TEXTBOOK__', true);
$instance->addGlobal('__SHOW_AIDS_OPTION__', true);
$instance->addGlobal('__MAX_DIFFICULTY__', 9);
$instance->addGlobal('__HOTJAR_ENABLED__', false);
$instance->addGlobal('maxstudents', 100);
$instance->addGlobal('system_topic', 'math');
$instance->addGlobal('sentry_dsn', 'https://51bef89a94e64719ba0045b2fa4bd0c7@o445280.ingest.sentry.io/5423140');
$instance->addGlobal('sentry_js_dsn', 'https://dce8c02ed7714746985fa39087e51e27@o445280.ingest.sentry.io/5429644');
$instance->addGlobal('abacus_base_url', 'https://kvikmat.indhold.tibalo.dk');
$instance->addGlobal('abacus_testmode', 0);
$instance->addGlobal('appendices_dir', '/appendices/');
$instance->addGlobal('textbook_voter_service', ($this->privates['CoreBundle\\Service\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()));
$instance->addGlobal('self_study_voter_service', ($this->privates['CoreBundle\\Service\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService()));
$instance->addGlobal('activities', $this->parameters['abacus.activity_types']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->services['.container.private.validator'])) {
return $this->services['.container.private.validator'];
}
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
}
/**
* Gets the public 'AdminBundle\Controller\BugReportsController' shared autowired service.
*
* @return \AdminBundle\Controller\BugReportsController
*/
protected function getBugReportsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/BugReportsController.php';
$this->services['AdminBundle\\Controller\\BugReportsController'] = $instance = new \AdminBundle\Controller\BugReportsController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\BugReportsController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\ContentController' shared autowired service.
*
* @return \AdminBundle\Controller\ContentController
*/
protected function getContentControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/ContentController.php';
$this->services['AdminBundle\\Controller\\ContentController'] = $instance = new \AdminBundle\Controller\ContentController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\ContentController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\DefaultController' shared autowired service.
*
* @return \AdminBundle\Controller\DefaultController
*/
protected function getDefaultControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/DefaultController.php';
$this->services['AdminBundle\\Controller\\DefaultController'] = $instance = new \AdminBundle\Controller\DefaultController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\DefaultController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\AudioReferenceCrudController
*/
protected function getAudioReferenceCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/AudioReferenceCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'];
}
$b = ($this->privates['AdminBundle\\Service\\MediaService'] ?? $this->getMediaServiceService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'];
}
$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()));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\AuthorCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\AuthorCrudController
*/
protected function getAuthorCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/UserCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/AuthorCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController'];
}
$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())));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\BugReportCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\BugReportCrudController
*/
protected function getBugReportCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/BugReportCrudController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\CategoryCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\CategoryCrudController
*/
protected function getCategoryCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/CategoryCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController'];
}
$this->services['AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\CategoryCrudController(($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()), $a);
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\ContentOverviewController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\ContentOverviewController
*/
protected function getContentOverviewControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ContentOverviewController.php';
$this->services['AdminBundle\\Controller\\EasyAdmin\\ContentOverviewController'] = $instance = new \AdminBundle\Controller\EasyAdmin\ContentOverviewController(($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ContentOverviewController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\DashboardController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\DashboardController
*/
protected function getDashboardControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/DashboardControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractDashboardController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/DashboardController.php';
$this->services['AdminBundle\\Controller\\EasyAdmin\\DashboardController'] = $instance = new \AdminBundle\Controller\EasyAdmin\DashboardController();
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]))->withContext('AdminBundle\\Controller\\EasyAdmin\\DashboardController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\EditorCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\EditorCrudController
*/
protected function getEditorCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/UserCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/EditorCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\EditorCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\EditorCrudController'];
}
$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())));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\EditorCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\ImageReferenceCrudController
*/
protected function getImageReferenceCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ImageReferenceCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController'];
}
$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()));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\InfoCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\InfoCrudController
*/
protected function getInfoCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/InfoCrudController.php';
$this->services['AdminBundle\\Controller\\EasyAdmin\\InfoCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\InfoCrudController();
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\InfoCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\InvitationCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\InvitationCrudController
*/
protected function getInvitationCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/InvitationCrudController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/EmailHelperService.php';
$a = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController'];
}
$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('kvik-mat'))));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\ProblemCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\ProblemCrudController
*/
protected function getProblemCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProblemCrudController.php';
$a = ($this->privates['AdminBundle\\Service\\CsvImportService'] ?? $this->getCsvImportServiceService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'];
}
$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()));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\ProblemFromQuizCrudController
*/
protected function getProblemFromQuizCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProblemCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProblemFromQuizCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'];
}
$b = ($this->privates['AdminBundle\\Service\\TopicService'] ?? $this->getTopicServiceService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'];
}
$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);
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\ProblemFromTemplateCrudController
*/
protected function getProblemFromTemplateCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProblemCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProblemFromTemplateCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController'];
}
$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()));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\ProductQuizCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\ProductQuizCrudController
*/
protected function getProductQuizCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/ProductQuizCrudController.php';
$this->services['AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\ProductQuizCrudController();
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\PublicationCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\PublicationCrudController
*/
protected function getPublicationCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/PublicationCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController'];
}
$this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\PublicationCrudController($a);
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\PublicationFromPublisherCrudController
*/
protected function getPublicationFromPublisherCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/PublicationCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/PublicationFromPublisherCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController'];
}
$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()));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\PublisherCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\PublisherCrudController
*/
protected function getPublisherCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/PublisherCrudController.php';
$this->services['AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\PublisherCrudController();
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\QuizCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\QuizCrudController
*/
protected function getQuizCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/QuizCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\QuizCrudController'];
}
$this->services['AdminBundle\\Controller\\EasyAdmin\\QuizCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\QuizCrudController($a);
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\QuizCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\QuizFromPublicationCrudController
*/
protected function getQuizFromPublicationCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/QuizCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/QuizFromPublicationCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController'];
}
$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()));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\QuizTypeCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\QuizTypeCrudController
*/
protected function getQuizTypeCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/QuizTypeCrudController.php';
$this->services['AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\QuizTypeCrudController();
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\TagCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\TagCrudController
*/
protected function getTagCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TagCrudController.php';
$this->services['AdminBundle\\Controller\\EasyAdmin\\TagCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\TagCrudController();
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TagCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\TemplateCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\TemplateCrudController
*/
protected function getTemplateCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TemplateCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController'];
}
$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()));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\TemplateFromTopicCrudController
*/
protected function getTemplateFromTopicCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TemplateCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TemplateFromTopicCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController'];
}
$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()));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\TemplateSetCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\TemplateSetCrudController
*/
protected function getTemplateSetCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TemplateSetCrudController.php';
$this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController'] = $instance = new \AdminBundle\Controller\EasyAdmin\TemplateSetCrudController();
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\TopicCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\TopicCrudController
*/
protected function getTopicCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TopicCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\TopicCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\TopicCrudController'];
}
$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()));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TopicCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\TopicFromCategoryCrudController
*/
protected function getTopicFromCategoryCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TopicCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/TopicFromCategoryCrudController.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController'])) {
return $this->services['AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController'];
}
$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()));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\EasyAdmin\UserCrudController' shared autowired service.
*
* @return \AdminBundle\Controller\EasyAdmin\UserCrudController
*/
protected function getUserCrudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Controller/CrudControllerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/EasyAdmin/UserCrudController.php';
$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())));
$instance->setContainer(($this->privates['.service_locator.Pq4jHMT'] ?? $this->get_ServiceLocator_Pq4jHMTService())->withContext('AdminBundle\\Controller\\EasyAdmin\\UserCrudController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\InstitutionController' shared autowired service.
*
* @return \AdminBundle\Controller\InstitutionController
*/
protected function getInstitutionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/InstitutionController.php';
$this->services['AdminBundle\\Controller\\InstitutionController'] = $instance = new \AdminBundle\Controller\InstitutionController(($this->privates['AdminBundle\\Service\\InstitutionService'] ?? $this->getInstitutionServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\InstitutionController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\MathproblemController' shared autowired service.
*
* @return \AdminBundle\Controller\MathproblemController
*/
protected function getMathproblemControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/MathproblemController.php';
$this->services['AdminBundle\\Controller\\MathproblemController'] = $instance = new \AdminBundle\Controller\MathproblemController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\MathproblemController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\ProblemController' shared autowired service.
*
* @return \AdminBundle\Controller\ProblemController
*/
protected function getProblemControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/ProblemController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\ProblemController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\ResetPasswordController' shared autowired service.
*
* @return \AdminBundle\Controller\ResetPasswordController
*/
protected function getResetPasswordControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/ResetPasswordController.php';
$this->services['AdminBundle\\Controller\\ResetPasswordController'] = $instance = new \AdminBundle\Controller\ResetPasswordController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\ResetPasswordController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\TagController' shared autowired service.
*
* @return \AdminBundle\Controller\TagController
*/
protected function getTagControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/TagController.php';
$this->services['AdminBundle\\Controller\\TagController'] = $instance = new \AdminBundle\Controller\TagController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\TagController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\TemplateController' shared autowired service.
*
* @return \AdminBundle\Controller\TemplateController
*/
protected function getTemplateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/TemplateController.php';
$this->services['AdminBundle\\Controller\\TemplateController'] = $instance = new \AdminBundle\Controller\TemplateController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\TemplateController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\TopicController' shared autowired service.
*
* @return \AdminBundle\Controller\TopicController
*/
protected function getTopicControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/TopicController.php';
$this->services['AdminBundle\\Controller\\TopicController'] = $instance = new \AdminBundle\Controller\TopicController(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\TopicController', $this));
return $instance;
}
/**
* Gets the public 'AdminBundle\Controller\UserController' shared autowired service.
*
* @return \AdminBundle\Controller\UserController
*/
protected function getUserControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Controller/UserController.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/UserService.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('AdminBundle\\Controller\\UserController', $this));
return $instance;
}
/**
* Gets the public 'CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand' shared autowired service.
*
* @return \CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand
*/
protected function getAbacusCopyAnonymizedProdDataToTestServerCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusCopyAnonymizedProdDataToTestServerCommand.php';
$this->services['CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand'] = $instance = new \CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand();
$instance->setName('abacus:copy-anonymized-prod-data-to-test-server');
$instance->setDescription('Copy anonymized data from the production server to the test server');
return $instance;
}
/**
* Gets the public 'CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand' shared autowired service.
*
* @return \CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand
*/
protected function getAbacusDispatchEventsToClickstreamCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusDispatchEventsToClickstreamCommand.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ClickstreamLoggerService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ClickstreamDtoPopulatorService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ClickstreamConnectorService.php';
$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('kvik-mat', \dirname(__DIR__, 4), '9788762518124', ($this->services['translator'] ?? $this->getTranslatorService())), new \CoreBundle\Service\ClickstreamConnectorService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), '', '')));
$instance->setName('abacus:dispatch-events-to-clickstream-log');
$instance->setDescription('Dispatch events to Clickstream Log');
return $instance;
}
/**
* Gets the public 'CoreBundle\Command\AbacusFetchSiteCommand' shared autowired service.
*
* @return \CoreBundle\Command\AbacusFetchSiteCommand
*/
protected function getAbacusFetchSiteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusFetchSiteCommand.php';
$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()));
$instance->setName('abacus:fetch-site');
$instance->setDescription('Fetch site database and/or media folder from test server');
return $instance;
}
/**
* Gets the public 'CoreBundle\Command\AbacusLoadTestDataCommand' shared autowired service.
*
* @return \CoreBundle\Command\AbacusLoadTestDataCommand
*/
protected function getAbacusLoadTestDataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusLoadTestDataCommand.php';
$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()));
$instance->setName('abacus:load-test-data');
$instance->setDescription('Load anonymized test data into test database and - optionally - append custom data from TestDataForTestSites.php.');
return $instance;
}
/**
* Gets the public 'CoreBundle\Command\AbacusLocateInlineImagesCommand' shared autowired service.
*
* @return \CoreBundle\Command\AbacusLocateInlineImagesCommand
*/
protected function getAbacusLocateInlineImagesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusLocateInlineImagesCommand.php';
$this->services['CoreBundle\\Command\\AbacusLocateInlineImagesCommand'] = $instance = new \CoreBundle\Command\AbacusLocateInlineImagesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('abacus:locate-inline-images');
$instance->setDescription('Lists inline images across specific tables');
return $instance;
}
/**
* Gets the public 'CoreBundle\Command\AbacusLocateMissingFilesCommand' shared autowired service.
*
* @return \CoreBundle\Command\AbacusLocateMissingFilesCommand
*/
protected function getAbacusLocateMissingFilesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusLocateMissingFilesCommand.php';
$this->services['CoreBundle\\Command\\AbacusLocateMissingFilesCommand'] = $instance = new \CoreBundle\Command\AbacusLocateMissingFilesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('abacus:locate-missing-files');
$instance->setDescription('Lists missing media files on various entity types');
return $instance;
}
/**
* Gets the public 'CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand' shared autowired service.
*
* @return \CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand
*/
protected function getAbacusMigrateTextbookElementImagesToReferencesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusMigrateTextbookElementImagesToReferencesCommand.php';
$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()));
$instance->setName('abacus:migrate-textbook-element-images-to-references');
$instance->setDescription('Migrate textbook element images to references in Abacus');
return $instance;
}
/**
* Gets the public 'CoreBundle\Command\AbacusProblemdndMigrateCommand' shared autowired service.
*
* @return \CoreBundle\Command\AbacusProblemdndMigrateCommand
*/
protected function getAbacusProblemdndMigrateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusProblemdndMigrateCommand.php';
return $this->services['CoreBundle\\Command\\AbacusProblemdndMigrateCommand'] = new \CoreBundle\Command\AbacusProblemdndMigrateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CoreBundle\Command\AbacusRearrangeMathProblemsCommand' shared autowired service.
*
* @return \CoreBundle\Command\AbacusRearrangeMathProblemsCommand
*/
protected function getAbacusRearrangeMathProblemsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusRearrangeMathProblemsCommand.php';
$this->services['CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand'] = $instance = new \CoreBundle\Command\AbacusRearrangeMathProblemsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('abacus:rearrange');
$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.');
return $instance;
}
/**
* Gets the public 'CoreBundle\Command\AbacusValidateExistingMathproblemsCommand' shared autowired service.
*
* @return \CoreBundle\Command\AbacusValidateExistingMathproblemsCommand
*/
protected function getAbacusValidateExistingMathproblemsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/AbacusValidateExistingMathproblemsCommand.php';
$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()));
$instance->setName('abacus:validate-existing-mathproblems');
$instance->setDescription('Validates any valid mathproblem that is not yet marked as valid');
return $instance;
}
/**
* Gets the public 'CoreBundle\Command\DeleteOldLogEventsCommand' shared autowired service.
*
* @return \CoreBundle\Command\DeleteOldLogEventsCommand
*/
protected function getDeleteOldLogEventsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/DeleteOldLogEventsCommand.php';
return $this->services['CoreBundle\\Command\\DeleteOldLogEventsCommand'] = new \CoreBundle\Command\DeleteOldLogEventsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CoreBundle\Command\DispatchMigrateFilesToReferencesCommand' shared autowired service.
*
* @return \CoreBundle\Command\DispatchMigrateFilesToReferencesCommand
*/
protected function getDispatchMigrateFilesToReferencesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/DispatchMigrateFilesToReferencesCommand.php';
$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()));
$instance->setName('abacus:dispatch-migrate-files');
$instance->setDescription('Migrate files to references in Abacus using Message bus');
return $instance;
}
/**
* Gets the public 'CoreBundle\Command\FulfilDeletionRequestsCommand' shared autowired service.
*
* @return \CoreBundle\Command\FulfilDeletionRequestsCommand
*/
protected function getFulfilDeletionRequestsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/FulfilDeletionRequestsCommand.php';
return $this->services['CoreBundle\\Command\\FulfilDeletionRequestsCommand'] = new \CoreBundle\Command\FulfilDeletionRequestsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CoreBundle\Command\MigrateWordOptionsCommand' shared autowired service.
*
* @return \CoreBundle\Command\MigrateWordOptionsCommand
*/
protected function getMigrateWordOptionsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/MigrateWordOptionsCommand.php';
return $this->services['CoreBundle\\Command\\MigrateWordOptionsCommand'] = new \CoreBundle\Command\MigrateWordOptionsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CoreBundle\Command\RemoveEndToEndTestDataCommand' shared autowired service.
*
* @return \CoreBundle\Command\RemoveEndToEndTestDataCommand
*/
protected function getRemoveEndToEndTestDataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/RemoveEndToEndTestDataCommand.php';
return $this->services['CoreBundle\\Command\\RemoveEndToEndTestDataCommand'] = new \CoreBundle\Command\RemoveEndToEndTestDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CoreBundle\Command\RemoveStudentFromClassroomsCommand' shared autowired service.
*
* @return \CoreBundle\Command\RemoveStudentFromClassroomsCommand
*/
protected function getRemoveStudentFromClassroomsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/RemoveStudentFromClassroomsCommand.php';
return $this->services['CoreBundle\\Command\\RemoveStudentFromClassroomsCommand'] = new \CoreBundle\Command\RemoveStudentFromClassroomsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CoreBundle\Command\RetentionCleanupCommand' shared autowired service.
*
* @return \CoreBundle\Command\RetentionCleanupCommand
*/
protected function getRetentionCleanupCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/RetentionCleanupCommand.php';
return $this->services['CoreBundle\\Command\\RetentionCleanupCommand'] = new \CoreBundle\Command\RetentionCleanupCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CoreBundle\Command\SetupEndToEndTestDataCommand' shared autowired service.
*
* @return \CoreBundle\Command\SetupEndToEndTestDataCommand
*/
protected function getSetupEndToEndTestDataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/SetupEndToEndTestDataCommand.php';
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()));
}
/**
* Gets the public 'CoreBundle\Command\UpdateSystimeUsersCommand' shared service.
*
* @return \CoreBundle\Command\UpdateSystimeUsersCommand
*/
protected function getUpdateSystimeUsersCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Command/UpdateSystimeUsersCommand.php';
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');
}
/**
* Gets the public 'CoreBundle\Controller\API\PollyController' shared autowired service.
*
* @return \CoreBundle\Controller\API\PollyController
*/
protected function getPollyControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/API/PollyController.php';
$this->services['CoreBundle\\Controller\\API\\PollyController'] = $instance = new \CoreBundle\Controller\API\PollyController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\API\\PollyController', $this));
return $instance;
}
/**
* Gets the public 'CoreBundle\Controller\API\ProblemController' shared autowired service.
*
* @return \CoreBundle\Controller\API\ProblemController
*/
protected function getProblemController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/API/ProblemController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Validators/QuizUnitValidator.php';
$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())));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\API\\ProblemController', $this));
return $instance;
}
/**
* Gets the public 'CoreBundle\Controller\API\SharedQuizController' shared autowired service.
*
* @return \CoreBundle\Controller\API\SharedQuizController
*/
protected function getSharedQuizControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/API/SharedQuizController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Validators/QuizUnitValidator.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/ValidationHelper.php';
$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())));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\API\\SharedQuizController', $this));
return $instance;
}
/**
* Gets the public 'CoreBundle\Controller\API\VideoController' shared autowired service.
*
* @return \CoreBundle\Controller\API\VideoController
*/
protected function getVideoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/API/VideoController.php';
$this->services['CoreBundle\\Controller\\API\\VideoController'] = $instance = new \CoreBundle\Controller\API\VideoController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\API\\VideoController', $this));
return $instance;
}
/**
* Gets the public 'CoreBundle\Controller\BugReportController' shared autowired service.
*
* @return \CoreBundle\Controller\BugReportController
*/
protected function getBugReportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/BugReportController.php';
$this->services['CoreBundle\\Controller\\BugReportController'] = $instance = new \CoreBundle\Controller\BugReportController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\BugReportController', $this));
return $instance;
}
/**
* Gets the public 'CoreBundle\Controller\DataController' shared autowired service.
*
* @return \CoreBundle\Controller\DataController
*/
protected function getDataControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/DataController.php';
$this->services['CoreBundle\\Controller\\DataController'] = $instance = new \CoreBundle\Controller\DataController(($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\DataController', $this));
return $instance;
}
/**
* Gets the public 'CoreBundle\Controller\DefaultController' shared autowired service.
*
* @return \CoreBundle\Controller\DefaultController
*/
protected function getDefaultController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/DefaultController.php';
$this->services['CoreBundle\\Controller\\DefaultController'] = $instance = new \CoreBundle\Controller\DefaultController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\DefaultController', $this));
return $instance;
}
/**
* Gets the public 'CoreBundle\Controller\EventLoggerController' shared autowired service.
*
* @return \CoreBundle\Controller\EventLoggerController
*/
protected function getEventLoggerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/EventLoggerController.php';
$this->services['CoreBundle\\Controller\\EventLoggerController'] = $instance = new \CoreBundle\Controller\EventLoggerController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\EventLoggerController', $this));
return $instance;
}
/**
* Gets the public 'CoreBundle\Controller\KombiMatController' shared autowired service.
*
* @return \CoreBundle\Controller\KombiMatController
*/
protected function getKombiMatControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/KombiMatController.php';
$this->services['CoreBundle\\Controller\\KombiMatController'] = $instance = new \CoreBundle\Controller\KombiMatController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\KombiMatController', $this));
return $instance;
}
/**
* Gets the public 'CoreBundle\Controller\MathProblemController' shared autowired service.
*
* @return \CoreBundle\Controller\MathProblemController
*/
protected function getMathProblemController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/MathProblemController.php';
$this->services['CoreBundle\\Controller\\MathProblemController'] = $instance = new \CoreBundle\Controller\MathProblemController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\MathProblemController', $this));
return $instance;
}
/**
* Gets the public 'CoreBundle\Controller\ResultsController' shared autowired service.
*
* @return \CoreBundle\Controller\ResultsController
*/
protected function getResultsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/ResultsController.php';
$this->services['CoreBundle\\Controller\\ResultsController'] = $instance = new \CoreBundle\Controller\ResultsController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\ResultsController', $this));
return $instance;
}
/**
* Gets the public 'CoreBundle\Controller\TestController' shared autowired service.
*
* @return \CoreBundle\Controller\TestController
*/
protected function getTestControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/TestController.php';
$this->services['CoreBundle\\Controller\\TestController'] = $instance = new \CoreBundle\Controller\TestController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\TestController', $this));
return $instance;
}
/**
* Gets the public 'CoreBundle\Controller\TextbookController' shared autowired service.
*
* @return \CoreBundle\Controller\TextbookController
*/
protected function getTextbookControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Controller/TextbookController.php';
$this->services['CoreBundle\\Controller\\TextbookController'] = $instance = new \CoreBundle\Controller\TextbookController(($this->services['CoreBundle\\Service\\TextbookService'] ?? $this->getTextbookServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('CoreBundle\\Controller\\TextbookController', $this));
return $instance;
}
/**
* Gets the public 'CoreBundle\Helpers\InternalSyntaxHelper' shared autowired service.
*
* @return \CoreBundle\Helpers\InternalSyntaxHelper
*/
protected function getInternalSyntaxHelperService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/InternalSyntaxHelper.php';
return $this->services['CoreBundle\\Helpers\\InternalSyntaxHelper'] = new \CoreBundle\Helpers\InternalSyntaxHelper();
}
/**
* Gets the public 'CoreBundle\Helpers\TokenizeHelper' shared autowired service.
*
* @return \CoreBundle\Helpers\TokenizeHelper
*/
protected function getTokenizeHelperService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/TokenizeHelper.php';
return $this->services['CoreBundle\\Helpers\\TokenizeHelper'] = new \CoreBundle\Helpers\TokenizeHelper();
}
/**
* Gets the public 'CoreBundle\Helpers\ValidationHelper' shared autowired service.
*
* @return \CoreBundle\Helpers\ValidationHelper
*/
protected function getValidationHelperService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/ValidationHelper.php';
return $this->services['CoreBundle\\Helpers\\ValidationHelper'] = new \CoreBundle\Helpers\ValidationHelper();
}
/**
* Gets the public 'CoreBundle\Service\API\AdaptiveActivityResultsService' shared autowired service.
*
* @return \CoreBundle\Service\API\AdaptiveActivityResultsService
*/
protected function getAdaptiveActivityResultsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AdaptiveActivityResultsService.php';
return $this->services['CoreBundle\\Service\\API\\AdaptiveActivityResultsService'] = new \CoreBundle\Service\API\AdaptiveActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['CoreBundle\\Service\\API\\ProblemService'] ?? $this->getProblemServiceService()), 'primaryschool');
}
/**
* Gets the public 'CoreBundle\Service\API\AnswerService' shared autowired service.
*
* @return \CoreBundle\Service\API\AnswerService
*/
protected function getAnswerServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
return $this->services['CoreBundle\\Service\\API\\AnswerService'] = new \CoreBundle\Service\API\AnswerService('kvik-mat');
}
/**
* Gets the public 'CoreBundle\Service\API\CrammingActivityResultsService' shared autowired service.
*
* @return \CoreBundle\Service\API\CrammingActivityResultsService
*/
protected function getCrammingActivityResultsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/CrammingActivityResultsService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
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('kvik-mat'))));
}
/**
* Gets the public 'CoreBundle\Service\API\DictateActivityResultsService' shared autowired service.
*
* @return \CoreBundle\Service\API\DictateActivityResultsService
*/
protected function getDictateActivityResultsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/DictateActivityResultsService.php';
return $this->services['CoreBundle\\Service\\API\\DictateActivityResultsService'] = new \CoreBundle\Service\API\DictateActivityResultsService();
}
/**
* Gets the public 'CoreBundle\Service\API\ExtractQuestionAnswers' shared autowired service.
*
* @return \CoreBundle\Service\API\ExtractQuestionAnswers
*/
protected function getExtractQuestionAnswersService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ExtractQuestionAnswers.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'])) {
return $this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'];
}
return $this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'] = new \CoreBundle\Service\API\ExtractQuestionAnswers($a);
}
/**
* Gets the public 'CoreBundle\Service\API\HomeworkActivityResultsService' shared autowired service.
*
* @return \CoreBundle\Service\API\HomeworkActivityResultsService
*/
protected function getHomeworkActivityResultsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/HomeworkActivityResultsService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
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('kvik-mat'))), ($this->privates['CoreBundle\\Service\\GamificationService'] ?? $this->getGamificationServiceService()));
}
/**
* Gets the public 'CoreBundle\Service\API\ProblemService' shared autowired service.
*
* @return \CoreBundle\Service\API\ProblemService
*/
protected function getProblemServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ProblemService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/TokenizeHelper.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/InternalSyntaxHelper.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/ValidationHelper.php';
$a = ($this->services['StudentBundle\\Service\\MathproblemService'] ?? $this->getMathproblemService2Service());
if (isset($this->services['CoreBundle\\Service\\API\\ProblemService'])) {
return $this->services['CoreBundle\\Service\\API\\ProblemService'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['CoreBundle\\Service\\API\\ProblemService'])) {
return $this->services['CoreBundle\\Service\\API\\ProblemService'];
}
$c = ($this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'] ?? $this->getExtractQuestionAnswersService());
if (isset($this->services['CoreBundle\\Service\\API\\ProblemService'])) {
return $this->services['CoreBundle\\Service\\API\\ProblemService'];
}
$d = ($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService());
if (isset($this->services['CoreBundle\\Service\\API\\ProblemService'])) {
return $this->services['CoreBundle\\Service\\API\\ProblemService'];
}
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('kvik-mat'))), ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService()), $b, $c, $d, 'kvik-mat', '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())));
}
/**
* Gets the public 'CoreBundle\Service\API\QuizActivityResultsService' shared autowired service.
*
* @return \CoreBundle\Service\API\QuizActivityResultsService
*/
protected function getQuizActivityResultsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/QuizActivityResultsService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
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('kvik-mat'))), ($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'] ?? $this->getQuizCorrectPercentageServiceService()));
}
/**
* Gets the public 'CoreBundle\Service\API\ReadingTestResultsService' shared autowired service.
*
* @return \CoreBundle\Service\API\ReadingTestResultsService
*/
protected function getReadingTestResultsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ReadingTestResultsService.php';
return $this->services['CoreBundle\\Service\\API\\ReadingTestResultsService'] = new \CoreBundle\Service\API\ReadingTestResultsService();
}
/**
* Gets the public 'CoreBundle\Service\API\SharedQuizService' shared autowired service.
*
* @return \CoreBundle\Service\API\SharedQuizService
*/
protected function getSharedQuizServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/SharedQuizService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['CoreBundle\\Service\\API\\SharedQuizService'])) {
return $this->services['CoreBundle\\Service\\API\\SharedQuizService'];
}
$b = ($this->services['UserBundle\\Service\\GaleUserService'] ?? $this->getGaleUserServiceService());
if (isset($this->services['CoreBundle\\Service\\API\\SharedQuizService'])) {
return $this->services['CoreBundle\\Service\\API\\SharedQuizService'];
}
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);
}
/**
* Gets the public 'CoreBundle\Service\API\TrainingActivityResultsService' shared autowired service.
*
* @return \CoreBundle\Service\API\TrainingActivityResultsService
*/
protected function getTrainingActivityResultsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/TrainingActivityResultsService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/AnswerService.php';
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('kvik-mat'))), ($this->privates['CoreBundle\\Service\\GamificationService'] ?? $this->getGamificationServiceService()));
}
/**
* Gets the public 'CoreBundle\Service\DataService' shared autowired service.
*
* @return \CoreBundle\Service\DataService
*/
protected function getDataServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/DataService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionTimeStatusResolver.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ScoreService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['CoreBundle\\Service\\DataService'])) {
return $this->services['CoreBundle\\Service\\DataService'];
}
$b = ($this->services['StudentBundle\\Service\\CrammingActivityService'] ?? $this->getCrammingActivityServiceService());
if (isset($this->services['CoreBundle\\Service\\DataService'])) {
return $this->services['CoreBundle\\Service\\DataService'];
}
$c = ($this->services['CoreBundle\\Session\\SessionPlayer'] ?? $this->getSessionPlayerService());
if (isset($this->services['CoreBundle\\Service\\DataService'])) {
return $this->services['CoreBundle\\Service\\DataService'];
}
$d = ($this->services['TeacherBundle\\Service\\CrammingActivityService'] ?? $this->getCrammingActivityService3Service());
if (isset($this->services['CoreBundle\\Service\\DataService'])) {
return $this->services['CoreBundle\\Service\\DataService'];
}
$e = ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService());
if (isset($this->services['CoreBundle\\Service\\DataService'])) {
return $this->services['CoreBundle\\Service\\DataService'];
}
$f = ($this->services['StudentBundle\\Service\\DictateService'] ?? $this->getDictateServiceService());
if (isset($this->services['CoreBundle\\Service\\DataService'])) {
return $this->services['CoreBundle\\Service\\DataService'];
}
$g = ($this->services['StudentBundle\\Service\\ReadingTestService'] ?? $this->getReadingTestServiceService());
if (isset($this->services['CoreBundle\\Service\\DataService'])) {
return $this->services['CoreBundle\\Service\\DataService'];
}
return $this->services['CoreBundle\\Service\\DataService'] = new \CoreBundle\Service\DataService($a, $b, $c, ($this->services['CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver'] ?? ($this->services['CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver'] = new \CoreBundle\Session\Peer\PeerSessionTimeStatusResolver())), $d, ($this->services['CoreBundle\\Service\\ScoreService'] ?? ($this->services['CoreBundle\\Service\\ScoreService'] = new \CoreBundle\Service\ScoreService('primaryschool'))), $e, $f, $g);
}
/**
* Gets the public 'CoreBundle\Service\MathProblemService' shared autowired service.
*
* @return \CoreBundle\Service\MathProblemService
*/
protected function getMathProblemServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/MathProblemService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['CoreBundle\\Service\\MathProblemService'])) {
return $this->services['CoreBundle\\Service\\MathProblemService'];
}
return $this->services['CoreBundle\\Service\\MathProblemService'] = new \CoreBundle\Service\MathProblemService($a);
}
/**
* Gets the public 'CoreBundle\Service\PartialInputDataService' shared autowired service.
*
* @return \CoreBundle\Service\PartialInputDataService
*/
protected function getPartialInputDataServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/PartialInputDataService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['CoreBundle\\Service\\PartialInputDataService'])) {
return $this->services['CoreBundle\\Service\\PartialInputDataService'];
}
return $this->services['CoreBundle\\Service\\PartialInputDataService'] = new \CoreBundle\Service\PartialInputDataService($a);
}
/**
* Gets the public 'CoreBundle\Service\QuizCorrectPercentageService' shared autowired service.
*
* @return \CoreBundle\Service\QuizCorrectPercentageService
*/
protected function getQuizCorrectPercentageServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/QuizCorrectPercentageService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['CoreBundle\\Service\\QuizCorrectPercentageService'])) {
return $this->services['CoreBundle\\Service\\QuizCorrectPercentageService'];
}
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()));
}
/**
* Gets the public 'CoreBundle\Service\QuizUnitService' shared autowired service.
*
* @return \CoreBundle\Service\QuizUnitService
*/
protected function getQuizUnitServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/QuizUnitService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['CoreBundle\\Service\\QuizUnitService'])) {
return $this->services['CoreBundle\\Service\\QuizUnitService'];
}
return $this->services['CoreBundle\\Service\\QuizUnitService'] = new \CoreBundle\Service\QuizUnitService($a);
}
/**
* Gets the public 'CoreBundle\Service\ScoreService' shared autowired service.
*
* @return \CoreBundle\Service\ScoreService
*/
protected function getScoreServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ScoreService.php';
return $this->services['CoreBundle\\Service\\ScoreService'] = new \CoreBundle\Service\ScoreService('primaryschool');
}
/**
* Gets the public 'CoreBundle\Service\TestDataService' shared autowired service.
*
* @return \CoreBundle\Service\TestDataService
*/
protected function getTestDataServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TestDataService.php';
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()));
}
/**
* Gets the public 'CoreBundle\Service\TextbookService' shared autowired service.
*
* @return \CoreBundle\Service\TextbookService
*/
protected function getTextbookServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TextbookService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['CoreBundle\\Service\\TextbookService'])) {
return $this->services['CoreBundle\\Service\\TextbookService'];
}
$b = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['CoreBundle\\Service\\TextbookService'])) {
return $this->services['CoreBundle\\Service\\TextbookService'];
}
$c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['CoreBundle\\Service\\TextbookService'])) {
return $this->services['CoreBundle\\Service\\TextbookService'];
}
return $this->services['CoreBundle\\Service\\TextbookService'] = new \CoreBundle\Service\TextbookService($a, $b, $c, 'primaryschool', 'kvik-mat');
}
/**
* Gets the public 'CoreBundle\Service\TrainingSessionService' shared autowired service.
*
* @return \CoreBundle\Service\TrainingSessionService
*/
protected function getTrainingSessionServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TrainingSessionService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['CoreBundle\\Service\\TrainingSessionService'])) {
return $this->services['CoreBundle\\Service\\TrainingSessionService'];
}
return $this->services['CoreBundle\\Service\\TrainingSessionService'] = new \CoreBundle\Service\TrainingSessionService($a);
}
/**
* Gets the public 'CoreBundle\Session\Peer\PeerSessionTimeStatusResolver' shared autowired service.
*
* @return \CoreBundle\Session\Peer\PeerSessionTimeStatusResolver
*/
protected function getPeerSessionTimeStatusResolverService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionTimeStatusResolver.php';
return $this->services['CoreBundle\\Session\\Peer\\PeerSessionTimeStatusResolver'] = new \CoreBundle\Session\Peer\PeerSessionTimeStatusResolver();
}
/**
* Gets the public 'CoreBundle\Session\SessionPlayer' shared autowired service.
*
* @return \CoreBundle\Session\SessionPlayer
*/
protected function getSessionPlayerService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/SessionPlayer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['CoreBundle\\Session\\SessionPlayer'])) {
return $this->services['CoreBundle\\Session\\SessionPlayer'];
}
return $this->services['CoreBundle\\Session\\SessionPlayer'] = new \CoreBundle\Session\SessionPlayer($a);
}
/**
* Gets the public 'CoreBundle\Util\Aws\AwsPollyUtil' shared autowired service.
*
* @return \CoreBundle\Util\Aws\AwsPollyUtil
*/
protected function getAwsPollyUtilService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Util/Aws/AwsUtil.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Util/Aws/AwsPollyUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/aws/aws-sdk-php/src/Sdk.php';
return $this->services['CoreBundle\\Util\\Aws\\AwsPollyUtil'] = new \CoreBundle\Util\Aws\AwsPollyUtil(new \Aws\Sdk($this->parameters['aws_sdk']));
}
/**
* Gets the public 'CoreBundle\Validators\QuizUnitValidator' shared autowired service.
*
* @return \CoreBundle\Validators\QuizUnitValidator
*/
protected function getQuizUnitValidatorService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Validators/QuizUnitValidator.php';
return $this->services['CoreBundle\\Validators\\QuizUnitValidator'] = new \CoreBundle\Validators\QuizUnitValidator();
}
/**
* Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
*/
protected function getProfilerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
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()));
}
/**
* Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand
*/
protected function getMakeAdminDashboardCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeAdminDashboardCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
$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));
$instance->setName('make:admin:dashboard');
$instance->setDescription('Creates a new EasyAdmin Dashboard class');
return $instance;
}
/**
* Gets the public 'EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand
*/
protected function getMakeCrudControllerCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Command/MakeCrudControllerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Maker/ClassMaker.php';
$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()));
$instance->setName('make:admin:crud');
$instance->setDescription('Creates a new EasyAdmin CRUD controller class');
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\API\ActivityMetadataController' shared autowired service.
*
* @return \StudentBundle\Controller\API\ActivityMetadataController
*/
protected function getActivityMetadataControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/ActivityMetadataController.php';
$this->services['StudentBundle\\Controller\\API\\ActivityMetadataController'] = $instance = new \StudentBundle\Controller\API\ActivityMetadataController(($this->services['StudentBundle\\Service\\API\\ActivityMetadataService'] ?? $this->getActivityMetadataServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\ActivityMetadataController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\API\CrammingActivityResultsController' shared autowired service.
*
* @return \StudentBundle\Controller\API\CrammingActivityResultsController
*/
protected function getCrammingActivityResultsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/CrammingActivityResultsController.php';
$this->services['StudentBundle\\Controller\\API\\CrammingActivityResultsController'] = $instance = new \StudentBundle\Controller\API\CrammingActivityResultsController(($this->services['StudentBundle\\Service\\API\\CrammingActivityResultsService'] ?? $this->getCrammingActivityResultsService2Service()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\CrammingActivityResultsController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\API\DictateActivityResultsController' shared autowired service.
*
* @return \StudentBundle\Controller\API\DictateActivityResultsController
*/
protected function getDictateActivityResultsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/DictateActivityResultsController.php';
$this->services['StudentBundle\\Controller\\API\\DictateActivityResultsController'] = $instance = new \StudentBundle\Controller\API\DictateActivityResultsController(($this->services['StudentBundle\\Service\\API\\DictateActivityResultsService'] ?? $this->getDictateActivityResultsService2Service()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\DictateActivityResultsController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\API\GamificationProfileController' shared autowired service.
*
* @return \StudentBundle\Controller\API\GamificationProfileController
*/
protected function getGamificationProfileControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/GamificationProfileController.php';
$this->services['StudentBundle\\Controller\\API\\GamificationProfileController'] = $instance = new \StudentBundle\Controller\API\GamificationProfileController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\GamificationProfileController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\API\HistoryController' shared autowired service.
*
* @return \StudentBundle\Controller\API\HistoryController
*/
protected function getHistoryControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/HistoryController.php';
$this->services['StudentBundle\\Controller\\API\\HistoryController'] = $instance = new \StudentBundle\Controller\API\HistoryController(($this->services['StudentBundle\\Service\\API\\HistoryService'] ?? $this->getHistoryServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\HistoryController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\API\HomeworkActivityResultsController' shared autowired service.
*
* @return \StudentBundle\Controller\API\HomeworkActivityResultsController
*/
protected function getHomeworkActivityResultsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/HomeworkActivityResultsController.php';
$this->services['StudentBundle\\Controller\\API\\HomeworkActivityResultsController'] = $instance = new \StudentBundle\Controller\API\HomeworkActivityResultsController(($this->services['StudentBundle\\Service\\API\\HomeworkActivityResultsService'] ?? $this->getHomeworkActivityResultsService2Service()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\HomeworkActivityResultsController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\API\PeerActivityResultsController' shared autowired service.
*
* @return \StudentBundle\Controller\API\PeerActivityResultsController
*/
protected function getPeerActivityResultsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/PeerActivityResultsController.php';
$this->services['StudentBundle\\Controller\\API\\PeerActivityResultsController'] = $instance = new \StudentBundle\Controller\API\PeerActivityResultsController(($this->services['StudentBundle\\Service\\API\\PeerActivityResultsService'] ?? $this->getPeerActivityResultsServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\PeerActivityResultsController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\API\ProblemController' shared autowired service.
*
* @return \StudentBundle\Controller\API\ProblemController
*/
protected function getProblemController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/ProblemController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\ProblemController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\API\QuizActivityController' shared autowired service.
*
* @return \StudentBundle\Controller\API\QuizActivityController
*/
protected function getQuizActivityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/QuizActivityController.php';
$this->services['StudentBundle\\Controller\\API\\QuizActivityController'] = $instance = new \StudentBundle\Controller\API\QuizActivityController(($this->services['StudentBundle\\Service\\API\\QuizActivityService'] ?? $this->getQuizActivityServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\QuizActivityController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\API\QuizActivityResultsController' shared autowired service.
*
* @return \StudentBundle\Controller\API\QuizActivityResultsController
*/
protected function getQuizActivityResultsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/QuizActivityResultsController.php';
$this->services['StudentBundle\\Controller\\API\\QuizActivityResultsController'] = $instance = new \StudentBundle\Controller\API\QuizActivityResultsController(($this->services['StudentBundle\\Service\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsService2Service()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\QuizActivityResultsController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\API\ReadingTestResultsController' shared autowired service.
*
* @return \StudentBundle\Controller\API\ReadingTestResultsController
*/
protected function getReadingTestResultsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/ReadingTestResultsController.php';
$this->services['StudentBundle\\Controller\\API\\ReadingTestResultsController'] = $instance = new \StudentBundle\Controller\API\ReadingTestResultsController(($this->services['StudentBundle\\Service\\API\\ReadingTestResultsService'] ?? $this->getReadingTestResultsService2Service()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\ReadingTestResultsController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\API\TrainingActivityResultsController' shared autowired service.
*
* @return \StudentBundle\Controller\API\TrainingActivityResultsController
*/
protected function getTrainingActivityResultsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/API/TrainingActivityResultsController.php';
$this->services['StudentBundle\\Controller\\API\\TrainingActivityResultsController'] = $instance = new \StudentBundle\Controller\API\TrainingActivityResultsController(($this->services['StudentBundle\\Service\\API\\TrainingActivityResultsService'] ?? $this->getTrainingActivityResultsService2Service()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\API\\TrainingActivityResultsController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\ClassroomsController' shared autowired service.
*
* @return \StudentBundle\Controller\ClassroomsController
*/
protected function getClassroomsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/ClassroomsController.php';
$this->services['StudentBundle\\Controller\\ClassroomsController'] = $instance = new \StudentBundle\Controller\ClassroomsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\ClassroomsController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\CrammingActivityController' shared autowired service.
*
* @return \StudentBundle\Controller\CrammingActivityController
*/
protected function getCrammingActivityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/CrammingActivityController.php';
$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()), 'kvik-mat');
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\CrammingActivityController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\DashboardController' shared autowired service.
*
* @return \StudentBundle\Controller\DashboardController
*/
protected function getDashboardController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/DashboardController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\DashboardController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\DefaultController' shared autowired service.
*
* @return \StudentBundle\Controller\DefaultController
*/
protected function getDefaultController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/DefaultController.php';
$this->services['StudentBundle\\Controller\\DefaultController'] = $instance = new \StudentBundle\Controller\DefaultController('kvik-mat', \dirname(__DIR__, 4), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\DefaultController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\DictateController' shared autowired service.
*
* @return \StudentBundle\Controller\DictateController
*/
protected function getDictateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/DictateController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\DictateController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\HistoryController' shared autowired service.
*
* @return \StudentBundle\Controller\HistoryController
*/
protected function getHistoryController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/HistoryController.php';
$this->services['StudentBundle\\Controller\\HistoryController'] = $instance = new \StudentBundle\Controller\HistoryController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\HistoryController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\HomeworkController' shared autowired service.
*
* @return \StudentBundle\Controller\HomeworkController
*/
protected function getHomeworkControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/HomeworkController.php';
$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()), 'kvik-mat', 0, 'c9ca7eda-8abd-4574-9359-a603ab883612');
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\HomeworkController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\KvikDansk\SelfStudyController' shared autowired service.
*
* @return \StudentBundle\Controller\KvikDansk\SelfStudyController
*/
protected function getSelfStudyControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/KvikDansk/SelfStudyController.php';
$this->services['StudentBundle\\Controller\\KvikDansk\\SelfStudyController'] = $instance = new \StudentBundle\Controller\KvikDansk\SelfStudyController('kvik-mat', ($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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\KvikDansk\\SelfStudyController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\KvikMat\SelfStudyController' shared autowired service.
*
* @return \StudentBundle\Controller\KvikMat\SelfStudyController
*/
protected function getSelfStudyController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/KvikMat/SelfStudyController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\KvikMat\\SelfStudyController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\PeerSessionController' shared autowired service.
*
* @return \StudentBundle\Controller\PeerSessionController
*/
protected function getPeerSessionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/PeerSessionController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionTimeStatusResolver.php';
$this->services['StudentBundle\\Controller\\PeerSessionController'] = $instance = new \StudentBundle\Controller\PeerSessionController('kvik-mat', ($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())));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\PeerSessionController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\PerformanceController' shared autowired service.
*
* @return \StudentBundle\Controller\PerformanceController
*/
protected function getPerformanceControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/PerformanceController.php';
$this->services['StudentBundle\\Controller\\PerformanceController'] = $instance = new \StudentBundle\Controller\PerformanceController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\PerformanceController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\PretestController' shared autowired service.
*
* @return \StudentBundle\Controller\PretestController
*/
protected function getPretestControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/PretestController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\PretestController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\QuizSessionController' shared autowired service.
*
* @return \StudentBundle\Controller\QuizSessionController
*/
protected function getQuizSessionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/QuizSessionController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\QuizSessionController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\ReadingTestController' shared autowired service.
*
* @return \StudentBundle\Controller\ReadingTestController
*/
protected function getReadingTestControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/ReadingTestController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\ReadingTestController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\ResultsController' shared autowired service.
*
* @return \StudentBundle\Controller\ResultsController
*/
protected function getResultsController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/ResultsController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\ResultsController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\SelfStudyController' shared autowired service.
*
* @return \StudentBundle\Controller\SelfStudyController
*/
protected function getSelfStudyController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/SelfStudyController.php';
$this->services['StudentBundle\\Controller\\SelfStudyController'] = $instance = new \StudentBundle\Controller\SelfStudyController('kvik-mat');
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\SelfStudyController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\StatisticsController' shared autowired service.
*
* @return \StudentBundle\Controller\StatisticsController
*/
protected function getStatisticsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/StatisticsController.php';
$this->services['StudentBundle\\Controller\\StatisticsController'] = $instance = new \StudentBundle\Controller\StatisticsController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\StatisticsController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\TextbookController' shared autowired service.
*
* @return \StudentBundle\Controller\TextbookController
*/
protected function getTextbookController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/TextbookController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\TextbookController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\TrainingController' shared autowired service.
*
* @return \StudentBundle\Controller\TrainingController
*/
protected function getTrainingControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/TrainingController.php';
$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()), 'kvik-mat', 0, 'c9ca7eda-8abd-4574-9359-a603ab883612');
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\TrainingController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Controller\WorksheetSessionController' shared autowired service.
*
* @return \StudentBundle\Controller\WorksheetSessionController
*/
protected function getWorksheetSessionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Controller/WorksheetSessionController.php';
$this->services['StudentBundle\\Controller\\WorksheetSessionController'] = $instance = new \StudentBundle\Controller\WorksheetSessionController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('StudentBundle\\Controller\\WorksheetSessionController', $this));
return $instance;
}
/**
* Gets the public 'StudentBundle\Service\API\ActivityMetadataService' shared autowired service.
*
* @return \StudentBundle\Service\API\ActivityMetadataService
*/
protected function getActivityMetadataServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/ActivityMetadataService.php';
return $this->services['StudentBundle\\Service\\API\\ActivityMetadataService'] = new \StudentBundle\Service\API\ActivityMetadataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'StudentBundle\Service\API\AssignSymbolProblemService' shared autowired service.
*
* @return \StudentBundle\Service\API\AssignSymbolProblemService
*/
protected function getAssignSymbolProblemServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/AssignSymbolProblemService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'])) {
return $this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'];
}
return $this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] = new \StudentBundle\Service\API\AssignSymbolProblemService($a);
}
/**
* Gets the public 'StudentBundle\Service\API\CrammingActivityResultsService' shared autowired service.
*
* @return \StudentBundle\Service\API\CrammingActivityResultsService
*/
protected function getCrammingActivityResultsService2Service()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/CrammingActivityResultsService.php';
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()));
}
/**
* Gets the public 'StudentBundle\Service\API\DictateActivityResultsService' shared autowired service.
*
* @return \StudentBundle\Service\API\DictateActivityResultsService
*/
protected function getDictateActivityResultsService2Service()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/DictateActivityResultsService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/DictateActivityResultsService.php';
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())));
}
/**
* Gets the public 'StudentBundle\Service\API\HistoryService' shared autowired service.
*
* @return \StudentBundle\Service\API\HistoryService
*/
protected function getHistoryServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/HistoryService.php';
return $this->services['StudentBundle\\Service\\API\\HistoryService'] = new \StudentBundle\Service\API\HistoryService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'StudentBundle\Service\API\HomeworkActivityResultsService' shared autowired service.
*
* @return \StudentBundle\Service\API\HomeworkActivityResultsService
*/
protected function getHomeworkActivityResultsService2Service()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/HomeworkActivityResultsService.php';
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()));
}
/**
* Gets the public 'StudentBundle\Service\API\PeerActivityResultsService' shared autowired service.
*
* @return \StudentBundle\Service\API\PeerActivityResultsService
*/
protected function getPeerActivityResultsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/PeerActivityResultsService.php';
return $this->services['StudentBundle\\Service\\API\\PeerActivityResultsService'] = new \StudentBundle\Service\API\PeerActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'StudentBundle\Service\API\ProblemService' shared autowired service.
*
* @return \StudentBundle\Service\API\ProblemService
*/
protected function getProblemService2Service()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/ProblemService.php';
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()));
}
/**
* Gets the public 'StudentBundle\Service\API\QuizActivityResultsService' shared autowired service.
*
* @return \StudentBundle\Service\API\QuizActivityResultsService
*/
protected function getQuizActivityResultsService2Service()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/QuizActivityResultsService.php';
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()));
}
/**
* Gets the public 'StudentBundle\Service\API\QuizActivityService' shared autowired service.
*
* @return \StudentBundle\Service\API\QuizActivityService
*/
protected function getQuizActivityServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/QuizActivityService.php';
return $this->services['StudentBundle\\Service\\API\\QuizActivityService'] = new \StudentBundle\Service\API\QuizActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'StudentBundle\Service\API\ReadingTestResultsService' shared autowired service.
*
* @return \StudentBundle\Service\API\ReadingTestResultsService
*/
protected function getReadingTestResultsService2Service()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/ReadingTestResultsService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ReadingTestResultsService.php';
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()));
}
/**
* Gets the public 'StudentBundle\Service\API\TrainingActivityResultsService' shared autowired service.
*
* @return \StudentBundle\Service\API\TrainingActivityResultsService
*/
protected function getTrainingActivityResultsService2Service()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/API/TrainingActivityResultsService.php';
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()));
}
/**
* Gets the public 'StudentBundle\Service\CrammingActivityHomeworkService' shared autowired service.
*
* @return \StudentBundle\Service\CrammingActivityHomeworkService
*/
protected function getCrammingActivityHomeworkServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/CrammingActivityHomeworkService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['StudentBundle\\Service\\CrammingActivityHomeworkService'])) {
return $this->services['StudentBundle\\Service\\CrammingActivityHomeworkService'];
}
return $this->services['StudentBundle\\Service\\CrammingActivityHomeworkService'] = new \StudentBundle\Service\CrammingActivityHomeworkService($a);
}
/**
* Gets the public 'StudentBundle\Service\CrammingActivityService' shared autowired service.
*
* @return \StudentBundle\Service\CrammingActivityService
*/
protected function getCrammingActivityServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/CrammingActivityService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['StudentBundle\\Service\\CrammingActivityService'])) {
return $this->services['StudentBundle\\Service\\CrammingActivityService'];
}
$b = ($this->services['StudentBundle\\Service\\CrammingActivityHomeworkService'] ?? $this->getCrammingActivityHomeworkServiceService());
if (isset($this->services['StudentBundle\\Service\\CrammingActivityService'])) {
return $this->services['StudentBundle\\Service\\CrammingActivityService'];
}
return $this->services['StudentBundle\\Service\\CrammingActivityService'] = new \StudentBundle\Service\CrammingActivityService($a, $b);
}
/**
* Gets the public 'StudentBundle\Service\DictateService' shared autowired service.
*
* @return \StudentBundle\Service\DictateService
*/
protected function getDictateServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/DictateService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['StudentBundle\\Service\\DictateService'])) {
return $this->services['StudentBundle\\Service\\DictateService'];
}
return $this->services['StudentBundle\\Service\\DictateService'] = new \StudentBundle\Service\DictateService($a);
}
/**
* Gets the public 'StudentBundle\Service\HomeworkService' shared autowired service.
*
* @return \StudentBundle\Service\HomeworkService
*/
protected function getHomeworkServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/HomeworkService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['StudentBundle\\Service\\HomeworkService'])) {
return $this->services['StudentBundle\\Service\\HomeworkService'];
}
return $this->services['StudentBundle\\Service\\HomeworkService'] = new \StudentBundle\Service\HomeworkService($a);
}
/**
* Gets the public 'StudentBundle\Service\Kvik\Dansk\SelfStudyService' shared autowired service.
*
* @return \StudentBundle\Service\Kvik\Dansk\SelfStudyService
*/
protected function getSelfStudyServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/Kvik/Dansk/SelfStudyService.php';
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()));
}
/**
* Gets the public 'StudentBundle\Service\Kvik\SelfStudyService' shared autowired service.
*
* @return \StudentBundle\Service\Kvik\SelfStudyService
*/
protected function getSelfStudyService2Service()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/Kvik/SelfStudyService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'])) {
return $this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'];
}
return $this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'] = new \StudentBundle\Service\Kvik\SelfStudyService($a);
}
/**
* Gets the public 'StudentBundle\Service\MathproblemService' shared autowired service.
*
* @return \StudentBundle\Service\MathproblemService
*/
protected function getMathproblemService2Service()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/MathproblemService.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/Transform.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['StudentBundle\\Service\\MathproblemService'])) {
return $this->services['StudentBundle\\Service\\MathproblemService'];
}
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), true, true))), ($this->services['CoreBundle\\Service\\PartialInputDataService'] ?? $this->getPartialInputDataServiceService()), 'kvik-mat');
}
/**
* Gets the public 'StudentBundle\Service\PerformanceService' shared autowired service.
*
* @return \StudentBundle\Service\PerformanceService
*/
protected function getPerformanceServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/PerformanceService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['StudentBundle\\Service\\PerformanceService'])) {
return $this->services['StudentBundle\\Service\\PerformanceService'];
}
$b = ($this->services['StudentBundle\\Service\\Kvik\\SelfStudyService'] ?? $this->getSelfStudyService2Service());
if (isset($this->services['StudentBundle\\Service\\PerformanceService'])) {
return $this->services['StudentBundle\\Service\\PerformanceService'];
}
return $this->services['StudentBundle\\Service\\PerformanceService'] = new \StudentBundle\Service\PerformanceService($a, $b);
}
/**
* Gets the public 'StudentBundle\Service\ProblemDndService' shared autowired service.
*
* @return \StudentBundle\Service\ProblemDndService
*/
protected function getProblemDndServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ProblemDndService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['StudentBundle\\Service\\ProblemDndService'])) {
return $this->services['StudentBundle\\Service\\ProblemDndService'];
}
return $this->services['StudentBundle\\Service\\ProblemDndService'] = new \StudentBundle\Service\ProblemDndService($a);
}
/**
* Gets the public 'StudentBundle\Service\ProblemDropdownService' shared autowired service.
*
* @return \StudentBundle\Service\ProblemDropdownService
*/
protected function getProblemDropdownServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ProblemDropdownService.php';
return $this->services['StudentBundle\\Service\\ProblemDropdownService'] = new \StudentBundle\Service\ProblemDropdownService();
}
/**
* Gets the public 'StudentBundle\Service\ProblemFreeTextService' shared autowired service.
*
* @return \StudentBundle\Service\ProblemFreeTextService
*/
protected function getProblemFreeTextServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ProblemFreeTextService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['StudentBundle\\Service\\ProblemFreeTextService'])) {
return $this->services['StudentBundle\\Service\\ProblemFreeTextService'];
}
return $this->services['StudentBundle\\Service\\ProblemFreeTextService'] = new \StudentBundle\Service\ProblemFreeTextService($a);
}
/**
* Gets the public 'StudentBundle\Service\QuizSessionService' shared autowired service.
*
* @return \StudentBundle\Service\QuizSessionService
*/
protected function getQuizSessionServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/QuizSessionService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['StudentBundle\\Service\\QuizSessionService'])) {
return $this->services['StudentBundle\\Service\\QuizSessionService'];
}
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', 'kvik-mat');
}
/**
* Gets the public 'StudentBundle\Service\ReadingTestService' shared autowired service.
*
* @return \StudentBundle\Service\ReadingTestService
*/
protected function getReadingTestServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ReadingTestService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['StudentBundle\\Service\\ReadingTestService'])) {
return $this->services['StudentBundle\\Service\\ReadingTestService'];
}
return $this->services['StudentBundle\\Service\\ReadingTestService'] = new \StudentBundle\Service\ReadingTestService($a);
}
/**
* Gets the public 'StudentBundle\Service\SelfStudyService' shared autowired service.
*
* @return \StudentBundle\Service\SelfStudyService
*/
protected function getSelfStudyService3Service()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/SelfStudyService.php';
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);
}
/**
* Gets the public 'StudentBundle\Service\TextbookSessionService' shared autowired service.
*
* @return \StudentBundle\Service\TextbookSessionService
*/
protected function getTextbookSessionServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/TextbookSessionService.php';
return $this->services['StudentBundle\\Service\\TextbookSessionService'] = new \StudentBundle\Service\TextbookSessionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'StudentBundle\Service\Transform' shared autowired service.
*
* @return \StudentBundle\Service\Transform
*/
protected function getTransformService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/Transform.php';
return $this->services['StudentBundle\\Service\\Transform'] = new \StudentBundle\Service\Transform(\dirname(__DIR__, 4), true, true);
}
/**
* Gets the public 'StudentBundle\Service\WorksheetSessionService' shared autowired service.
*
* @return \StudentBundle\Service\WorksheetSessionService
*/
protected function getWorksheetSessionServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/WorksheetSessionService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['StudentBundle\\Service\\WorksheetSessionService'])) {
return $this->services['StudentBundle\\Service\\WorksheetSessionService'];
}
return $this->services['StudentBundle\\Service\\WorksheetSessionService'] = new \StudentBundle\Service\WorksheetSessionService($a, 'c9ca7eda-8abd-4574-9359-a603ab883612', 0);
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
*/
protected function getRedirectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
*/
protected function getTemplateController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'TeacherBundle\Controller\API\ActivityController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\ActivityController
*/
protected function getActivityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ActivityController.php';
$this->services['TeacherBundle\\Controller\\API\\ActivityController'] = $instance = new \TeacherBundle\Controller\API\ActivityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'kvik-mat');
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ActivityController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\ActivityMetadataController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\ActivityMetadataController
*/
protected function getActivityMetadataController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ActivityMetadataController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ActivityMetadataController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\CategoryController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\CategoryController
*/
protected function getCategoryControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/CategoryController.php';
$this->services['TeacherBundle\\Controller\\API\\CategoryController'] = $instance = new \TeacherBundle\Controller\API\CategoryController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\CategoryController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\ClassroomController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\ClassroomController
*/
protected function getClassroomControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ClassroomController.php';
$this->services['TeacherBundle\\Controller\\API\\ClassroomController'] = $instance = new \TeacherBundle\Controller\API\ClassroomController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ClassroomController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\ClassroomReportController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\ClassroomReportController
*/
protected function getClassroomReportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ClassroomReportController.php';
$this->services['TeacherBundle\\Controller\\API\\ClassroomReportController'] = $instance = new \TeacherBundle\Controller\API\ClassroomReportController(($this->services['TeacherBundle\\Service\\API\\ClassroomReportService'] ?? $this->getClassroomReportServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ClassroomReportController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\ClassroomTypeController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\ClassroomTypeController
*/
protected function getClassroomTypeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ClassroomTypeController.php';
$this->services['TeacherBundle\\Controller\\API\\ClassroomTypeController'] = $instance = new \TeacherBundle\Controller\API\ClassroomTypeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['TeacherBundle\\Service\\CategoryService'] ?? $this->getCategoryServiceService()), 'gyldendal', 'primaryschool', 'kvik-mat');
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ClassroomTypeController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\CrammingActivityController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\CrammingActivityController
*/
protected function getCrammingActivityController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/CrammingActivityController.php';
$this->services['TeacherBundle\\Controller\\API\\CrammingActivityController'] = $instance = new \TeacherBundle\Controller\API\CrammingActivityController('kvik-mat', ($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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\CrammingActivityController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\CrammingActivityResultsController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\CrammingActivityResultsController
*/
protected function getCrammingActivityResultsController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/CrammingActivityResultsController.php';
$this->services['TeacherBundle\\Controller\\API\\CrammingActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\CrammingActivityResultsController(($this->services['TeacherBundle\\Service\\API\\CrammingActivityResults\\Service'] ?? $this->getServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\CrammingActivityResultsController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\DictateActivityController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\DictateActivityController
*/
protected function getDictateActivityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/DictateActivityController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\DictateActivityController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\DictateActivityResultsController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\DictateActivityResultsController
*/
protected function getDictateActivityResultsController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/DictateActivityResultsController.php';
$this->services['TeacherBundle\\Controller\\API\\DictateActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\DictateActivityResultsController(($this->services['TeacherBundle\\Service\\API\\DictateActivityResultsService'] ?? $this->getDictateActivityResultsService3Service()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\DictateActivityResultsController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\DictateController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\DictateController
*/
protected function getDictateController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/DictateController.php';
$this->services['TeacherBundle\\Controller\\API\\DictateController'] = $instance = new \TeacherBundle\Controller\API\DictateController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\DictateController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\HomeworkActivityResultsController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\HomeworkActivityResultsController
*/
protected function getHomeworkActivityResultsController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/HomeworkActivityResultsController.php';
$this->services['TeacherBundle\\Controller\\API\\HomeworkActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\HomeworkActivityResultsController(($this->services['TeacherBundle\\Service\\API\\HomeworkActivityResultsService'] ?? $this->getHomeworkActivityResultsService3Service()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\HomeworkActivityResultsController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\HomeworkController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\HomeworkController
*/
protected function getHomeworkController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/HomeworkController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\HomeworkController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\OnboardingController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\OnboardingController
*/
protected function getOnboardingControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/OnboardingController.php';
$this->services['TeacherBundle\\Controller\\API\\OnboardingController'] = $instance = new \TeacherBundle\Controller\API\OnboardingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'kvik-mat');
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\OnboardingController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\PeerActivityController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\PeerActivityController
*/
protected function getPeerActivityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerActivityController.php';
$this->services['TeacherBundle\\Controller\\API\\PeerActivityController'] = $instance = new \TeacherBundle\Controller\API\PeerActivityController(($this->services['TeacherBundle\\Service\\API\\PeerActivityService'] ?? $this->getPeerActivityServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerActivityController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\PeerActivityResultsController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\PeerActivityResultsController
*/
protected function getPeerActivityResultsController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerActivityResultsController.php';
$this->services['TeacherBundle\\Controller\\API\\PeerActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\PeerActivityResultsController(($this->services['TeacherBundle\\Service\\API\\PeerActivityResultsService'] ?? $this->getPeerActivityResultsService2Service()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerActivityResultsController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\PeerProblemController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\PeerProblemController
*/
protected function getPeerProblemControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerProblemController.php';
$this->services['TeacherBundle\\Controller\\API\\PeerProblemController'] = $instance = new \TeacherBundle\Controller\API\PeerProblemController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerProblemController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\PeerThemeClassTypeController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\PeerThemeClassTypeController
*/
protected function getPeerThemeClassTypeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerThemeClassTypeController.php';
$this->services['TeacherBundle\\Controller\\API\\PeerThemeClassTypeController'] = $instance = new \TeacherBundle\Controller\API\PeerThemeClassTypeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerThemeClassTypeController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\PeerThemeController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\PeerThemeController
*/
protected function getPeerThemeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/PeerThemeController.php';
$this->services['TeacherBundle\\Controller\\API\\PeerThemeController'] = $instance = new \TeacherBundle\Controller\API\PeerThemeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\PeerThemeController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\ProblemController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\ProblemController
*/
protected function getProblemController4Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ProblemController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ProblemController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\QuizActivityController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\QuizActivityController
*/
protected function getQuizActivityController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/QuizActivityController.php';
$this->services['TeacherBundle\\Controller\\API\\QuizActivityController'] = $instance = new \TeacherBundle\Controller\API\QuizActivityController(($this->services['TeacherBundle\\Service\\API\\QuizActivityService'] ?? $this->getQuizActivityService2Service()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\QuizActivityController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\QuizActivityResultsController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\QuizActivityResultsController
*/
protected function getQuizActivityResultsController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/QuizActivityResultsController.php';
$this->services['TeacherBundle\\Controller\\API\\QuizActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\QuizActivityResultsController(($this->services['TeacherBundle\\Service\\API\\QuizActivityResultsService'] ?? $this->getQuizActivityResultsService3Service()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\QuizActivityResultsController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\QuizController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\QuizController
*/
protected function getQuizControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/QuizController.php';
$this->services['TeacherBundle\\Controller\\API\\QuizController'] = $instance = new \TeacherBundle\Controller\API\QuizController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\QuizController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\QuizTypeController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\QuizTypeController
*/
protected function getQuizTypeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/QuizTypeController.php';
$this->services['TeacherBundle\\Controller\\API\\QuizTypeController'] = $instance = new \TeacherBundle\Controller\API\QuizTypeController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\QuizTypeController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\ReadingTestActivityController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\ReadingTestActivityController
*/
protected function getReadingTestActivityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ReadingTestActivityController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ReadingTestActivityController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\ReadingTestController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\ReadingTestController
*/
protected function getReadingTestController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ReadingTestController.php';
$this->services['TeacherBundle\\Controller\\API\\ReadingTestController'] = $instance = new \TeacherBundle\Controller\API\ReadingTestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ReadingTestController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\ReadingTestResultsController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\ReadingTestResultsController
*/
protected function getReadingTestResultsController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ReadingTestResultsController.php';
$this->services['TeacherBundle\\Controller\\API\\ReadingTestResultsController'] = $instance = new \TeacherBundle\Controller\API\ReadingTestResultsController(($this->services['TeacherBundle\\Service\\API\\ReadingTestActivityService'] ?? $this->getReadingTestActivityServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ReadingTestResultsController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\ResultsOverviewController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\ResultsOverviewController
*/
protected function getResultsOverviewControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/ResultsOverviewController.php';
$this->services['TeacherBundle\\Controller\\API\\ResultsOverviewController'] = $instance = new \TeacherBundle\Controller\API\ResultsOverviewController(($this->services['TeacherBundle\\Service\\API\\ResultsOverviewService'] ?? $this->getResultsOverviewServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\ResultsOverviewController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\StudentController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\StudentController
*/
protected function getStudentControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/StudentController.php';
$this->services['TeacherBundle\\Controller\\API\\StudentController'] = $instance = new \TeacherBundle\Controller\API\StudentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\StudentController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\StudentReportController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\StudentReportController
*/
protected function getStudentReportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/StudentReportController.php';
$this->services['TeacherBundle\\Controller\\API\\StudentReportController'] = $instance = new \TeacherBundle\Controller\API\StudentReportController(($this->services['TeacherBundle\\Service\\API\\StudentReportService'] ?? $this->getStudentReportServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\StudentReportController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\TagController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\TagController
*/
protected function getTagController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TagController.php';
$this->services['TeacherBundle\\Controller\\API\\TagController'] = $instance = new \TeacherBundle\Controller\API\TagController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TagController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\TemplateMathproblemController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\TemplateMathproblemController
*/
protected function getTemplateMathproblemControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TemplateMathproblemController.php';
$this->services['TeacherBundle\\Controller\\API\\TemplateMathproblemController'] = $instance = new \TeacherBundle\Controller\API\TemplateMathproblemController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TemplateMathproblemController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\TemplateSetController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\TemplateSetController
*/
protected function getTemplateSetControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TemplateSetController.php';
$this->services['TeacherBundle\\Controller\\API\\TemplateSetController'] = $instance = new \TeacherBundle\Controller\API\TemplateSetController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TemplateSetController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\TrainingActivityController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\TrainingActivityController
*/
protected function getTrainingActivityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TrainingActivityController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TrainingActivityController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\TrainingActivityResultsController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\TrainingActivityResultsController
*/
protected function getTrainingActivityResultsController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/TrainingActivityResultsController.php';
$this->services['TeacherBundle\\Controller\\API\\TrainingActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\TrainingActivityResultsController(($this->services['TeacherBundle\\Service\\API\\TrainingActivityResultsService'] ?? $this->getTrainingActivityResultsService3Service()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\TrainingActivityResultsController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\WorksheetActivityController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\WorksheetActivityController
*/
protected function getWorksheetActivityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/WorksheetActivityController.php';
$this->services['TeacherBundle\\Controller\\API\\WorksheetActivityController'] = $instance = new \TeacherBundle\Controller\API\WorksheetActivityController(($this->services['TeacherBundle\\Service\\API\\WorksheetActivityService'] ?? $this->getWorksheetActivityServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\WorksheetActivityController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\WorksheetActivityResultsController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\WorksheetActivityResultsController
*/
protected function getWorksheetActivityResultsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/WorksheetActivityResultsController.php';
$this->services['TeacherBundle\\Controller\\API\\WorksheetActivityResultsController'] = $instance = new \TeacherBundle\Controller\API\WorksheetActivityResultsController(($this->services['TeacherBundle\\Service\\API\\WorksheetActivityResultsService'] ?? $this->getWorksheetActivityResultsServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\WorksheetActivityResultsController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\API\WorksheetController' shared autowired service.
*
* @return \TeacherBundle\Controller\API\WorksheetController
*/
protected function getWorksheetControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/API/WorksheetController.php';
$this->services['TeacherBundle\\Controller\\API\\WorksheetController'] = $instance = new \TeacherBundle\Controller\API\WorksheetController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\API\\WorksheetController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\CampaignController' shared autowired service.
*
* @return \TeacherBundle\Controller\CampaignController
*/
protected function getCampaignControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/CampaignController.php';
$this->services['TeacherBundle\\Controller\\CampaignController'] = $instance = new \TeacherBundle\Controller\CampaignController(($this->services['TeacherBundle\\Service\\CampaignService'] ?? $this->getCampaignServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\CampaignController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\ClassroomController' shared autowired service.
*
* @return \TeacherBundle\Controller\ClassroomController
*/
protected function getClassroomController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ClassroomController.php';
$this->services['TeacherBundle\\Controller\\ClassroomController'] = $instance = new \TeacherBundle\Controller\ClassroomController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ClassroomController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\ContentController' shared autowired service.
*
* @return \TeacherBundle\Controller\ContentController
*/
protected function getContentController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ContentController.php';
$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()), 'kvik-mat', ($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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ContentController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\CrammingActivityController' shared autowired service.
*
* @return \TeacherBundle\Controller\CrammingActivityController
*/
protected function getCrammingActivityController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/CrammingActivityController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\CrammingActivityController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\DefaultController' shared autowired service.
*
* @return \TeacherBundle\Controller\DefaultController
*/
protected function getDefaultController4Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/DefaultController.php';
$this->services['TeacherBundle\\Controller\\DefaultController'] = $instance = new \TeacherBundle\Controller\DefaultController('kvik-mat', \dirname(__DIR__, 4), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\DefaultController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\ExtendActivityController' shared autowired service.
*
* @return \TeacherBundle\Controller\ExtendActivityController
*/
protected function getExtendActivityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ExtendActivityController.php';
$this->services['TeacherBundle\\Controller\\ExtendActivityController'] = $instance = new \TeacherBundle\Controller\ExtendActivityController(($this->services['TeacherBundle\\Service\\ExtendActivityService'] ?? $this->getExtendActivityServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ExtendActivityController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\HistoryController' shared autowired service.
*
* @return \TeacherBundle\Controller\HistoryController
*/
protected function getHistoryController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/HistoryController.php';
$this->services['TeacherBundle\\Controller\\HistoryController'] = $instance = new \TeacherBundle\Controller\HistoryController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\HistoryController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\HomeworkController' shared autowired service.
*
* @return \TeacherBundle\Controller\HomeworkController
*/
protected function getHomeworkController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/HomeworkController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\HomeworkController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\PeerTrainingController' shared autowired service.
*
* @return \TeacherBundle\Controller\PeerTrainingController
*/
protected function getPeerTrainingControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/PeerTrainingController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\PeerTrainingController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\QuizController' shared autowired service.
*
* @return \TeacherBundle\Controller\QuizController
*/
protected function getQuizController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/QuizController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\QuizController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\QuizSessionController' shared autowired service.
*
* @return \TeacherBundle\Controller\QuizSessionController
*/
protected function getQuizSessionController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/QuizSessionController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\QuizSessionController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\ReportPdfExportController' shared autowired service.
*
* @return \TeacherBundle\Controller\ReportPdfExportController
*/
protected function getReportPdfExportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ReportPdfExportController.php';
$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()), 'kvik-mat');
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ReportPdfExportController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\ResultsController' shared autowired service.
*
* @return \TeacherBundle\Controller\ResultsController
*/
protected function getResultsController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ResultsController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/CompetitionService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$this->services['TeacherBundle\\Controller\\ResultsController'] = $instance = new \TeacherBundle\Controller\ResultsController($a, new \TeacherBundle\Service\CompetitionService($a));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ResultsController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\ResultsOverviewController' shared autowired service.
*
* @return \TeacherBundle\Controller\ResultsOverviewController
*/
protected function getResultsOverviewController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/ResultsOverviewController.php';
$this->services['TeacherBundle\\Controller\\ResultsOverviewController'] = $instance = new \TeacherBundle\Controller\ResultsOverviewController(($this->services['TeacherBundle\\Service\\API\\ResultsOverviewService'] ?? $this->getResultsOverviewServiceService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\ResultsOverviewController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\StudentController' shared autowired service.
*
* @return \TeacherBundle\Controller\StudentController
*/
protected function getStudentController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/StudentController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\StudentController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\TextbookController' shared autowired service.
*
* @return \TeacherBundle\Controller\TextbookController
*/
protected function getTextbookController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/TextbookController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\TextbookController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\TrainingController' shared autowired service.
*
* @return \TeacherBundle\Controller\TrainingController
*/
protected function getTrainingController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/TrainingController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\TrainingController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\WorksheetController' shared autowired service.
*
* @return \TeacherBundle\Controller\WorksheetController
*/
protected function getWorksheetController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/WorksheetController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\WorksheetController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Controller\WorksheetSessionController' shared autowired service.
*
* @return \TeacherBundle\Controller\WorksheetSessionController
*/
protected function getWorksheetSessionController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Controller/WorksheetSessionController.php';
$this->services['TeacherBundle\\Controller\\WorksheetSessionController'] = $instance = new \TeacherBundle\Controller\WorksheetSessionController(($this->privates['CoreBundle\\Service\\EventLogger'] ?? $this->getEventLoggerService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('TeacherBundle\\Controller\\WorksheetSessionController', $this));
return $instance;
}
/**
* Gets the public 'TeacherBundle\Service\API\ActivityMetadataService' shared autowired service.
*
* @return \TeacherBundle\Service\API\ActivityMetadataService
*/
protected function getActivityMetadataService2Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ActivityMetadataService.php';
return $this->services['TeacherBundle\\Service\\API\\ActivityMetadataService'] = new \TeacherBundle\Service\API\ActivityMetadataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'TeacherBundle\Service\API\ClassroomActivityMetadataService' shared autowired service.
*
* @return \TeacherBundle\Service\API\ClassroomActivityMetadataService
*/
protected function getClassroomActivityMetadataServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ClassroomActivityMetadataService.php';
return $this->services['TeacherBundle\\Service\\API\\ClassroomActivityMetadataService'] = new \TeacherBundle\Service\API\ClassroomActivityMetadataService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'TeacherBundle\Service\API\ClassroomReportService' shared autowired service.
*
* @return \TeacherBundle\Service\API\ClassroomReportService
*/
protected function getClassroomReportServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ClassroomReportService.php';
return $this->services['TeacherBundle\\Service\\API\\ClassroomReportService'] = new \TeacherBundle\Service\API\ClassroomReportService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'TeacherBundle\Service\API\CrammingActivityResults\Helper' shared autowired service.
*
* @return \TeacherBundle\Service\API\CrammingActivityResults\Helper
*/
protected function getHelperService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/CrammingActivityResults/Helper.php';
return $this->services['TeacherBundle\\Service\\API\\CrammingActivityResults\\Helper'] = new \TeacherBundle\Service\API\CrammingActivityResults\Helper();
}
/**
* Gets the public 'TeacherBundle\Service\API\CrammingActivityResults\Service' shared autowired service.
*
* @return \TeacherBundle\Service\API\CrammingActivityResults\Service
*/
protected function getServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/CrammingActivityResults/Service.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/CrammingActivityResults/Helper.php';
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()));
}
/**
* Gets the public 'TeacherBundle\Service\API\CrammingActivityService' shared autowired service.
*
* @return \TeacherBundle\Service\API\CrammingActivityService
*/
protected function getCrammingActivityService2Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/CrammingActivityService.php';
return $this->services['TeacherBundle\\Service\\API\\CrammingActivityService'] = new \TeacherBundle\Service\API\CrammingActivityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'TeacherBundle\Service\API\DictateActivityResultsService' shared autowired service.
*
* @return \TeacherBundle\Service\API\DictateActivityResultsService
*/
protected function getDictateActivityResultsService3Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/DictateActivityResultsService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/DictateActivityResultsService.php';
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())));
}
/**
* Gets the public 'TeacherBundle\Service\API\DictateActivityService' shared autowired service.
*
* @return \TeacherBundle\Service\API\DictateActivityService
*/
protected function getDictateActivityServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/DictateActivityService.php';
return $this->services['TeacherBundle\\Service\\API\\DictateActivityService'] = new \TeacherBundle\Service\API\DictateActivityService('kvik-mat', ($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()));
}
/**
* Gets the public 'TeacherBundle\Service\API\HomeworkActivityResultsService' shared autowired service.
*
* @return \TeacherBundle\Service\API\HomeworkActivityResultsService
*/
protected function getHomeworkActivityResultsService3Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/HomeworkActivityResultsService.php';
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);
}
/**
* Gets the public 'TeacherBundle\Service\API\HomeworkService' shared autowired service.
*
* @return \TeacherBundle\Service\API\HomeworkService
*/
protected function getHomeworkService2Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/HomeworkService.php';
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()));
}
/**
* Gets the public 'TeacherBundle\Service\API\PeerActivityResultsService' shared autowired service.
*
* @return \TeacherBundle\Service\API\PeerActivityResultsService
*/
protected function getPeerActivityResultsService2Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/PeerActivityResultsService.php';
return $this->services['TeacherBundle\\Service\\API\\PeerActivityResultsService'] = new \TeacherBundle\Service\API\PeerActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'TeacherBundle\Service\API\PeerActivityService' shared autowired service.
*
* @return \TeacherBundle\Service\API\PeerActivityService
*/
protected function getPeerActivityServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/PeerActivityService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerSessionInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/PeerMathproblemRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
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()));
}
/**
* Gets the public 'TeacherBundle\Service\API\ProblemService' shared autowired service.
*
* @return \TeacherBundle\Service\API\ProblemService
*/
protected function getProblemService3Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ProblemService.php';
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()));
}
/**
* Gets the public 'TeacherBundle\Service\API\QuizActivityResultsService' shared autowired service.
*
* @return \TeacherBundle\Service\API\QuizActivityResultsService
*/
protected function getQuizActivityResultsService3Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/QuizActivityResultsService.php';
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);
}
/**
* Gets the public 'TeacherBundle\Service\API\QuizActivityService' shared autowired service.
*
* @return \TeacherBundle\Service\API\QuizActivityService
*/
protected function getQuizActivityService2Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/QuizActivityService.php';
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()));
}
/**
* Gets the public 'TeacherBundle\Service\API\ReadingTestActivityService' shared autowired service.
*
* @return \TeacherBundle\Service\API\ReadingTestActivityService
*/
protected function getReadingTestActivityServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ReadingTestActivityService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ReadingTestResultsService.php';
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())));
}
/**
* Gets the public 'TeacherBundle\Service\API\ResultsOverviewService' shared autowired service.
*
* @return \TeacherBundle\Service\API\ResultsOverviewService
*/
protected function getResultsOverviewServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/ResultsOverviewService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ScoreService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/DictateActivityResultsService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/API/ReadingTestResultsService.php';
return $this->services['TeacherBundle\\Service\\API\\ResultsOverviewService'] = new \TeacherBundle\Service\API\ResultsOverviewService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['CoreBundle\\Service\\ScoreService'] ?? ($this->services['CoreBundle\\Service\\ScoreService'] = new \CoreBundle\Service\ScoreService('primaryschool'))), 'kvik-mat', 9, ($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()));
}
/**
* Gets the public 'TeacherBundle\Service\API\StudentReportService' shared autowired service.
*
* @return \TeacherBundle\Service\API\StudentReportService
*/
protected function getStudentReportServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/StudentReportService.php';
return $this->services['TeacherBundle\\Service\\API\\StudentReportService'] = new \TeacherBundle\Service\API\StudentReportService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'TeacherBundle\Service\API\TrainingActivityResultsService' shared autowired service.
*
* @return \TeacherBundle\Service\API\TrainingActivityResultsService
*/
protected function getTrainingActivityResultsService3Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/TrainingActivityResultsService.php';
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);
}
/**
* Gets the public 'TeacherBundle\Service\API\TrainingActivityService' shared autowired service.
*
* @return \TeacherBundle\Service\API\TrainingActivityService
*/
protected function getTrainingActivityServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/TrainingActivityService.php';
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()));
}
/**
* Gets the public 'TeacherBundle\Service\API\WorksheetActivityResultsService' shared autowired service.
*
* @return \TeacherBundle\Service\API\WorksheetActivityResultsService
*/
protected function getWorksheetActivityResultsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/WorksheetActivityResultsService.php';
return $this->services['TeacherBundle\\Service\\API\\WorksheetActivityResultsService'] = new \TeacherBundle\Service\API\WorksheetActivityResultsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 100);
}
/**
* Gets the public 'TeacherBundle\Service\API\WorksheetActivityService' shared autowired service.
*
* @return \TeacherBundle\Service\API\WorksheetActivityService
*/
protected function getWorksheetActivityServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/API/WorksheetActivityService.php';
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()));
}
/**
* Gets the public 'TeacherBundle\Service\CampaignService' shared autowired service.
*
* @return \TeacherBundle\Service\CampaignService
*/
protected function getCampaignServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/CampaignService.php';
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()));
}
/**
* Gets the public 'TeacherBundle\Service\CategoryService' shared autowired service.
*
* @return \TeacherBundle\Service\CategoryService
*/
protected function getCategoryServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/CategoryService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['TeacherBundle\\Service\\CategoryService'])) {
return $this->services['TeacherBundle\\Service\\CategoryService'];
}
return $this->services['TeacherBundle\\Service\\CategoryService'] = new \TeacherBundle\Service\CategoryService($a, 'kvik-mat');
}
/**
* Gets the public 'TeacherBundle\Service\ContentService' shared autowired service.
*
* @return \TeacherBundle\Service\ContentService
*/
protected function getContentServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/ContentService.php';
return $this->services['TeacherBundle\\Service\\ContentService'] = new \TeacherBundle\Service\ContentService();
}
/**
* Gets the public 'TeacherBundle\Service\CrammingActivityService' shared autowired service.
*
* @return \TeacherBundle\Service\CrammingActivityService
*/
protected function getCrammingActivityService3Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/CrammingActivityService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['TeacherBundle\\Service\\CrammingActivityService'])) {
return $this->services['TeacherBundle\\Service\\CrammingActivityService'];
}
return $this->services['TeacherBundle\\Service\\CrammingActivityService'] = new \TeacherBundle\Service\CrammingActivityService($a);
}
/**
* Gets the public 'TeacherBundle\Service\DictateService' shared autowired service.
*
* @return \TeacherBundle\Service\DictateService
*/
protected function getDictateService2Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/DictateService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['TeacherBundle\\Service\\DictateService'])) {
return $this->services['TeacherBundle\\Service\\DictateService'];
}
return $this->services['TeacherBundle\\Service\\DictateService'] = new \TeacherBundle\Service\DictateService($a, ($this->services['StudentBundle\\Service\\DictateService'] ?? $this->getDictateServiceService()));
}
/**
* Gets the public 'TeacherBundle\Service\ExtendActivityService' shared autowired service.
*
* @return \TeacherBundle\Service\ExtendActivityService
*/
protected function getExtendActivityServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/ExtendActivityService.php';
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()));
}
/**
* Gets the public 'TeacherBundle\Service\HomeworkService' shared autowired service.
*
* @return \TeacherBundle\Service\HomeworkService
*/
protected function getHomeworkService3Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/HomeworkService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['TeacherBundle\\Service\\HomeworkService'])) {
return $this->services['TeacherBundle\\Service\\HomeworkService'];
}
return $this->services['TeacherBundle\\Service\\HomeworkService'] = new \TeacherBundle\Service\HomeworkService($a);
}
/**
* Gets the public 'TeacherBundle\Service\MathProblemService' shared autowired service.
*
* @return \TeacherBundle\Service\MathProblemService
*/
protected function getMathProblemService3Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/MathProblemService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['TeacherBundle\\Service\\MathProblemService'])) {
return $this->services['TeacherBundle\\Service\\MathProblemService'];
}
$b = ($this->services['CoreBundle\\Service\\PartialInputDataService'] ?? $this->getPartialInputDataServiceService());
if (isset($this->services['TeacherBundle\\Service\\MathProblemService'])) {
return $this->services['TeacherBundle\\Service\\MathProblemService'];
}
return $this->services['TeacherBundle\\Service\\MathProblemService'] = new \TeacherBundle\Service\MathProblemService($a, $b);
}
/**
* Gets the public 'TeacherBundle\Service\PeerActivityService' shared autowired service.
*
* @return \TeacherBundle\Service\PeerActivityService
*/
protected function getPeerActivityService2Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/PeerActivityService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['TeacherBundle\\Service\\PeerActivityService'])) {
return $this->services['TeacherBundle\\Service\\PeerActivityService'];
}
return $this->services['TeacherBundle\\Service\\PeerActivityService'] = new \TeacherBundle\Service\PeerActivityService($a);
}
/**
* Gets the public 'TeacherBundle\Service\ProblemDndService' shared autowired service.
*
* @return \TeacherBundle\Service\ProblemDndService
*/
protected function getProblemDndService2Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/ProblemDndService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['TeacherBundle\\Service\\ProblemDndService'])) {
return $this->services['TeacherBundle\\Service\\ProblemDndService'];
}
$b = ($this->services['StudentBundle\\Service\\ProblemDndService'] ?? $this->getProblemDndServiceService());
if (isset($this->services['TeacherBundle\\Service\\ProblemDndService'])) {
return $this->services['TeacherBundle\\Service\\ProblemDndService'];
}
$c = ($this->privates['CoreBundle\\Service\\SessionService'] ?? $this->getSessionServiceService());
if (isset($this->services['TeacherBundle\\Service\\ProblemDndService'])) {
return $this->services['TeacherBundle\\Service\\ProblemDndService'];
}
return $this->services['TeacherBundle\\Service\\ProblemDndService'] = new \TeacherBundle\Service\ProblemDndService($a, $b, $c);
}
/**
* Gets the public 'TeacherBundle\Service\QuizService' shared autowired service.
*
* @return \TeacherBundle\Service\QuizService
*/
protected function getQuizServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/QuizService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['TeacherBundle\\Service\\QuizService'])) {
return $this->services['TeacherBundle\\Service\\QuizService'];
}
$b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['TeacherBundle\\Service\\QuizService'])) {
return $this->services['TeacherBundle\\Service\\QuizService'];
}
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);
}
/**
* Gets the public 'TeacherBundle\Service\QuizSessionService' shared autowired service.
*
* @return \TeacherBundle\Service\QuizSessionService
*/
protected function getQuizSessionService2Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/QuizSessionService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['TeacherBundle\\Service\\QuizSessionService'])) {
return $this->services['TeacherBundle\\Service\\QuizSessionService'];
}
return $this->services['TeacherBundle\\Service\\QuizSessionService'] = new \TeacherBundle\Service\QuizSessionService($a);
}
/**
* Gets the public 'TeacherBundle\Service\ReadingTestService' shared autowired service.
*
* @return \TeacherBundle\Service\ReadingTestService
*/
protected function getReadingTestService2Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/ReadingTestService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['TeacherBundle\\Service\\ReadingTestService'])) {
return $this->services['TeacherBundle\\Service\\ReadingTestService'];
}
return $this->services['TeacherBundle\\Service\\ReadingTestService'] = new \TeacherBundle\Service\ReadingTestService($a);
}
/**
* Gets the public 'TeacherBundle\Service\TextbookSessionService' shared autowired service.
*
* @return \TeacherBundle\Service\TextbookSessionService
*/
protected function getTextbookSessionService2Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/TextbookSessionService.php';
return $this->services['TeacherBundle\\Service\\TextbookSessionService'] = new \TeacherBundle\Service\TextbookSessionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'TeacherBundle\Service\TrainingService' shared autowired service.
*
* @return \TeacherBundle\Service\TrainingService
*/
protected function getTrainingServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/TrainingService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['TeacherBundle\\Service\\TrainingService'])) {
return $this->services['TeacherBundle\\Service\\TrainingService'];
}
return $this->services['TeacherBundle\\Service\\TrainingService'] = new \TeacherBundle\Service\TrainingService($a);
}
/**
* Gets the public 'TeacherBundle\Service\WorksheetService' shared autowired service.
*
* @return \TeacherBundle\Service\WorksheetService
*/
protected function getWorksheetServiceService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/WorksheetService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['TeacherBundle\\Service\\WorksheetService'])) {
return $this->services['TeacherBundle\\Service\\WorksheetService'];
}
return $this->services['TeacherBundle\\Service\\WorksheetService'] = new \TeacherBundle\Service\WorksheetService($a, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
}
/**
* Gets the public 'TeacherBundle\Service\WorksheetSessionService' shared autowired service.
*
* @return \TeacherBundle\Service\WorksheetSessionService
*/
protected function getWorksheetSessionService2Service()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Service/WorksheetSessionService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['TeacherBundle\\Service\\WorksheetSessionService'])) {
return $this->services['TeacherBundle\\Service\\WorksheetSessionService'];
}
return $this->services['TeacherBundle\\Service\\WorksheetSessionService'] = new \TeacherBundle\Service\WorksheetSessionService($a);
}
/**
* Gets the public 'UserBundle\Controller\DefaultController' shared autowired service.
*
* @return \UserBundle\Controller\DefaultController
*/
protected function getDefaultController5Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/DefaultController.php';
$this->services['UserBundle\\Controller\\DefaultController'] = $instance = new \UserBundle\Controller\DefaultController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'primaryschool');
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('UserBundle\\Controller\\DefaultController', $this));
return $instance;
}
/**
* Gets the public 'UserBundle\Controller\RegistrationController' shared autowired service.
*
* @return \UserBundle\Controller\RegistrationController
*/
protected function getRegistrationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/RegistrationController.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/EmailHelperService.php';
$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('kvik-mat'))));
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'UserBundle\Controller\ResetPasswordController' shared autowired service.
*
* @return \UserBundle\Controller\ResetPasswordController
*/
protected function getResetPasswordController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/ResetPasswordController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
$this->services['UserBundle\\Controller\\ResetPasswordController'] = $instance = new \UserBundle\Controller\ResetPasswordController(new \SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper(new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator('W8tpiFLttZGZ2kdXr8NHnAFa48RTpj', 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()));
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'UserBundle\Controller\SecurityController' shared autowired service.
*
* @return \UserBundle\Controller\SecurityController
*/
protected function getSecurityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/SecurityController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/SecurityController.php';
$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))));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('UserBundle\\Controller\\SecurityController', $this));
return $instance;
}
/**
* Gets the public 'UserBundle\Controller\SetupTwoFactorAuthController' shared autowired service.
*
* @return \UserBundle\Controller\SetupTwoFactorAuthController
*/
protected function getSetupTwoFactorAuthControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/SetupTwoFactorAuthController.php';
$this->services['UserBundle\\Controller\\SetupTwoFactorAuthController'] = $instance = new \UserBundle\Controller\SetupTwoFactorAuthController('https://kvikmat.indhold.tibalo.dk', 'kvik-mat');
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'UserBundle\EventListener\LogoutSubscriber' shared autowired service.
*
* @return \UserBundle\EventListener\LogoutSubscriber
*/
protected function getLogoutSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/EventListener/LogoutSubscriber.php';
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))));
}
/**
* Gets the public 'UserBundle\Repository\ResetPasswordRequestRepository' shared autowired service.
*
* @return \UserBundle\Repository\ResetPasswordRequestRepository
*/
protected function getResetPasswordRequestRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Repository/ResetPasswordRequestRepository.php';
return $this->services['UserBundle\\Repository\\ResetPasswordRequestRepository'] = new \UserBundle\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the public 'UserBundle\Security\EmailVerifier' shared autowired service.
*
* @return \UserBundle\Security\EmailVerifier
*/
protected function getEmailVerifierService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/EmailVerifier.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Factory/UriSignerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Util/VerifyEmailQueryUtility.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Generator/VerifyEmailTokenGenerator.php';
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('W8tpiFLttZGZ2kdXr8NHnAFa48RTpj', 'signature'))->createUriSigner(), new \SymfonyCasts\Bundle\VerifyEmail\Util\VerifyEmailQueryUtility(), new \SymfonyCasts\Bundle\VerifyEmail\Generator\VerifyEmailTokenGenerator('W8tpiFLttZGZ2kdXr8NHnAFa48RTpj'), 3600), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'UserBundle\Security\UserChecker' shared autowired service.
*
* @return \UserBundle\Security\UserChecker
*/
protected function getUserCheckerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/UserChecker.php';
return $this->services['UserBundle\\Security\\UserChecker'] = new \UserBundle\Security\UserChecker();
}
/**
* Gets the public 'UserBundle\Service\GaleUserService' shared autowired service.
*
* @return \UserBundle\Service\GaleUserService
*/
protected function getGaleUserServiceService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Service/GaleUserService.php';
$a = ($this->services['eight_points_guzzle.client.gale_users'] ?? $this->getEightPointsGuzzle_Client_GaleUsersService());
if (isset($this->services['UserBundle\\Service\\GaleUserService'])) {
return $this->services['UserBundle\\Service\\GaleUserService'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['UserBundle\\Service\\GaleUserService'])) {
return $this->services['UserBundle\\Service\\GaleUserService'];
}
return $this->services['UserBundle\\Service\\GaleUserService'] = new \UserBundle\Service\GaleUserService($a, $b);
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
*
* @return \Vich\UploaderBundle\Naming\Base64Namer
*/
protected function getBase64NamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
*/
protected function getCurrentDateTimeDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\HashNamer
*/
protected function getHashNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\OrignameNamer
*/
protected function getOrignameNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
*/
protected function getPropertyDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
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()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\PropertyNamer
*/
protected function getPropertyNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
*/
protected function getSubdirDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\UniqidNamer
*/
protected function getUniqidNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.peer_solution_file' shared service.
*
* @return \Vich\UploaderBundle\Naming\UniqidNamer
*/
protected function getUniqidNamer_PeerSolutionFileService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.peer_solution_file'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer.worksheet_solution_file' shared service.
*
* @return \Vich\UploaderBundle\Naming\UniqidNamer
*/
protected function getUniqidNamer_WorksheetSolutionFileService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer.worksheet_solution_file'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
}
/**
* Gets the public 'abacus.core.training_session' shared autowired service.
*
* @return \CoreBundle\Service\TrainingSessionService
*/
protected function getAbacus_Core_TrainingSessionService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/TrainingSessionService.php';
return $this->services['abacus.core.training_session'] = new \CoreBundle\Service\TrainingSessionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Dz1MkMUwvu', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
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));
}
/**
* Gets the public 'cache.app_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_AppClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
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())]);
}
/**
* Gets the public 'cache.easyadmin' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_EasyadminService()
{
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('kOKEnU63SE', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the public 'cache.global_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_GlobalClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
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())]);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
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('RXCjpnAWDq', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the public 'cache.system_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_SystemClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
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())]);
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
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('VcQ8UVxg+Y', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the public 'cache_warmer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
*/
protected function getCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
yield 9 => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer3Service());
yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
}, 11), true, ($this->targetDir.''.'/KernelDevDebugContainerDeprecations.log'));
}
/**
* Gets the public 'console.command_loader' shared service.
*
* @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
*/
protected function getConsole_CommandLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'CoreBundle\\Command\\AbacusLocateMissingFilesCommand' => ['privates', '.CoreBundle\\Command\\AbacusLocateMissingFilesCommand.lazy', 'getAbacusLocateMissingFilesCommand_LazyService', false],
'CoreBundle\\Command\\AbacusLocateInlineImagesCommand' => ['privates', '.CoreBundle\\Command\\AbacusLocateInlineImagesCommand.lazy', 'getAbacusLocateInlineImagesCommand_LazyService', false],
'CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand' => ['privates', '.CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand.lazy', 'getAbacusMigrateTextbookElementImagesToReferencesCommand_LazyService', false],
'CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand' => ['privates', '.CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand.lazy', 'getAbacusValidateExistingMathproblemsCommand_LazyService', false],
'CoreBundle\\Command\\AbacusLoadTestDataCommand' => ['privates', '.CoreBundle\\Command\\AbacusLoadTestDataCommand.lazy', 'getAbacusLoadTestDataCommand_LazyService', false],
'CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand' => ['privates', '.CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand.lazy', 'getAbacusCopyAnonymizedProdDataToTestServerCommand_LazyService', false],
'CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand' => ['privates', '.CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand.lazy', 'getDispatchMigrateFilesToReferencesCommand_LazyService', false],
'CoreBundle\\Command\\AbacusFetchSiteCommand' => ['privates', '.CoreBundle\\Command\\AbacusFetchSiteCommand.lazy', 'getAbacusFetchSiteCommand_LazyService', false],
'CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand' => ['privates', '.CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand.lazy', 'getAbacusDispatchEventsToClickstreamCommand_LazyService', false],
'CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand' => ['privates', '.CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand.lazy', 'getAbacusRearrangeMathProblemsCommand_LazyService', false],
'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
'console.command.messenger_consume_messages' => ['privates', '.console.command.messenger_consume_messages.lazy', 'get_Console_Command_MessengerConsumeMessages_LazyService', false],
'console.command.messenger_setup_transports' => ['privates', '.console.command.messenger_setup_transports.lazy', 'get_Console_Command_MessengerSetupTransports_LazyService', false],
'console.command.messenger_debug' => ['privates', '.console.command.messenger_debug.lazy', 'get_Console_Command_MessengerDebug_LazyService', false],
'console.command.messenger_stop_workers' => ['privates', '.console.command.messenger_stop_workers.lazy', 'get_Console_Command_MessengerStopWorkers_LazyService', false],
'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
'fos_user.command.activate_user' => ['privates', '.fos_user.command.activate_user.lazy', 'get_FosUser_Command_ActivateUser_LazyService', false],
'fos_user.command.change_password' => ['privates', '.fos_user.command.change_password.lazy', 'get_FosUser_Command_ChangePassword_LazyService', false],
'fos_user.command.create_user' => ['privates', '.fos_user.command.create_user.lazy', 'get_FosUser_Command_CreateUser_LazyService', false],
'fos_user.command.deactivate_user' => ['privates', '.fos_user.command.deactivate_user.lazy', 'get_FosUser_Command_DeactivateUser_LazyService', false],
'fos_user.command.demote_user' => ['privates', '.fos_user.command.demote_user.lazy', 'get_FosUser_Command_DemoteUser_LazyService', false],
'fos_user.command.promote_user' => ['privates', '.fos_user.command.promote_user.lazy', 'get_FosUser_Command_PromoteUser_LazyService', false],
'vich_uploader.command.mapping_debug_class' => ['privates', 'vich_uploader.command.mapping_debug_class', 'getVichUploader_Command_MappingDebugClassService', false],
'vich_uploader.command.mapping_debug' => ['privates', 'vich_uploader.command.mapping_debug', 'getVichUploader_Command_MappingDebugService', false],
'vich_uploader.command.mapping_list_classes' => ['privates', 'vich_uploader.command.mapping_list_classes', 'getVichUploader_Command_MappingListClassesService', false],
'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates', 'Sentry\\SentryBundle\\Command\\SentryTestCommand', 'getSentryTestCommandService', false],
'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => ['privates', '.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand.lazy', 'getMakeAdminDashboardCommand_LazyService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => ['privates', '.EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand.lazy', 'getMakeCrudControllerCommand_LazyService', false],
'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates', 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand', 'getResetPasswordRemoveExpiredCommandService', false],
'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
'maker.auto_command.make_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_LazyService', false],
'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
'maker.auto_command.make_security_form_login' => ['privates', '.maker.auto_command.make_security_form_login.lazy', 'get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService', false],
], [
'CoreBundle\\Command\\AbacusLocateMissingFilesCommand' => '?',
'CoreBundle\\Command\\AbacusLocateInlineImagesCommand' => '?',
'CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand' => '?',
'CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand' => '?',
'CoreBundle\\Command\\AbacusLoadTestDataCommand' => '?',
'CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand' => '?',
'CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand' => '?',
'CoreBundle\\Command\\AbacusFetchSiteCommand' => '?',
'CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand' => '?',
'CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand' => '?',
'console.command.about' => '?',
'console.command.assets_install' => '?',
'console.command.cache_clear' => '?',
'console.command.cache_pool_clear' => '?',
'console.command.cache_pool_prune' => '?',
'console.command.cache_pool_delete' => '?',
'console.command.cache_pool_list' => '?',
'console.command.cache_warmup' => '?',
'console.command.config_debug' => '?',
'console.command.config_dump_reference' => '?',
'console.command.container_debug' => '?',
'console.command.container_lint' => '?',
'console.command.debug_autowiring' => '?',
'console.command.dotenv_debug' => '?',
'console.command.event_dispatcher_debug' => '?',
'console.command.messenger_consume_messages' => '?',
'console.command.messenger_setup_transports' => '?',
'console.command.messenger_debug' => '?',
'console.command.messenger_stop_workers' => '?',
'console.command.router_debug' => '?',
'console.command.router_match' => '?',
'console.command.translation_debug' => '?',
'console.command.translation_extract' => '?',
'console.command.validator_debug' => '?',
'console.command.translation_pull' => '?',
'console.command.translation_push' => '?',
'console.command.xliff_lint' => '?',
'console.command.yaml_lint' => '?',
'console.command.form_debug' => '?',
'console.command.secrets_set' => '?',
'console.command.secrets_remove' => '?',
'console.command.secrets_generate_key' => '?',
'console.command.secrets_list' => '?',
'console.command.secrets_decrypt_to_local' => '?',
'console.command.secrets_encrypt_from_local' => '?',
'security.command.debug_firewall' => '?',
'security.command.user_password_encoder' => '?',
'security.command.user_password_hash' => '?',
'twig.command.debug' => '?',
'twig.command.lint' => '?',
'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
'fos_user.command.activate_user' => '?',
'fos_user.command.change_password' => '?',
'fos_user.command.create_user' => '?',
'fos_user.command.deactivate_user' => '?',
'fos_user.command.demote_user' => '?',
'fos_user.command.promote_user' => '?',
'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
'var_dumper.command.server_dump' => '?',
'monolog.command.server_log' => '?',
'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => '?',
'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
'maker.auto_command.make_auth' => '?',
'maker.auto_command.make_command' => '?',
'maker.auto_command.make_twig_component' => '?',
'maker.auto_command.make_controller' => '?',
'maker.auto_command.make_crud' => '?',
'maker.auto_command.make_docker_database' => '?',
'maker.auto_command.make_entity' => '?',
'maker.auto_command.make_fixtures' => '?',
'maker.auto_command.make_form' => '?',
'maker.auto_command.make_message' => '?',
'maker.auto_command.make_messenger_middleware' => '?',
'maker.auto_command.make_registration_form' => '?',
'maker.auto_command.make_reset_password' => '?',
'maker.auto_command.make_serializer_encoder' => '?',
'maker.auto_command.make_serializer_normalizer' => '?',
'maker.auto_command.make_subscriber' => '?',
'maker.auto_command.make_twig_extension' => '?',
'maker.auto_command.make_test' => '?',
'maker.auto_command.make_validator' => '?',
'maker.auto_command.make_voter' => '?',
'maker.auto_command.make_user' => '?',
'maker.auto_command.make_migration' => '?',
'maker.auto_command.make_stimulus_controller' => '?',
'maker.auto_command.make_security_form_login' => '?',
]), ['abacus:locate-missing-files' => 'CoreBundle\\Command\\AbacusLocateMissingFilesCommand', 'abacus:locate-inline-images' => 'CoreBundle\\Command\\AbacusLocateInlineImagesCommand', 'abacus:migrate-textbook-element-images-to-references' => 'CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand', 'abacus:validate-existing-mathproblems' => 'CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand', 'abacus:load-test-data' => 'CoreBundle\\Command\\AbacusLoadTestDataCommand', 'abacus:copy-anonymized-prod-data-to-test-server' => 'CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand', 'abacus:dispatch-migrate-files' => 'CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand', 'abacus:fetch-site' => 'CoreBundle\\Command\\AbacusFetchSiteCommand', 'abacus:dispatch-events-to-clickstream-log' => 'CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand', 'abacus:rearrange' => 'CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand', 'about' => 'console.command.about', 'assets:install' => 'console.command.assets_install', 'cache:clear' => 'console.command.cache_clear', 'cache:pool:clear' => 'console.command.cache_pool_clear', 'cache:pool:prune' => 'console.command.cache_pool_prune', 'cache:pool:delete' => 'console.command.cache_pool_delete', 'cache:pool:list' => 'console.command.cache_pool_list', 'cache:warmup' => 'console.command.cache_warmup', 'debug:config' => 'console.command.config_debug', 'config:dump-reference' => 'console.command.config_dump_reference', 'debug:container' => 'console.command.container_debug', 'lint:container' => 'console.command.container_lint', 'debug:autowiring' => 'console.command.debug_autowiring', 'debug:dotenv' => 'console.command.dotenv_debug', 'debug:event-dispatcher' => 'console.command.event_dispatcher_debug', 'messenger:consume' => 'console.command.messenger_consume_messages', 'messenger:setup-transports' => 'console.command.messenger_setup_transports', 'debug:messenger' => 'console.command.messenger_debug', 'messenger:stop-workers' => 'console.command.messenger_stop_workers', 'debug:router' => 'console.command.router_debug', 'router:match' => 'console.command.router_match', 'debug:translation' => 'console.command.translation_debug', 'translation:extract' => 'console.command.translation_extract', 'translation:update' => 'console.command.translation_extract', 'debug:validator' => 'console.command.validator_debug', 'translation:pull' => 'console.command.translation_pull', 'translation:push' => 'console.command.translation_push', 'lint:xliff' => 'console.command.xliff_lint', 'lint:yaml' => 'console.command.yaml_lint', 'debug:form' => 'console.command.form_debug', 'secrets:set' => 'console.command.secrets_set', 'secrets:remove' => 'console.command.secrets_remove', 'secrets:generate-keys' => 'console.command.secrets_generate_key', 'secrets:list' => 'console.command.secrets_list', 'secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local', 'secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local', 'debug:firewall' => 'security.command.debug_firewall', 'security:encode-password' => 'security.command.user_password_encoder', 'security:hash-password' => 'security.command.user_password_hash', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'doctrine:database:create' => 'doctrine.database_create_command', 'doctrine:database:drop' => 'doctrine.database_drop_command', 'doctrine:query:sql' => 'doctrine.query_sql_command', 'dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command', 'doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command', 'doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command', 'doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command', 'doctrine:mapping:convert' => 'doctrine.mapping_convert_command', 'doctrine:schema:create' => 'doctrine.schema_create_command', 'doctrine:schema:drop' => 'doctrine.schema_drop_command', 'doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command', 'doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command', 'doctrine:mapping:info' => 'doctrine.mapping_info_command', 'doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command', 'doctrine:query:dql' => 'doctrine.query_dql_command', 'doctrine:schema:update' => 'doctrine.schema_update_command', 'doctrine:schema:validate' => 'doctrine.schema_validate_command', 'doctrine:mapping:import' => 'doctrine.mapping_import_command', 'fos:user:activate' => 'fos_user.command.activate_user', 'fos:user:change-password' => 'fos_user.command.change_password', 'fos:user:create' => 'fos_user.command.create_user', 'fos:user:deactivate' => 'fos_user.command.deactivate_user', 'fos:user:demote' => 'fos_user.command.demote_user', 'fos:user:promote' => 'fos_user.command.promote_user', 'vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class', 'vich:mapping:debug' => 'vich_uploader.command.mapping_debug', 'vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes', 'sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump', 'make:admin:dashboard' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand', 'make:admin:crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand', 'reset-password:remove-expired' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand', 'make:auth' => 'maker.auto_command.make_auth', 'make:command' => 'maker.auto_command.make_command', 'make:twig-component' => 'maker.auto_command.make_twig_component', 'make:controller' => 'maker.auto_command.make_controller', 'make:crud' => 'maker.auto_command.make_crud', 'make:docker:database' => 'maker.auto_command.make_docker_database', 'make:entity' => 'maker.auto_command.make_entity', 'make:fixtures' => 'maker.auto_command.make_fixtures', 'make:form' => 'maker.auto_command.make_form', 'make:message' => 'maker.auto_command.make_message', 'make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware', 'make:registration-form' => 'maker.auto_command.make_registration_form', 'make:reset-password' => 'maker.auto_command.make_reset_password', 'make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder', 'make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer', 'make:subscriber' => 'maker.auto_command.make_subscriber', 'make:twig-extension' => 'maker.auto_command.make_twig_extension', 'make:test' => 'maker.auto_command.make_test', 'make:unit-test' => 'maker.auto_command.make_test', 'make:functional-test' => 'maker.auto_command.make_test', 'make:validator' => 'maker.auto_command.make_validator', 'make:voter' => 'maker.auto_command.make_voter', 'make:user' => 'maker.auto_command.make_user', 'make:migration' => 'maker.auto_command.make_migration', 'make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller', 'make:security:form-login' => 'maker.auto_command.make_security_form_login']);
}
/**
* Gets the public 'container.env_var_processors_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getContainer_EnvVarProcessorsLocatorService()
{
return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
], [
'base64' => '?',
'bool' => '?',
'const' => '?',
'csv' => '?',
'default' => '?',
'file' => '?',
'float' => '?',
'int' => '?',
'json' => '?',
'key' => '?',
'not' => '?',
'query_string' => '?',
'require' => '?',
'resolve' => '?',
'string' => '?',
'trim' => '?',
'url' => '?',
]);
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
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()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
if (isset($this->services['doctrine.dbal.default_connection'])) {
return $this->services['doctrine.dbal.default_connection'];
}
$b = new \Doctrine\DBAL\Configuration();
$c = new \Symfony\Bridge\Monolog\Logger('doctrine');
$c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$c->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
$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))));
$d->setConnectionName('default');
$b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
$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())))]);
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => NULL, 'dbname' => 'kvikmat_indhold', 'user' => 'symfony', 'password' => 'nscc752ja8TZxKwYkzyNhSYP', 'charset' => 'UTF8', 'idle_connection_ttl' => 600, 'driverOptions' => [], 'serverVersion' => 'mariadb-10.6.12', 'defaultTableOptions' => []], $b, $a, []);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
$a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
if (isset($this->services['doctrine.orm.default_entity_manager'])) {
return $this->services['doctrine.orm.default_entity_manager'];
}
$b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
if (isset($this->services['doctrine.orm.default_entity_manager'])) {
return $this->services['doctrine.orm.default_entity_manager'];
}
$c = new \Doctrine\ORM\Configuration();
$d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$e = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
$d->addDriver($e, 'CoreBundle\\Entity');
$d->addDriver($e, 'UserBundle\\Entity');
$d->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
$d->addDriver(($this->privates['.3_doctrine_metadata_driver~oTLQYnv'] ?? $this->get_3DoctrineMetadataDriveroTLQYnvService()), 'FOS\\UserBundle\\Model');
$c->setEntityNamespaces(['ABaCusCoreBundle' => 'CoreBundle\\Entity', 'UserBundle' => 'UserBundle\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
$c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$c->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
$c->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
$c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$c->setProxyNamespace('Proxies');
$c->setAutoGenerateProxyClasses(true);
$c->setSchemaIgnoreClasses([]);
$c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$c->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy());
$c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$c->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
$c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$c->setLazyGhostObjectEnabled(false);
$c->setIdentityGenerationPreferences([]);
$c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
$c->addCustomStringFunction('FIELD', 'DoctrineExtensions\\Query\\Mysql\\Field');
$c->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
$this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a, $c, $b);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'eight_points_guzzle.client.gale_users' shared service.
*
* @return \GuzzleHttp\Client
*/
protected function getEightPointsGuzzle_Client_GaleUsersService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$a = \GuzzleHttp\HandlerStack::create();
$a->push(($this->services['eight_points_guzzle.middleware.profile.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GaleUsersService())->profile(), 'profile');
$a->push(($this->services['eight_points_guzzle.middleware.log.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_GaleUsersService())->log(), 'log');
$a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()), 'request_time');
$a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService())->dispatchEvent(), 'events');
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']]);
}
/**
* Gets the public 'eight_points_guzzle.client.gyldendalaccessservice' shared service.
*
* @return \GuzzleHttp\Client
*/
protected function getEightPointsGuzzle_Client_GyldendalaccessserviceService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$a = \GuzzleHttp\HandlerStack::create();
$a->push(($this->services['eight_points_guzzle.middleware.profile.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService())->profile(), 'profile');
$a->push(($this->services['eight_points_guzzle.middleware.log.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService())->log(), 'log');
$a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()), 'request_time');
$a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService())->dispatchEvent(), 'events');
return $this->services['eight_points_guzzle.client.gyldendalaccessservice'] = new \GuzzleHttp\Client(['base_uri' => 'https://gdapim-production.azure-api.net', 'handler' => $a, 'synchronous' => true, 'timeout' => 5.0, 'headers' => ['Accept' => 'application/json', 'Ocp-Apim-Subscription-Key' => '4799e1fe7f294f7bb145e8c1ddf319e6']]);
}
/**
* Gets the public 'eight_points_guzzle.client.loginconnector' shared service.
*
* @return \GuzzleHttp\Client
*/
protected function getEightPointsGuzzle_Client_LoginconnectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$a = \GuzzleHttp\HandlerStack::create();
$a->push(($this->services['eight_points_guzzle.middleware.profile.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Profile_LoginconnectorService())->profile(), 'profile');
$a->push(($this->services['eight_points_guzzle.middleware.log.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Log_LoginconnectorService())->log(), 'log');
$a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()), 'request_time');
$a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService())->dispatchEvent(), 'events');
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']]);
}
/**
* Gets the public 'eight_points_guzzle.client.systime_users' shared service.
*
* @return \GuzzleHttp\Client
*/
protected function getEightPointsGuzzle_Client_SystimeUsersService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$a = \GuzzleHttp\HandlerStack::create();
$a->push(($this->services['eight_points_guzzle.middleware.profile.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_SystimeUsersService())->profile(), 'profile');
$a->push(($this->services['eight_points_guzzle.middleware.log.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_SystimeUsersService())->log(), 'log');
$a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()), 'request_time');
$a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService())->dispatchEvent(), 'events');
return $this->services['eight_points_guzzle.client.systime_users'] = new \GuzzleHttp\Client(['base_uri' => 'default value', 'handler' => $a, 'synchronous' => true, 'timeout' => 120.0]);
}
/**
* Gets the public 'eight_points_guzzle.formatter' shared service.
*
* @return \GuzzleHttp\MessageFormatter
*/
protected function getEightPointsGuzzle_FormatterService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
return $this->services['eight_points_guzzle.formatter'] = new \GuzzleHttp\MessageFormatter();
}
/**
* Gets the public 'eight_points_guzzle.handler_stack.gale_users' shared service.
*
* @return \GuzzleHttp\HandlerStack
*/
protected function getEightPointsGuzzle_HandlerStack_GaleUsersService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$this->services['eight_points_guzzle.handler_stack.gale_users'] = $instance = \GuzzleHttp\HandlerStack::create();
$instance->push(($this->services['eight_points_guzzle.middleware.profile.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GaleUsersService())->profile(), 'profile');
$instance->push(($this->services['eight_points_guzzle.middleware.log.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_GaleUsersService())->log(), 'log');
$instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()), 'request_time');
$instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService())->dispatchEvent(), 'events');
return $instance;
}
/**
* Gets the public 'eight_points_guzzle.handler_stack.gyldendalaccessservice' shared service.
*
* @return \GuzzleHttp\HandlerStack
*/
protected function getEightPointsGuzzle_HandlerStack_GyldendalaccessserviceService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$this->services['eight_points_guzzle.handler_stack.gyldendalaccessservice'] = $instance = \GuzzleHttp\HandlerStack::create();
$instance->push(($this->services['eight_points_guzzle.middleware.profile.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService())->profile(), 'profile');
$instance->push(($this->services['eight_points_guzzle.middleware.log.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService())->log(), 'log');
$instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()), 'request_time');
$instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService())->dispatchEvent(), 'events');
return $instance;
}
/**
* Gets the public 'eight_points_guzzle.handler_stack.loginconnector' shared service.
*
* @return \GuzzleHttp\HandlerStack
*/
protected function getEightPointsGuzzle_HandlerStack_LoginconnectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$this->services['eight_points_guzzle.handler_stack.loginconnector'] = $instance = \GuzzleHttp\HandlerStack::create();
$instance->push(($this->services['eight_points_guzzle.middleware.profile.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Profile_LoginconnectorService())->profile(), 'profile');
$instance->push(($this->services['eight_points_guzzle.middleware.log.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_Log_LoginconnectorService())->log(), 'log');
$instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()), 'request_time');
$instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService())->dispatchEvent(), 'events');
return $instance;
}
/**
* Gets the public 'eight_points_guzzle.handler_stack.systime_users' shared service.
*
* @return \GuzzleHttp\HandlerStack
*/
protected function getEightPointsGuzzle_HandlerStack_SystimeUsersService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
$this->services['eight_points_guzzle.handler_stack.systime_users'] = $instance = \GuzzleHttp\HandlerStack::create();
$instance->push(($this->services['eight_points_guzzle.middleware.profile.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Profile_SystimeUsersService())->profile(), 'profile');
$instance->push(($this->services['eight_points_guzzle.middleware.log.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_Log_SystimeUsersService())->log(), 'log');
$instance->after('log', ($this->services['eight_points_guzzle.middleware.request_time.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()), 'request_time');
$instance->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->getEightPointsGuzzle_Middleware_SymfonyLogService()), 'symfony_log');
$instance->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.systime_users'] ?? $this->getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService())->dispatchEvent(), 'events');
return $instance;
}
/**
* Gets the public 'eight_points_guzzle.middleware.event_dispatch.gale_users' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
*/
protected function getEightPointsGuzzle_Middleware_EventDispatch_GaleUsersService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'])) {
return $this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'];
}
return $this->services['eight_points_guzzle.middleware.event_dispatch.gale_users'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'gale_users');
}
/**
* Gets the public 'eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
*/
protected function getEightPointsGuzzle_Middleware_EventDispatch_GyldendalaccessserviceService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'])) {
return $this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'];
}
return $this->services['eight_points_guzzle.middleware.event_dispatch.gyldendalaccessservice'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'gyldendalaccessservice');
}
/**
* Gets the public 'eight_points_guzzle.middleware.event_dispatch.loginconnector' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
*/
protected function getEightPointsGuzzle_Middleware_EventDispatch_LoginconnectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'])) {
return $this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'];
}
return $this->services['eight_points_guzzle.middleware.event_dispatch.loginconnector'] = new \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware($a, 'loginconnector');
}
/**
* Gets the public 'eight_points_guzzle.middleware.event_dispatch.systime_users' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\EventDispatchMiddleware
*/
protected function getEightPointsGuzzle_Middleware_EventDispatch_SystimeUsersService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/EventDispatchMiddleware.php';
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');
}
/**
* Gets the public 'eight_points_guzzle.middleware.log.gale_users' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Log_GaleUsersService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
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())));
}
/**
* Gets the public 'eight_points_guzzle.middleware.log.gyldendalaccessservice' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Log_GyldendalaccessserviceService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
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())));
}
/**
* Gets the public 'eight_points_guzzle.middleware.log.loginconnector' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Log_LoginconnectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
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())));
}
/**
* Gets the public 'eight_points_guzzle.middleware.log.systime_users' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\LogMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Log_SystimeUsersService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/LogMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
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())));
}
/**
* Gets the public 'eight_points_guzzle.middleware.profile.gale_users' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Profile_GaleUsersService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
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))));
}
/**
* Gets the public 'eight_points_guzzle.middleware.profile.gyldendalaccessservice' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Profile_GyldendalaccessserviceService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
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))));
}
/**
* Gets the public 'eight_points_guzzle.middleware.profile.loginconnector' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Profile_LoginconnectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
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))));
}
/**
* Gets the public 'eight_points_guzzle.middleware.profile.systime_users' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\ProfileMiddleware
*/
protected function getEightPointsGuzzle_Middleware_Profile_SystimeUsersService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/ProfileMiddleware.php';
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))));
}
/**
* Gets the public 'eight_points_guzzle.middleware.request_time.gale_users' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
*/
protected function getEightPointsGuzzle_Middleware_RequestTime_GaleUsersService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
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()));
}
/**
* Gets the public 'eight_points_guzzle.middleware.request_time.gyldendalaccessservice' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
*/
protected function getEightPointsGuzzle_Middleware_RequestTime_GyldendalaccessserviceService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
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()));
}
/**
* Gets the public 'eight_points_guzzle.middleware.request_time.loginconnector' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
*/
protected function getEightPointsGuzzle_Middleware_RequestTime_LoginconnectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
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()));
}
/**
* Gets the public 'eight_points_guzzle.middleware.request_time.systime_users' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\RequestTimeMiddleware
*/
protected function getEightPointsGuzzle_Middleware_RequestTime_SystimeUsersService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/RequestTimeMiddleware.php';
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()));
}
/**
* Gets the public 'eight_points_guzzle.middleware.symfony_log' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\Middleware\SymfonyLogMiddleware
*/
protected function getEightPointsGuzzle_Middleware_SymfonyLogService()
{
include_once \dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/Middleware/SymfonyLogMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
$a = new \Symfony\Bridge\Monolog\Logger('eight_points_guzzle');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
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}'))));
}
/**
* Gets the public 'eight_points_guzzle.symfony_log_formatter' shared service.
*
* @return \GuzzleHttp\MessageFormatter
*/
protected function getEightPointsGuzzle_SymfonyLogFormatterService()
{
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/MessageFormatter.php';
return $this->services['eight_points_guzzle.symfony_log_formatter'] = new \GuzzleHttp\MessageFormatter('{method} {uri} {code}');
}
/**
* Gets the public 'error_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ErrorController
*/
protected function getErrorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
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)));
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$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())));
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
}, 1 => 'onLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->services['UserBundle\\EventListener\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['abacus_exception_handler.listener'] ?? $this->getAbacusExceptionHandler_ListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['abacus_request.listener'] ?? $this->getAbacusRequest_ListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
}, 1 => 'handleConsoleCommandEvent'], 128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
}, 1 => 'handleConsoleTerminateEvent'], -64);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
}, 1 => 'handleConsoleErrorEvent'], -64);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
}, 1 => 'handleExceptionEvent'], 128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 5);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'handleKernelControllerEvent'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 3);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
}, 1 => 'handleKernelFinishRequestEvent'], 5);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 4);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelResponseEvent'], 15);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelTerminateEvent'], 5);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 2);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelFinishRequestEvent'], 10);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelResponseEvent'], 15);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
}, 1 => 'handleConsoleCommandEvent'], 118);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
}, 1 => 'handleConsoleTerminateEvent'], -54);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
}, 1 => 'handleWorkerMessageFailedEvent'], 50);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
}, 1 => 'handleWorkerMessageHandledEvent'], 50);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleKernelRequestEvent'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelRequest'], 250);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
}, 1 => 'onResponse'], -10);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->getCrudResponseListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
}, 1 => 'onKernelRequest'], 48);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
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()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
}, 1 => 'onWorkerRunning'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
}, 1 => 'onWorkerStarted'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
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()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
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()));
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService());
}, 1 => 'onKernelException'], 2);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onLogin'], 9223372036854775807);
$instance->addListener('scheb_two_factor.authentication.require', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onAccessDenied'], 0);
$instance->addListener('scheb_two_factor.authentication.form', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onTwoFactorForm'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onKernelResponse'], 1);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
}, 1 => 'onMessage'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
}, 1 => 'onWorkerMessageFailed'], 0);
$instance->addListener('fos_user.security.implicit_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
}, 1 => 'onImplicitLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.registration.confirmed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
}, 1 => 'authenticate'], 0);
$instance->addListener('fos_user.change_password.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.profile.edit.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.registration.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.completed', [0 => function () {
return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
}, 1 => 'addSuccessFlash'], 0);
$instance->addListener('fos_user.resetting.reset.initialize', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
}, 1 => 'onResettingResetInitialize'], 0);
$instance->addListener('fos_user.resetting.reset.success', [0 => function () {
return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
}, 1 => 'onResettingResetSuccess'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'before'], 0);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'pagination'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'pagination'], 1);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
}, 1 => 'configure'], 1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
}, 1 => 'onKernelRequestPrettyUrls'], 1);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
}, 1 => 'onKernelController'], 128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
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()));
}, 1 => 'onSuccessfulLogin'], -63);
$instance->addListener('security.authentication.success', [0 => function () {
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()));
}, 1 => 'onLogin'], 9223372036854775806);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'fos_user.change_password.controller' shared service.
*
* @return \FOS\UserBundle\Controller\ChangePasswordController
*/
protected function getFosUser_ChangePassword_ControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ChangePasswordController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.change_password.controller', $this));
return $instance;
}
/**
* Gets the public 'fos_user.profile.controller' shared service.
*
* @return \FOS\UserBundle\Controller\ProfileController
*/
protected function getFosUser_Profile_ControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ProfileController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.profile.controller', $this));
return $instance;
}
/**
* Gets the public 'fos_user.registration.controller' shared service.
*
* @return \FOS\UserBundle\Controller\RegistrationController
*/
protected function getFosUser_Registration_ControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/RegistrationController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.registration.controller', $this));
return $instance;
}
/**
* Gets the public 'fos_user.resetting.controller' shared service.
*
* @return \FOS\UserBundle\Controller\ResettingController
*/
protected function getFosUser_Resetting_ControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/ResettingController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Factory/FormFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/TokenGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Mailer/MailerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Mailer/NoopMailer.php';
$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);
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.resetting.controller', $this));
return $instance;
}
/**
* Gets the public 'fos_user.security.controller' shared autowired service.
*
* @return \UserBundle\Controller\SecurityController
*/
protected function getFosUser_Security_ControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Controller/SecurityController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Controller/SecurityController.php';
$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))));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.security.controller', $this));
return $instance;
}
/**
* Gets the public 'fos_user.user_manager' shared service.
*
* @return \FOS\UserBundle\Doctrine\UserManager
*/
protected function getFosUser_UserManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Model/UserManager.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserManager.php';
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');
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
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 () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
yield 4 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->getAdminContextResolverService());
yield 5 => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->getBatchActionDtoResolverService());
yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
}, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
}
/**
* Gets the public 'knp_paginator' shared service.
*
* @return \Knp\Component\Pager\Paginator
*/
protected function getKnpPaginatorService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['knp_paginator'])) {
return $this->services['knp_paginator'];
}
$this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->setDefaultPaginatorOptions(['pageParameterName' => 'page', 'sortFieldParameterName' => 'sort', 'sortDirectionParameterName' => 'direction', 'filterFieldParameterName' => 'filterField', 'filterValueParameterName' => 'filterValue', 'distinct' => true, 'pageOutOfRange' => 'ignore', 'defaultLimit' => 10]);
return $instance;
}
/**
* Gets the public 'messenger.default_bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getMessenger_DefaultBusService()
{
return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
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')));
yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
}, 7)));
}
/**
* Gets the public 'monolog.logger.deprecation' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DeprecationService()
{
$this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.deprecation'] ?? $this->getMonolog_Handler_DeprecationService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.command.dump' shared service.
*
* @return \Nelmio\ApiDocBundle\Command\DumpCommand
*/
protected function getNelmioApiDoc_Command_DumpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
$this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
$instance->setName('nelmio:apidoc:dump');
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.controller.redocly' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
*/
protected function getNelmioApiDoc_Controller_RedoclyService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
}
/**
* Gets the public 'nelmio_api_doc.controller.stoplight' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
*/
protected function getNelmioApiDoc_Controller_StoplightService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
return $this->services['nelmio_api_doc.controller.stoplight'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'stoplight');
}
/**
* Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\DocumentationController
*/
protected function getNelmioApiDoc_Controller_SwaggerJsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
}
/**
* Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
*/
protected function getNelmioApiDoc_Controller_SwaggerUiService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
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');
}
/**
* Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
*/
protected function getNelmioApiDoc_Controller_SwaggerYamlService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
}
/**
* Gets the public 'nelmio_api_doc.generator.default' shared service.
*
* @return \Nelmio\ApiDocBundle\ApiDocGenerator
*/
protected function getNelmioApiDoc_Generator_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/zircote/swagger-php/src/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/OpenApiGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
$a = new \Nelmio\ApiDocBundle\OpenApiGenerator();
$a->addNelmioProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
$this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
yield 1 => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
yield 2 => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
yield 3 => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
yield 4 => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
}, 5), new RewindableGenerator(function () {
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()));
yield 1 => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
yield 2 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
yield 3 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
}, 4), NULL, 'openapi_doc.default', $a);
$b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$instance->setAlternativeNames([]);
$instance->setMediaTypes([0 => 'json']);
$instance->setLogger($b);
$instance->setOpenApiVersion(NULL);
return $instance;
}
/**
* Gets the public 'nelmio_api_doc.render_docs' shared service.
*
* @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
*/
protected function getNelmioApiDoc_RenderDocsService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
], [
'default' => '?',
]), 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' => []]));
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->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');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'routing.loader' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
*/
protected function getRouting_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
if (isset($this->services['routing.loader'])) {
return $this->services['routing.loader'];
}
$b = new \Symfony\Component\Config\Loader\LoaderResolver();
$c = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
$d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
$b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => 'Kernel',
]), 'dev'));
$b->addLoader(new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader($a));
$b->addLoader($d);
$b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c, $d));
$b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c, $d));
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['utf8' => true], []);
}
/**
* Gets the public 'scheb_two_factor.firewall_context' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext
*/
protected function getSchebTwoFactor_FirewallContextService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallContext.php';
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())]);
}
/**
* Gets the public 'scheb_two_factor.form_controller' shared service.
*
* @return \Scheb\TwoFactorBundle\Controller\FormController
*/
protected function getSchebTwoFactor_FormControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Controller/FormController.php';
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);
}
/**
* Gets the public 'scheb_two_factor.security.totp_authenticator' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticator
*/
protected function getSchebTwoFactor_Security_TotpAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
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);
}
/**
* Gets the public 'scheb_two_factor.security.totp_factory' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory
*/
protected function getSchebTwoFactor_Security_TotpFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpFactory.php';
return $this->services['scheb_two_factor.security.totp_factory'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpFactory(NULL, NULL, []);
}
/**
* Gets the public 'services_resetter' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
*/
protected function getServicesResetterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
if (isset($this->services['cache.app'])) {
yield 'cache.app' => ($this->services['cache.app'] ?? null);
}
if (isset($this->services['cache.system'])) {
yield 'cache.system' => ($this->services['cache.system'] ?? null);
}
if (isset($this->privates['cache.validator.traceable'])) {
yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
}
if (isset($this->privates['cache.serializer.traceable'])) {
yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
}
if (isset($this->privates['cache.annotations.traceable'])) {
yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
}
if (isset($this->privates['cache.property_info.traceable'])) {
yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
}
if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
}
if (isset($this->privates['mailer.message_logger_listener'])) {
yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
}
if (isset($this->privates['debug.stopwatch'])) {
yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
}
if (isset($this->services['event_dispatcher'])) {
yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
}
if (isset($this->privates['session_listener'])) {
yield 'session_listener' => ($this->privates['session_listener'] ?? null);
}
if (isset($this->privates['form.choice_list_factory.cached'])) {
yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
}
if (isset($this->services['cache.validator_expression_language'])) {
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
}
if (isset($this->privates['messenger.transport.in_memory.factory'])) {
yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
}
if (isset($this->services['.container.private.profiler'])) {
yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
}
if (isset($this->services['.container.private.validator'])) {
yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
}
if (isset($this->services['.container.private.security.token_storage'])) {
yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
}
if (isset($this->privates['cache.security_expression_language.traceable'])) {
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
}
if (isset($this->privates['debug.security.firewall'])) {
yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
}
if (isset($this->privates['debug.security.firewall.authenticator.api_doc'])) {
yield 'debug.security.firewall.authenticator.api_doc' => ($this->privates['debug.security.firewall.authenticator.api_doc'] ?? null);
}
if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
yield 'debug.security.firewall.authenticator.api_gale' => ($this->privates['debug.security.firewall.authenticator.api_gale'] ?? null);
}
if (isset($this->privates['cache.security_token_verifier.traceable'])) {
yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier.traceable'] ?? null);
}
if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
}
if (isset($this->privates['twig.form.engine'])) {
yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
}
if (isset($this->privates['monolog.handler.main'])) {
yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
}
if (isset($this->privates['monolog.handler.console'])) {
yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
}
if (isset($this->privates['monolog.handler.deprecation'])) {
yield 'monolog.handler.deprecation' => ($this->privates['monolog.handler.deprecation'] ?? null);
}
if (isset($this->services['doctrine'])) {
yield 'doctrine' => ($this->services['doctrine'] ?? null);
}
if (isset($this->privates['doctrine.debug_data_holder'])) {
yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
}
if (isset($this->privates['form.type.entity'])) {
yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
}
if (isset($this->services['cache.easyadmin'])) {
yield 'cache.easyadmin' => ($this->services['cache.easyadmin'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
}
}, function () {
return 0 + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator.traceable'])) + (int) (isset($this->privates['cache.serializer.traceable'])) + (int) (isset($this->privates['cache.annotations.traceable'])) + (int) (isset($this->privates['cache.property_info.traceable'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language.traceable'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.api_doc'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) + (int) (isset($this->privates['cache.security_token_verifier.traceable'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.main'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.deprecation'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['cache.easyadmin'])) + (int) (isset($this->privates['.debug.http_client']));
}), ['cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'cache.messenger.restart_workers_signal' => [0 => 'reset'], 'http_client' => [0 => '?reset'], 'mailer.message_logger_listener' => [0 => 'reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'session_listener' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'cache.validator_expression_language' => [0 => 'reset'], 'messenger.transport.in_memory.factory' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'debug.security.firewall' => [0 => 'reset'], 'debug.security.firewall.authenticator.api_doc' => [0 => 'reset'], 'debug.security.firewall.authenticator.api_gale' => [0 => 'reset'], 'cache.security_token_verifier' => [0 => 'reset'], 'debug.security.firewall.authenticator.main' => [0 => 'reset'], 'twig.form.engine' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'monolog.handler.deprecation' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'doctrine.debug_data_holder' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'cache.easyadmin' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the public 'vich_uploader.download_handler' shared service.
*
* @return \Vich\UploaderBundle\Handler\DownloadHandler
*/
protected function getVichUploader_DownloadHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
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()));
}
/**
* Gets the public 'vich_uploader.form.type.file' shared service.
*
* @return \Vich\UploaderBundle\Form\Type\VichFileType
*/
protected function getVichUploader_Form_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
$a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
if (isset($this->services['vich_uploader.form.type.file'])) {
return $this->services['vich_uploader.form.type.file'];
}
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()));
}
/**
* Gets the public 'vich_uploader.form.type.image' shared service.
*
* @return \Vich\UploaderBundle\Form\Type\VichImageType
*/
protected function getVichUploader_Form_Type_ImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
$a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
if (isset($this->services['vich_uploader.form.type.image'])) {
return $this->services['vich_uploader.form.type.image'];
}
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);
}
/**
* Gets the public 'vich_uploader.upload_handler' shared service.
*
* @return \Vich\UploaderBundle\Handler\UploadHandler
*/
protected function getVichUploader_UploadHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['vich_uploader.upload_handler'])) {
return $this->services['vich_uploader.upload_handler'];
}
$b = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
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);
}
/**
* Gets the public 'web_profiler.controller.exception_panel' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
*/
protected function getWebProfiler_Controller_ExceptionPanelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
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()));
}
/**
* Gets the public 'web_profiler.controller.profiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
*/
protected function getWebProfiler_Controller_ProfilerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
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));
}
/**
* Gets the public 'web_profiler.controller.router' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
*/
protected function getWebProfiler_Controller_RouterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
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 () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
}
/**
* Gets the private '.3_doctrine_metadata_driver~oTLQYnv' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\XmlDriver
*/
protected function get_3DoctrineMetadataDriveroTLQYnvService()
{
return $this->privates['.3_doctrine_metadata_driver~oTLQYnv'] = 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);
}
/**
* Gets the private '.CoreBundle\Command\AbacusCopyAnonymizedProdDataToTestServerCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getAbacusCopyAnonymizedProdDataToTestServerCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->services['CoreBundle\\Command\\AbacusCopyAnonymizedProdDataToTestServerCommand'] ?? $this->getAbacusCopyAnonymizedProdDataToTestServerCommandService());
});
}
/**
* Gets the private '.CoreBundle\Command\AbacusDispatchEventsToClickstreamCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getAbacusDispatchEventsToClickstreamCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->services['CoreBundle\\Command\\AbacusDispatchEventsToClickstreamCommand'] ?? $this->getAbacusDispatchEventsToClickstreamCommandService());
});
}
/**
* Gets the private '.CoreBundle\Command\AbacusFetchSiteCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getAbacusFetchSiteCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->services['CoreBundle\\Command\\AbacusFetchSiteCommand'] ?? $this->getAbacusFetchSiteCommandService());
});
}
/**
* Gets the private '.CoreBundle\Command\AbacusLoadTestDataCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getAbacusLoadTestDataCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->services['CoreBundle\\Command\\AbacusLoadTestDataCommand'] ?? $this->getAbacusLoadTestDataCommandService());
});
}
/**
* Gets the private '.CoreBundle\Command\AbacusLocateInlineImagesCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getAbacusLocateInlineImagesCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->services['CoreBundle\\Command\\AbacusLocateInlineImagesCommand'] ?? $this->getAbacusLocateInlineImagesCommandService());
});
}
/**
* Gets the private '.CoreBundle\Command\AbacusLocateMissingFilesCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getAbacusLocateMissingFilesCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->services['CoreBundle\\Command\\AbacusLocateMissingFilesCommand'] ?? $this->getAbacusLocateMissingFilesCommandService());
});
}
/**
* Gets the private '.CoreBundle\Command\AbacusMigrateTextbookElementImagesToReferencesCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getAbacusMigrateTextbookElementImagesToReferencesCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->services['CoreBundle\\Command\\AbacusMigrateTextbookElementImagesToReferencesCommand'] ?? $this->getAbacusMigrateTextbookElementImagesToReferencesCommandService());
});
}
/**
* Gets the private '.CoreBundle\Command\AbacusRearrangeMathProblemsCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getAbacusRearrangeMathProblemsCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->services['CoreBundle\\Command\\AbacusRearrangeMathProblemsCommand'] ?? $this->getAbacusRearrangeMathProblemsCommandService());
});
}
/**
* Gets the private '.CoreBundle\Command\AbacusValidateExistingMathproblemsCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getAbacusValidateExistingMathproblemsCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->services['CoreBundle\\Command\\AbacusValidateExistingMathproblemsCommand'] ?? $this->getAbacusValidateExistingMathproblemsCommandService());
});
}
/**
* Gets the private '.CoreBundle\Command\DispatchMigrateFilesToReferencesCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getDispatchMigrateFilesToReferencesCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->services['CoreBundle\\Command\\DispatchMigrateFilesToReferencesCommand'] ?? $this->getDispatchMigrateFilesToReferencesCommandService());
});
}
/**
* Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getMakeAdminDashboardCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand'] ?? $this->getMakeAdminDashboardCommandService());
});
}
/**
* Gets the private '.EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getMakeCrudControllerCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->services['EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand'] ?? $this->getMakeCrudControllerCommandService());
});
}
/**
* Gets the private '.console.command.about.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_About_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
});
}
/**
* Gets the private '.console.command.assets_install.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_AssetsInstall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
});
}
/**
* Gets the private '.console.command.cache_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_delete.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolDelete_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
});
}
/**
* Gets the private '.console.command.cache_pool_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
});
}
/**
* Gets the private '.console.command.cache_pool_prune.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolPrune_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
});
}
/**
* Gets the private '.console.command.cache_warmup.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheWarmup_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
});
}
/**
* Gets the private '.console.command.config_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
});
}
/**
* Gets the private '.console.command.config_dump_reference.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDumpReference_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
});
}
/**
* Gets the private '.console.command.container_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
});
}
/**
* Gets the private '.console.command.container_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
});
}
/**
* Gets the private '.console.command.debug_autowiring.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DebugAutowiring_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
});
}
/**
* Gets the private '.console.command.dotenv_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DotenvDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
});
}
/**
* Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_EventDispatcherDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
});
}
/**
* Gets the private '.console.command.form_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_FormDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
});
}
/**
* Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerConsumeMessages_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
});
}
/**
* Gets the private '.console.command.messenger_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
});
}
/**
* Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerSetupTransports_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
});
}
/**
* Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerStopWorkers_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
});
}
/**
* Gets the private '.console.command.router_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
});
}
/**
* Gets the private '.console.command.router_match.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterMatch_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
});
}
/**
* Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
});
}
/**
* Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
});
}
/**
* Gets the private '.console.command.secrets_generate_key.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsGenerateKey_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
});
}
/**
* Gets the private '.console.command.secrets_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
});
}
/**
* Gets the private '.console.command.secrets_remove.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsRemove_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
});
}
/**
* Gets the private '.console.command.secrets_set.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsSet_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
});
}
/**
* Gets the private '.console.command.translation_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
});
}
/**
* Gets the private '.console.command.translation_extract.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationExtract_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
});
}
/**
* Gets the private '.console.command.translation_pull.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPull_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
});
}
/**
* Gets the private '.console.command.translation_push.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPush_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
});
}
/**
* Gets the private '.console.command.validator_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ValidatorDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
});
}
/**
* Gets the private '.console.command.xliff_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_XliffLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
});
}
/**
* Gets the private '.console.command.yaml_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_YamlLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
});
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
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))));
}
/**
* Gets the private '.errored..service_locator..AvQV0i.CoreBundle\Entity\QuizSession' shared service.
*
* @return \CoreBundle\Entity\QuizSession
*/
protected function getQuizSessionService()
{
$this->throw('Cannot autowire service ".service_locator..AvQV0i": it references class "CoreBundle\\Entity\\QuizSession" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.5mj8iu2.UserBundle\Entity\User' shared service.
*
* @return \UserBundle\Entity\User
*/
protected function getUserService()
{
$this->throw('Cannot autowire service ".service_locator.5mj8iu2": it references class "UserBundle\\Entity\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection
*/
protected function getFieldCollectionService()
{
$this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection
*/
protected function getFilterCollectionService()
{
$this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
*/
protected function getEntityDtoService()
{
$this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ENGuM7_.EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto
*/
protected function getSearchDtoService()
{
$this->throw('Cannot autowire service ".service_locator.ENGuM7_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.HRHqvrV.CoreBundle\Entity\QuizSessionRepository' shared service.
*
* @return \CoreBundle\Entity\QuizSessionRepository
*/
protected function getQuizSessionRepositoryService()
{
$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.');
}
/**
* Gets the private '.errored..service_locator.HWjvTzb.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
*/
protected function getAdminContextService()
{
$this->throw('Cannot autowire service ".service_locator.HWjvTzb": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.JanA4tv.CoreBundle\Entity\ClassroomStudent' shared service.
*
* @return \CoreBundle\Entity\ClassroomStudent
*/
protected function getClassroomStudentService()
{
$this->throw('Cannot autowire service ".service_locator.JanA4tv": it references class "CoreBundle\\Entity\\ClassroomStudent" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.N0jOcuE.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
*/
protected function getAdminContext2Service()
{
$this->throw('Cannot autowire service ".service_locator.N0jOcuE": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.NMOWD.L.CoreBundle\Entity\Session' shared service.
*
* @return \CoreBundle\Entity\Session
*/
protected function getSession2Service()
{
$this->throw('Cannot autowire service ".service_locator.NMOWD.L": it references class "CoreBundle\\Entity\\Session" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.OGjUKCt.EasyCorp\Bundle\EasyAdminBundle\Config\Filters' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\Filters
*/
protected function getFiltersService()
{
$this->throw('Cannot autowire service ".service_locator.OGjUKCt": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.QJ7IrGK.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
*/
protected function getAdminContext3Service()
{
$this->throw('Cannot autowire service ".service_locator.QJ7IrGK": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.R8Qy2_..EasyCorp\Bundle\EasyAdminBundle\Config\Actions' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\Actions
*/
protected function getActionsService()
{
$this->throw('Cannot autowire service ".service_locator.R8Qy2_.": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.W.c5h2_.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
*/
protected function getKeyValueStoreService()
{
$this->throw('Cannot autowire service ".service_locator.W.c5h2_": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.XdMPwIJ.EasyCorp\Bundle\EasyAdminBundle\Config\Assets' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\Assets
*/
protected function getAssetsService()
{
$this->throw('Cannot autowire service ".service_locator.XdMPwIJ": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.XpfeRo6.EasyCorp\Bundle\EasyAdminBundle\Config\Crud' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\Crud
*/
protected function getCrudService()
{
$this->throw('Cannot autowire service ".service_locator.XpfeRo6": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.eTXI8ud.CoreBundle\Entity\ReadingTestSession' shared service.
*
* @return \CoreBundle\Entity\ReadingTestSession
*/
protected function getReadingTestSessionService()
{
$this->throw('Cannot autowire service ".service_locator.eTXI8ud": it references class "CoreBundle\\Entity\\ReadingTestSession" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.eTXI8ud.UserBundle\Entity\User' shared service.
*
* @return \UserBundle\Entity\User
*/
protected function getUser2Service()
{
$this->throw('Cannot autowire service ".service_locator.eTXI8ud": it references class "UserBundle\\Entity\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.esmk6IF.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
*/
protected function getAdminContext4Service()
{
$this->throw('Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.esmk6IF.EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto
*/
protected function getBatchActionDtoService()
{
$this->throw('Cannot autowire service ".service_locator.esmk6IF": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.iGBrtqd.CoreBundle\Entity\Quiz' shared service.
*
* @return \CoreBundle\Entity\Quiz
*/
protected function getQuizService()
{
$this->throw('Cannot autowire service ".service_locator.iGBrtqd": it references class "CoreBundle\\Entity\\Quiz" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.kEvhmk9.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
*/
protected function getAdminContext5Service()
{
$this->throw('Cannot autowire service ".service_locator.kEvhmk9": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.nl0WT0J.CoreBundle\Entity\DictateSession' shared service.
*
* @return \CoreBundle\Entity\DictateSession
*/
protected function getDictateSessionService()
{
$this->throw('Cannot autowire service ".service_locator.nl0WT0J": it references class "CoreBundle\\Entity\\DictateSession" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.nl0WT0J.UserBundle\Entity\User' shared service.
*
* @return \UserBundle\Entity\User
*/
protected function getUser3Service()
{
$this->throw('Cannot autowire service ".service_locator.nl0WT0J": it references class "UserBundle\\Entity\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore
*/
protected function getKeyValueStore2Service()
{
$this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext
*/
protected function getAdminContext6Service()
{
$this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.riFbGaB.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto
*/
protected function getEntityDto2Service()
{
$this->throw('Cannot autowire service ".service_locator.riFbGaB": it references class "EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.st3ASTR.Symfony\Component\Security\Core\User\UserInterface' shared service.
*
* @return \Symfony\Component\Security\Core\User\UserInterface
*/
protected function getUserInterfaceService()
{
$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?');
}
/**
* Gets the private '.errored..service_locator.tT6zioB.CoreBundle\Entity\Publication' shared service.
*
* @return \CoreBundle\Entity\Publication
*/
protected function getPublicationService()
{
$this->throw('Cannot autowire service ".service_locator.tT6zioB": it references class "CoreBundle\\Entity\\Publication" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
*
* @return \Symfony\Component\Config\Loader\LoaderInterface
*/
protected function getLoaderInterfaceService()
{
$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".');
}
/**
* Gets the private '.fos_user.command.activate_user.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_FosUser_Command_ActivateUser_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['fos_user.command.activate_user'] ?? $this->getFosUser_Command_ActivateUserService());
});
}
/**
* Gets the private '.fos_user.command.change_password.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_FosUser_Command_ChangePassword_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['fos_user.command.change_password'] ?? $this->getFosUser_Command_ChangePasswordService());
});
}
/**
* Gets the private '.fos_user.command.create_user.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_FosUser_Command_CreateUser_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['fos_user.command.create_user'] ?? $this->getFosUser_Command_CreateUserService());
});
}
/**
* Gets the private '.fos_user.command.deactivate_user.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_FosUser_Command_DeactivateUser_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['fos_user.command.deactivate_user'] ?? $this->getFosUser_Command_DeactivateUserService());
});
}
/**
* Gets the private '.fos_user.command.demote_user.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_FosUser_Command_DemoteUser_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['fos_user.command.demote_user'] ?? $this->getFosUser_Command_DemoteUserService());
});
}
/**
* Gets the private '.fos_user.command.promote_user.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_FosUser_Command_PromoteUser_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['fos_user.command.promote_user'] ?? $this->getFosUser_Command_PromoteUserService());
});
}
/**
* Gets the private '.maker.auto_command.make_auth.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeAuth_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
});
}
/**
* Gets the private '.maker.auto_command.make_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
});
}
/**
* Gets the private '.maker.auto_command.make_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_crud.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCrud_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
});
}
/**
* Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
});
}
/**
* Gets the private '.maker.auto_command.make_entity.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeEntity_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
});
}
/**
* Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
});
}
/**
* Gets the private '.maker.auto_command.make_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_message.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessage_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
});
}
/**
* Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
});
}
/**
* Gets the private '.maker.auto_command.make_migration.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMigration_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
});
}
/**
* Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
});
}
/**
* Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
});
}
/**
* Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
});
}
/**
* Gets the private '.maker.auto_command.make_test.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTest_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
});
}
/**
* Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
});
}
/**
* Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
});
}
/**
* Gets the private '.maker.auto_command.make_user.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeUser_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
});
}
/**
* Gets the private '.maker.auto_command.make_validator.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeValidator_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
});
}
/**
* Gets the private '.maker.auto_command.make_voter.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeVoter_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
});
}
/**
* Gets the private '.messenger.handler_descriptor.JjVSoa9' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_JjVSoa9Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/MessageHandler/ValidateMathproblemMessageHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.JjVSoa9'])) {
return $this->privates['.messenger.handler_descriptor.JjVSoa9'];
}
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())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.eDZcX8R' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_EDZcX8RService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/MessageHandler/MigrateFilesToReferencesMessageHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.eDZcX8R'])) {
return $this->privates['.messenger.handler_descriptor.eDZcX8R'];
}
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())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
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())), []);
}
/**
* Gets the private '.monolog.command.server_log.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Monolog_Command_ServerLog_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
});
}
/**
* Gets the private '.security.command.debug_firewall.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_DebugFirewall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
});
}
/**
* Gets the private '.security.command.user_password_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
});
}
/**
* Gets the private '.security.command.user_password_hash.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordHash_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
});
}
/**
* Gets the private '.service_locator..AvQV0i' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__AvQV0iService()
{
return $this->privates['.service_locator..AvQV0i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'quizSession' => 'CoreBundle\\Entity\\QuizSession',
]);
}
/**
* Gets the private '.service_locator.0HemtKK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_0HemtKKService()
{
return $this->privates['.service_locator.0HemtKK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
'readingTestService' => ['services', 'TeacherBundle\\Service\\ReadingTestService', 'getReadingTestService2Service', false],
], [
'eventLogger' => 'CoreBundle\\Service\\EventLogger',
'readingTestService' => 'TeacherBundle\\Service\\ReadingTestService',
]);
}
/**
* Gets the private '.service_locator.1QteD5a' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1QteD5aService()
{
return $this->privates['.service_locator.1QteD5a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'crammingActivityService' => ['services', 'StudentBundle\\Service\\CrammingActivityService', 'getCrammingActivityServiceService', false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
], [
'crammingActivityService' => 'StudentBundle\\Service\\CrammingActivityService',
'logger' => '?',
'sessionService' => 'CoreBundle\\Service\\SessionService',
]);
}
/**
* Gets the private '.service_locator.1U87PLH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1U87PLHService()
{
return $this->privates['.service_locator.1U87PLH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'worksheetService' => ['services', 'TeacherBundle\\Service\\WorksheetService', 'getWorksheetServiceService', false],
], [
'em' => '?',
'worksheetService' => 'TeacherBundle\\Service\\WorksheetService',
]);
}
/**
* Gets the private '.service_locator.2VaRhmK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2VaRhmKService()
{
return $this->privates['.service_locator.2VaRhmK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'gamificationService' => ['privates', 'CoreBundle\\Service\\GamificationService', 'getGamificationServiceService', false],
], [
'em' => '?',
'gamificationService' => 'CoreBundle\\Service\\GamificationService',
]);
}
/**
* Gets the private '.service_locator.4cDDwts' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4cDDwtsService()
{
return $this->privates['.service_locator.4cDDwts'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'sessionPlayer' => ['services', 'CoreBundle\\Session\\SessionPlayer', 'getSessionPlayerService', false],
], [
'sessionPlayer' => 'CoreBundle\\Session\\SessionPlayer',
]);
}
/**
* Gets the private '.service_locator.5JK5isl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5JK5islService()
{
return $this->privates['.service_locator.5JK5isl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quizSessionService' => ['privates', 'CoreBundle\\Service\\QuizSessionService', 'getQuizSessionService3Service', false],
], [
'quizSessionService' => 'CoreBundle\\Service\\QuizSessionService',
]);
}
/**
* Gets the private '.service_locator.5eyQgLK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5eyQgLKService()
{
return $this->privates['.service_locator.5eyQgLK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'crammingActivityService' => ['services', 'StudentBundle\\Service\\CrammingActivityService', 'getCrammingActivityServiceService', false],
'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
'problemDndService' => ['services', 'StudentBundle\\Service\\ProblemDndService', 'getProblemDndServiceService', false],
'problemFreeTextService' => ['services', 'StudentBundle\\Service\\ProblemFreeTextService', 'getProblemFreeTextServiceService', false],
'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
], [
'crammingActivityService' => 'StudentBundle\\Service\\CrammingActivityService',
'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
'problemDndService' => 'StudentBundle\\Service\\ProblemDndService',
'problemFreeTextService' => 'StudentBundle\\Service\\ProblemFreeTextService',
'sessionService' => 'CoreBundle\\Service\\SessionService',
]);
}
/**
* Gets the private '.service_locator.5mj8iu2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5mj8iu2Service()
{
return $this->privates['.service_locator.5mj8iu2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'teacher' => 'UserBundle\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.6XxFdB9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6XxFdB9Service()
{
return $this->privates['.service_locator.6XxFdB9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'em' => '?',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.7yDGzZr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7yDGzZrService()
{
return $this->privates['.service_locator.7yDGzZr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'scoreService' => ['services', 'CoreBundle\\Service\\ScoreService', 'getScoreServiceService', false],
], [
'scoreService' => 'CoreBundle\\Service\\ScoreService',
]);
}
/**
* Gets the private '.service_locator.8kBk.q6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8kBk_Q6Service()
{
return $this->privates['.service_locator.8kBk.q6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'totpAuthenticator' => ['services', 'scheb_two_factor.security.totp_authenticator', 'getSchebTwoFactor_Security_TotpAuthenticatorService', false],
], [
'em' => '?',
'totpAuthenticator' => '?',
]);
}
/**
* Gets the private '.service_locator.9k1aagL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9k1aagLService()
{
return $this->privates['.service_locator.9k1aagL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'categoryService' => ['services', 'TeacherBundle\\Service\\CategoryService', 'getCategoryServiceService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'normalizer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'categoryService' => 'TeacherBundle\\Service\\CategoryService',
'em' => '?',
'normalizer' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.AObloNj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AObloNjService()
{
return $this->privates['.service_locator.AObloNj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authService' => ['privates', 'CoreBundle\\Service\\AuthService', 'getAuthServiceService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'authService' => 'CoreBundle\\Service\\AuthService',
'em' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.B4dyivW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_B4dyivWService()
{
return $this->privates['.service_locator.B4dyivW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
], [
'async' => '?',
'messenger.transport.async' => '?',
]);
}
/**
* Gets the private '.service_locator.BMfTRHi' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BMfTRHiService()
{
return $this->privates['.service_locator.BMfTRHi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'em' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.BYW.Cnu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BYW_CnuService()
{
return $this->privates['.service_locator.BYW.Cnu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'problemService' => ['privates', 'AdminBundle\\Service\\ProblemService', 'getProblemService4Service', false],
'templateService' => ['privates', 'AdminBundle\\Service\\TemplateService', 'getTemplateServiceService', false],
], [
'problemService' => 'AdminBundle\\Service\\ProblemService',
'templateService' => 'AdminBundle\\Service\\TemplateService',
]);
}
/**
* Gets the private '.service_locator.DS.G_SS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DS_GSSService()
{
return $this->privates['.service_locator.DS.G_SS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'makeTeamsService' => ['privates', 'CoreBundle\\Service\\MakeTeamsService', 'getMakeTeamsServiceService', false],
'trainingService' => ['services', 'TeacherBundle\\Service\\TrainingService', 'getTrainingServiceService', false],
], [
'makeTeamsService' => 'CoreBundle\\Service\\MakeTeamsService',
'trainingService' => 'TeacherBundle\\Service\\TrainingService',
]);
}
/**
* Gets the private '.service_locator.ENGuM7_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ENGuM7Service()
{
return $this->privates['.service_locator.ENGuM7_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'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.'],
'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.'],
'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.'],
], [
'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
'fields' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FieldCollection',
'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Collection\\FilterCollection',
'searchDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\SearchDto',
]);
}
/**
* Gets the private '.service_locator.F9gdgkw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_F9gdgkwService()
{
return $this->privates['.service_locator.F9gdgkw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
], [
'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
]);
}
/**
* Gets the private '.service_locator.GKn4p0p' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GKn4p0pService()
{
return $this->privates['.service_locator.GKn4p0p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'trainingSessionService' => ['services', 'CoreBundle\\Service\\TrainingSessionService', 'getTrainingSessionServiceService', false],
], [
'trainingSessionService' => 'CoreBundle\\Service\\TrainingSessionService',
]);
}
/**
* Gets the private '.service_locator.HRHqvrV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HRHqvrVService()
{
return $this->privates['.service_locator.HRHqvrV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'quizSessionRepository' => 'CoreBundle\\Entity\\QuizSessionRepository',
]);
}
/**
* Gets the private '.service_locator.HWjvTzb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HWjvTzbService()
{
return $this->privates['.service_locator.HWjvTzb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.J2t96SO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_J2t96SOService()
{
return $this->privates['.service_locator.J2t96SO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'bugReportService' => ['privates', 'AdminBundle\\Service\\BugReportService', 'getBugReportServiceService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'bugReportService' => 'AdminBundle\\Service\\BugReportService',
'em' => '?',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.JHzn4J2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JHzn4J2Service()
{
return $this->privates['.service_locator.JHzn4J2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
'selfStudyService' => ['services', 'StudentBundle\\Service\\Kvik\\SelfStudyService', 'getSelfStudyService2Service', false],
], [
'em' => '?',
'performanceService' => 'StudentBundle\\Service\\PerformanceService',
'selfStudyService' => 'StudentBundle\\Service\\Kvik\\SelfStudyService',
]);
}
/**
* Gets the private '.service_locator.JYdi1TF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JYdi1TFService()
{
return $this->privates['.service_locator.JYdi1TF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'difficultyUpdater' => ['privates', 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
], [
'difficultyUpdater' => 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater',
'em' => '?',
'sessionService' => 'CoreBundle\\Service\\SessionService',
]);
}
/**
* Gets the private '.service_locator.JYkp0nJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JYkp0nJService()
{
return $this->privates['.service_locator.JYkp0nJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'userManager' => ['services', 'fos_user.user_manager', 'getFosUser_UserManagerService', false],
], [
'userManager' => '?',
]);
}
/**
* Gets the private '.service_locator.JanA4tv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JanA4tvService()
{
return $this->privates['.service_locator.JanA4tv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'classroomStudent' => 'CoreBundle\\Entity\\ClassroomStudent',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.JnD7EnL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JnD7EnLService()
{
return $this->privates['.service_locator.JnD7EnL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quizUnitService' => ['services', 'CoreBundle\\Service\\QuizUnitService', 'getQuizUnitServiceService', false],
], [
'quizUnitService' => 'CoreBundle\\Service\\QuizUnitService',
]);
}
/**
* Gets the private '.service_locator.K7waSrh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_K7waSrhService()
{
return $this->privates['.service_locator.K7waSrh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
], [
'em' => '?',
'performanceService' => 'StudentBundle\\Service\\PerformanceService',
]);
}
/**
* Gets the private '.service_locator.Ll5as6y' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ll5as6yService()
{
return $this->privates['.service_locator.Ll5as6y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'bugReportService' => ['privates', 'AdminBundle\\Service\\BugReportService', 'getBugReportServiceService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'mathProblemService' => ['services', 'TeacherBundle\\Service\\MathProblemService', 'getMathProblemService3Service', false],
'problemService' => ['privates', 'AdminBundle\\Service\\ProblemService', 'getProblemService4Service', false],
], [
'bugReportService' => 'AdminBundle\\Service\\BugReportService',
'em' => '?',
'mathProblemService' => 'TeacherBundle\\Service\\MathProblemService',
'problemService' => 'AdminBundle\\Service\\ProblemService',
]);
}
/**
* Gets the private '.service_locator.MDrghWI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MDrghWIService()
{
return $this->privates['.service_locator.MDrghWI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
'studentDifficultyUpdater' => ['privates', 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
], [
'logger' => '?',
'performanceService' => 'StudentBundle\\Service\\PerformanceService',
'studentDifficultyUpdater' => 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater',
]);
}
/**
* Gets the private '.service_locator.N0jOcuE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_N0jOcuEService()
{
return $this->privates['.service_locator.N0jOcuE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
], [
'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
]);
}
/**
* Gets the private '.service_locator.N3Ev6KA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_N3Ev6KAService()
{
return $this->privates['.service_locator.N3Ev6KA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'problemService' => ['services', 'CoreBundle\\Service\\API\\ProblemService', 'getProblemServiceService', false],
], [
'problemService' => 'CoreBundle\\Service\\API\\ProblemService',
]);
}
/**
* Gets the private '.service_locator.NMOWD.L' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NMOWD_LService()
{
return $this->privates['.service_locator.NMOWD.L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'session' => 'CoreBundle\\Entity\\Session',
]);
}
/**
* Gets the private '.service_locator.OGjUKCt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OGjUKCtService()
{
return $this->privates['.service_locator.OGjUKCt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'filters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Filters',
]);
}
/**
* Gets the private '.service_locator.OL4RnZd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OL4RnZdService()
{
return $this->privates['.service_locator.OL4RnZd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'AdminBundle\\Controller\\BugReportsController::fetchBugReport' => ['privates', '.service_locator.Ll5as6y', 'get_ServiceLocator_Ll5as6yService', false],
'AdminBundle\\Controller\\BugReportsController::fetchBugReports' => ['privates', '.service_locator.eB0AiAN', 'get_ServiceLocator_EB0AiANService', false],
'AdminBundle\\Controller\\BugReportsController::resolveBugReport' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\BugReportsController::show' => ['privates', '.service_locator.J2t96SO', 'get_ServiceLocator_J2t96SOService', false],
'AdminBundle\\Controller\\ContentController::displayMathproblems' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::markAsResolved' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::previewProblem' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::showAllBugReports' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::showProblemsForTemplate' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::viewTopics' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\DashboardController::configureUserMenu' => ['privates', '.service_locator.st3ASTR', 'get_ServiceLocator_St3ASTRService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::countEnabledQuizzes' => ['privates', '.service_locator.tT6zioB', 'get_ServiceLocator_TT6zioBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::countEnabledQuizzes' => ['privates', '.service_locator.tT6zioB', 'get_ServiceLocator_TT6zioBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::viewEditors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::viewPublications' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::countEnabledProblems' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::problemsArePublished' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::countEnabledProblems' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::problemsArePublished' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\MathproblemController::addAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController::count' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController::createAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController::deleteAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController::deleteImageAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController::disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController::editAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController::mathproblemlookupAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController::overview' => ['privates', '.service_locator.6XxFdB9', 'get_ServiceLocator_6XxFdB9Service', false],
'AdminBundle\\Controller\\MathproblemController::showAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController::updateAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\ProblemController::edit' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\ResetPasswordController::reset' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\TagController::lookup' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\TemplateController::disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\TemplateController::overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'CoreBundle\\Controller\\API\\PollyController::textToSpeech' => ['privates', '.service_locator.hBJ.LZc', 'get_ServiceLocator_HBJ_LZcService', false],
'CoreBundle\\Controller\\API\\ProblemController::activeQuizSession' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
'CoreBundle\\Controller\\API\\ProblemController::getProblems' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
'CoreBundle\\Controller\\API\\ProblemController::getResults' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
'CoreBundle\\Controller\\API\\ProblemController::resetQuestion' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
'CoreBundle\\Controller\\API\\ProblemController::saveAnswer' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
'CoreBundle\\Controller\\API\\ProblemController::setQuizSessionRepository' => ['privates', '.service_locator.HRHqvrV', 'get_ServiceLocator_HRHqvrVService', false],
'CoreBundle\\Controller\\API\\ProblemController::setValidator' => ['privates', '.service_locator.yzOxF8c', 'get_ServiceLocator_YzOxF8cService', false],
'CoreBundle\\Controller\\API\\ProblemController::startQuiz' => ['privates', '.service_locator.5JK5isl', 'get_ServiceLocator_5JK5islService', false],
'CoreBundle\\Controller\\API\\SharedQuizController::archive' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::copyQuiz' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::create' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::edit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::finishStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::saveAnswer' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::setStartedAtStudentQuizUnit' => ['privates', '.service_locator.JnD7EnL', 'get_ServiceLocator_JnD7EnLService', false],
'CoreBundle\\Controller\\API\\SharedQuizController::startStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::studentGetProblems' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::studentOverviewQuizzes' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::studentQuizUnitResults' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::teacherActivateQuestion' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::teacherDeactivateQuestion' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewDeleteStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewGetProblemsForQuiz' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzes' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesPin' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesSingle' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesUnpin' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController::unarchive' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\BugReportController::reportMpBug' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
'CoreBundle\\Controller\\DataController::refreshStudentClassroomPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'CoreBundle\\Controller\\DataController::refreshStudentSelfStudyPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'CoreBundle\\Controller\\DataController::refreshStudentSessions' => ['privates', '.service_locator.ndY8kpt', 'get_ServiceLocator_NdY8kptService', false],
'CoreBundle\\Controller\\DataController::refreshStudentSessionsJSON' => ['privates', '.service_locator.ndY8kpt', 'get_ServiceLocator_NdY8kptService', false],
'CoreBundle\\Controller\\DataController::refreshTeacherStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'CoreBundle\\Controller\\EventLoggerController::log' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
'CoreBundle\\Controller\\MathProblemController::getAudioFile' => ['privates', '.service_locator.wtO2cHx', 'get_ServiceLocator_WtO2cHxService', false],
'CoreBundle\\Controller\\ResultsController::crammingActivityResult' => ['privates', '.service_locator.jFOCl7E', 'get_ServiceLocator_JFOCl7EService', false],
'CoreBundle\\Controller\\ResultsController::quizResults' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'CoreBundle\\Controller\\TextbookController::fetchCategory' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'CoreBundle\\Controller\\TextbookController::getAudioFile' => ['privates', '.service_locator.ffH40go', 'get_ServiceLocator_FfH40goService', false],
'StudentBundle\\Controller\\ClassroomsController::index' => ['privates', '.service_locator.sTdGR69', 'get_ServiceLocator_STdGR69Service', false],
'StudentBundle\\Controller\\ClassroomsController::removeClassroom' => ['privates', '.service_locator.JanA4tv', 'get_ServiceLocator_JanA4tvService', false],
'StudentBundle\\Controller\\CrammingActivityController::checkAnswer' => ['privates', '.service_locator.1QteD5a', 'get_ServiceLocator_1QteD5aService', false],
'StudentBundle\\Controller\\CrammingActivityController::pauseActivityHomework' => ['privates', '.service_locator.ofzw.eQ', 'get_ServiceLocator_Ofzw_EQService', false],
'StudentBundle\\Controller\\CrammingActivityController::playActivityHomework' => ['privates', '.service_locator.ofzw.eQ', 'get_ServiceLocator_Ofzw_EQService', false],
'StudentBundle\\Controller\\CrammingActivityController::showMathProblem' => ['privates', '.service_locator.5eyQgLK', 'get_ServiceLocator_5eyQgLKService', false],
'StudentBundle\\Controller\\DashboardController::getTextAudio' => ['privates', '.service_locator.hBJ.LZc', 'get_ServiceLocator_HBJ_LZcService', false],
'StudentBundle\\Controller\\DashboardController::show' => ['privates', '.service_locator.JnD7EnL', 'get_ServiceLocator_JnD7EnLService', false],
'StudentBundle\\Controller\\DashboardController::topicTrainingResults' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
'StudentBundle\\Controller\\DefaultController::clearImpersonation' => ['privates', '.service_locator.VdUs.N3', 'get_ServiceLocator_VdUs_N3Service', false],
'StudentBundle\\Controller\\DefaultController::index' => ['privates', '.service_locator.t4pH54g', 'get_ServiceLocator_T4pH54gService', false],
'StudentBundle\\Controller\\HomeworkController::checkAnswer' => ['privates', '.service_locator.MDrghWI', 'get_ServiceLocator_MDrghWIService', false],
'StudentBundle\\Controller\\HomeworkController::pause' => ['privates', '.service_locator.4cDDwts', 'get_ServiceLocator_4cDDwtsService', false],
'StudentBundle\\Controller\\HomeworkController::play' => ['privates', '.service_locator.4cDDwts', 'get_ServiceLocator_4cDDwtsService', false],
'StudentBundle\\Controller\\HomeworkController::prepare' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
'StudentBundle\\Controller\\HomeworkController::showMathproblem' => ['privates', '.service_locator.dfwlJ1d', 'get_ServiceLocator_DfwlJ1dService', false],
'StudentBundle\\Controller\\KvikMat\\SelfStudyController::start' => ['privates', '.service_locator.GKn4p0p', 'get_ServiceLocator_GKn4p0pService', false],
'StudentBundle\\Controller\\PeerSessionController::feedback' => ['privates', '.service_locator.sOAhyHj', 'get_ServiceLocator_SOAhyHjService', false],
'StudentBundle\\Controller\\PeerSessionController::mathproblem' => ['privates', '.service_locator.qWRIXEM', 'get_ServiceLocator_QWRIXEMService', false],
'StudentBundle\\Controller\\PeerSessionController::rate' => ['privates', '.service_locator.VGZqu1U', 'get_ServiceLocator_VGZqu1UService', false],
'StudentBundle\\Controller\\PerformanceController::crammingSummary' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'StudentBundle\\Controller\\PerformanceController::showDashboard' => ['privates', '.service_locator.K7waSrh', 'get_ServiceLocator_K7waSrhService', false],
'StudentBundle\\Controller\\PerformanceController::showDashboardJSON' => ['privates', '.service_locator.JHzn4J2', 'get_ServiceLocator_JHzn4J2Service', false],
'StudentBundle\\Controller\\PerformanceController::trainingSummary' => ['privates', '.service_locator.K7waSrh', 'get_ServiceLocator_K7waSrhService', false],
'StudentBundle\\Controller\\PretestController::answerPretest' => ['privates', '.service_locator.JYdi1TF', 'get_ServiceLocator_JYdi1TFService', false],
'StudentBundle\\Controller\\PretestController::showPretest' => ['privates', '.service_locator.gXw_zZh', 'get_ServiceLocator_GXwZZhService', false],
'StudentBundle\\Controller\\QuizSessionController::finish' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
'StudentBundle\\Controller\\QuizSessionController::getProblem' => ['privates', '.service_locator.VL5gUOu', 'get_ServiceLocator_VL5gUOuService', false],
'StudentBundle\\Controller\\QuizSessionController::pause' => ['privates', '.service_locator.bWKO4Fh', 'get_ServiceLocator_BWKO4FhService', false],
'StudentBundle\\Controller\\QuizSessionController::play' => ['privates', '.service_locator.bWKO4Fh', 'get_ServiceLocator_BWKO4FhService', false],
'StudentBundle\\Controller\\QuizSessionController::saveAnswer' => ['privates', '.service_locator.xYXvlNW', 'get_ServiceLocator_XYXvlNWService', false],
'StudentBundle\\Controller\\QuizSessionController::showProblem' => ['privates', '.service_locator.p8P7vwE', 'get_ServiceLocator_P8P7vwEService', false],
'StudentBundle\\Controller\\ResultsController::homeworkResultsJSON' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
'StudentBundle\\Controller\\ResultsController::trainingSessionResultsJSON' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
'StudentBundle\\Controller\\StatisticsController::worksheetSessionResults' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
'StudentBundle\\Controller\\TrainingController::checkAnswer' => ['privates', '.service_locator.k.n2emF', 'get_ServiceLocator_K_N2emFService', false],
'StudentBundle\\Controller\\TrainingController::prepare' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
'StudentBundle\\Controller\\TrainingController::prepareJSON' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
'StudentBundle\\Controller\\TrainingController::showMathproblem' => ['privates', '.service_locator.yDC0lbQ', 'get_ServiceLocator_YDC0lbQService', false],
'StudentBundle\\Controller\\WorksheetSessionController::deleteFile' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'StudentBundle\\Controller\\WorksheetSessionController::showProblem' => ['privates', '.service_locator.Zwp_GcQ', 'get_ServiceLocator_ZwpGcQService', false],
'TeacherBundle\\Controller\\API\\DictateActivityController::start' => ['privates', '.service_locator.VLzTtNm', 'get_ServiceLocator_VLzTtNmService', false],
'TeacherBundle\\Controller\\API\\DictateActivityController::stop' => ['privates', '.service_locator.VLzTtNm', 'get_ServiceLocator_VLzTtNmService', false],
'TeacherBundle\\Controller\\API\\HomeworkController::create' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
'TeacherBundle\\Controller\\API\\QuizTypeController::getQuizTypes' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\API\\ReadingTestActivityController::start' => ['privates', '.service_locator.0HemtKK', 'get_ServiceLocator_0HemtKKService', false],
'TeacherBundle\\Controller\\API\\ReadingTestActivityController::stop' => ['privates', '.service_locator.0HemtKK', 'get_ServiceLocator_0HemtKKService', false],
'TeacherBundle\\Controller\\API\\TagController::getTags' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\API\\TemplateMathproblemController::templateCount' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\API\\TrainingActivityController::create' => ['privates', '.service_locator.DS.G_SS', 'get_ServiceLocator_DS_GSSService', false],
'TeacherBundle\\Controller\\API\\WorksheetController::pdfPrint' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\ClassroomController::create' => ['privates', '.service_locator.xLx1lNO', 'get_ServiceLocator_XLx1lNOService', false],
'TeacherBundle\\Controller\\ClassroomController::delete' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
'TeacherBundle\\Controller\\ClassroomController::edit' => ['privates', '.service_locator.AObloNj', 'get_ServiceLocator_AObloNjService', false],
'TeacherBundle\\Controller\\ClassroomController::editPointPool' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\ClassroomController::getClassesByInstitution' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
'TeacherBundle\\Controller\\ClassroomController::getPointPools' => ['privates', '.service_locator.2VaRhmK', 'get_ServiceLocator_2VaRhmKService', false],
'TeacherBundle\\Controller\\ClassroomController::getStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\ClassroomController::join' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\ClassroomController::overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\ClassroomController::select' => ['privates', '.service_locator.xLx1lNO', 'get_ServiceLocator_XLx1lNOService', false],
'TeacherBundle\\Controller\\ContentController::addProblem' => ['privates', '.service_locator.hT2Kv93', 'get_ServiceLocator_HT2Kv93Service', false],
'TeacherBundle\\Controller\\ContentController::copyMathProblem' => ['privates', '.service_locator.Qap4nxn', 'get_ServiceLocator_Qap4nxnService', false],
'TeacherBundle\\Controller\\ContentController::disableMathProblem' => ['privates', '.service_locator.BYW.Cnu', 'get_ServiceLocator_BYW_CnuService', false],
'TeacherBundle\\Controller\\ContentController::editMathProblem' => ['privates', '.service_locator.Qap4nxn', 'get_ServiceLocator_Qap4nxnService', false],
'TeacherBundle\\Controller\\ContentController::fetchProblems' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
'TeacherBundle\\Controller\\ContentController::getCompactView' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
'TeacherBundle\\Controller\\ContentController::getNextProblem' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
'TeacherBundle\\Controller\\ContentController::getProblems' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
'TeacherBundle\\Controller\\DefaultController::editProfile' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
'TeacherBundle\\Controller\\DefaultController::help' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
'TeacherBundle\\Controller\\DefaultController::index' => ['privates', '.service_locator.u8G.hVv', 'get_ServiceLocator_U8G_HVvService', false],
'TeacherBundle\\Controller\\ExtendActivityController::extendActivity_' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
'TeacherBundle\\Controller\\HomeworkController::delete' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'TeacherBundle\\Controller\\HomeworkController::start' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
'TeacherBundle\\Controller\\HomeworkController::stop' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
'TeacherBundle\\Controller\\HomeworkController::updateDeadline' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
'TeacherBundle\\Controller\\HomeworkController::updateStartTime' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
'TeacherBundle\\Controller\\PeerTrainingController::delete' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
'TeacherBundle\\Controller\\PeerTrainingController::start' => ['privates', '.service_locator.YyctuJs', 'get_ServiceLocator_YyctuJsService', false],
'TeacherBundle\\Controller\\PeerTrainingController::updateStartTime' => ['privates', '.service_locator.YyctuJs', 'get_ServiceLocator_YyctuJsService', false],
'TeacherBundle\\Controller\\QuizController::create' => ['privates', '.service_locator.oCWhl0b', 'get_ServiceLocator_OCWhl0bService', false],
'TeacherBundle\\Controller\\QuizController::putQuiz' => ['privates', '.service_locator.ZaMhYwc', 'get_ServiceLocator_ZaMhYwcService', false],
'TeacherBundle\\Controller\\QuizSessionController::start' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
'TeacherBundle\\Controller\\QuizSessionController::stop' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
'TeacherBundle\\Controller\\QuizSessionController::updateDeadline' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
'TeacherBundle\\Controller\\QuizSessionController::updateStartTime' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
'TeacherBundle\\Controller\\StudentController::add' => ['privates', '.service_locator.JYkp0nJ', 'get_ServiceLocator_JYkp0nJService', false],
'TeacherBundle\\Controller\\StudentController::edit' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
'TeacherBundle\\Controller\\WorksheetController::addScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\WorksheetController::create' => ['privates', '.service_locator.9k1aagL', 'get_ServiceLocator_9k1aagLService', false],
'TeacherBundle\\Controller\\WorksheetController::deleteSession' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
'TeacherBundle\\Controller\\WorksheetController::fetchWorksheetSolution' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\WorksheetController::postWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
'TeacherBundle\\Controller\\WorksheetController::print' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\WorksheetController::printSolutions' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\WorksheetController::putSolutionComment' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\WorksheetController::putSolutionScore' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\WorksheetController::putWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
'TeacherBundle\\Controller\\WorksheetController::resetScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\WorksheetController::results' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
'TeacherBundle\\Controller\\WorksheetController::resultsProblem' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
'TeacherBundle\\Controller\\WorksheetController::resultsUnit' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
'TeacherBundle\\Controller\\WorksheetSessionController::start' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
'TeacherBundle\\Controller\\WorksheetSessionController::stop' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
'TeacherBundle\\Controller\\WorksheetSessionController::updateDeadline' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
'TeacherBundle\\Controller\\WorksheetSessionController::updateStartTime' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\CrammingActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\CrammingActivityService::getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\CrammingActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\DictateActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\DictateActivityResultsService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\DictateActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\DictateActivityService::createUnit' => ['privates', '.service_locator.nl0WT0J', 'get_ServiceLocator_Nl0WT0JService', false],
'TeacherBundle\\Service\\API\\DictateActivityService::delete' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\DictateActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\HomeworkActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\HomeworkActivityResultsService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\HomeworkService::getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\HomeworkService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\PeerActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\PeerActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\PeerActivityService::getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\PeerActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\QuizActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\QuizActivityResultsService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\QuizActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\QuizActivityService::setQuizService' => ['privates', '.service_locator.ZaMhYwc', 'get_ServiceLocator_ZaMhYwcService', false],
'TeacherBundle\\Service\\API\\QuizActivityService::setQuizSession' => ['privates', '.service_locator..AvQV0i', 'get_ServiceLocator__AvQV0iService', false],
'TeacherBundle\\Service\\API\\QuizActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\ReadingTestActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\ReadingTestActivityService::createUnit' => ['privates', '.service_locator.eTXI8ud', 'get_ServiceLocator_ETXI8udService', false],
'TeacherBundle\\Service\\API\\ReadingTestActivityService::delete' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\ReadingTestActivityService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\ReadingTestActivityService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\ReadingTestActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\TrainingActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\TrainingActivityResultsService::getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\TrainingActivityService::getJsonActivityCopy' => ['privates', '.service_locator.NMOWD.L', 'get_ServiceLocator_NMOWD_LService', false],
'TeacherBundle\\Service\\API\\TrainingActivityService::getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\TrainingActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\WorksheetActivityResultsService::getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\WorksheetActivityService::create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\WorksheetActivityService::update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'UserBundle\\Controller\\DefaultController::getParamRow' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'UserBundle\\Controller\\DefaultController::getParams' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'UserBundle\\Controller\\DefaultController::redirectUser' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'UserBundle\\Controller\\DefaultController::setParam' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'UserBundle\\Controller\\RegistrationController::register' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
'UserBundle\\Controller\\RegistrationController::verifyUserEmail' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'UserBundle\\Controller\\ResetPasswordController::change' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
'UserBundle\\Controller\\ResetPasswordController::request' => ['privates', '.service_locator.cFsh_cq', 'get_ServiceLocator_CFshCqService', false],
'UserBundle\\Controller\\ResetPasswordController::reset' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
'UserBundle\\Controller\\SetupTwoFactorAuthController::qrCode' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
'UserBundle\\Controller\\SetupTwoFactorAuthController::setup' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'AdminBundle\\Controller\\BugReportsController:fetchBugReport' => ['privates', '.service_locator.Ll5as6y', 'get_ServiceLocator_Ll5as6yService', false],
'AdminBundle\\Controller\\BugReportsController:fetchBugReports' => ['privates', '.service_locator.eB0AiAN', 'get_ServiceLocator_EB0AiANService', false],
'AdminBundle\\Controller\\BugReportsController:resolveBugReport' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\BugReportsController:show' => ['privates', '.service_locator.J2t96SO', 'get_ServiceLocator_J2t96SOService', false],
'AdminBundle\\Controller\\ContentController:displayMathproblems' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:markAsResolved' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:previewProblem' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:showAllBugReports' => ['privates', '.service_locator.N0jOcuE', 'get_ServiceLocator_N0jOcuEService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:showProblemsForTemplate' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:viewTopics' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\DashboardController:configureUserMenu' => ['privates', '.service_locator.st3ASTR', 'get_ServiceLocator_St3ASTRService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:copyEntity' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:countEnabledQuizzes' => ['privates', '.service_locator.tT6zioB', 'get_ServiceLocator_TT6zioBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:countEnabledQuizzes' => ['privates', '.service_locator.tT6zioB', 'get_ServiceLocator_TT6zioBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewAudio' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewAuthors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewImages' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewQuizzes' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:viewEditors' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:viewPublications' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:countEnabledProblems' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:problemsArePublished' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:countEnabledProblems' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:problemsArePublished' => ['privates', '.service_locator.iGBrtqd', 'get_ServiceLocator_IGBrtqdService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:viewProblems' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:copyEntity' => ['privates', '.service_locator.QJ7IrGK', 'get_ServiceLocator_QJ7IrGKService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:viewTemplates' => ['privates', '.service_locator.HWjvTzb', 'get_ServiceLocator_HWjvTzbService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:autocomplete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:batchDelete' => ['privates', '.service_locator.esmk6IF', 'get_ServiceLocator_Esmk6IFService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureActions' => ['privates', '.service_locator.R8Qy2_.', 'get_ServiceLocator_R8Qy2_Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureAssets' => ['privates', '.service_locator.XdMPwIJ', 'get_ServiceLocator_XdMPwIJService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureCrud' => ['privates', '.service_locator.XpfeRo6', 'get_ServiceLocator_XpfeRo6Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureFilters' => ['privates', '.service_locator.OGjUKCt', 'get_ServiceLocator_OGjUKCtService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureResponseParameters' => ['privates', '.service_locator.W.c5h2_', 'get_ServiceLocator_W_C5h2Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createEditForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createEditFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createIndexQueryBuilder' => ['privates', '.service_locator.ENGuM7_', 'get_ServiceLocator_ENGuM7Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createNewForm' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createNewFormBuilder' => ['privates', '.service_locator.riFbGaB', 'get_ServiceLocator_RiFbGaBService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:delete' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:deleteEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:detail' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:edit' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:index' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:inviteUser' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:new' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:persistEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:renderFilters' => ['privates', '.service_locator.kEvhmk9', 'get_ServiceLocator_KEvhmk9Service', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:toggleAdmins' => ['privates', '.service_locator.F9gdgkw', 'get_ServiceLocator_F9gdgkwService', false],
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:updateEntity' => ['privates', '.service_locator.aKM6MDa', 'get_ServiceLocator_AKM6MDaService', false],
'AdminBundle\\Controller\\MathproblemController:addAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController:count' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController:createAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController:deleteAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController:deleteImageAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController:disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController:editAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController:mathproblemlookupAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController:overview' => ['privates', '.service_locator.6XxFdB9', 'get_ServiceLocator_6XxFdB9Service', false],
'AdminBundle\\Controller\\MathproblemController:showAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\MathproblemController:updateAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\ProblemController:edit' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\ResetPasswordController:reset' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\TagController:lookup' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\TemplateController:disable' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AdminBundle\\Controller\\TemplateController:overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'CoreBundle\\Controller\\API\\PollyController:textToSpeech' => ['privates', '.service_locator.hBJ.LZc', 'get_ServiceLocator_HBJ_LZcService', false],
'CoreBundle\\Controller\\API\\ProblemController:activeQuizSession' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
'CoreBundle\\Controller\\API\\ProblemController:getProblems' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
'CoreBundle\\Controller\\API\\ProblemController:getResults' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
'CoreBundle\\Controller\\API\\ProblemController:resetQuestion' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
'CoreBundle\\Controller\\API\\ProblemController:saveAnswer' => ['privates', '.service_locator.N3Ev6KA', 'get_ServiceLocator_N3Ev6KAService', false],
'CoreBundle\\Controller\\API\\ProblemController:setQuizSessionRepository' => ['privates', '.service_locator.HRHqvrV', 'get_ServiceLocator_HRHqvrVService', false],
'CoreBundle\\Controller\\API\\ProblemController:setValidator' => ['privates', '.service_locator.yzOxF8c', 'get_ServiceLocator_YzOxF8cService', false],
'CoreBundle\\Controller\\API\\ProblemController:startQuiz' => ['privates', '.service_locator.5JK5isl', 'get_ServiceLocator_5JK5islService', false],
'CoreBundle\\Controller\\API\\SharedQuizController:archive' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:copyQuiz' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:create' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:edit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:finishStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:saveAnswer' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:setStartedAtStudentQuizUnit' => ['privates', '.service_locator.JnD7EnL', 'get_ServiceLocator_JnD7EnLService', false],
'CoreBundle\\Controller\\API\\SharedQuizController:startStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:studentGetProblems' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:studentOverviewQuizzes' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:studentQuizUnitResults' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:teacherActivateQuestion' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:teacherDeactivateQuestion' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewDeleteStudentQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewGetProblemsForQuiz' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizUnit' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzes' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesPin' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesSingle' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesUnpin' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\API\\SharedQuizController:unarchive' => ['privates', '.service_locator.enZbQ18', 'get_ServiceLocator_EnZbQ18Service', false],
'CoreBundle\\Controller\\BugReportController:reportMpBug' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
'CoreBundle\\Controller\\DataController:refreshStudentClassroomPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'CoreBundle\\Controller\\DataController:refreshStudentSelfStudyPointPools' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'CoreBundle\\Controller\\DataController:refreshStudentSessions' => ['privates', '.service_locator.ndY8kpt', 'get_ServiceLocator_NdY8kptService', false],
'CoreBundle\\Controller\\DataController:refreshStudentSessionsJSON' => ['privates', '.service_locator.ndY8kpt', 'get_ServiceLocator_NdY8kptService', false],
'CoreBundle\\Controller\\DataController:refreshTeacherStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'CoreBundle\\Controller\\EventLoggerController:log' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
'CoreBundle\\Controller\\MathProblemController:getAudioFile' => ['privates', '.service_locator.wtO2cHx', 'get_ServiceLocator_WtO2cHxService', false],
'CoreBundle\\Controller\\ResultsController:crammingActivityResult' => ['privates', '.service_locator.jFOCl7E', 'get_ServiceLocator_JFOCl7EService', false],
'CoreBundle\\Controller\\ResultsController:quizResults' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'CoreBundle\\Controller\\TextbookController:fetchCategory' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'CoreBundle\\Controller\\TextbookController:getAudioFile' => ['privates', '.service_locator.ffH40go', 'get_ServiceLocator_FfH40goService', false],
'StudentBundle\\Controller\\ClassroomsController:index' => ['privates', '.service_locator.sTdGR69', 'get_ServiceLocator_STdGR69Service', false],
'StudentBundle\\Controller\\ClassroomsController:removeClassroom' => ['privates', '.service_locator.JanA4tv', 'get_ServiceLocator_JanA4tvService', false],
'StudentBundle\\Controller\\CrammingActivityController:checkAnswer' => ['privates', '.service_locator.1QteD5a', 'get_ServiceLocator_1QteD5aService', false],
'StudentBundle\\Controller\\CrammingActivityController:pauseActivityHomework' => ['privates', '.service_locator.ofzw.eQ', 'get_ServiceLocator_Ofzw_EQService', false],
'StudentBundle\\Controller\\CrammingActivityController:playActivityHomework' => ['privates', '.service_locator.ofzw.eQ', 'get_ServiceLocator_Ofzw_EQService', false],
'StudentBundle\\Controller\\CrammingActivityController:showMathProblem' => ['privates', '.service_locator.5eyQgLK', 'get_ServiceLocator_5eyQgLKService', false],
'StudentBundle\\Controller\\DashboardController:getTextAudio' => ['privates', '.service_locator.hBJ.LZc', 'get_ServiceLocator_HBJ_LZcService', false],
'StudentBundle\\Controller\\DashboardController:show' => ['privates', '.service_locator.JnD7EnL', 'get_ServiceLocator_JnD7EnLService', false],
'StudentBundle\\Controller\\DashboardController:topicTrainingResults' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
'StudentBundle\\Controller\\DefaultController:clearImpersonation' => ['privates', '.service_locator.VdUs.N3', 'get_ServiceLocator_VdUs_N3Service', false],
'StudentBundle\\Controller\\DefaultController:index' => ['privates', '.service_locator.t4pH54g', 'get_ServiceLocator_T4pH54gService', false],
'StudentBundle\\Controller\\HomeworkController:checkAnswer' => ['privates', '.service_locator.MDrghWI', 'get_ServiceLocator_MDrghWIService', false],
'StudentBundle\\Controller\\HomeworkController:pause' => ['privates', '.service_locator.4cDDwts', 'get_ServiceLocator_4cDDwtsService', false],
'StudentBundle\\Controller\\HomeworkController:play' => ['privates', '.service_locator.4cDDwts', 'get_ServiceLocator_4cDDwtsService', false],
'StudentBundle\\Controller\\HomeworkController:prepare' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
'StudentBundle\\Controller\\HomeworkController:showMathproblem' => ['privates', '.service_locator.dfwlJ1d', 'get_ServiceLocator_DfwlJ1dService', false],
'StudentBundle\\Controller\\KvikMat\\SelfStudyController:start' => ['privates', '.service_locator.GKn4p0p', 'get_ServiceLocator_GKn4p0pService', false],
'StudentBundle\\Controller\\PeerSessionController:feedback' => ['privates', '.service_locator.sOAhyHj', 'get_ServiceLocator_SOAhyHjService', false],
'StudentBundle\\Controller\\PeerSessionController:mathproblem' => ['privates', '.service_locator.qWRIXEM', 'get_ServiceLocator_QWRIXEMService', false],
'StudentBundle\\Controller\\PeerSessionController:rate' => ['privates', '.service_locator.VGZqu1U', 'get_ServiceLocator_VGZqu1UService', false],
'StudentBundle\\Controller\\PerformanceController:crammingSummary' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'StudentBundle\\Controller\\PerformanceController:showDashboard' => ['privates', '.service_locator.K7waSrh', 'get_ServiceLocator_K7waSrhService', false],
'StudentBundle\\Controller\\PerformanceController:showDashboardJSON' => ['privates', '.service_locator.JHzn4J2', 'get_ServiceLocator_JHzn4J2Service', false],
'StudentBundle\\Controller\\PerformanceController:trainingSummary' => ['privates', '.service_locator.K7waSrh', 'get_ServiceLocator_K7waSrhService', false],
'StudentBundle\\Controller\\PretestController:answerPretest' => ['privates', '.service_locator.JYdi1TF', 'get_ServiceLocator_JYdi1TFService', false],
'StudentBundle\\Controller\\PretestController:showPretest' => ['privates', '.service_locator.gXw_zZh', 'get_ServiceLocator_GXwZZhService', false],
'StudentBundle\\Controller\\QuizSessionController:finish' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
'StudentBundle\\Controller\\QuizSessionController:getProblem' => ['privates', '.service_locator.VL5gUOu', 'get_ServiceLocator_VL5gUOuService', false],
'StudentBundle\\Controller\\QuizSessionController:pause' => ['privates', '.service_locator.bWKO4Fh', 'get_ServiceLocator_BWKO4FhService', false],
'StudentBundle\\Controller\\QuizSessionController:play' => ['privates', '.service_locator.bWKO4Fh', 'get_ServiceLocator_BWKO4FhService', false],
'StudentBundle\\Controller\\QuizSessionController:saveAnswer' => ['privates', '.service_locator.xYXvlNW', 'get_ServiceLocator_XYXvlNWService', false],
'StudentBundle\\Controller\\QuizSessionController:showProblem' => ['privates', '.service_locator.p8P7vwE', 'get_ServiceLocator_P8P7vwEService', false],
'StudentBundle\\Controller\\ResultsController:homeworkResultsJSON' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
'StudentBundle\\Controller\\ResultsController:trainingSessionResultsJSON' => ['privates', '.service_locator.7yDGzZr', 'get_ServiceLocator_7yDGzZrService', false],
'StudentBundle\\Controller\\StatisticsController:worksheetSessionResults' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
'StudentBundle\\Controller\\TrainingController:checkAnswer' => ['privates', '.service_locator.k.n2emF', 'get_ServiceLocator_K_N2emFService', false],
'StudentBundle\\Controller\\TrainingController:prepare' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
'StudentBundle\\Controller\\TrainingController:prepareJSON' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
'StudentBundle\\Controller\\TrainingController:showMathproblem' => ['privates', '.service_locator.yDC0lbQ', 'get_ServiceLocator_YDC0lbQService', false],
'StudentBundle\\Controller\\WorksheetSessionController:deleteFile' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'StudentBundle\\Controller\\WorksheetSessionController:showProblem' => ['privates', '.service_locator.Zwp_GcQ', 'get_ServiceLocator_ZwpGcQService', false],
'TeacherBundle\\Controller\\API\\DictateActivityController:start' => ['privates', '.service_locator.VLzTtNm', 'get_ServiceLocator_VLzTtNmService', false],
'TeacherBundle\\Controller\\API\\DictateActivityController:stop' => ['privates', '.service_locator.VLzTtNm', 'get_ServiceLocator_VLzTtNmService', false],
'TeacherBundle\\Controller\\API\\HomeworkController:create' => ['privates', '.service_locator.jXElFZ2', 'get_ServiceLocator_JXElFZ2Service', false],
'TeacherBundle\\Controller\\API\\QuizTypeController:getQuizTypes' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\API\\ReadingTestActivityController:start' => ['privates', '.service_locator.0HemtKK', 'get_ServiceLocator_0HemtKKService', false],
'TeacherBundle\\Controller\\API\\ReadingTestActivityController:stop' => ['privates', '.service_locator.0HemtKK', 'get_ServiceLocator_0HemtKKService', false],
'TeacherBundle\\Controller\\API\\TagController:getTags' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\API\\TemplateMathproblemController:templateCount' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\API\\TrainingActivityController:create' => ['privates', '.service_locator.DS.G_SS', 'get_ServiceLocator_DS_GSSService', false],
'TeacherBundle\\Controller\\API\\WorksheetController:pdfPrint' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\ClassroomController:create' => ['privates', '.service_locator.xLx1lNO', 'get_ServiceLocator_XLx1lNOService', false],
'TeacherBundle\\Controller\\ClassroomController:delete' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
'TeacherBundle\\Controller\\ClassroomController:edit' => ['privates', '.service_locator.AObloNj', 'get_ServiceLocator_AObloNjService', false],
'TeacherBundle\\Controller\\ClassroomController:editPointPool' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\ClassroomController:getClassesByInstitution' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
'TeacherBundle\\Controller\\ClassroomController:getPointPools' => ['privates', '.service_locator.2VaRhmK', 'get_ServiceLocator_2VaRhmKService', false],
'TeacherBundle\\Controller\\ClassroomController:getStudents' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\ClassroomController:join' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\ClassroomController:overview' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\ClassroomController:select' => ['privates', '.service_locator.xLx1lNO', 'get_ServiceLocator_XLx1lNOService', false],
'TeacherBundle\\Controller\\ContentController:addProblem' => ['privates', '.service_locator.hT2Kv93', 'get_ServiceLocator_HT2Kv93Service', false],
'TeacherBundle\\Controller\\ContentController:copyMathProblem' => ['privates', '.service_locator.Qap4nxn', 'get_ServiceLocator_Qap4nxnService', false],
'TeacherBundle\\Controller\\ContentController:disableMathProblem' => ['privates', '.service_locator.BYW.Cnu', 'get_ServiceLocator_BYW_CnuService', false],
'TeacherBundle\\Controller\\ContentController:editMathProblem' => ['privates', '.service_locator.Qap4nxn', 'get_ServiceLocator_Qap4nxnService', false],
'TeacherBundle\\Controller\\ContentController:fetchProblems' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
'TeacherBundle\\Controller\\ContentController:getCompactView' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
'TeacherBundle\\Controller\\ContentController:getNextProblem' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
'TeacherBundle\\Controller\\ContentController:getProblems' => ['privates', '.service_locator.iewL4zS', 'get_ServiceLocator_IewL4zSService', false],
'TeacherBundle\\Controller\\DefaultController:editProfile' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
'TeacherBundle\\Controller\\DefaultController:help' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
'TeacherBundle\\Controller\\DefaultController:index' => ['privates', '.service_locator.u8G.hVv', 'get_ServiceLocator_U8G_HVvService', false],
'TeacherBundle\\Controller\\ExtendActivityController:extendActivity_' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
'TeacherBundle\\Controller\\HomeworkController:delete' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'TeacherBundle\\Controller\\HomeworkController:start' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
'TeacherBundle\\Controller\\HomeworkController:stop' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
'TeacherBundle\\Controller\\HomeworkController:updateDeadline' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
'TeacherBundle\\Controller\\HomeworkController:updateStartTime' => ['privates', '.service_locator.QeEGJqU', 'get_ServiceLocator_QeEGJqUService', false],
'TeacherBundle\\Controller\\PeerTrainingController:delete' => ['privates', '.service_locator.Poih8c6', 'get_ServiceLocator_Poih8c6Service', false],
'TeacherBundle\\Controller\\PeerTrainingController:start' => ['privates', '.service_locator.YyctuJs', 'get_ServiceLocator_YyctuJsService', false],
'TeacherBundle\\Controller\\PeerTrainingController:updateStartTime' => ['privates', '.service_locator.YyctuJs', 'get_ServiceLocator_YyctuJsService', false],
'TeacherBundle\\Controller\\QuizController:create' => ['privates', '.service_locator.oCWhl0b', 'get_ServiceLocator_OCWhl0bService', false],
'TeacherBundle\\Controller\\QuizController:putQuiz' => ['privates', '.service_locator.ZaMhYwc', 'get_ServiceLocator_ZaMhYwcService', false],
'TeacherBundle\\Controller\\QuizSessionController:start' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
'TeacherBundle\\Controller\\QuizSessionController:stop' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
'TeacherBundle\\Controller\\QuizSessionController:updateDeadline' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
'TeacherBundle\\Controller\\QuizSessionController:updateStartTime' => ['privates', '.service_locator.wm43SeI', 'get_ServiceLocator_Wm43SeIService', false],
'TeacherBundle\\Controller\\StudentController:add' => ['privates', '.service_locator.JYkp0nJ', 'get_ServiceLocator_JYkp0nJService', false],
'TeacherBundle\\Controller\\StudentController:edit' => ['privates', '.service_locator.wen_Mpt', 'get_ServiceLocator_WenMptService', false],
'TeacherBundle\\Controller\\WorksheetController:addScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\WorksheetController:create' => ['privates', '.service_locator.9k1aagL', 'get_ServiceLocator_9k1aagLService', false],
'TeacherBundle\\Controller\\WorksheetController:deleteSession' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
'TeacherBundle\\Controller\\WorksheetController:fetchWorksheetSolution' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\WorksheetController:postWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
'TeacherBundle\\Controller\\WorksheetController:print' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\WorksheetController:printSolutions' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\WorksheetController:putSolutionComment' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\WorksheetController:putSolutionScore' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\WorksheetController:putWorksheet' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
'TeacherBundle\\Controller\\WorksheetController:resetScores' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'TeacherBundle\\Controller\\WorksheetController:results' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
'TeacherBundle\\Controller\\WorksheetController:resultsProblem' => ['privates', '.service_locator.BMfTRHi', 'get_ServiceLocator_BMfTRHiService', false],
'TeacherBundle\\Controller\\WorksheetController:resultsUnit' => ['privates', '.service_locator.1U87PLH', 'get_ServiceLocator_1U87PLHService', false],
'TeacherBundle\\Controller\\WorksheetSessionController:start' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
'TeacherBundle\\Controller\\WorksheetSessionController:stop' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
'TeacherBundle\\Controller\\WorksheetSessionController:updateDeadline' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
'TeacherBundle\\Controller\\WorksheetSessionController:updateStartTime' => ['privates', '.service_locator.VMCU_tD', 'get_ServiceLocator_VMCUTDService', false],
'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\CrammingActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\CrammingActivityService:getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\CrammingActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\DictateActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\DictateActivityResultsService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\DictateActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\DictateActivityService:createUnit' => ['privates', '.service_locator.nl0WT0J', 'get_ServiceLocator_Nl0WT0JService', false],
'TeacherBundle\\Service\\API\\DictateActivityService:delete' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\DictateActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\HomeworkActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\HomeworkActivityResultsService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\HomeworkService:getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\HomeworkService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\PeerActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\PeerActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\PeerActivityService:getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\PeerActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\QuizActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\QuizActivityResultsService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\QuizActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\QuizActivityService:setQuizService' => ['privates', '.service_locator.ZaMhYwc', 'get_ServiceLocator_ZaMhYwcService', false],
'TeacherBundle\\Service\\API\\QuizActivityService:setQuizSession' => ['privates', '.service_locator..AvQV0i', 'get_ServiceLocator__AvQV0iService', false],
'TeacherBundle\\Service\\API\\QuizActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\ReadingTestActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\ReadingTestActivityService:createUnit' => ['privates', '.service_locator.eTXI8ud', 'get_ServiceLocator_ETXI8udService', false],
'TeacherBundle\\Service\\API\\ReadingTestActivityService:delete' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\ReadingTestActivityService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\ReadingTestActivityService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\ReadingTestActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\TrainingActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\TrainingActivityResultsService:getUnitResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\TrainingActivityService:getJsonActivityCopy' => ['privates', '.service_locator.NMOWD.L', 'get_ServiceLocator_NMOWD_LService', false],
'TeacherBundle\\Service\\API\\TrainingActivityService:getJsonActivityEdit' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\TrainingActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\WorksheetActivityResultsService:getClassroomResults' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\WorksheetActivityService:create' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'TeacherBundle\\Service\\API\\WorksheetActivityService:update' => ['privates', '.service_locator.5mj8iu2', 'get_ServiceLocator_5mj8iu2Service', false],
'UserBundle\\Controller\\DefaultController:getParamRow' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'UserBundle\\Controller\\DefaultController:getParams' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'UserBundle\\Controller\\DefaultController:redirectUser' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'UserBundle\\Controller\\DefaultController:setParam' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'UserBundle\\Controller\\RegistrationController:register' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
'UserBundle\\Controller\\RegistrationController:verifyUserEmail' => ['privates', '.service_locator.q2ji3lu', 'get_ServiceLocator_Q2ji3luService', false],
'UserBundle\\Controller\\ResetPasswordController:change' => ['privates', '.service_locator.qwilqiL', 'get_ServiceLocator_QwilqiLService', false],
'UserBundle\\Controller\\ResetPasswordController:request' => ['privates', '.service_locator.cFsh_cq', 'get_ServiceLocator_CFshCqService', false],
'UserBundle\\Controller\\ResetPasswordController:reset' => ['privates', '.service_locator.rDMu6Zd', 'get_ServiceLocator_RDMu6ZdService', false],
'UserBundle\\Controller\\SetupTwoFactorAuthController:qrCode' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
'UserBundle\\Controller\\SetupTwoFactorAuthController:setup' => ['privates', '.service_locator.8kBk.q6', 'get_ServiceLocator_8kBk_Q6Service', false],
'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
], [
'AdminBundle\\Controller\\BugReportsController::fetchBugReport' => '?',
'AdminBundle\\Controller\\BugReportsController::fetchBugReports' => '?',
'AdminBundle\\Controller\\BugReportsController::resolveBugReport' => '?',
'AdminBundle\\Controller\\BugReportsController::show' => '?',
'AdminBundle\\Controller\\ContentController::displayMathproblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::inviteUser' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::toggleAdmins' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::markAsResolved' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::previewProblem' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::showAllBugReports' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::showProblemsForTemplate' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController::viewTopics' => '?',
'AdminBundle\\Controller\\EasyAdmin\\DashboardController::configureUserMenu' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::inviteUser' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::toggleAdmins' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::copyEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::copyEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::copyEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController::viewProblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::countEnabledQuizzes' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewAudio' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewAuthors' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewImages' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController::viewQuizzes' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::countEnabledQuizzes' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewAudio' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewAuthors' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewImages' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController::viewQuizzes' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::viewEditors' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController::viewPublications' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::countEnabledProblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::problemsArePublished' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController::viewProblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::countEnabledProblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::problemsArePublished' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController::viewProblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::copyEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController::viewProblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::copyEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController::viewProblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::copyEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController::viewTemplates' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::copyEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController::viewTemplates' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::inviteUser' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::toggleAdmins' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController::updateEntity' => '?',
'AdminBundle\\Controller\\MathproblemController::addAction' => '?',
'AdminBundle\\Controller\\MathproblemController::count' => '?',
'AdminBundle\\Controller\\MathproblemController::createAction' => '?',
'AdminBundle\\Controller\\MathproblemController::deleteAction' => '?',
'AdminBundle\\Controller\\MathproblemController::deleteImageAction' => '?',
'AdminBundle\\Controller\\MathproblemController::disable' => '?',
'AdminBundle\\Controller\\MathproblemController::editAction' => '?',
'AdminBundle\\Controller\\MathproblemController::mathproblemlookupAction' => '?',
'AdminBundle\\Controller\\MathproblemController::overview' => '?',
'AdminBundle\\Controller\\MathproblemController::showAction' => '?',
'AdminBundle\\Controller\\MathproblemController::updateAction' => '?',
'AdminBundle\\Controller\\ProblemController::edit' => '?',
'AdminBundle\\Controller\\ResetPasswordController::reset' => '?',
'AdminBundle\\Controller\\TagController::lookup' => '?',
'AdminBundle\\Controller\\TemplateController::disable' => '?',
'AdminBundle\\Controller\\TemplateController::overview' => '?',
'CoreBundle\\Controller\\API\\PollyController::textToSpeech' => '?',
'CoreBundle\\Controller\\API\\ProblemController::activeQuizSession' => '?',
'CoreBundle\\Controller\\API\\ProblemController::getProblems' => '?',
'CoreBundle\\Controller\\API\\ProblemController::getResults' => '?',
'CoreBundle\\Controller\\API\\ProblemController::resetQuestion' => '?',
'CoreBundle\\Controller\\API\\ProblemController::saveAnswer' => '?',
'CoreBundle\\Controller\\API\\ProblemController::setQuizSessionRepository' => '?',
'CoreBundle\\Controller\\API\\ProblemController::setValidator' => '?',
'CoreBundle\\Controller\\API\\ProblemController::startQuiz' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::archive' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::copyQuiz' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::create' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::edit' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::finishStudentQuizUnit' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::saveAnswer' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::setStartedAtStudentQuizUnit' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::startStudentQuizUnit' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::studentGetProblems' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::studentOverviewQuizzes' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::studentQuizUnitResults' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::teacherActivateQuestion' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::teacherDeactivateQuestion' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewDeleteStudentQuizUnit' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewGetProblemsForQuiz' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizUnit' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzes' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesPin' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesSingle' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::teacherOverviewQuizzesUnpin' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController::unarchive' => '?',
'CoreBundle\\Controller\\BugReportController::reportMpBug' => '?',
'CoreBundle\\Controller\\DataController::refreshStudentClassroomPointPools' => '?',
'CoreBundle\\Controller\\DataController::refreshStudentSelfStudyPointPools' => '?',
'CoreBundle\\Controller\\DataController::refreshStudentSessions' => '?',
'CoreBundle\\Controller\\DataController::refreshStudentSessionsJSON' => '?',
'CoreBundle\\Controller\\DataController::refreshTeacherStudents' => '?',
'CoreBundle\\Controller\\EventLoggerController::log' => '?',
'CoreBundle\\Controller\\MathProblemController::getAudioFile' => '?',
'CoreBundle\\Controller\\ResultsController::crammingActivityResult' => '?',
'CoreBundle\\Controller\\ResultsController::quizResults' => '?',
'CoreBundle\\Controller\\TextbookController::fetchCategory' => '?',
'CoreBundle\\Controller\\TextbookController::getAudioFile' => '?',
'StudentBundle\\Controller\\ClassroomsController::index' => '?',
'StudentBundle\\Controller\\ClassroomsController::removeClassroom' => '?',
'StudentBundle\\Controller\\CrammingActivityController::checkAnswer' => '?',
'StudentBundle\\Controller\\CrammingActivityController::pauseActivityHomework' => '?',
'StudentBundle\\Controller\\CrammingActivityController::playActivityHomework' => '?',
'StudentBundle\\Controller\\CrammingActivityController::showMathProblem' => '?',
'StudentBundle\\Controller\\DashboardController::getTextAudio' => '?',
'StudentBundle\\Controller\\DashboardController::show' => '?',
'StudentBundle\\Controller\\DashboardController::topicTrainingResults' => '?',
'StudentBundle\\Controller\\DefaultController::clearImpersonation' => '?',
'StudentBundle\\Controller\\DefaultController::index' => '?',
'StudentBundle\\Controller\\HomeworkController::checkAnswer' => '?',
'StudentBundle\\Controller\\HomeworkController::pause' => '?',
'StudentBundle\\Controller\\HomeworkController::play' => '?',
'StudentBundle\\Controller\\HomeworkController::prepare' => '?',
'StudentBundle\\Controller\\HomeworkController::showMathproblem' => '?',
'StudentBundle\\Controller\\KvikMat\\SelfStudyController::start' => '?',
'StudentBundle\\Controller\\PeerSessionController::feedback' => '?',
'StudentBundle\\Controller\\PeerSessionController::mathproblem' => '?',
'StudentBundle\\Controller\\PeerSessionController::rate' => '?',
'StudentBundle\\Controller\\PerformanceController::crammingSummary' => '?',
'StudentBundle\\Controller\\PerformanceController::showDashboard' => '?',
'StudentBundle\\Controller\\PerformanceController::showDashboardJSON' => '?',
'StudentBundle\\Controller\\PerformanceController::trainingSummary' => '?',
'StudentBundle\\Controller\\PretestController::answerPretest' => '?',
'StudentBundle\\Controller\\PretestController::showPretest' => '?',
'StudentBundle\\Controller\\QuizSessionController::finish' => '?',
'StudentBundle\\Controller\\QuizSessionController::getProblem' => '?',
'StudentBundle\\Controller\\QuizSessionController::pause' => '?',
'StudentBundle\\Controller\\QuizSessionController::play' => '?',
'StudentBundle\\Controller\\QuizSessionController::saveAnswer' => '?',
'StudentBundle\\Controller\\QuizSessionController::showProblem' => '?',
'StudentBundle\\Controller\\ResultsController::homeworkResultsJSON' => '?',
'StudentBundle\\Controller\\ResultsController::trainingSessionResultsJSON' => '?',
'StudentBundle\\Controller\\StatisticsController::worksheetSessionResults' => '?',
'StudentBundle\\Controller\\TrainingController::checkAnswer' => '?',
'StudentBundle\\Controller\\TrainingController::prepare' => '?',
'StudentBundle\\Controller\\TrainingController::prepareJSON' => '?',
'StudentBundle\\Controller\\TrainingController::showMathproblem' => '?',
'StudentBundle\\Controller\\WorksheetSessionController::deleteFile' => '?',
'StudentBundle\\Controller\\WorksheetSessionController::showProblem' => '?',
'TeacherBundle\\Controller\\API\\DictateActivityController::start' => '?',
'TeacherBundle\\Controller\\API\\DictateActivityController::stop' => '?',
'TeacherBundle\\Controller\\API\\HomeworkController::create' => '?',
'TeacherBundle\\Controller\\API\\QuizTypeController::getQuizTypes' => '?',
'TeacherBundle\\Controller\\API\\ReadingTestActivityController::start' => '?',
'TeacherBundle\\Controller\\API\\ReadingTestActivityController::stop' => '?',
'TeacherBundle\\Controller\\API\\TagController::getTags' => '?',
'TeacherBundle\\Controller\\API\\TemplateMathproblemController::templateCount' => '?',
'TeacherBundle\\Controller\\API\\TrainingActivityController::create' => '?',
'TeacherBundle\\Controller\\API\\WorksheetController::pdfPrint' => '?',
'TeacherBundle\\Controller\\ClassroomController::create' => '?',
'TeacherBundle\\Controller\\ClassroomController::delete' => '?',
'TeacherBundle\\Controller\\ClassroomController::edit' => '?',
'TeacherBundle\\Controller\\ClassroomController::editPointPool' => '?',
'TeacherBundle\\Controller\\ClassroomController::getClassesByInstitution' => '?',
'TeacherBundle\\Controller\\ClassroomController::getPointPools' => '?',
'TeacherBundle\\Controller\\ClassroomController::getStudents' => '?',
'TeacherBundle\\Controller\\ClassroomController::join' => '?',
'TeacherBundle\\Controller\\ClassroomController::overview' => '?',
'TeacherBundle\\Controller\\ClassroomController::select' => '?',
'TeacherBundle\\Controller\\ContentController::addProblem' => '?',
'TeacherBundle\\Controller\\ContentController::copyMathProblem' => '?',
'TeacherBundle\\Controller\\ContentController::disableMathProblem' => '?',
'TeacherBundle\\Controller\\ContentController::editMathProblem' => '?',
'TeacherBundle\\Controller\\ContentController::fetchProblems' => '?',
'TeacherBundle\\Controller\\ContentController::getCompactView' => '?',
'TeacherBundle\\Controller\\ContentController::getNextProblem' => '?',
'TeacherBundle\\Controller\\ContentController::getProblems' => '?',
'TeacherBundle\\Controller\\DefaultController::editProfile' => '?',
'TeacherBundle\\Controller\\DefaultController::help' => '?',
'TeacherBundle\\Controller\\DefaultController::index' => '?',
'TeacherBundle\\Controller\\ExtendActivityController::extendActivity_' => '?',
'TeacherBundle\\Controller\\HomeworkController::delete' => '?',
'TeacherBundle\\Controller\\HomeworkController::start' => '?',
'TeacherBundle\\Controller\\HomeworkController::stop' => '?',
'TeacherBundle\\Controller\\HomeworkController::updateDeadline' => '?',
'TeacherBundle\\Controller\\HomeworkController::updateStartTime' => '?',
'TeacherBundle\\Controller\\PeerTrainingController::delete' => '?',
'TeacherBundle\\Controller\\PeerTrainingController::start' => '?',
'TeacherBundle\\Controller\\PeerTrainingController::updateStartTime' => '?',
'TeacherBundle\\Controller\\QuizController::create' => '?',
'TeacherBundle\\Controller\\QuizController::putQuiz' => '?',
'TeacherBundle\\Controller\\QuizSessionController::start' => '?',
'TeacherBundle\\Controller\\QuizSessionController::stop' => '?',
'TeacherBundle\\Controller\\QuizSessionController::updateDeadline' => '?',
'TeacherBundle\\Controller\\QuizSessionController::updateStartTime' => '?',
'TeacherBundle\\Controller\\StudentController::add' => '?',
'TeacherBundle\\Controller\\StudentController::edit' => '?',
'TeacherBundle\\Controller\\WorksheetController::addScores' => '?',
'TeacherBundle\\Controller\\WorksheetController::create' => '?',
'TeacherBundle\\Controller\\WorksheetController::deleteSession' => '?',
'TeacherBundle\\Controller\\WorksheetController::fetchWorksheetSolution' => '?',
'TeacherBundle\\Controller\\WorksheetController::postWorksheet' => '?',
'TeacherBundle\\Controller\\WorksheetController::print' => '?',
'TeacherBundle\\Controller\\WorksheetController::printSolutions' => '?',
'TeacherBundle\\Controller\\WorksheetController::putSolutionComment' => '?',
'TeacherBundle\\Controller\\WorksheetController::putSolutionScore' => '?',
'TeacherBundle\\Controller\\WorksheetController::putWorksheet' => '?',
'TeacherBundle\\Controller\\WorksheetController::resetScores' => '?',
'TeacherBundle\\Controller\\WorksheetController::results' => '?',
'TeacherBundle\\Controller\\WorksheetController::resultsProblem' => '?',
'TeacherBundle\\Controller\\WorksheetController::resultsUnit' => '?',
'TeacherBundle\\Controller\\WorksheetSessionController::start' => '?',
'TeacherBundle\\Controller\\WorksheetSessionController::stop' => '?',
'TeacherBundle\\Controller\\WorksheetSessionController::updateDeadline' => '?',
'TeacherBundle\\Controller\\WorksheetSessionController::updateStartTime' => '?',
'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service::getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service::getUnitResults' => '?',
'TeacherBundle\\Service\\API\\CrammingActivityService::create' => '?',
'TeacherBundle\\Service\\API\\CrammingActivityService::getJsonActivityEdit' => '?',
'TeacherBundle\\Service\\API\\CrammingActivityService::update' => '?',
'TeacherBundle\\Service\\API\\DictateActivityResultsService::getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\DictateActivityResultsService::getUnitResults' => '?',
'TeacherBundle\\Service\\API\\DictateActivityService::create' => '?',
'TeacherBundle\\Service\\API\\DictateActivityService::createUnit' => '?',
'TeacherBundle\\Service\\API\\DictateActivityService::delete' => '?',
'TeacherBundle\\Service\\API\\DictateActivityService::update' => '?',
'TeacherBundle\\Service\\API\\HomeworkActivityResultsService::getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\HomeworkActivityResultsService::getUnitResults' => '?',
'TeacherBundle\\Service\\API\\HomeworkService::getJsonActivityEdit' => '?',
'TeacherBundle\\Service\\API\\HomeworkService::update' => '?',
'TeacherBundle\\Service\\API\\PeerActivityResultsService::getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\PeerActivityService::create' => '?',
'TeacherBundle\\Service\\API\\PeerActivityService::getJsonActivityEdit' => '?',
'TeacherBundle\\Service\\API\\PeerActivityService::update' => '?',
'TeacherBundle\\Service\\API\\QuizActivityResultsService::getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\QuizActivityResultsService::getUnitResults' => '?',
'TeacherBundle\\Service\\API\\QuizActivityService::create' => '?',
'TeacherBundle\\Service\\API\\QuizActivityService::setQuizService' => '?',
'TeacherBundle\\Service\\API\\QuizActivityService::setQuizSession' => '?',
'TeacherBundle\\Service\\API\\QuizActivityService::update' => '?',
'TeacherBundle\\Service\\API\\ReadingTestActivityService::create' => '?',
'TeacherBundle\\Service\\API\\ReadingTestActivityService::createUnit' => '?',
'TeacherBundle\\Service\\API\\ReadingTestActivityService::delete' => '?',
'TeacherBundle\\Service\\API\\ReadingTestActivityService::getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\ReadingTestActivityService::getUnitResults' => '?',
'TeacherBundle\\Service\\API\\ReadingTestActivityService::update' => '?',
'TeacherBundle\\Service\\API\\TrainingActivityResultsService::getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\TrainingActivityResultsService::getUnitResults' => '?',
'TeacherBundle\\Service\\API\\TrainingActivityService::getJsonActivityCopy' => '?',
'TeacherBundle\\Service\\API\\TrainingActivityService::getJsonActivityEdit' => '?',
'TeacherBundle\\Service\\API\\TrainingActivityService::update' => '?',
'TeacherBundle\\Service\\API\\WorksheetActivityResultsService::getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\WorksheetActivityService::create' => '?',
'TeacherBundle\\Service\\API\\WorksheetActivityService::update' => '?',
'UserBundle\\Controller\\DefaultController::getParamRow' => '?',
'UserBundle\\Controller\\DefaultController::getParams' => '?',
'UserBundle\\Controller\\DefaultController::redirectUser' => '?',
'UserBundle\\Controller\\DefaultController::setParam' => '?',
'UserBundle\\Controller\\RegistrationController::register' => '?',
'UserBundle\\Controller\\RegistrationController::verifyUserEmail' => '?',
'UserBundle\\Controller\\ResetPasswordController::change' => '?',
'UserBundle\\Controller\\ResetPasswordController::request' => '?',
'UserBundle\\Controller\\ResetPasswordController::reset' => '?',
'UserBundle\\Controller\\SetupTwoFactorAuthController::qrCode' => '?',
'UserBundle\\Controller\\SetupTwoFactorAuthController::setup' => '?',
'kernel::loadRoutes' => '?',
'kernel::registerContainerConfiguration' => '?',
'AdminBundle\\Controller\\BugReportsController:fetchBugReport' => '?',
'AdminBundle\\Controller\\BugReportsController:fetchBugReports' => '?',
'AdminBundle\\Controller\\BugReportsController:resolveBugReport' => '?',
'AdminBundle\\Controller\\BugReportsController:show' => '?',
'AdminBundle\\Controller\\ContentController:displayMathproblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:inviteUser' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:toggleAdmins' => '?',
'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:markAsResolved' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:previewProblem' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:showAllBugReports' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:showProblemsForTemplate' => '?',
'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController:viewTopics' => '?',
'AdminBundle\\Controller\\EasyAdmin\\DashboardController:configureUserMenu' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:inviteUser' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:toggleAdmins' => '?',
'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:copyEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:copyEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:copyEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController:viewProblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:countEnabledQuizzes' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewAudio' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewAuthors' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewImages' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController:viewQuizzes' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:countEnabledQuizzes' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewAudio' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewAuthors' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewImages' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController:viewQuizzes' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:viewEditors' => '?',
'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController:viewPublications' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:countEnabledProblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:problemsArePublished' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController:viewProblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:countEnabledProblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:problemsArePublished' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController:viewProblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TagCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:copyEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController:viewProblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:copyEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController:viewProblems' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:copyEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController:viewTemplates' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:copyEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController:viewTemplates' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:autocomplete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:batchDelete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureActions' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureAssets' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureCrud' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:configureResponseParameters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createEditForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createEditFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createIndexQueryBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createNewForm' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:createNewFormBuilder' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:delete' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:deleteEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:detail' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:edit' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:index' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:inviteUser' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:new' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:persistEntity' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:renderFilters' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:toggleAdmins' => '?',
'AdminBundle\\Controller\\EasyAdmin\\UserCrudController:updateEntity' => '?',
'AdminBundle\\Controller\\MathproblemController:addAction' => '?',
'AdminBundle\\Controller\\MathproblemController:count' => '?',
'AdminBundle\\Controller\\MathproblemController:createAction' => '?',
'AdminBundle\\Controller\\MathproblemController:deleteAction' => '?',
'AdminBundle\\Controller\\MathproblemController:deleteImageAction' => '?',
'AdminBundle\\Controller\\MathproblemController:disable' => '?',
'AdminBundle\\Controller\\MathproblemController:editAction' => '?',
'AdminBundle\\Controller\\MathproblemController:mathproblemlookupAction' => '?',
'AdminBundle\\Controller\\MathproblemController:overview' => '?',
'AdminBundle\\Controller\\MathproblemController:showAction' => '?',
'AdminBundle\\Controller\\MathproblemController:updateAction' => '?',
'AdminBundle\\Controller\\ProblemController:edit' => '?',
'AdminBundle\\Controller\\ResetPasswordController:reset' => '?',
'AdminBundle\\Controller\\TagController:lookup' => '?',
'AdminBundle\\Controller\\TemplateController:disable' => '?',
'AdminBundle\\Controller\\TemplateController:overview' => '?',
'CoreBundle\\Controller\\API\\PollyController:textToSpeech' => '?',
'CoreBundle\\Controller\\API\\ProblemController:activeQuizSession' => '?',
'CoreBundle\\Controller\\API\\ProblemController:getProblems' => '?',
'CoreBundle\\Controller\\API\\ProblemController:getResults' => '?',
'CoreBundle\\Controller\\API\\ProblemController:resetQuestion' => '?',
'CoreBundle\\Controller\\API\\ProblemController:saveAnswer' => '?',
'CoreBundle\\Controller\\API\\ProblemController:setQuizSessionRepository' => '?',
'CoreBundle\\Controller\\API\\ProblemController:setValidator' => '?',
'CoreBundle\\Controller\\API\\ProblemController:startQuiz' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:archive' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:copyQuiz' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:create' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:edit' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:finishStudentQuizUnit' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:saveAnswer' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:setStartedAtStudentQuizUnit' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:startStudentQuizUnit' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:studentGetProblems' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:studentOverviewQuizzes' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:studentQuizUnitResults' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:teacherActivateQuestion' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:teacherDeactivateQuestion' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewDeleteStudentQuizUnit' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewGetProblemsForQuiz' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizUnit' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzes' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesPin' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesSingle' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:teacherOverviewQuizzesUnpin' => '?',
'CoreBundle\\Controller\\API\\SharedQuizController:unarchive' => '?',
'CoreBundle\\Controller\\BugReportController:reportMpBug' => '?',
'CoreBundle\\Controller\\DataController:refreshStudentClassroomPointPools' => '?',
'CoreBundle\\Controller\\DataController:refreshStudentSelfStudyPointPools' => '?',
'CoreBundle\\Controller\\DataController:refreshStudentSessions' => '?',
'CoreBundle\\Controller\\DataController:refreshStudentSessionsJSON' => '?',
'CoreBundle\\Controller\\DataController:refreshTeacherStudents' => '?',
'CoreBundle\\Controller\\EventLoggerController:log' => '?',
'CoreBundle\\Controller\\MathProblemController:getAudioFile' => '?',
'CoreBundle\\Controller\\ResultsController:crammingActivityResult' => '?',
'CoreBundle\\Controller\\ResultsController:quizResults' => '?',
'CoreBundle\\Controller\\TextbookController:fetchCategory' => '?',
'CoreBundle\\Controller\\TextbookController:getAudioFile' => '?',
'StudentBundle\\Controller\\ClassroomsController:index' => '?',
'StudentBundle\\Controller\\ClassroomsController:removeClassroom' => '?',
'StudentBundle\\Controller\\CrammingActivityController:checkAnswer' => '?',
'StudentBundle\\Controller\\CrammingActivityController:pauseActivityHomework' => '?',
'StudentBundle\\Controller\\CrammingActivityController:playActivityHomework' => '?',
'StudentBundle\\Controller\\CrammingActivityController:showMathProblem' => '?',
'StudentBundle\\Controller\\DashboardController:getTextAudio' => '?',
'StudentBundle\\Controller\\DashboardController:show' => '?',
'StudentBundle\\Controller\\DashboardController:topicTrainingResults' => '?',
'StudentBundle\\Controller\\DefaultController:clearImpersonation' => '?',
'StudentBundle\\Controller\\DefaultController:index' => '?',
'StudentBundle\\Controller\\HomeworkController:checkAnswer' => '?',
'StudentBundle\\Controller\\HomeworkController:pause' => '?',
'StudentBundle\\Controller\\HomeworkController:play' => '?',
'StudentBundle\\Controller\\HomeworkController:prepare' => '?',
'StudentBundle\\Controller\\HomeworkController:showMathproblem' => '?',
'StudentBundle\\Controller\\KvikMat\\SelfStudyController:start' => '?',
'StudentBundle\\Controller\\PeerSessionController:feedback' => '?',
'StudentBundle\\Controller\\PeerSessionController:mathproblem' => '?',
'StudentBundle\\Controller\\PeerSessionController:rate' => '?',
'StudentBundle\\Controller\\PerformanceController:crammingSummary' => '?',
'StudentBundle\\Controller\\PerformanceController:showDashboard' => '?',
'StudentBundle\\Controller\\PerformanceController:showDashboardJSON' => '?',
'StudentBundle\\Controller\\PerformanceController:trainingSummary' => '?',
'StudentBundle\\Controller\\PretestController:answerPretest' => '?',
'StudentBundle\\Controller\\PretestController:showPretest' => '?',
'StudentBundle\\Controller\\QuizSessionController:finish' => '?',
'StudentBundle\\Controller\\QuizSessionController:getProblem' => '?',
'StudentBundle\\Controller\\QuizSessionController:pause' => '?',
'StudentBundle\\Controller\\QuizSessionController:play' => '?',
'StudentBundle\\Controller\\QuizSessionController:saveAnswer' => '?',
'StudentBundle\\Controller\\QuizSessionController:showProblem' => '?',
'StudentBundle\\Controller\\ResultsController:homeworkResultsJSON' => '?',
'StudentBundle\\Controller\\ResultsController:trainingSessionResultsJSON' => '?',
'StudentBundle\\Controller\\StatisticsController:worksheetSessionResults' => '?',
'StudentBundle\\Controller\\TrainingController:checkAnswer' => '?',
'StudentBundle\\Controller\\TrainingController:prepare' => '?',
'StudentBundle\\Controller\\TrainingController:prepareJSON' => '?',
'StudentBundle\\Controller\\TrainingController:showMathproblem' => '?',
'StudentBundle\\Controller\\WorksheetSessionController:deleteFile' => '?',
'StudentBundle\\Controller\\WorksheetSessionController:showProblem' => '?',
'TeacherBundle\\Controller\\API\\DictateActivityController:start' => '?',
'TeacherBundle\\Controller\\API\\DictateActivityController:stop' => '?',
'TeacherBundle\\Controller\\API\\HomeworkController:create' => '?',
'TeacherBundle\\Controller\\API\\QuizTypeController:getQuizTypes' => '?',
'TeacherBundle\\Controller\\API\\ReadingTestActivityController:start' => '?',
'TeacherBundle\\Controller\\API\\ReadingTestActivityController:stop' => '?',
'TeacherBundle\\Controller\\API\\TagController:getTags' => '?',
'TeacherBundle\\Controller\\API\\TemplateMathproblemController:templateCount' => '?',
'TeacherBundle\\Controller\\API\\TrainingActivityController:create' => '?',
'TeacherBundle\\Controller\\API\\WorksheetController:pdfPrint' => '?',
'TeacherBundle\\Controller\\ClassroomController:create' => '?',
'TeacherBundle\\Controller\\ClassroomController:delete' => '?',
'TeacherBundle\\Controller\\ClassroomController:edit' => '?',
'TeacherBundle\\Controller\\ClassroomController:editPointPool' => '?',
'TeacherBundle\\Controller\\ClassroomController:getClassesByInstitution' => '?',
'TeacherBundle\\Controller\\ClassroomController:getPointPools' => '?',
'TeacherBundle\\Controller\\ClassroomController:getStudents' => '?',
'TeacherBundle\\Controller\\ClassroomController:join' => '?',
'TeacherBundle\\Controller\\ClassroomController:overview' => '?',
'TeacherBundle\\Controller\\ClassroomController:select' => '?',
'TeacherBundle\\Controller\\ContentController:addProblem' => '?',
'TeacherBundle\\Controller\\ContentController:copyMathProblem' => '?',
'TeacherBundle\\Controller\\ContentController:disableMathProblem' => '?',
'TeacherBundle\\Controller\\ContentController:editMathProblem' => '?',
'TeacherBundle\\Controller\\ContentController:fetchProblems' => '?',
'TeacherBundle\\Controller\\ContentController:getCompactView' => '?',
'TeacherBundle\\Controller\\ContentController:getNextProblem' => '?',
'TeacherBundle\\Controller\\ContentController:getProblems' => '?',
'TeacherBundle\\Controller\\DefaultController:editProfile' => '?',
'TeacherBundle\\Controller\\DefaultController:help' => '?',
'TeacherBundle\\Controller\\DefaultController:index' => '?',
'TeacherBundle\\Controller\\ExtendActivityController:extendActivity_' => '?',
'TeacherBundle\\Controller\\HomeworkController:delete' => '?',
'TeacherBundle\\Controller\\HomeworkController:start' => '?',
'TeacherBundle\\Controller\\HomeworkController:stop' => '?',
'TeacherBundle\\Controller\\HomeworkController:updateDeadline' => '?',
'TeacherBundle\\Controller\\HomeworkController:updateStartTime' => '?',
'TeacherBundle\\Controller\\PeerTrainingController:delete' => '?',
'TeacherBundle\\Controller\\PeerTrainingController:start' => '?',
'TeacherBundle\\Controller\\PeerTrainingController:updateStartTime' => '?',
'TeacherBundle\\Controller\\QuizController:create' => '?',
'TeacherBundle\\Controller\\QuizController:putQuiz' => '?',
'TeacherBundle\\Controller\\QuizSessionController:start' => '?',
'TeacherBundle\\Controller\\QuizSessionController:stop' => '?',
'TeacherBundle\\Controller\\QuizSessionController:updateDeadline' => '?',
'TeacherBundle\\Controller\\QuizSessionController:updateStartTime' => '?',
'TeacherBundle\\Controller\\StudentController:add' => '?',
'TeacherBundle\\Controller\\StudentController:edit' => '?',
'TeacherBundle\\Controller\\WorksheetController:addScores' => '?',
'TeacherBundle\\Controller\\WorksheetController:create' => '?',
'TeacherBundle\\Controller\\WorksheetController:deleteSession' => '?',
'TeacherBundle\\Controller\\WorksheetController:fetchWorksheetSolution' => '?',
'TeacherBundle\\Controller\\WorksheetController:postWorksheet' => '?',
'TeacherBundle\\Controller\\WorksheetController:print' => '?',
'TeacherBundle\\Controller\\WorksheetController:printSolutions' => '?',
'TeacherBundle\\Controller\\WorksheetController:putSolutionComment' => '?',
'TeacherBundle\\Controller\\WorksheetController:putSolutionScore' => '?',
'TeacherBundle\\Controller\\WorksheetController:putWorksheet' => '?',
'TeacherBundle\\Controller\\WorksheetController:resetScores' => '?',
'TeacherBundle\\Controller\\WorksheetController:results' => '?',
'TeacherBundle\\Controller\\WorksheetController:resultsProblem' => '?',
'TeacherBundle\\Controller\\WorksheetController:resultsUnit' => '?',
'TeacherBundle\\Controller\\WorksheetSessionController:start' => '?',
'TeacherBundle\\Controller\\WorksheetSessionController:stop' => '?',
'TeacherBundle\\Controller\\WorksheetSessionController:updateDeadline' => '?',
'TeacherBundle\\Controller\\WorksheetSessionController:updateStartTime' => '?',
'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service:getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\CrammingActivityResults\\Service:getUnitResults' => '?',
'TeacherBundle\\Service\\API\\CrammingActivityService:create' => '?',
'TeacherBundle\\Service\\API\\CrammingActivityService:getJsonActivityEdit' => '?',
'TeacherBundle\\Service\\API\\CrammingActivityService:update' => '?',
'TeacherBundle\\Service\\API\\DictateActivityResultsService:getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\DictateActivityResultsService:getUnitResults' => '?',
'TeacherBundle\\Service\\API\\DictateActivityService:create' => '?',
'TeacherBundle\\Service\\API\\DictateActivityService:createUnit' => '?',
'TeacherBundle\\Service\\API\\DictateActivityService:delete' => '?',
'TeacherBundle\\Service\\API\\DictateActivityService:update' => '?',
'TeacherBundle\\Service\\API\\HomeworkActivityResultsService:getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\HomeworkActivityResultsService:getUnitResults' => '?',
'TeacherBundle\\Service\\API\\HomeworkService:getJsonActivityEdit' => '?',
'TeacherBundle\\Service\\API\\HomeworkService:update' => '?',
'TeacherBundle\\Service\\API\\PeerActivityResultsService:getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\PeerActivityService:create' => '?',
'TeacherBundle\\Service\\API\\PeerActivityService:getJsonActivityEdit' => '?',
'TeacherBundle\\Service\\API\\PeerActivityService:update' => '?',
'TeacherBundle\\Service\\API\\QuizActivityResultsService:getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\QuizActivityResultsService:getUnitResults' => '?',
'TeacherBundle\\Service\\API\\QuizActivityService:create' => '?',
'TeacherBundle\\Service\\API\\QuizActivityService:setQuizService' => '?',
'TeacherBundle\\Service\\API\\QuizActivityService:setQuizSession' => '?',
'TeacherBundle\\Service\\API\\QuizActivityService:update' => '?',
'TeacherBundle\\Service\\API\\ReadingTestActivityService:create' => '?',
'TeacherBundle\\Service\\API\\ReadingTestActivityService:createUnit' => '?',
'TeacherBundle\\Service\\API\\ReadingTestActivityService:delete' => '?',
'TeacherBundle\\Service\\API\\ReadingTestActivityService:getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\ReadingTestActivityService:getUnitResults' => '?',
'TeacherBundle\\Service\\API\\ReadingTestActivityService:update' => '?',
'TeacherBundle\\Service\\API\\TrainingActivityResultsService:getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\TrainingActivityResultsService:getUnitResults' => '?',
'TeacherBundle\\Service\\API\\TrainingActivityService:getJsonActivityCopy' => '?',
'TeacherBundle\\Service\\API\\TrainingActivityService:getJsonActivityEdit' => '?',
'TeacherBundle\\Service\\API\\TrainingActivityService:update' => '?',
'TeacherBundle\\Service\\API\\WorksheetActivityResultsService:getClassroomResults' => '?',
'TeacherBundle\\Service\\API\\WorksheetActivityService:create' => '?',
'TeacherBundle\\Service\\API\\WorksheetActivityService:update' => '?',
'UserBundle\\Controller\\DefaultController:getParamRow' => '?',
'UserBundle\\Controller\\DefaultController:getParams' => '?',
'UserBundle\\Controller\\DefaultController:redirectUser' => '?',
'UserBundle\\Controller\\DefaultController:setParam' => '?',
'UserBundle\\Controller\\RegistrationController:register' => '?',
'UserBundle\\Controller\\RegistrationController:verifyUserEmail' => '?',
'UserBundle\\Controller\\ResetPasswordController:change' => '?',
'UserBundle\\Controller\\ResetPasswordController:request' => '?',
'UserBundle\\Controller\\ResetPasswordController:reset' => '?',
'UserBundle\\Controller\\SetupTwoFactorAuthController:qrCode' => '?',
'UserBundle\\Controller\\SetupTwoFactorAuthController:setup' => '?',
'kernel:loadRoutes' => '?',
'kernel:registerContainerConfiguration' => '?',
]);
}
/**
* Gets the private '.service_locator.Poih8c6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Poih8c6Service()
{
return $this->privates['.service_locator.Poih8c6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
], [
'eventLogger' => 'CoreBundle\\Service\\EventLogger',
]);
}
/**
* Gets the private '.service_locator.Pq4jHMT' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Pq4jHMTService()
{
return $this->privates['.service_locator.Pq4jHMT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory', 'getActionFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory', 'getControllerFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory', 'getEntityFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory', 'getFilterFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory', 'getFormFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory', 'getPaginatorFactoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository', 'getEntityRepositoryService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater', 'getEntityUpdaterService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider', 'getAdminContextProviderService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider', 'getFieldProviderService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FilterFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory',
'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository',
'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityUpdater',
'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider',
'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider',
'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
'doctrine' => '?',
'event_dispatcher' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.QJ7IrGK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QJ7IrGKService()
{
return $this->privates['.service_locator.QJ7IrGK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'adminUrlGenerator' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator', 'getAdminUrlGeneratorService', false],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'problemEditorService' => ['privates', 'AdminBundle\\Service\\ProblemEditorService', 'getProblemEditorServiceService', false],
], [
'adminContext' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
'adminUrlGenerator' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator',
'entityManager' => '?',
'problemEditorService' => 'AdminBundle\\Service\\ProblemEditorService',
]);
}
/**
* Gets the private '.service_locator.Qap4nxn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Qap4nxnService()
{
return $this->privates['.service_locator.Qap4nxn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'contentService' => ['services', 'TeacherBundle\\Service\\ContentService', 'getContentServiceService', false],
], [
'contentService' => 'TeacherBundle\\Service\\ContentService',
]);
}
/**
* Gets the private '.service_locator.QeEGJqU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QeEGJqUService()
{
return $this->privates['.service_locator.QeEGJqU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'homeworkService' => ['services', 'TeacherBundle\\Service\\HomeworkService', 'getHomeworkService3Service', false],
], [
'homeworkService' => 'TeacherBundle\\Service\\HomeworkService',
]);
}
/**
* Gets the private '.service_locator.R8Qy2_.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_R8Qy2_Service()
{
return $this->privates['.service_locator.R8Qy2_.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'actions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Actions',
]);
}
/**
* Gets the private '.service_locator.UNE7Kl7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UNE7Kl7Service()
{
return $this->privates['.service_locator.UNE7Kl7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'security.event_dispatcher.api_doc' => ['privates', 'security.event_dispatcher.api_doc', 'getSecurity_EventDispatcher_ApiDocService', false],
'security.event_dispatcher.api_gale' => ['privates', 'security.event_dispatcher.api_gale', 'getSecurity_EventDispatcher_ApiGaleService', false],
'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
], [
'event_dispatcher' => '?',
'security.event_dispatcher.api_doc' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.api_gale' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
]);
}
/**
* Gets the private '.service_locator.VGZqu1U' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VGZqu1UService()
{
return $this->privates['.service_locator.VGZqu1U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'navigator' => ['privates', 'CoreBundle\\Session\\Peer\\PeerFeedbackNavigator', 'getPeerFeedbackNavigatorService', false],
], [
'navigator' => 'CoreBundle\\Session\\Peer\\PeerFeedbackNavigator',
]);
}
/**
* Gets the private '.service_locator.VL5gUOu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VL5gUOuService()
{
return $this->privates['.service_locator.VL5gUOu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'sessionService' => ['services', 'StudentBundle\\Service\\QuizSessionService', 'getQuizSessionServiceService', false],
'transform' => ['services', 'StudentBundle\\Service\\Transform', 'getTransformService', false],
], [
'sessionService' => 'StudentBundle\\Service\\QuizSessionService',
'transform' => 'StudentBundle\\Service\\Transform',
]);
}
/**
* Gets the private '.service_locator.VLzTtNm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VLzTtNmService()
{
return $this->privates['.service_locator.VLzTtNm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'dictateService' => ['services', 'TeacherBundle\\Service\\DictateService', 'getDictateService2Service', false],
'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
], [
'dictateService' => 'TeacherBundle\\Service\\DictateService',
'eventLogger' => 'CoreBundle\\Service\\EventLogger',
]);
}
/**
* Gets the private '.service_locator.VMCU_tD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VMCUTDService()
{
return $this->privates['.service_locator.VMCU_tD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'worksheetSessionService' => ['services', 'TeacherBundle\\Service\\WorksheetSessionService', 'getWorksheetSessionService2Service', false],
], [
'em' => '?',
'worksheetSessionService' => 'TeacherBundle\\Service\\WorksheetSessionService',
]);
}
/**
* Gets the private '.service_locator.VdUs.N3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VdUs_N3Service()
{
return $this->privates['.service_locator.VdUs.N3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'impersonator' => ['privates', 'UserBundle\\Security\\Authentication\\Impersonator', 'getImpersonatorService', false],
], [
'impersonator' => 'UserBundle\\Security\\Authentication\\Impersonator',
]);
}
/**
* Gets the private '.service_locator.VrES72a' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VrES72aService()
{
return $this->privates['.service_locator.VrES72a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.api_doc' => ['privates', 'security.firewall.map.context.api_doc', 'getSecurity_Firewall_Map_Context_ApiDocService', false],
'security.firewall.map.context.api_gale' => ['privates', 'security.firewall.map.context.api_gale', 'getSecurity_Firewall_Map_Context_ApiGaleService', false],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
], [
'security.firewall.map.context.api_doc' => '?',
'security.firewall.map.context.api_gale' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* Gets the private '.service_locator.W.c5h2_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_W_C5h2Service()
{
return $this->privates['.service_locator.W.c5h2_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'responseParameters' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
]);
}
/**
* Gets the private '.service_locator.XdMPwIJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XdMPwIJService()
{
return $this->privates['.service_locator.XdMPwIJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'assets' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Assets',
]);
}
/**
* Gets the private '.service_locator.XpfeRo6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XpfeRo6Service()
{
return $this->privates['.service_locator.XpfeRo6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'crud' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\Crud',
]);
}
/**
* Gets the private '.service_locator.YyctuJs' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YyctuJsService()
{
return $this->privates['.service_locator.YyctuJs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
'peerActivityService' => ['services', 'TeacherBundle\\Service\\PeerActivityService', 'getPeerActivityService2Service', false],
], [
'eventLogger' => 'CoreBundle\\Service\\EventLogger',
'peerActivityService' => 'TeacherBundle\\Service\\PeerActivityService',
]);
}
/**
* Gets the private '.service_locator.ZaMhYwc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZaMhYwcService()
{
return $this->privates['.service_locator.ZaMhYwc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quizService' => ['services', 'TeacherBundle\\Service\\QuizService', 'getQuizServiceService', false],
], [
'quizService' => 'TeacherBundle\\Service\\QuizService',
]);
}
/**
* Gets the private '.service_locator.Zwp_GcQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZwpGcQService()
{
return $this->privates['.service_locator.Zwp_GcQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'dataSessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
'sessionService' => ['services', 'StudentBundle\\Service\\WorksheetSessionService', 'getWorksheetSessionServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'dataSessionService' => 'CoreBundle\\Service\\SessionService',
'em' => '?',
'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
'sessionService' => 'StudentBundle\\Service\\WorksheetSessionService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.aKM6MDa' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AKM6MDaService()
{
return $this->privates['.service_locator.aKM6MDa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.bWKO4Fh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BWKO4FhService()
{
return $this->privates['.service_locator.bWKO4Fh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quizSessionPlayer' => ['services', 'CoreBundle\\Session\\SessionPlayer', 'getSessionPlayerService', false],
], [
'quizSessionPlayer' => 'CoreBundle\\Session\\SessionPlayer',
]);
}
/**
* Gets the private '.service_locator.cFsh_cq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CFshCqService()
{
return $this->privates['.service_locator.cFsh_cq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
'validator' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
], [
'mailer' => '?',
'validator' => '?',
]);
}
/**
* Gets the private '.service_locator.dfwlJ1d' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DfwlJ1dService()
{
return $this->privates['.service_locator.dfwlJ1d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'homeworkService' => ['services', 'StudentBundle\\Service\\HomeworkService', 'getHomeworkServiceService', false],
'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
'problemDndService' => ['services', 'StudentBundle\\Service\\ProblemDndService', 'getProblemDndServiceService', false],
'sessionPlayer' => ['services', 'CoreBundle\\Session\\SessionPlayer', 'getSessionPlayerService', false],
'trainingService' => ['services', 'TeacherBundle\\Service\\TrainingService', 'getTrainingServiceService', false],
'transform' => ['services', 'StudentBundle\\Service\\Transform', 'getTransformService', false],
], [
'homeworkService' => 'StudentBundle\\Service\\HomeworkService',
'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
'performanceService' => 'StudentBundle\\Service\\PerformanceService',
'problemDndService' => 'StudentBundle\\Service\\ProblemDndService',
'sessionPlayer' => 'CoreBundle\\Session\\SessionPlayer',
'trainingService' => 'TeacherBundle\\Service\\TrainingService',
'transform' => 'StudentBundle\\Service\\Transform',
]);
}
/**
* Gets the private '.service_locator.eB0AiAN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EB0AiANService()
{
return $this->privates['.service_locator.eB0AiAN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'bugReportService' => ['privates', 'AdminBundle\\Service\\BugReportService', 'getBugReportServiceService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'bugReportService' => 'AdminBundle\\Service\\BugReportService',
'em' => '?',
]);
}
/**
* Gets the private '.service_locator.eTXI8ud' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ETXI8udService()
{
return $this->privates['.service_locator.eTXI8ud'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'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.'],
], [
'session' => 'CoreBundle\\Entity\\ReadingTestSession',
'student' => 'UserBundle\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.enZbQ18' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EnZbQ18Service()
{
return $this->privates['.service_locator.enZbQ18'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'sharedQuizService' => ['services', 'CoreBundle\\Service\\API\\SharedQuizService', 'getSharedQuizServiceService', false],
], [
'sharedQuizService' => 'CoreBundle\\Service\\API\\SharedQuizService',
]);
}
/**
* Gets the private '.service_locator.esmk6IF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Esmk6IFService()
{
return $this->privates['.service_locator.esmk6IF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'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.'],
], [
'batchActionDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\BatchActionDto',
'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
]);
}
/**
* Gets the private '.service_locator.ffH40go' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FfH40goService()
{
return $this->privates['.service_locator.ffH40go'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'awsPollyUtil' => ['services', 'CoreBundle\\Util\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
'kernel' => ['services', 'kernel', 'getKernelService', false],
'textbookService' => ['services', 'CoreBundle\\Service\\TextbookService', 'getTextbookServiceService', false],
], [
'awsPollyUtil' => 'CoreBundle\\Util\\Aws\\AwsPollyUtil',
'kernel' => '?',
'textbookService' => 'CoreBundle\\Service\\TextbookService',
]);
}
/**
* Gets the private '.service_locator.gXw_zZh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GXwZZhService()
{
return $this->privates['.service_locator.gXw_zZh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
'problemDndService' => ['services', 'StudentBundle\\Service\\ProblemDndService', 'getProblemDndServiceService', false],
'problemFinder' => ['privates', 'CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder', 'getRandomMathProblemFinderService', false],
'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
], [
'em' => '?',
'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
'problemDndService' => 'StudentBundle\\Service\\ProblemDndService',
'problemFinder' => 'CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder',
'sessionService' => 'CoreBundle\\Service\\SessionService',
]);
}
/**
* Gets the private '.service_locator.hBJ.LZc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HBJ_LZcService()
{
return $this->privates['.service_locator.hBJ.LZc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'awsPollyUtil' => ['services', 'CoreBundle\\Util\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
], [
'awsPollyUtil' => 'CoreBundle\\Util\\Aws\\AwsPollyUtil',
]);
}
/**
* Gets the private '.service_locator.hT2Kv93' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HT2Kv93Service()
{
return $this->privates['.service_locator.hT2Kv93'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
], [
'serializer' => '?',
]);
}
/**
* Gets the private '.service_locator.iGBrtqd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IGBrtqdService()
{
return $this->privates['.service_locator.iGBrtqd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'quiz' => 'CoreBundle\\Entity\\Quiz',
]);
}
/**
* Gets the private '.service_locator.iewL4zS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IewL4zSService()
{
return $this->privates['.service_locator.iewL4zS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mathProblemService' => ['services', 'TeacherBundle\\Service\\MathProblemService', 'getMathProblemService3Service', false],
'problemService' => ['privates', 'AdminBundle\\Service\\ProblemService', 'getProblemService4Service', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
], [
'mathProblemService' => 'TeacherBundle\\Service\\MathProblemService',
'problemService' => 'AdminBundle\\Service\\ProblemService',
'serializer' => '?',
]);
}
/**
* Gets the private '.service_locator.jFOCl7E' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JFOCl7EService()
{
return $this->privates['.service_locator.jFOCl7E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'crammingActivityService' => ['services', 'StudentBundle\\Service\\CrammingActivityService', 'getCrammingActivityServiceService', false],
], [
'crammingActivityService' => 'StudentBundle\\Service\\CrammingActivityService',
]);
}
/**
* Gets the private '.service_locator.jXElFZ2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JXElFZ2Service()
{
return $this->privates['.service_locator.jXElFZ2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'trainingService' => ['services', 'TeacherBundle\\Service\\TrainingService', 'getTrainingServiceService', false],
], [
'trainingService' => 'TeacherBundle\\Service\\TrainingService',
]);
}
/**
* Gets the private '.service_locator.k.n2emF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_K_N2emFService()
{
return $this->privates['.service_locator.k.n2emF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'difficultyUpdater' => ['privates', 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater', 'getStudentDifficultyUpdaterService', false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
], [
'difficultyUpdater' => 'CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater',
'logger' => '?',
'performanceService' => 'StudentBundle\\Service\\PerformanceService',
]);
}
/**
* Gets the private '.service_locator.kEvhmk9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KEvhmk9Service()
{
return $this->privates['.service_locator.kEvhmk9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
]);
}
/**
* Gets the private '.service_locator.mx0UMmY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Mx0UMmYService()
{
return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.ndY8kpt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NdY8kptService()
{
return $this->privates['.service_locator.ndY8kpt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'dataService' => ['services', 'CoreBundle\\Service\\DataService', 'getDataServiceService', false],
], [
'dataService' => 'CoreBundle\\Service\\DataService',
]);
}
/**
* Gets the private '.service_locator.nl0WT0J' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Nl0WT0JService()
{
return $this->privates['.service_locator.nl0WT0J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'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.'],
], [
'session' => 'CoreBundle\\Entity\\DictateSession',
'student' => 'UserBundle\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.oCWhl0b' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OCWhl0bService()
{
return $this->privates['.service_locator.oCWhl0b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'categoryService' => ['services', 'TeacherBundle\\Service\\CategoryService', 'getCategoryServiceService', false],
'normalizer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'quizService' => ['services', 'TeacherBundle\\Service\\QuizService', 'getQuizServiceService', false],
], [
'categoryService' => 'TeacherBundle\\Service\\CategoryService',
'normalizer' => '?',
'quizService' => 'TeacherBundle\\Service\\QuizService',
]);
}
/**
* Gets the private '.service_locator.ofzw.eQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ofzw_EQService()
{
return $this->privates['.service_locator.ofzw.eQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'crammingActivityService' => ['services', 'StudentBundle\\Service\\CrammingActivityService', 'getCrammingActivityServiceService', false],
'homeworkService' => ['services', 'StudentBundle\\Service\\CrammingActivityHomeworkService', 'getCrammingActivityHomeworkServiceService', false],
], [
'crammingActivityService' => 'StudentBundle\\Service\\CrammingActivityService',
'homeworkService' => 'StudentBundle\\Service\\CrammingActivityHomeworkService',
]);
}
/**
* Gets the private '.service_locator.p8P7vwE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P8P7vwEService()
{
return $this->privates['.service_locator.p8P7vwE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
'sessionPlayer' => ['services', 'CoreBundle\\Session\\SessionPlayer', 'getSessionPlayerService', false],
'sessionService' => ['services', 'StudentBundle\\Service\\QuizSessionService', 'getQuizSessionServiceService', false],
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
'sessionPlayer' => 'CoreBundle\\Session\\SessionPlayer',
'sessionService' => 'StudentBundle\\Service\\QuizSessionService',
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.q2ji3lu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Q2ji3luService()
{
return $this->privates['.service_locator.q2ji3lu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]);
}
/**
* Gets the private '.service_locator.qWRIXEM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QWRIXEMService()
{
return $this->privates['.service_locator.qWRIXEM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'sessionService' => ['privates', 'CoreBundle\\Service\\SessionService', 'getSessionServiceService', false],
], [
'sessionService' => 'CoreBundle\\Service\\SessionService',
]);
}
/**
* Gets the private '.service_locator.qwilqiL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QwilqiLService()
{
return $this->privates['.service_locator.qwilqiL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'userPasswordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
], [
'userPasswordHasher' => '?',
]);
}
/**
* Gets the private '.service_locator.rDMu6Zd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RDMu6ZdService()
{
return $this->privates['.service_locator.rDMu6Zd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
], [
'passwordHasher' => '?',
]);
}
/**
* Gets the private '.service_locator.riFbGaB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RiFbGaBService()
{
return $this->privates['.service_locator.riFbGaB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
'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.'],
'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.'],
], [
'context' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Context\\AdminContext',
'entityDto' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Dto\\EntityDto',
'formOptions' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Config\\KeyValueStore',
]);
}
/**
* Gets the private '.service_locator.sOAhyHj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SOAhyHjService()
{
return $this->privates['.service_locator.sOAhyHj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'navigator' => ['privates', 'CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator', 'getPeerFeedback2ndNavigatorService', false],
], [
'navigator' => 'CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator',
]);
}
/**
* Gets the private '.service_locator.sTdGR69' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_STdGR69Service()
{
return $this->privates['.service_locator.sTdGR69'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'classroomSignUpService' => ['privates', 'StudentBundle\\Service\\ClassroomSignUpService', 'getClassroomSignUpServiceService', false],
'eventLogger' => ['privates', 'CoreBundle\\Service\\EventLogger', 'getEventLoggerService', false],
], [
'classroomSignUpService' => 'StudentBundle\\Service\\ClassroomSignUpService',
'eventLogger' => 'CoreBundle\\Service\\EventLogger',
]);
}
/**
* Gets the private '.service_locator.st3ASTR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_St3ASTRService()
{
return $this->privates['.service_locator.st3ASTR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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?'],
], [
'user' => 'Symfony\\Component\\Security\\Core\\User\\UserInterface',
]);
}
/**
* Gets the private '.service_locator.t4pH54g' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T4pH54gService()
{
return $this->privates['.service_locator.t4pH54g'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flashBag' => ['privates', 'session.flash_bag', 'getSession_FlashBagService', false],
], [
'flashBag' => '?',
]);
}
/**
* Gets the private '.service_locator.t6i3vFk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T6i3vFkService()
{
return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'em' => '?',
]);
}
/**
* Gets the private '.service_locator.tT6zioB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TT6zioBService()
{
return $this->privates['.service_locator.tT6zioB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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.'],
], [
'publication' => 'CoreBundle\\Entity\\Publication',
]);
}
/**
* Gets the private '.service_locator.u8G.hVv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_U8G_HVvService()
{
return $this->privates['.service_locator.u8G.hVv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'activityDisplayService' => ['privates', 'CoreBundle\\Service\\ActivityDisplayService', 'getActivityDisplayServiceService', false],
'activityRoutingService' => ['privates', 'CoreBundle\\Service\\ActivityRoutingService', 'getActivityRoutingServiceService', false],
], [
'activityDisplayService' => 'CoreBundle\\Service\\ActivityDisplayService',
'activityRoutingService' => 'CoreBundle\\Service\\ActivityRoutingService',
]);
}
/**
* Gets the private '.service_locator.wen_Mpt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WenMptService()
{
return $this->privates['.service_locator.wen_Mpt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authService' => ['privates', 'CoreBundle\\Service\\AuthService', 'getAuthServiceService', false],
], [
'authService' => 'CoreBundle\\Service\\AuthService',
]);
}
/**
* Gets the private '.service_locator.wm43SeI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Wm43SeIService()
{
return $this->privates['.service_locator.wm43SeI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quizSessionService' => ['services', 'TeacherBundle\\Service\\QuizSessionService', 'getQuizSessionService2Service', false],
], [
'quizSessionService' => 'TeacherBundle\\Service\\QuizSessionService',
]);
}
/**
* Gets the private '.service_locator.wtO2cHx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WtO2cHxService()
{
return $this->privates['.service_locator.wtO2cHx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'awsPollyUtil' => ['services', 'CoreBundle\\Util\\Aws\\AwsPollyUtil', 'getAwsPollyUtilService', false],
'kernel' => ['services', 'kernel', 'getKernelService', false],
'mathProblemService' => ['services', 'CoreBundle\\Service\\MathProblemService', 'getMathProblemServiceService', false],
], [
'awsPollyUtil' => 'CoreBundle\\Util\\Aws\\AwsPollyUtil',
'kernel' => '?',
'mathProblemService' => 'CoreBundle\\Service\\MathProblemService',
]);
}
/**
* Gets the private '.service_locator.xLx1lNO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XLx1lNOService()
{
return $this->privates['.service_locator.xLx1lNO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'userManager' => ['services', 'fos_user.user_manager', 'getFosUser_UserManagerService', false],
], [
'em' => '?',
'userManager' => '?',
]);
}
/**
* Gets the private '.service_locator.xUrKPVU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XUrKPVUService()
{
return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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".'],
], [
'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]);
}
/**
* Gets the private '.service_locator.xYXvlNW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XYXvlNWService()
{
return $this->privates['.service_locator.xYXvlNW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'quizSessionService' => ['services', 'StudentBundle\\Service\\QuizSessionService', 'getQuizSessionServiceService', false],
], [
'quizSessionService' => 'StudentBundle\\Service\\QuizSessionService',
]);
}
/**
* Gets the private '.service_locator.yDC0lbQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YDC0lbQService()
{
return $this->privates['.service_locator.yDC0lbQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'makeTeamsService' => ['privates', 'CoreBundle\\Service\\MakeTeamsService', 'getMakeTeamsServiceService', false],
'mathproblemService' => ['services', 'StudentBundle\\Service\\MathproblemService', 'getMathproblemService2Service', false],
'performanceService' => ['services', 'StudentBundle\\Service\\PerformanceService', 'getPerformanceServiceService', false],
'problemDndService' => ['services', 'StudentBundle\\Service\\ProblemDndService', 'getProblemDndServiceService', false],
'trainingService' => ['services', 'TeacherBundle\\Service\\TrainingService', 'getTrainingServiceService', false],
'transform' => ['services', 'StudentBundle\\Service\\Transform', 'getTransformService', false],
], [
'makeTeamsService' => 'CoreBundle\\Service\\MakeTeamsService',
'mathproblemService' => 'StudentBundle\\Service\\MathproblemService',
'performanceService' => 'StudentBundle\\Service\\PerformanceService',
'problemDndService' => 'StudentBundle\\Service\\ProblemDndService',
'trainingService' => 'TeacherBundle\\Service\\TrainingService',
'transform' => 'StudentBundle\\Service\\Transform',
]);
}
/**
* Gets the private '.service_locator.yzOxF8c' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YzOxF8cService()
{
return $this->privates['.service_locator.yzOxF8c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'validator' => ['services', 'CoreBundle\\Helpers\\ValidationHelper', 'getValidationHelperService', false],
], [
'validator' => 'CoreBundle\\Helpers\\ValidationHelper',
]);
}
/**
* Gets the private '.session.deprecated' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionInterface
*/
protected function get_Session_DeprecatedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
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();
}
/**
* Gets the private '.twig.command.debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Debug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
});
}
/**
* Gets the private '.twig.command.lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Lint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
});
}
/**
* Gets the private '.var_dumper.command.server_dump.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_VarDumper_Command_ServerDump_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
});
}
/**
* Gets the private 'AdminBundle\Editors\ProblemEditorFactory' shared autowired service.
*
* @return \AdminBundle\Editors\ProblemEditorFactory
*/
protected function getProblemEditorFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/ProblemEditorFactory.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/ProblemEditorInterface.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/ProblemEditor.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/RadioButtonEditor.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/ProblemValidationService.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/CheckboxEditor.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/ParagraphEditor.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/TextEditor.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/DropDownEditor.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/WordOptionsEditor.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/DragAndDropEditor.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/GridRadiobuttonEditor.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/GridCheckboxEditor.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/TableTextEditor.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/TableDropdownEditor.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/MarkEditor.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/NumberEditor.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Editors/FormulaEditor.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Helpers/ValidationHelper.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'])) {
return $this->privates['AdminBundle\\Editors\\ProblemEditorFactory'];
}
$b = new \AdminBundle\Service\ProblemValidationService($a, ($this->services['CoreBundle\\Helpers\\ValidationHelper'] ?? ($this->services['CoreBundle\\Helpers\\ValidationHelper'] = new \CoreBundle\Helpers\ValidationHelper())));
$c = ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService());
return $this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] = new \AdminBundle\Editors\ProblemEditorFactory(new \AdminBundle\Editors\RadioButtonEditor($a, $b, $c), new \AdminBundle\Editors\CheckboxEditor($a, $b, $c), new \AdminBundle\Editors\ParagraphEditor($a, $b, $c), new \AdminBundle\Editors\TextEditor($a, $b, $c), new \AdminBundle\Editors\DropDownEditor($a, $b, $c), new \AdminBundle\Editors\WordOptionsEditor($a, $b, $c), new \AdminBundle\Editors\DragAndDropEditor($a, $b, $c), new \AdminBundle\Editors\GridRadiobuttonEditor($a, $b, $c), new \AdminBundle\Editors\GridCheckboxEditor($a, $b, $c), new \AdminBundle\Editors\TableTextEditor($a, $b, $c), new \AdminBundle\Editors\TableDropdownEditor($a, $b, $c), new \AdminBundle\Editors\MarkEditor($a, $b, $c), new \AdminBundle\Editors\NumberEditor($a, $b, $c), new \AdminBundle\Editors\FormulaEditor($a, $b, $c));
}
/**
* Gets the private 'AdminBundle\Form\AnswerType' shared autowired service.
*
* @return \AdminBundle\Form\AnswerType
*/
protected function getAnswerTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/AnswerType.php';
return $this->privates['AdminBundle\\Form\\AnswerType'] = new \AdminBundle\Form\AnswerType();
}
/**
* Gets the private 'AdminBundle\Form\BulkAudioUpload' shared autowired service.
*
* @return \AdminBundle\Form\BulkAudioUpload
*/
protected function getBulkAudioUploadService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/BulkAudioUpload.php';
return $this->privates['AdminBundle\\Form\\BulkAudioUpload'] = new \AdminBundle\Form\BulkAudioUpload();
}
/**
* Gets the private 'AdminBundle\Form\BulkCsvUpload' shared autowired service.
*
* @return \AdminBundle\Form\BulkCsvUpload
*/
protected function getBulkCsvUploadService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/BulkCsvUpload.php';
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))));
}
/**
* Gets the private 'AdminBundle\Form\BulkImageUpload' shared autowired service.
*
* @return \AdminBundle\Form\BulkImageUpload
*/
protected function getBulkImageUploadService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/BulkImageUpload.php';
return $this->privates['AdminBundle\\Form\\BulkImageUpload'] = new \AdminBundle\Form\BulkImageUpload();
}
/**
* Gets the private 'AdminBundle\Form\CsvUploadType' shared autowired service.
*
* @return \AdminBundle\Form\CsvUploadType
*/
protected function getCsvUploadTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/CsvUploadType.php';
return $this->privates['AdminBundle\\Form\\CsvUploadType'] = new \AdminBundle\Form\CsvUploadType();
}
/**
* Gets the private 'AdminBundle\Form\ProblemType' shared autowired service.
*
* @return \AdminBundle\Form\ProblemType
*/
protected function getProblemTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/ProblemType.php';
return $this->privates['AdminBundle\\Form\\ProblemType'] = new \AdminBundle\Form\ProblemType();
}
/**
* Gets the private 'AdminBundle\Form\StatisticsType' shared autowired service.
*
* @return \AdminBundle\Form\StatisticsType
*/
protected function getStatisticsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/StatisticsType.php';
return $this->privates['AdminBundle\\Form\\StatisticsType'] = new \AdminBundle\Form\StatisticsType();
}
/**
* Gets the private 'AdminBundle\Form\Type\EasyAdmin\TemplateTypeFilterType' shared autowired service.
*
* @return \AdminBundle\Form\Type\EasyAdmin\TemplateTypeFilterType
*/
protected function getTemplateTypeFilterTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Form/Type/EasyAdmin/TemplateTypeFilterType.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType'])) {
return $this->privates['AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType'];
}
$b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType'])) {
return $this->privates['AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType'];
}
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);
}
/**
* Gets the private 'AdminBundle\Service\BugReportService' shared autowired service.
*
* @return \AdminBundle\Service\BugReportService
*/
protected function getBugReportServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/BugReportService.php';
return $this->privates['AdminBundle\\Service\\BugReportService'] = new \AdminBundle\Service\BugReportService(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'AdminBundle\Service\CsvImportService' shared autowired service.
*
* @return \AdminBundle\Service\CsvImportService
*/
protected function getCsvImportServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/CsvImportService.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['AdminBundle\\Service\\CsvImportService'])) {
return $this->privates['AdminBundle\\Service\\CsvImportService'];
}
$b = ($this->privates['AdminBundle\\Editors\\ProblemEditorFactory'] ?? $this->getProblemEditorFactoryService());
if (isset($this->privates['AdminBundle\\Service\\CsvImportService'])) {
return $this->privates['AdminBundle\\Service\\CsvImportService'];
}
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, 'kvik-mat', $b, ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService()));
}
/**
* Gets the private 'AdminBundle\Service\EasyAdminService' shared autowired service.
*
* @return \AdminBundle\Service\EasyAdminService
*/
protected function getEasyAdminServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/EasyAdminService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['AdminBundle\\Service\\EasyAdminService'])) {
return $this->privates['AdminBundle\\Service\\EasyAdminService'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['AdminBundle\\Service\\EasyAdminService'])) {
return $this->privates['AdminBundle\\Service\\EasyAdminService'];
}
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))));
}
/**
* Gets the private 'AdminBundle\Service\InstitutionService' shared autowired service.
*
* @return \AdminBundle\Service\InstitutionService
*/
protected function getInstitutionServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/InstitutionService.php';
return $this->privates['AdminBundle\\Service\\InstitutionService'] = new \AdminBundle\Service\InstitutionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'AdminBundle\Service\MediaService' shared autowired service.
*
* @return \AdminBundle\Service\MediaService
*/
protected function getMediaServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/MediaService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['AdminBundle\\Service\\MediaService'])) {
return $this->privates['AdminBundle\\Service\\MediaService'];
}
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()));
}
/**
* Gets the private 'AdminBundle\Service\ProblemEditorService' shared autowired service.
*
* @return \AdminBundle\Service\ProblemEditorService
*/
protected function getProblemEditorServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/ProblemEditorService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['AdminBundle\\Service\\ProblemEditorService'])) {
return $this->privates['AdminBundle\\Service\\ProblemEditorService'];
}
return $this->privates['AdminBundle\\Service\\ProblemEditorService'] = new \AdminBundle\Service\ProblemEditorService($a);
}
/**
* Gets the private 'AdminBundle\Service\ProblemService' shared autowired service.
*
* @return \AdminBundle\Service\ProblemService
*/
protected function getProblemService4Service()
{
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/ProblemService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['AdminBundle\\Service\\ProblemService'])) {
return $this->privates['AdminBundle\\Service\\ProblemService'];
}
$b = ($this->services['TeacherBundle\\Service\\ProblemDndService'] ?? $this->getProblemDndService2Service());
if (isset($this->privates['AdminBundle\\Service\\ProblemService'])) {
return $this->privates['AdminBundle\\Service\\ProblemService'];
}
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()));
}
/**
* Gets the private 'AdminBundle\Service\TemplateService' shared autowired service.
*
* @return \AdminBundle\Service\TemplateService
*/
protected function getTemplateServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/TemplateService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['AdminBundle\\Service\\TemplateService'])) {
return $this->privates['AdminBundle\\Service\\TemplateService'];
}
return $this->privates['AdminBundle\\Service\\TemplateService'] = new \AdminBundle\Service\TemplateService($a, ($this->privates['AdminBundle\\Service\\ProblemEditorService'] ?? $this->getProblemEditorServiceService()));
}
/**
* Gets the private 'AdminBundle\Service\TopicService' shared autowired service.
*
* @return \AdminBundle\Service\TopicService
*/
protected function getTopicServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Service/TopicService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['AdminBundle\\Service\\TopicService'])) {
return $this->privates['AdminBundle\\Service\\TopicService'];
}
return $this->privates['AdminBundle\\Service\\TopicService'] = new \AdminBundle\Service\TopicService($a, ($this->privates['AdminBundle\\Service\\TemplateService'] ?? $this->getTemplateServiceService()));
}
/**
* Gets the private 'CoreBundle\Logger\SessionRequestProcessor' shared autowired service.
*
* @return \CoreBundle\Logger\SessionRequestProcessor
*/
protected function getSessionRequestProcessorService()
{
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())));
}
/**
* Gets the private 'CoreBundle\MathProblem\Difficulty\StudentDifficultyUpdater' shared service.
*
* @return \CoreBundle\MathProblem\Difficulty\StudentDifficultyUpdater
*/
protected function getStudentDifficultyUpdaterService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Difficulty/StudentDifficultyUpdater.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Difficulty/DifficultyLevelCalculator.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater'])) {
return $this->privates['CoreBundle\\MathProblem\\Difficulty\\StudentDifficultyUpdater'];
}
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('kvik-mat'));
}
/**
* Gets the private 'CoreBundle\MathProblem\Selection\RandomMathProblemFinder' shared service.
*
* @return \CoreBundle\MathProblem\Selection\RandomMathProblemFinder
*/
protected function getRandomMathProblemFinderService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/RandomMathProblemFinder.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/TopicSelector.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/DifficultyResolver.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/MathProblemTypeProvider.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/UsedMathProblemTypeProvider.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/SessionRepositoryResolver.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/RandomTemplateMathProblemFinder.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/MathProblem/Selection/UsedTemplateMathProblemProvider.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
}
$b = ($this->privates['abacus_core.repository.student_difficulty_repository'] ?? $this->getAbacusCore_Repository_StudentDifficultyRepositoryService());
if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
}
$c = ($this->privates['abacus_core.repository.self_study_topic_student_difficulty_repository'] ?? $this->getAbacusCore_Repository_SelfStudyTopicStudentDifficultyRepositoryService());
if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
}
$d = ($this->privates['abacus_core.repository.session'] ?? $this->getAbacusCore_Repository_SessionService());
if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
}
$e = ($this->privates['abacus_core.repository.homework'] ?? $this->getAbacusCore_Repository_HomeworkService());
if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
}
$f = ($this->privates['abacus_core.repository.template_mathproblem'] ?? $this->getAbacusCore_Repository_TemplateMathproblemService());
if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
}
$g = ($this->privates['abacus_core.repository.mathproblem'] ?? $this->getAbacusCore_Repository_MathproblemService());
if (isset($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'])) {
return $this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'];
}
$h = new \CoreBundle\MathProblem\Selection\SessionRepositoryResolver($d, $e);
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()));
}
/**
* Gets the private 'CoreBundle\Service\ActivityDisplayService' shared autowired service.
*
* @return \CoreBundle\Service\ActivityDisplayService
*/
protected function getActivityDisplayServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityDisplayService.php';
return $this->privates['CoreBundle\\Service\\ActivityDisplayService'] = new \CoreBundle\Service\ActivityDisplayService('kvik-mat', $this->parameters['abacus.activity_types'], ($this->privates['CoreBundle\\Service\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'CoreBundle\Service\ActivityRoutingService' shared autowired service.
*
* @return \CoreBundle\Service\ActivityRoutingService
*/
protected function getActivityRoutingServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/ActivityRoutingService.php';
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['CoreBundle\\Service\\ActivityRoutingService'])) {
return $this->privates['CoreBundle\\Service\\ActivityRoutingService'];
}
return $this->privates['CoreBundle\\Service\\ActivityRoutingService'] = new \CoreBundle\Service\ActivityRoutingService($this->parameters['abacus.activity_types'], $a);
}
/**
* Gets the private 'CoreBundle\Service\AuthService' shared autowired service.
*
* @return \CoreBundle\Service\AuthService
*/
protected function getAuthServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/AuthService.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/SSO/ProviderInterface.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/SSO/GyldendalProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/InstitutionRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['CoreBundle\\Service\\AuthService'])) {
return $this->privates['CoreBundle\\Service\\AuthService'];
}
$b = ($this->services['eight_points_guzzle.client.loginconnector'] ?? $this->getEightPointsGuzzle_Client_LoginconnectorService());
if (isset($this->privates['CoreBundle\\Service\\AuthService'])) {
return $this->privates['CoreBundle\\Service\\AuthService'];
}
$c = ($this->services['eight_points_guzzle.client.gyldendalaccessservice'] ?? $this->getEightPointsGuzzle_Client_GyldendalaccessserviceService());
if (isset($this->privates['CoreBundle\\Service\\AuthService'])) {
return $this->privates['CoreBundle\\Service\\AuthService'];
}
return $this->privates['CoreBundle\\Service\\AuthService'] = new \CoreBundle\Service\AuthService(new \CoreBundle\Security\SSO\GyldendalProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), $a->getRepository('CoreBundle\\Entity\\Institution'), $b, $c, '/GAS-v3-QA/v3', '/GAS-v4-QA/v4', 'gu-abacus', 'gu-abac-437a-404', 0, $this->parameters['abacus.loginconnector.isbns']), 'gyldendal');
}
/**
* Gets the private 'CoreBundle\Service\EventLogger' shared autowired service.
*
* @return \CoreBundle\Service\EventLogger
*/
protected function getEventLoggerService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/EventLogger.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['CoreBundle\\Service\\EventLogger'])) {
return $this->privates['CoreBundle\\Service\\EventLogger'];
}
$b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['CoreBundle\\Service\\EventLogger'])) {
return $this->privates['CoreBundle\\Service\\EventLogger'];
}
return $this->privates['CoreBundle\\Service\\EventLogger'] = new \CoreBundle\Service\EventLogger($a, $b, 0, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'CoreBundle\Service\GamificationService' shared service.
*
* @return \CoreBundle\Service\GamificationService
*/
protected function getGamificationServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/GamificationService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['CoreBundle\\Service\\GamificationService'])) {
return $this->privates['CoreBundle\\Service\\GamificationService'];
}
return $this->privates['CoreBundle\\Service\\GamificationService'] = new \CoreBundle\Service\GamificationService($a, false);
}
/**
* Gets the private 'CoreBundle\Service\MakeTeamsService' shared service.
*
* @return \CoreBundle\Service\MakeTeamsService
*/
protected function getMakeTeamsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/MakeTeamsService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['CoreBundle\\Service\\MakeTeamsService'])) {
return $this->privates['CoreBundle\\Service\\MakeTeamsService'];
}
return $this->privates['CoreBundle\\Service\\MakeTeamsService'] = new \CoreBundle\Service\MakeTeamsService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
}
/**
* Gets the private 'CoreBundle\Service\QuizSessionService' shared service.
*
* @return \CoreBundle\Service\QuizSessionService
*/
protected function getQuizSessionService3Service()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/QuizSessionService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['CoreBundle\\Service\\QuizSessionService'])) {
return $this->privates['CoreBundle\\Service\\QuizSessionService'];
}
return $this->privates['CoreBundle\\Service\\QuizSessionService'] = new \CoreBundle\Service\QuizSessionService($a, ($this->services['CoreBundle\\Service\\API\\ExtractQuestionAnswers'] ?? $this->getExtractQuestionAnswersService()));
}
/**
* Gets the private 'CoreBundle\Service\SelfStudyVoterService' shared service.
*
* @return \CoreBundle\Service\SelfStudyVoterService
*/
protected function getSelfStudyVoterServiceService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['CoreBundle\\Service\\SelfStudyVoterService'])) {
return $this->privates['CoreBundle\\Service\\SelfStudyVoterService'];
}
return $this->privates['CoreBundle\\Service\\SelfStudyVoterService'] = new \CoreBundle\Service\SelfStudyVoterService($a, 'primaryschool');
}
/**
* Gets the private 'CoreBundle\Service\SessionService' shared autowired service.
*
* @return \CoreBundle\Service\SessionService
*/
protected function getSessionServiceService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/SessionService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['CoreBundle\\Service\\SessionService'])) {
return $this->privates['CoreBundle\\Service\\SessionService'];
}
$b = ($this->privates['CoreBundle\\MathProblem\\Selection\\RandomMathProblemFinder'] ?? $this->getRandomMathProblemFinderService());
if (isset($this->privates['CoreBundle\\Service\\SessionService'])) {
return $this->privates['CoreBundle\\Service\\SessionService'];
}
$c = ($this->services['StudentBundle\\Service\\ProblemFreeTextService'] ?? $this->getProblemFreeTextServiceService());
if (isset($this->privates['CoreBundle\\Service\\SessionService'])) {
return $this->privates['CoreBundle\\Service\\SessionService'];
}
$d = ($this->services['StudentBundle\\Service\\API\\AssignSymbolProblemService'] ?? $this->getAssignSymbolProblemServiceService());
if (isset($this->privates['CoreBundle\\Service\\SessionService'])) {
return $this->privates['CoreBundle\\Service\\SessionService'];
}
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, 'kvik-mat');
}
/**
* Gets the private 'CoreBundle\Service\TextbookVoterService' shared service.
*
* @return \CoreBundle\Service\TextbookVoterService
*/
protected function getTextbookVoterServiceService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['CoreBundle\\Service\\TextbookVoterService'])) {
return $this->privates['CoreBundle\\Service\\TextbookVoterService'];
}
return $this->privates['CoreBundle\\Service\\TextbookVoterService'] = new \CoreBundle\Service\TextbookVoterService($a, 'primaryschool');
}
/**
* Gets the private 'CoreBundle\Session\Peer\PeerFeedback2ndNavigator' shared service.
*
* @return \CoreBundle\Session\Peer\PeerFeedback2ndNavigator
*/
protected function getPeerFeedback2ndNavigatorService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerFeedback2ndNavigator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/PeerFeedback2ndRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator'])) {
return $this->privates['CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator'];
}
return $this->privates['CoreBundle\\Session\\Peer\\PeerFeedback2ndNavigator'] = new \CoreBundle\Session\Peer\PeerFeedback2ndNavigator($a->getRepository('CoreBundle\\Entity\\PeerFeedback2nd'));
}
/**
* Gets the private 'CoreBundle\Session\Peer\PeerFeedbackNavigator' shared service.
*
* @return \CoreBundle\Session\Peer\PeerFeedbackNavigator
*/
protected function getPeerFeedbackNavigatorService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Session/Peer/PeerFeedbackNavigator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/PeerFeedbackRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['CoreBundle\\Session\\Peer\\PeerFeedbackNavigator'])) {
return $this->privates['CoreBundle\\Session\\Peer\\PeerFeedbackNavigator'];
}
return $this->privates['CoreBundle\\Session\\Peer\\PeerFeedbackNavigator'] = new \CoreBundle\Session\Peer\PeerFeedbackNavigator($a->getRepository('CoreBundle\\Entity\\PeerFeedback'));
}
/**
* Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
*/
protected function getManagerRegistryAwareConnectionProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
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'));
}
/**
* Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
*
* @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
*/
protected function getRunSqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
$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()));
$instance->setName('dbal:run-sql');
return $instance;
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage
*/
protected function getAssetPackageService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Asset/AssetPackage.php';
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())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer
*/
protected function getCacheWarmer2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Cache/CacheWarmer.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Cache\\CacheWarmer'] = new \EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
*/
protected function getAdminRouterSubscriberService()
{
$a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
}
$b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
}
$c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
}
$d = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $a, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), new \EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher()), new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry(['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController' => 'CoreBundle\\Entity\\AudioReference', 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController' => 'UserBundle\\Entity\\User', 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController' => 'CoreBundle\\Entity\\BugReport', 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController' => 'CoreBundle\\Entity\\Category', 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController' => 'UserBundle\\Entity\\User', 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController' => 'CoreBundle\\Entity\\ImageReference', 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController' => 'CoreBundle\\Entity\\Info', 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController' => 'UserBundle\\Entity\\Invitation', 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController' => 'CoreBundle\\Entity\\Mathproblem', 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController' => 'CoreBundle\\Entity\\Mathproblem', 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController' => 'CoreBundle\\Entity\\Mathproblem', 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController' => 'CoreBundle\\Entity\\Quiz', 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController' => 'CoreBundle\\Entity\\Publication', 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController' => 'CoreBundle\\Entity\\Publication', 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController' => 'CoreBundle\\Entity\\Publisher', 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController' => 'CoreBundle\\Entity\\Quiz', 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController' => 'CoreBundle\\Entity\\Quiz', 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController' => 'CoreBundle\\Entity\\QuizType', 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController' => 'CoreBundle\\Entity\\TagMathproblem', 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController' => 'CoreBundle\\Entity\\TemplateMathproblem', 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController' => 'CoreBundle\\Entity\\TemplateMathproblem', 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController' => 'CoreBundle\\Entity\\TemplateSet', 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController' => 'CoreBundle\\Entity\\Topic', 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController' => 'CoreBundle\\Entity\\Topic', 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController' => 'UserBundle\\Entity\\User'], ['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController' => '47d3e0e', 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController' => 'b18f350', 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController' => 'ca1f39e', 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController' => '7f23fc8', 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController' => 'cf817b2', 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController' => 'aad7cb8', 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController' => '953c06d', 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController' => 'fc4934a', 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController' => 'dd24a1b', 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController' => 'f431107', 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController' => '1acd924', 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController' => 'dfc1505', 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController' => '3945e87', 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController' => '61ef083', 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController' => '8839834', 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController' => 'd92c206', 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController' => '80708aa', 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController' => 'c16ae9c', 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController' => '30ce35d', 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController' => '23026b4', 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController' => '1660a49', 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController' => 'ae6446a', 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController' => '575baaa', 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController' => '8a7773c', 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController' => '8250b85'], ['CoreBundle\\Entity\\AudioReference' => 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController', 'UserBundle\\Entity\\User' => 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController', 'CoreBundle\\Entity\\BugReport' => 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController', 'CoreBundle\\Entity\\Category' => 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController', 'CoreBundle\\Entity\\ImageReference' => 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController', 'CoreBundle\\Entity\\Info' => 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController', 'UserBundle\\Entity\\Invitation' => 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController', 'CoreBundle\\Entity\\Mathproblem' => 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController', 'CoreBundle\\Entity\\Quiz' => 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController', 'CoreBundle\\Entity\\Publication' => 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController', 'CoreBundle\\Entity\\Publisher' => 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController', 'CoreBundle\\Entity\\QuizType' => 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController', 'CoreBundle\\Entity\\TagMathproblem' => 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController', 'CoreBundle\\Entity\\TemplateMathproblem' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController', 'CoreBundle\\Entity\\TemplateSet' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController', 'CoreBundle\\Entity\\Topic' => 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController'], ['47d3e0e' => 'AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController', 'b18f350' => 'AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController', 'ca1f39e' => 'AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController', '7f23fc8' => 'AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController', 'cf817b2' => 'AdminBundle\\Controller\\EasyAdmin\\EditorCrudController', 'aad7cb8' => 'AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController', '953c06d' => 'AdminBundle\\Controller\\EasyAdmin\\InfoCrudController', 'fc4934a' => 'AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController', 'dd24a1b' => 'AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController', 'f431107' => 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController', '1acd924' => 'AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController', 'dfc1505' => 'AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController', '3945e87' => 'AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController', '61ef083' => 'AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController', 8839834 => 'AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController', 'd92c206' => 'AdminBundle\\Controller\\EasyAdmin\\QuizCrudController', '80708aa' => 'AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController', 'c16ae9c' => 'AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController', '30ce35d' => 'AdminBundle\\Controller\\EasyAdmin\\TagCrudController', '23026b4' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController', '1660a49' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController', 'ae6446a' => 'AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController', '575baaa' => 'AdminBundle\\Controller\\EasyAdmin\\TopicCrudController', '8a7773c' => 'AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController', '8250b85' => 'AdminBundle\\Controller\\EasyAdmin\\UserCrudController']), $b, $c), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d, $d, ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener
*/
protected function getCrudResponseListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/CrudResponseListener.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener
*/
protected function getExceptionListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ExceptionListener.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'];
}
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);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
*/
protected function getActionFactoryService()
{
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()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
*/
protected function getControllerFactoryService()
{
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
*/
protected function getEntityFactoryService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
}
$b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
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 () {
yield 0 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->getCommonPreConfiguratorService());
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()));
yield 2 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->getAssociationConfiguratorService());
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()));
yield 4 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->getBooleanConfiguratorService());
yield 5 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->getCollectionConfiguratorService());
yield 6 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->getCountryConfiguratorService());
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()));
yield 8 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->getDateTimeConfiguratorService());
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()));
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()));
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()));
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))));
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()));
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()));
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()));
yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->getMoneyConfiguratorService());
yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->getNumberConfiguratorService());
yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? $this->getPercentConfiguratorService());
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()));
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()));
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()));
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()));
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()));
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()));
yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->getCommonPostConfiguratorService());
}, 26), new \EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory
*/
protected function getFilterFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FilterFactory.php';
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 () {
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()));
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()));
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()));
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()));
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()));
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()));
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()));
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()));
}, 8));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory
*/
protected function getFormFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormFactory.php';
$a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\FormFactory'];
}
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()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory
*/
protected function getPaginatorFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Factory/PaginatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityPaginatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityPaginator.php';
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\PaginatorFactory'];
}
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()))));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator
*/
protected function getAssociationConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php';
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'];
}
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()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator
*/
protected function getBooleanConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/BooleanConfigurator.php';
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()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator
*/
protected function getCollectionConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CollectionConfigurator.php';
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'];
}
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()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator
*/
protected function getCommonPostConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPostConfigurator.php';
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');
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator
*/
protected function getCommonPreConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CommonPreConfigurator.php';
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator
*/
protected function getCountryConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/CountryConfigurator.php';
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()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator
*/
protected function getDateTimeConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/DateTimeConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
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())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator
*/
protected function getMoneyConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/MoneyConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
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()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator
*/
protected function getNumberConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/NumberConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
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())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator
*/
protected function getPercentConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Field/FieldConfiguratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/PercentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Intl/IntlFormatter.php';
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())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension
*/
protected function getEaCrudFormTypeExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Extension/EaCrudFormTypeExtension.php';
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()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType
*/
protected function getCrudFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/CrudFormType.php';
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()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType
*/
protected function getFileUploadTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataMapperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType(\dirname(__DIR__, 4));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType
*/
protected function getFiltersFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Form/Type/FiltersFormType.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType'] = new \EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType();
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository
*/
protected function getEntityRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityRepository.php';
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Orm\\EntityRepository'];
}
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);
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater
*/
protected function getEntityUpdaterService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Orm/EntityUpdaterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Orm/EntityUpdater.php';
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()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
*/
protected function getAdminContextProviderService()
{
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())));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider
*/
protected function getFieldProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Provider/FieldProvider.php';
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\FieldProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator
*/
protected function getAdminRouteGeneratorService()
{
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator(new RewindableGenerator(function () {
yield 0 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\DashboardController'] ?? $this->getDashboardControllerService());
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\AudioReferenceCrudController'] ?? $this->getAudioReferenceCrudControllerService());
yield 1 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\AuthorCrudController'] ?? $this->getAuthorCrudControllerService());
yield 2 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\BugReportCrudController'] ?? $this->getBugReportCrudControllerService());
yield 3 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\CategoryCrudController'] ?? $this->getCategoryCrudControllerService());
yield 4 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\EditorCrudController'] ?? $this->getEditorCrudControllerService());
yield 5 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ImageReferenceCrudController'] ?? $this->getImageReferenceCrudControllerService());
yield 6 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\InfoCrudController'] ?? $this->getInfoCrudControllerService());
yield 7 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\InvitationCrudController'] ?? $this->getInvitationCrudControllerService());
yield 8 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemCrudController'] ?? $this->getProblemCrudControllerService());
yield 9 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromQuizCrudController'] ?? $this->getProblemFromQuizCrudControllerService());
yield 10 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ProblemFromTemplateCrudController'] ?? $this->getProblemFromTemplateCrudControllerService());
yield 11 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\ProductQuizCrudController'] ?? $this->getProductQuizCrudControllerService());
yield 12 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationCrudController'] ?? $this->getPublicationCrudControllerService());
yield 13 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\PublicationFromPublisherCrudController'] ?? $this->getPublicationFromPublisherCrudControllerService());
yield 14 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\PublisherCrudController'] ?? $this->getPublisherCrudControllerService());
yield 15 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizCrudController'] ?? $this->getQuizCrudControllerService());
yield 16 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizFromPublicationCrudController'] ?? $this->getQuizFromPublicationCrudControllerService());
yield 17 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\QuizTypeCrudController'] ?? $this->getQuizTypeCrudControllerService());
yield 18 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TagCrudController'] ?? $this->getTagCrudControllerService());
yield 19 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateCrudController'] ?? $this->getTemplateCrudControllerService());
yield 20 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateFromTopicCrudController'] ?? $this->getTemplateFromTopicCrudControllerService());
yield 21 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TemplateSetCrudController'] ?? $this->getTemplateSetCrudControllerService());
yield 22 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TopicCrudController'] ?? $this->getTopicCrudControllerService());
yield 23 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\TopicFromCategoryCrudController'] ?? $this->getTopicFromCategoryCrudControllerService());
yield 24 => ($this->services['AdminBundle\\Controller\\EasyAdmin\\UserCrudController'] ?? $this->getUserCrudControllerService());
}, 25), ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService()));
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
*/
protected function getAdminUrlGeneratorService()
{
$this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
}
$b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminRouteGenerator'] ?? $this->getAdminRouteGeneratorService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
}
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' => '6f7fdbf'], ['6f7fdbf' => 'AdminBundle\\Controller\\EasyAdmin\\DashboardController']))), $b);
};
return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
}
/**
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
*/
protected function getAuthorizationCheckerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
}
return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
}
/**
* Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
*
* @return \Sentry\SentryBundle\Command\SentryTestCommand
*/
protected function getSentryTestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
$this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
$instance->setName('sentry:test');
return $instance;
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\ConsoleListener
*/
protected function getConsoleListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\ErrorListener
*/
protected function getErrorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\LoginListener
*/
protected function getLoginListenerService()
{
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()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\MessengerListener
*/
protected function getMessengerListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\RequestListener
*/
protected function getRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\SubRequestListener
*/
protected function getSubRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
*/
protected function getTracingConsoleListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [0 => 'messenger:consume']);
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\TracingRequestListener
*/
protected function getTracingRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
*/
protected function getTracingSubRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\State\HubInterface' shared service.
*
* @return \Sentry\State\HubInterface
*/
protected function getHubInterfaceService()
{
$this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
$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' => []]);
$b = new \Sentry\ClientBuilder($a);
$c = new \Http\Discovery\Psr17Factory();
$b->setSdkIdentifier('sentry.php.symfony');
$b->setSdkVersion('4.14.0');
$b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c, $c, $c, $c, NULL, NULL));
$b->setSerializer(new \Sentry\Serializer\Serializer($a));
$b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
if ($this->has('Psr\\Log\\NullLogger')) {
$b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger', /* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
}
$instance->bindClient($b->getClient());
return $instance;
}
/**
* Gets the private 'StudentBundle\Service\ClassroomSignUpService' shared service.
*
* @return \StudentBundle\Service\ClassroomSignUpService
*/
protected function getClassroomSignUpServiceService()
{
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Service/ClassroomSignUpService.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/QuizSessionRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/WorksheetSessionRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['StudentBundle\\Service\\ClassroomSignUpService'])) {
return $this->privates['StudentBundle\\Service\\ClassroomSignUpService'];
}
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'));
}
/**
* Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
*
* @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
*/
protected function getResetPasswordRemoveExpiredCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
$this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
$instance->setName('reset-password:remove-expired');
return $instance;
}
/**
* Gets the private 'TeacherBundle\EventListener\MathproblemListener' shared service.
*
* @return \TeacherBundle\EventListener\MathproblemListener
*/
protected function getMathproblemListenerService()
{
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/EventListener/MathproblemListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['TeacherBundle\\EventListener\\MathproblemListener'])) {
return $this->privates['TeacherBundle\\EventListener\\MathproblemListener'];
}
return $this->privates['TeacherBundle\\EventListener\\MathproblemListener'] = new \TeacherBundle\EventListener\MathproblemListener($a);
}
/**
* Gets the private 'UserBundle\Security\ApiKeyAuthenticator' shared autowired service.
*
* @return \UserBundle\Security\ApiKeyAuthenticator
*/
protected function getApiKeyAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/ApiKeyAuthenticator.php';
$a = ($this->services['UserBundle\\Service\\GaleUserService'] ?? $this->getGaleUserServiceService());
if (isset($this->privates['UserBundle\\Security\\ApiKeyAuthenticator'])) {
return $this->privates['UserBundle\\Security\\ApiKeyAuthenticator'];
}
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)');
}
/**
* Gets the private 'UserBundle\Security\Authentication\Impersonator' shared service.
*
* @return \UserBundle\Security\Authentication\Impersonator
*/
protected function getImpersonatorService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/Authentication/Impersonator.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['UserBundle\\Security\\Authentication\\Impersonator'])) {
return $this->privates['UserBundle\\Security\\Authentication\\Impersonator'];
}
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);
}
/**
* Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
*
* @return \Vich\UploaderBundle\Metadata\CacheWarmer
*/
protected function getCacheWarmer3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
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()));
}
/**
* Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
*
* @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
*/
protected function getUploaderExtensionRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
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())));
}
/**
* Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
*
* @return \Vich\UploaderBundle\Util\Transliterator
*/
protected function getTransliteratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
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'))));
}
/**
* Gets the private 'abacus.add_problem.form.type' shared service.
*
* @return \TeacherBundle\Form\AddProblemType
*/
protected function getAbacus_AddProblem_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/AddProblemType.php';
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()), 9, 'kvik-mat');
}
/**
* Gets the private 'abacus.addclassroom2student.form.type' shared autowired service.
*
* @return \StudentBundle\Form\AddClassroomStudentType
*/
protected function getAbacus_Addclassroom2student_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/StudentBundle/Form/AddClassroomStudentType.php';
return $this->privates['abacus.addclassroom2student.form.type'] = new \StudentBundle\Form\AddClassroomStudentType(($this->privates['abacus_core.repository.classroom'] ?? $this->getAbacusCore_Repository_ClassroomService()));
}
/**
* Gets the private 'abacus.edit_user.form.type' shared service.
*
* @return \TeacherBundle\Form\EditUserType
*/
protected function getAbacus_EditUser_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/EditUserType.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['abacus.edit_user.form.type'])) {
return $this->privates['abacus.edit_user.form.type'];
}
return $this->privates['abacus.edit_user.form.type'] = new \TeacherBundle\Form\EditUserType($a, 'primaryschool');
}
/**
* Gets the private 'abacus.mathproblemoverview.form.type' shared autowired service.
*
* @return \TeacherBundle\Form\MathproblemOverviewType
*/
protected function getAbacus_Mathproblemoverview_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/MathproblemOverviewType.php';
return $this->privates['abacus.mathproblemoverview.form.type'] = new \TeacherBundle\Form\MathproblemOverviewType(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'abacus.teacher.form.classroom' shared service.
*
* @return \TeacherBundle\Form\ClassroomType
*/
protected function getAbacus_Teacher_Form_ClassroomService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/ClassroomType.php';
return $this->privates['abacus.teacher.form.classroom'] = new \TeacherBundle\Form\ClassroomType();
}
/**
* Gets the private 'abacus.teacher.form.type' shared service.
*
* @return \TeacherBundle\Form\TeacherType
*/
protected function getAbacus_Teacher_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/TeacherType.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['abacus.teacher.form.type'])) {
return $this->privates['abacus.teacher.form.type'];
}
return $this->privates['abacus.teacher.form.type'] = new \TeacherBundle\Form\TeacherType($a);
}
/**
* Gets the private 'abacus.textbook_session.form.type' shared service.
*
* @return \TeacherBundle\Form\TextbookSessionType
*/
protected function getAbacus_TextbookSession_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/TeacherBundle/Form/TextbookSessionType.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['abacus.textbook_session.form.type'])) {
return $this->privates['abacus.textbook_session.form.type'];
}
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()));
}
/**
* Gets the private 'abacus.user.unilogin.form.type' shared service.
*
* @return \UserBundle\Form\Type\UniLoginType
*/
protected function getAbacus_User_Unilogin_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Form/Type/UniLoginType.php';
return $this->privates['abacus.user.unilogin.form.type'] = new \UserBundle\Form\Type\UniLoginType();
}
/**
* Gets the private 'abacus_core.create_demo_classroom' shared service.
*
* @return \CoreBundle\Service\CreateDemoClassroom
*/
protected function getAbacusCore_CreateDemoClassroomService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Service/CreateDemoClassroom.php';
$a = ($this->privates['abacus_core.repository.classroom'] ?? $this->getAbacusCore_Repository_ClassroomService());
if (isset($this->privates['abacus_core.create_demo_classroom'])) {
return $this->privates['abacus_core.create_demo_classroom'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['abacus_core.create_demo_classroom'])) {
return $this->privates['abacus_core.create_demo_classroom'];
}
return $this->privates['abacus_core.create_demo_classroom'] = new \CoreBundle\Service\CreateDemoClassroom($a, $b, 'primaryschool', 'kvik-mat');
}
/**
* Gets the private 'abacus_core.form.type.date_time' shared service.
*
* @return \CoreBundle\Form\Type\DateTimeType
*/
protected function getAbacusCore_Form_Type_DateTimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Form/Type/DateTimeType.php';
return $this->privates['abacus_core.form.type.date_time'] = new \CoreBundle\Form\Type\DateTimeType();
}
/**
* Gets the private 'abacus_core.repository.classroom' shared service.
*
* @return \CoreBundle\Entity\ClassroomRepository
*/
protected function getAbacusCore_Repository_ClassroomService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/ClassroomRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['abacus_core.repository.classroom'])) {
return $this->privates['abacus_core.repository.classroom'];
}
return $this->privates['abacus_core.repository.classroom'] = $a->getRepository('CoreBundle\\Entity\\Classroom');
}
/**
* Gets the private 'abacus_core.repository.homework' shared service.
*
* @return \CoreBundle\Entity\HomeworkRepository
*/
protected function getAbacusCore_Repository_HomeworkService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/SessionRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/HomeworkRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['abacus_core.repository.homework'])) {
return $this->privates['abacus_core.repository.homework'];
}
return $this->privates['abacus_core.repository.homework'] = $a->getRepository('CoreBundle\\Entity\\Homework');
}
/**
* Gets the private 'abacus_core.repository.mathproblem' shared service.
*
* @return \CoreBundle\Entity\MathproblemRepository
*/
protected function getAbacusCore_Repository_MathproblemService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/MathproblemRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['abacus_core.repository.mathproblem'])) {
return $this->privates['abacus_core.repository.mathproblem'];
}
return $this->privates['abacus_core.repository.mathproblem'] = $a->getRepository('CoreBundle\\Entity\\Mathproblem');
}
/**
* Gets the private 'abacus_core.repository.self_study_topic_student_difficulty_repository' shared service.
*
* @return \CoreBundle\Entity\SelfStudyTopicStudentDifficultyRepository
*/
protected function getAbacusCore_Repository_SelfStudyTopicStudentDifficultyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/SelfStudyTopicStudentDifficultyRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['abacus_core.repository.self_study_topic_student_difficulty_repository'])) {
return $this->privates['abacus_core.repository.self_study_topic_student_difficulty_repository'];
}
return $this->privates['abacus_core.repository.self_study_topic_student_difficulty_repository'] = $a->getRepository('CoreBundle\\Entity\\SelfStudyTopicStudentDifficulty');
}
/**
* Gets the private 'abacus_core.repository.session' shared service.
*
* @return \CoreBundle\Entity\SessionRepository
*/
protected function getAbacusCore_Repository_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/SessionRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/SessionRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['abacus_core.repository.session'])) {
return $this->privates['abacus_core.repository.session'];
}
return $this->privates['abacus_core.repository.session'] = $a->getRepository('CoreBundle\\Entity\\Session');
}
/**
* Gets the private 'abacus_core.repository.student_difficulty_repository' shared service.
*
* @return \CoreBundle\Entity\StudentDifficultyRepository
*/
protected function getAbacusCore_Repository_StudentDifficultyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/StudentDifficultyRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['abacus_core.repository.student_difficulty_repository'])) {
return $this->privates['abacus_core.repository.student_difficulty_repository'];
}
return $this->privates['abacus_core.repository.student_difficulty_repository'] = $a->getRepository('CoreBundle\\Entity\\StudentDifficulty');
}
/**
* Gets the private 'abacus_core.repository.template_mathproblem' shared service.
*
* @return \CoreBundle\Entity\TemplateMathproblemRepository
*/
protected function getAbacusCore_Repository_TemplateMathproblemService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/TemplateMathproblemRepository.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['abacus_core.repository.template_mathproblem'])) {
return $this->privates['abacus_core.repository.template_mathproblem'];
}
return $this->privates['abacus_core.repository.template_mathproblem'] = $a->getRepository('CoreBundle\\Entity\\TemplateMathproblem');
}
/**
* Gets the private 'abacus_core.type.entity_hidden_type' shared service.
*
* @return \CoreBundle\Form\Type\EntityHiddenType
*/
protected function getAbacusCore_Type_EntityHiddenTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Form/Type/EntityHiddenType.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['abacus_core.type.entity_hidden_type'])) {
return $this->privates['abacus_core.type.entity_hidden_type'];
}
return $this->privates['abacus_core.type.entity_hidden_type'] = new \CoreBundle\Form\Type\EntityHiddenType($a);
}
/**
* Gets the private 'abacus_exception_handler.listener' shared autowired service.
*
* @return \CoreBundle\Event\ExceptionListener
*/
protected function getAbacusExceptionHandler_ListenerService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Event/ExceptionListener.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['abacus_exception_handler.listener'])) {
return $this->privates['abacus_exception_handler.listener'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['abacus_exception_handler.listener'])) {
return $this->privates['abacus_exception_handler.listener'];
}
$c = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['abacus_exception_handler.listener'])) {
return $this->privates['abacus_exception_handler.listener'];
}
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);
}
/**
* Gets the private 'abacus_request.listener' shared autowired service.
*
* @return \CoreBundle\Event\RequestListener
*/
protected function getAbacusRequest_ListenerService()
{
return $this->privates['abacus_request.listener'] = new \CoreBundle\Event\RequestListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
}
/**
* Gets the private 'annotations.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
*/
protected function getAnnotations_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
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);
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$instance->addGlobalIgnoredName('required', NULL);
return $instance;
}
/**
* Gets the private 'cache.annotations.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Annotations_TraceableService()
{
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('FPwC0qvQ3d', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
{
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()));
}
/**
* Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
{
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()));
}
/**
* Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('HhiRps70xn', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
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));
}
/**
* Gets the private 'cache.property_info.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfo_TraceableService()
{
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('0xahDBw7es', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.security_expression_language.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguage_TraceableService()
{
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('IGJUHrNZQi', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.security_token_verifier.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityTokenVerifier_TraceableService()
{
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('58bOzfZ4TC', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.serializer.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Serializer_TraceableService()
{
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('YTDjvqXUyz', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.validator.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Validator_TraceableService()
{
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('KwR40zf-UF', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache_pool_clearer.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
*/
protected function getCachePoolClearer_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
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']);
}
/**
* Gets the private 'config_builder.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
*/
protected function getConfigBuilder_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
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()));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
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)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'console.command.about' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
*/
protected function getConsole_Command_AboutService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
$this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
$instance->setName('about');
$instance->setDescription('Display information about the current project');
return $instance;
}
/**
* Gets the private 'console.command.assets_install' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
*/
protected function getConsole_Command_AssetsInstallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$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));
$instance->setName('assets:install');
$instance->setDescription('Install bundle\'s web assets under a public directory');
return $instance;
}
/**
* Gets the private 'console.command.cache_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
*/
protected function getConsole_Command_CacheClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$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())));
$instance->setName('cache:clear');
$instance->setDescription('Clear the cache');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
*/
protected function getConsole_Command_CachePoolClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
$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']);
$instance->setName('cache:pool:clear');
$instance->setDescription('Clear cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_delete' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
*/
protected function getConsole_Command_CachePoolDeleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
$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']);
$instance->setName('cache:pool:delete');
$instance->setDescription('Delete an item from a cache pool');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
*/
protected function getConsole_Command_CachePoolListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
$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']);
$instance->setName('cache:pool:list');
$instance->setDescription('List available cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_prune' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
*/
protected function getConsole_Command_CachePoolPruneService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
$this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
yield 'cache.security_token_verifier.traceable' => ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService());
yield 'cache.doctrine.orm.default.result.traceable' => ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService());
yield 'cache.doctrine.orm.default.query.traceable' => ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService());
yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
yield 'cache.easyadmin' => ($this->services['cache.easyadmin'] ?? $this->getCache_EasyadminService());
}, 13));
$instance->setName('cache:pool:prune');
$instance->setDescription('Prune cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_warmup' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
*/
protected function getConsole_Command_CacheWarmupService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
$this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
$instance->setName('cache:warmup');
$instance->setDescription('Warm up an empty cache');
return $instance;
}
/**
* Gets the private 'console.command.config_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
*/
protected function getConsole_Command_ConfigDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
$this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
$instance->setName('debug:config');
$instance->setDescription('Dump the current configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.config_dump_reference' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
*/
protected function getConsole_Command_ConfigDumpReferenceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
$this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
$instance->setName('config:dump-reference');
$instance->setDescription('Dump the default configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.container_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
*/
protected function getConsole_Command_ContainerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
$this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
$instance->setName('debug:container');
$instance->setDescription('Display current services for an application');
return $instance;
}
/**
* Gets the private 'console.command.container_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
*/
protected function getConsole_Command_ContainerLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
$this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
$instance->setName('lint:container');
$instance->setDescription('Ensure that arguments injected into services match type declarations');
return $instance;
}
/**
* Gets the private 'console.command.debug_autowiring' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
*/
protected function getConsole_Command_DebugAutowiringService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
$this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:autowiring');
$instance->setDescription('List classes/interfaces you can use for autowiring');
return $instance;
}
/**
* Gets the private 'console.command.dotenv_debug' shared service.
*
* @return \Symfony\Component\Dotenv\Command\DebugCommand
*/
protected function getConsole_Command_DotenvDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
$this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
$instance->setName('debug:dotenv');
$instance->setDescription('Lists all dotenv files with variables and values');
return $instance;
}
/**
* Gets the private 'console.command.event_dispatcher_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
*/
protected function getConsole_Command_EventDispatcherDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
$this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.UNE7Kl7'] ?? $this->get_ServiceLocator_UNE7Kl7Service()));
$instance->setName('debug:event-dispatcher');
$instance->setDescription('Display configured listeners for an application');
return $instance;
}
/**
* Gets the private 'console.command.form_debug' shared service.
*
* @return \Symfony\Component\Form\Command\DebugCommand
*/
protected function getConsole_Command_FormDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
$this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'CoreBundle\\Form\\Type', 2 => 'UserBundle\\Form\\Type', 3 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 4 => 'FOS\\UserBundle\\Form\\Type', 5 => 'StudentBundle\\Form', 6 => 'TeacherBundle\\Form', 7 => 'AdminBundle\\Form', 8 => 'AdminBundle\\Form\\Type\\EasyAdmin', 9 => 'Vich\\UploaderBundle\\Form\\Type', 10 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type'], [0 => 'CoreBundle\\Form\\Type\\DateTimeType', 1 => 'CoreBundle\\Form\\Type\\EntityHiddenType', 2 => 'UserBundle\\Form\\Type\\UniLoginType', 3 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 4 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 5 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 6 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 7 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 8 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType', 9 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType', 10 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType', 11 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType', 12 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType', 13 => 'StudentBundle\\Form\\AddClassroomStudentType', 14 => 'TeacherBundle\\Form\\TextbookSessionType', 15 => 'TeacherBundle\\Form\\MathproblemOverviewType', 16 => 'TeacherBundle\\Form\\ClassroomType', 17 => 'TeacherBundle\\Form\\AddProblemType', 18 => 'TeacherBundle\\Form\\EditUserType', 19 => 'TeacherBundle\\Form\\TeacherType', 20 => 'AdminBundle\\Form\\AnswerType', 21 => 'AdminBundle\\Form\\BulkAudioUpload', 22 => 'AdminBundle\\Form\\BulkCsvUpload', 23 => 'AdminBundle\\Form\\BulkImageUpload', 24 => 'AdminBundle\\Form\\CsvUploadType', 25 => 'AdminBundle\\Form\\ProblemType', 26 => 'AdminBundle\\Form\\StatisticsType', 27 => 'AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType', 28 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType', 29 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType', 30 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType', 31 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType', 32 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 1 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 2 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 3 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 4 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 5 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 6 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 7 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension', 8 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension', 9 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension', 10 => 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\CollectionTypeExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:form');
$instance->setDescription('Display form type information');
return $instance;
}
/**
* Gets the private 'console.command.messenger_consume_messages' shared service.
*
* @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
*/
protected function getConsole_Command_MessengerConsumeMessagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
$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']);
$instance->setName('messenger:consume');
$instance->setDescription('Consume messages');
return $instance;
}
/**
* Gets the private 'console.command.messenger_debug' shared service.
*
* @return \Symfony\Component\Messenger\Command\DebugCommand
*/
protected function getConsole_Command_MessengerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/DebugCommand.php';
$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 => []]]]]);
$instance->setName('debug:messenger');
$instance->setDescription('List messages you can dispatch using the message buses');
return $instance;
}
/**
* Gets the private 'console.command.messenger_setup_transports' shared service.
*
* @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
*/
protected function getConsole_Command_MessengerSetupTransportsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
$this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [0 => 'async']);
$instance->setName('messenger:setup-transports');
$instance->setDescription('Prepare the required infrastructure for the transport');
return $instance;
}
/**
* Gets the private 'console.command.messenger_stop_workers' shared service.
*
* @return \Symfony\Component\Messenger\Command\StopWorkersCommand
*/
protected function getConsole_Command_MessengerStopWorkersService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
$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()));
$instance->setName('messenger:stop-workers');
$instance->setDescription('Stop workers after their current message');
return $instance;
}
/**
* Gets the private 'console.command.router_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
*/
protected function getConsole_Command_RouterDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
$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()));
$instance->setName('debug:router');
$instance->setDescription('Display current routes for an application');
return $instance;
}
/**
* Gets the private 'console.command.router_match' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
*/
protected function getConsole_Command_RouterMatchService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
$this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
$instance->setName('router:match');
$instance->setDescription('Help debug routes by simulating a path info match');
return $instance;
}
/**
* Gets the private 'console.command.secrets_decrypt_to_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
*/
protected function getConsole_Command_SecretsDecryptToLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:decrypt-to-local');
$instance->setDescription('Decrypt all secrets and stores them in the local vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_encrypt_from_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
*/
protected function getConsole_Command_SecretsEncryptFromLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:encrypt-from-local');
$instance->setDescription('Encrypt all local secrets to the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_generate_key' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
*/
protected function getConsole_Command_SecretsGenerateKeyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:generate-keys');
$instance->setDescription('Generate new encryption keys');
return $instance;
}
/**
* Gets the private 'console.command.secrets_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
*/
protected function getConsole_Command_SecretsListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:list');
$instance->setDescription('List all secrets');
return $instance;
}
/**
* Gets the private 'console.command.secrets_remove' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
*/
protected function getConsole_Command_SecretsRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:remove');
$instance->setDescription('Remove a secret from the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_set' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
*/
protected function getConsole_Command_SecretsSetService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:set');
$instance->setDescription('Set a secret in the vault');
return $instance;
}
/**
* Gets the private 'console.command.translation_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
*/
protected function getConsole_Command_TranslationDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
$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')], []);
$instance->setName('debug:translation');
$instance->setDescription('Display translation messages information');
return $instance;
}
/**
* Gets the private 'console.command.translation_extract' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
*/
protected function getConsole_Command_TranslationExtractService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
$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')], []);
$instance->setName('translation:extract');
$instance->setAliases([0 => 'translation:update']);
$instance->setDescription('Extract missing translations keys from code to translation files.');
return $instance;
}
/**
* Gets the private 'console.command.translation_pull' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPullCommand
*/
protected function getConsole_Command_TranslationPullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
$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', [], []);
$instance->setName('translation:pull');
$instance->setDescription('Pull translations from a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.translation_push' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPushCommand
*/
protected function getConsole_Command_TranslationPushService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
$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()), [], []);
$instance->setName('translation:push');
$instance->setDescription('Push translations to a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.validator_debug' shared service.
*
* @return \Symfony\Component\Validator\Command\DebugCommand
*/
protected function getConsole_Command_ValidatorDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
$this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
$instance->setName('debug:validator');
$instance->setDescription('Display validation constraints for classes');
return $instance;
}
/**
* Gets the private 'console.command.xliff_lint' shared service.
*
* @return \Symfony\Component\Translation\Command\XliffLintCommand
*/
protected function getConsole_Command_XliffLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
$this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
$instance->setName('lint:xliff');
$instance->setDescription('Lint an XLIFF file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.command.yaml_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
*/
protected function getConsole_Command_YamlLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
$this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
$instance->setName('lint:yaml');
$instance->setDescription('Lint a YAML file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.error_listener' shared service.
*
* @return \Symfony\Component\Console\EventListener\ErrorListener
*/
protected function getConsole_ErrorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
$a = new \Symfony\Bridge\Monolog\Logger('console');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
}
/**
* Gets the private 'container.env_var_processor' shared service.
*
* @return \Symfony\Component\DependencyInjection\EnvVarProcessor
*/
protected function getContainer_EnvVarProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
}, 1));
}
/**
* Gets the private 'container.getenv' shared service.
*
* @return \Closure
*/
protected function getContainer_GetenvService()
{
return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
}
/**
* Gets the private 'core.twig_runtime' shared autowired service.
*
* @return \CoreBundle\Twig\AppRuntime
*/
protected function getCore_TwigRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Twig/AppRuntime.php';
return $this->privates['core.twig_runtime'] = new \CoreBundle\Twig\AppRuntime('c9ca7eda-8abd-4574-9359-a603ab883612');
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
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())));
}
/**
* Gets the private 'data_collector.request.session_collector' shared service.
*
* @return \Closure
*/
protected function getDataCollector_Request_SessionCollectorService()
{
return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
}
/**
* Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getAdminContextResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/AdminContextResolver.php';
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))));
}
/**
* Gets the private 'debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getBatchActionDtoResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/ArgumentResolver/BatchActionDtoResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.default' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_NotTaggedControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
$a = ($this->privates['.service_locator.OL4RnZd'] ?? $this->get_ServiceLocator_OL4RnZdService());
if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
return $this->privates['debug.argument_resolver.not_tagged_controller'];
}
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))));
}
/**
* Gets the private 'debug.argument_resolver.request' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.request_attribute' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestAttributeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.service' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_ServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
$a = ($this->privates['.service_locator.OL4RnZd'] ?? $this->get_ServiceLocator_OL4RnZdService());
if (isset($this->privates['debug.argument_resolver.service'])) {
return $this->privates['debug.argument_resolver.service'];
}
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))));
}
/**
* Gets the private 'debug.argument_resolver.session' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.variadic' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_VariadicService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
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))));
}
/**
* Gets the private 'debug.controller_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
*/
protected function getDebug_ControllerResolverService()
{
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))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
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()));
}
/**
* Gets the private 'debug.dump_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DumpListener
*/
protected function getDebug_DumpListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
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()));
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
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 () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
});
}
/**
* Gets the private 'debug.file_link_formatter.url_format' shared service.
*
* @return \string
*/
protected function getDebug_FileLinkFormatter_UrlFormatService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['debug.file_link_formatter.url_format'])) {
return $this->privates['debug.file_link_formatter.url_format'];
}
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');
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
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())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
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 () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
yield 1 => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService());
yield 2 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
yield 3 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
yield 4 => ($this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'] ?? $this->getTextbookVoterService());
yield 5 => ($this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'] ?? $this->getSelfStudyVoterService());
yield 6 => ($this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'] ?? $this->getPublicationVoterService());
yield 7 => ($this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'] ?? $this->getPublisherVoterService());
yield 8 => ($this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'] ?? $this->getUserVoterService());
yield 9 => ($this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'] ?? $this->getQuizVoterService());
yield 10 => ($this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'] ?? $this->getProblemVoterService());
yield 11 => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->getSecurityVoterService());
}, 12), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, $c);
}
/**
* Gets the private 'debug.security.firewall.authenticator.api_doc' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_ApiDocService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
$a = ($this->privates['security.event_dispatcher.api_doc'] ?? $this->getSecurity_EventDispatcher_ApiDocService());
if (isset($this->privates['debug.security.firewall.authenticator.api_doc'])) {
return $this->privates['debug.security.firewall.authenticator.api_doc'];
}
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, [])));
}
/**
* Gets the private 'debug.security.firewall.authenticator.api_gale' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_ApiGaleService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
$a = ($this->privates['UserBundle\\Security\\ApiKeyAuthenticator'] ?? $this->getApiKeyAuthenticatorService());
if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
return $this->privates['debug.security.firewall.authenticator.api_gale'];
}
$b = ($this->privates['security.event_dispatcher.api_gale'] ?? $this->getSecurity_EventDispatcher_ApiGaleService());
if (isset($this->privates['debug.security.firewall.authenticator.api_gale'])) {
return $this->privates['debug.security.firewall.authenticator.api_gale'];
}
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, [])));
}
/**
* Gets the private 'debug.security.firewall.authenticator.main' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
$a = ($this->privates['security.authenticator.two_factor.main'] ?? $this->getSecurity_Authenticator_TwoFactor_MainService());
if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
return $this->privates['debug.security.firewall.authenticator.main'];
}
$b = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
return $this->privates['debug.security.firewall.authenticator.main'];
}
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, [])));
}
/**
* Gets the private 'debug.security.user_value_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_Security_UserValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
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))));
}
/**
* Gets the private 'debug.security.voter.CoreBundle\Security\ProblemVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getProblemVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/ProblemVoter.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\ProblemVoter'];
}
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);
}
/**
* Gets the private 'debug.security.voter.CoreBundle\Security\PublicationVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getPublicationVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/PublicationVoter.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'];
}
return $this->privates['debug.security.voter.CoreBundle\\Security\\PublicationVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\PublicationVoter($a, $b), $c);
}
/**
* Gets the private 'debug.security.voter.CoreBundle\Security\PublisherVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getPublisherVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/PublisherVoter.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'];
}
return $this->privates['debug.security.voter.CoreBundle\\Security\\PublisherVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\PublisherVoter($a, $b), $c);
}
/**
* Gets the private 'debug.security.voter.CoreBundle\Security\QuizVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getQuizVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/QuizVoter.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'];
}
$b = ($this->privates['AdminBundle\\Service\\EasyAdminService'] ?? $this->getEasyAdminServiceService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\QuizVoter'];
}
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);
}
/**
* Gets the private 'debug.security.voter.CoreBundle\Security\SelfStudyVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getSelfStudyVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/SelfStudyVoter.php';
$a = ($this->privates['CoreBundle\\Service\\SelfStudyVoterService'] ?? $this->getSelfStudyVoterServiceService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'];
}
return $this->privates['debug.security.voter.CoreBundle\\Security\\SelfStudyVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\SelfStudyVoter($a), $b);
}
/**
* Gets the private 'debug.security.voter.CoreBundle\Security\TextbookVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getTextbookVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/TextbookVoter.php';
$a = ($this->privates['CoreBundle\\Service\\TextbookVoterService'] ?? $this->getTextbookVoterServiceService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'];
}
return $this->privates['debug.security.voter.CoreBundle\\Security\\TextbookVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\TextbookVoter($a), $b);
}
/**
* Gets the private 'debug.security.voter.CoreBundle\Security\UserVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getUserVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/UserVoter.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'])) {
return $this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'];
}
return $this->privates['debug.security.voter.CoreBundle\\Security\\UserVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \CoreBundle\Security\UserVoter($a, $b), $c);
}
/**
* Gets the private 'debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getSecurityVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/src/Security/SecurityVoter.php';
$a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'])) {
return $this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'];
}
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);
}
/**
* Gets the private 'debug.security.voter.scheb_two_factor.security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authorization/Voter/TwoFactorInProgressVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'])) {
return $this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'];
}
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);
}
/**
* Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
return $this->privates['debug.security.voter.security.access.authenticated_voter'];
}
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);
}
/**
* Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
return $this->privates['debug.security.voter.security.access.expression_voter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
return $this->privates['debug.security.voter.security.access.expression_voter'];
}
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);
}
/**
* Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
}
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);
}
/**
* Gets the private 'debug.security.voter.vote_listener' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
*/
protected function getDebug_Security_Voter_VoteListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['debug.security.voter.vote_listener'])) {
return $this->privates['debug.security.voter.vote_listener'];
}
return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
}
/**
* Gets the private 'doctrine.cache_clear_metadata_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-metadata');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-query');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_result_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-result');
return $instance;
}
/**
* Gets the private 'doctrine.cache_collection_region_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-collection-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_entity_region_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-entity-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_query_region_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-query-region');
return $instance;
}
/**
* Gets the private 'doctrine.database_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:create');
return $instance;
}
/**
* Gets the private 'doctrine.database_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:drop');
return $instance;
}
/**
* Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'TeacherBundle\\EventListener\\MathproblemListener' => ['privates', 'TeacherBundle\\EventListener\\MathproblemListener', 'getMathproblemListenerService', false],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', false],
'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', false],
'stof_doctrine_extensions.listener.sortable' => ['privates', 'stof_doctrine_extensions.listener.sortable', 'getStofDoctrineExtensions_Listener_SortableService', false],
'vich_uploader.listener.clean.peer_solution_file' => ['privates', 'vich_uploader.listener.clean.peer_solution_file', 'getVichUploader_Listener_Clean_PeerSolutionFileService', false],
'vich_uploader.listener.clean.worksheet_solution_file' => ['privates', 'vich_uploader.listener.clean.worksheet_solution_file', 'getVichUploader_Listener_Clean_WorksheetSolutionFileService', false],
'vich_uploader.listener.remove.peer_solution_file' => ['privates', 'vich_uploader.listener.remove.peer_solution_file', 'getVichUploader_Listener_Remove_PeerSolutionFileService', false],
'vich_uploader.listener.remove.worksheet_solution_file' => ['privates', 'vich_uploader.listener.remove.worksheet_solution_file', 'getVichUploader_Listener_Remove_WorksheetSolutionFileService', false],
'vich_uploader.listener.upload.peer_solution_file' => ['privates', 'vich_uploader.listener.upload.peer_solution_file', 'getVichUploader_Listener_Upload_PeerSolutionFileService', false],
'vich_uploader.listener.upload.worksheet_solution_file' => ['privates', 'vich_uploader.listener.upload.worksheet_solution_file', 'getVichUploader_Listener_Upload_WorksheetSolutionFileService', false],
], [
'TeacherBundle\\EventListener\\MathproblemListener' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'fos_user.user_listener' => '?',
'stof_doctrine_extensions.listener.sortable' => '?',
'vich_uploader.listener.clean.peer_solution_file' => '?',
'vich_uploader.listener.clean.worksheet_solution_file' => '?',
'vich_uploader.listener.remove.peer_solution_file' => '?',
'vich_uploader.listener.remove.worksheet_solution_file' => '?',
'vich_uploader.listener.upload.peer_solution_file' => '?',
'vich_uploader.listener.upload.worksheet_solution_file' => '?',
]), [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']]);
}
/**
* Gets the private 'doctrine.ensure_production_settings_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
*/
protected function getDoctrine_EnsureProductionSettingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
$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()));
$instance->setName('doctrine:ensure-production-settings');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_convert_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
$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()));
$instance->setName('doctrine:mapping:convert');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
*/
protected function getDoctrine_MappingImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
$instance->setName('doctrine:mapping:import');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_info_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
$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()));
$instance->setName('doctrine:mapping:info');
return $instance;
}
/**
* Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
*/
protected function getDoctrine_Orm_Command_EntityManagerProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
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);
}
/**
* Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
}
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
}
/**
* Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
*/
protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
{
$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);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService());
}, 1));
}
/**
* Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
}, 1));
}
/**
* Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
*/
protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
*
* @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
*/
protected function getDoctrine_Orm_ProxyCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.validator.unique' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
*/
protected function getDoctrine_Orm_Validator_UniqueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.query_dql_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
$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()));
$instance->setName('doctrine:query:dql');
return $instance;
}
/**
* Gets the private 'doctrine.query_sql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
*/
protected function getDoctrine_QuerySqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
$this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('doctrine:query:sql');
return $instance;
}
/**
* Gets the private 'doctrine.schema_create_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
$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()));
$instance->setName('doctrine:schema:create');
return $instance;
}
/**
* Gets the private 'doctrine.schema_drop_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
$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()));
$instance->setName('doctrine:schema:drop');
return $instance;
}
/**
* Gets the private 'doctrine.schema_update_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
$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()));
$instance->setName('doctrine:schema:update');
return $instance;
}
/**
* Gets the private 'doctrine.schema_validate_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
$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()));
$instance->setName('doctrine:schema:validate');
return $instance;
}
/**
* Gets the private 'doctrine.ulid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
*/
protected function getDoctrine_UlidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UlidFactory.php';
return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
}
/**
* Gets the private 'doctrine.uuid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
*/
protected function getDoctrine_UuidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/uid/Factory/UuidFactory.php';
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));
}
/**
* Gets the private 'eight_points_guzzle.data_collector' shared service.
*
* @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
*/
protected function getEightPointsGuzzle_DataCollectorService()
{
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);
}
/**
* Gets the private 'error_handler.error_renderer.html' shared service.
*
* @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
*/
protected function getErrorHandler_ErrorRenderer_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
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()));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListener2Service()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'form.choice_list_factory.cached' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
*/
protected function getForm_ChoiceListFactory_CachedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
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())));
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
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, [
'AdminBundle\\Form\\AnswerType' => ['privates', 'AdminBundle\\Form\\AnswerType', 'getAnswerTypeService', false],
'AdminBundle\\Form\\BulkAudioUpload' => ['privates', 'AdminBundle\\Form\\BulkAudioUpload', 'getBulkAudioUploadService', false],
'AdminBundle\\Form\\BulkCsvUpload' => ['privates', 'AdminBundle\\Form\\BulkCsvUpload', 'getBulkCsvUploadService', false],
'AdminBundle\\Form\\BulkImageUpload' => ['privates', 'AdminBundle\\Form\\BulkImageUpload', 'getBulkImageUploadService', false],
'AdminBundle\\Form\\CsvUploadType' => ['privates', 'AdminBundle\\Form\\CsvUploadType', 'getCsvUploadTypeService', false],
'AdminBundle\\Form\\ProblemType' => ['privates', 'AdminBundle\\Form\\ProblemType', 'getProblemTypeService', false],
'AdminBundle\\Form\\StatisticsType' => ['privates', 'AdminBundle\\Form\\StatisticsType', 'getStatisticsTypeService', false],
'AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType' => ['privates', 'AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType', 'getTemplateTypeFilterTypeService', false],
'CoreBundle\\Form\\Type\\DateTimeType' => ['privates', 'abacus_core.form.type.date_time', 'getAbacusCore_Form_Type_DateTimeService', false],
'CoreBundle\\Form\\Type\\EntityHiddenType' => ['privates', 'abacus_core.type.entity_hidden_type', 'getAbacusCore_Type_EntityHiddenTypeService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType', 'getCrudFormTypeService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType', 'getFileUploadTypeService', false],
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => ['privates', 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType', 'getFiltersFormTypeService', false],
'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates', 'fos_user.change_password.form.type', 'getFosUser_ChangePassword_Form_TypeService', false],
'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates', 'fos_user.profile.form.type', 'getFosUser_Profile_Form_TypeService', false],
'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates', 'fos_user.registration.form.type', 'getFosUser_Registration_Form_TypeService', false],
'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates', 'fos_user.resetting.form.type', 'getFosUser_Resetting_Form_TypeService', false],
'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates', 'fos_user.username_form_type', 'getFosUser_UsernameFormTypeService', false],
'StudentBundle\\Form\\AddClassroomStudentType' => ['privates', 'abacus.addclassroom2student.form.type', 'getAbacus_Addclassroom2student_Form_TypeService', false],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
'TeacherBundle\\Form\\AddProblemType' => ['privates', 'abacus.add_problem.form.type', 'getAbacus_AddProblem_Form_TypeService', false],
'TeacherBundle\\Form\\ClassroomType' => ['privates', 'abacus.teacher.form.classroom', 'getAbacus_Teacher_Form_ClassroomService', false],
'TeacherBundle\\Form\\EditUserType' => ['privates', 'abacus.edit_user.form.type', 'getAbacus_EditUser_Form_TypeService', false],
'TeacherBundle\\Form\\MathproblemOverviewType' => ['privates', 'abacus.mathproblemoverview.form.type', 'getAbacus_Mathproblemoverview_Form_TypeService', false],
'TeacherBundle\\Form\\TeacherType' => ['privates', 'abacus.teacher.form.type', 'getAbacus_Teacher_Form_TypeService', false],
'TeacherBundle\\Form\\TextbookSessionType' => ['privates', 'abacus.textbook_session.form.type', 'getAbacus_TextbookSession_Form_TypeService', false],
'UserBundle\\Form\\Type\\UniLoginType' => ['privates', 'abacus.user.unilogin.form.type', 'getAbacus_User_Unilogin_Form_TypeService', false],
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services', 'vich_uploader.form.type.file', 'getVichUploader_Form_Type_FileService', false],
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services', 'vich_uploader.form.type.image', 'getVichUploader_Form_Type_ImageService', false],
], [
'AdminBundle\\Form\\AnswerType' => '?',
'AdminBundle\\Form\\BulkAudioUpload' => '?',
'AdminBundle\\Form\\BulkCsvUpload' => '?',
'AdminBundle\\Form\\BulkImageUpload' => '?',
'AdminBundle\\Form\\CsvUploadType' => '?',
'AdminBundle\\Form\\ProblemType' => '?',
'AdminBundle\\Form\\StatisticsType' => '?',
'AdminBundle\\Form\\Type\\EasyAdmin\\TemplateTypeFilterType' => '?',
'CoreBundle\\Form\\Type\\DateTimeType' => '?',
'CoreBundle\\Form\\Type\\EntityHiddenType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\CrudFormType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FiltersFormType' => '?',
'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
'StudentBundle\\Form\\AddClassroomStudentType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
'TeacherBundle\\Form\\AddProblemType' => '?',
'TeacherBundle\\Form\\ClassroomType' => '?',
'TeacherBundle\\Form\\EditUserType' => '?',
'TeacherBundle\\Form\\MathproblemOverviewType' => '?',
'TeacherBundle\\Form\\TeacherType' => '?',
'TeacherBundle\\Form\\TextbookSessionType' => '?',
'UserBundle\\Form\\Type\\UniLoginType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
yield 6 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
yield 7 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Extension\\EaCrudFormTypeExtension'] ?? $this->getEaCrudFormTypeExtensionService());
}, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
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()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
}, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'form.server_params' shared service.
*
* @return \Symfony\Component\Form\Util\ServerParams
*/
protected function getForm_ServerParamsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
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())));
}
/**
* Gets the private 'form.type.choice' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
*/
protected function getForm_Type_ChoiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
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()));
}
/**
* Gets the private 'form.type.color' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ColorType
*/
protected function getForm_Type_ColorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.entity' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
*/
protected function getForm_Type_EntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type.form' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FormType
*/
protected function getForm_Type_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'form.type_extension.csrf' shared service.
*
* @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
*/
protected function getForm_TypeExtension_CsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
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()));
}
/**
* Gets the private 'form.type_extension.form.data_collector' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
*/
protected function getForm_TypeExtension_Form_DataCollectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
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()));
}
/**
* Gets the private 'form.type_extension.form.http_foundation' shared service.
*
* @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
*/
protected function getForm_TypeExtension_Form_HttpFoundationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
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())));
}
/**
* Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
*/
protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.form.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
*/
protected function getForm_TypeExtension_Form_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['form.type_extension.form.validator'])) {
return $this->privates['form.type_extension.form.validator'];
}
$b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
if (isset($this->privates['form.type_extension.form.validator'])) {
return $this->privates['form.type_extension.form.validator'];
}
return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($a, true, $b, ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.upload.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
*/
protected function getForm_TypeExtension_Upload_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'form.type_guesser.doctrine' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
*/
protected function getForm_TypeGuesser_DoctrineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type_guesser.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
*/
protected function getForm_TypeGuesser_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
}
/**
* Gets the private 'fos_user.change_password.form.type' shared service.
*
* @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
*/
protected function getFosUser_ChangePassword_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ChangePasswordFormType.php';
return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('UserBundle\\Entity\\User');
}
/**
* Gets the private 'fos_user.command.activate_user' shared service.
*
* @return \FOS\UserBundle\Command\ActivateUserCommand
*/
protected function getFosUser_Command_ActivateUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/ActivateUserCommand.php';
$this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
$instance->setName('fos:user:activate');
$instance->setDescription('Activate a user');
return $instance;
}
/**
* Gets the private 'fos_user.command.change_password' shared service.
*
* @return \FOS\UserBundle\Command\ChangePasswordCommand
*/
protected function getFosUser_Command_ChangePasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/ChangePasswordCommand.php';
$this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
$instance->setName('fos:user:change-password');
$instance->setDescription('Change the password of a user.');
return $instance;
}
/**
* Gets the private 'fos_user.command.create_user' shared service.
*
* @return \FOS\UserBundle\Command\CreateUserCommand
*/
protected function getFosUser_Command_CreateUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/CreateUserCommand.php';
$this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
$instance->setName('fos:user:create');
$instance->setDescription('Create a user.');
return $instance;
}
/**
* Gets the private 'fos_user.command.deactivate_user' shared service.
*
* @return \FOS\UserBundle\Command\DeactivateUserCommand
*/
protected function getFosUser_Command_DeactivateUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/DeactivateUserCommand.php';
$this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
$instance->setName('fos:user:deactivate');
$instance->setDescription('Deactivate a user');
return $instance;
}
/**
* Gets the private 'fos_user.command.demote_user' shared service.
*
* @return \FOS\UserBundle\Command\DemoteUserCommand
*/
protected function getFosUser_Command_DemoteUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/DemoteUserCommand.php';
$this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
$instance->setName('fos:user:demote');
$instance->setDescription('Demote a user by removing a role');
return $instance;
}
/**
* Gets the private 'fos_user.command.promote_user' shared service.
*
* @return \FOS\UserBundle\Command\PromoteUserCommand
*/
protected function getFosUser_Command_PromoteUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/RoleCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Command/PromoteUserCommand.php';
$this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
$instance->setName('fos:user:promote');
$instance->setDescription('Promotes a user by adding a role');
return $instance;
}
/**
* Gets the private 'fos_user.listener.authentication' shared service.
*
* @return \FOS\UserBundle\EventListener\AuthenticationListener
*/
protected function getFosUser_Listener_AuthenticationService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/AuthenticationListener.php';
return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
}
/**
* Gets the private 'fos_user.listener.flash' shared service.
*
* @return \FOS\UserBundle\EventListener\FlashListener
*/
protected function getFosUser_Listener_FlashService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/FlashListener.php';
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()));
}
/**
* Gets the private 'fos_user.listener.resetting' shared service.
*
* @return \FOS\UserBundle\EventListener\ResettingListener
*/
protected function getFosUser_Listener_ResettingService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/ResettingListener.php';
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['fos_user.listener.resetting'])) {
return $this->privates['fos_user.listener.resetting'];
}
return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener($a, 86400);
}
/**
* Gets the private 'fos_user.profile.form.type' shared service.
*
* @return \FOS\UserBundle\Form\Type\ProfileFormType
*/
protected function getFosUser_Profile_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ProfileFormType.php';
return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('UserBundle\\Entity\\User');
}
/**
* Gets the private 'fos_user.registration.form.type' shared service.
*
* @return \FOS\UserBundle\Form\Type\RegistrationFormType
*/
protected function getFosUser_Registration_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/RegistrationFormType.php';
return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('UserBundle\\Entity\\User');
}
/**
* Gets the private 'fos_user.resetting.form.type' shared service.
*
* @return \FOS\UserBundle\Form\Type\ResettingFormType
*/
protected function getFosUser_Resetting_Form_TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/ResettingFormType.php';
return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('UserBundle\\Entity\\User');
}
/**
* Gets the private 'fos_user.security.interactive_login_listener' shared service.
*
* @return \FOS\UserBundle\EventListener\LastLoginListener
*/
protected function getFosUser_Security_InteractiveLoginListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/EventListener/LastLoginListener.php';
return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
}
/**
* Gets the private 'fos_user.security.login_manager' shared service.
*
* @return \FOS\UserBundle\Security\LoginManager
*/
protected function getFosUser_Security_LoginManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Security/LoginManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/UserChecker.php';
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()));
}
/**
* Gets the private 'fos_user.user_listener' shared service.
*
* @return \FOS\UserBundle\Doctrine\UserListener
*/
protected function getFosUser_UserListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Doctrine/UserListener.php';
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()));
}
/**
* Gets the private 'fos_user.user_provider.username' shared service.
*
* @return \FOS\UserBundle\Security\UserProvider
*/
protected function getFosUser_UserProvider_UsernameService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Security/UserProvider.php';
return $this->privates['fos_user.user_provider.username'] = new \FOS\UserBundle\Security\UserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
}
/**
* Gets the private 'fos_user.username_form_type' shared service.
*
* @return \FOS\UserBundle\Form\Type\UsernameFormType
*/
protected function getFosUser_UsernameFormTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/Type/UsernameFormType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Form/DataTransformer/UserToUsernameTransformer.php';
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())));
}
/**
* Gets the private 'fos_user.util.canonical_fields_updater' shared service.
*
* @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
*/
protected function getFosUser_Util_CanonicalFieldsUpdaterService()
{
$a = new \FOS\UserBundle\Util\Canonicalizer();
return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a, $a);
}
/**
* Gets the private 'fos_user.util.password_updater' shared service.
*
* @return \FOS\UserBundle\Util\HashingPasswordUpdater
*/
protected function getFosUser_Util_PasswordUpdaterService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/PasswordUpdaterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/HashingPasswordUpdater.php';
return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'fos_user.util.user_manipulator' shared service.
*
* @return \FOS\UserBundle\Util\UserManipulator
*/
protected function getFosUser_Util_UserManipulatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Util/UserManipulator.php';
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())));
}
/**
* Gets the private 'fragment.listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
*/
protected function getFragment_ListenerService()
{
return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('W8tpiFLttZGZ2kdXr8NHnAFa48RTpj'))), '/_fragment');
}
/**
* Gets the private 'fragment.renderer.hinclude' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
*/
protected function getFragment_Renderer_HincludeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['fragment.renderer.hinclude'])) {
return $this->privates['fragment.renderer.hinclude'];
}
$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('W8tpiFLttZGZ2kdXr8NHnAFa48RTpj'))), NULL);
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
$a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'kernel.listener.login_listener' shared service.
*
* @return \CoreBundle\Event\LoginListener
*/
protected function getKernel_Listener_LoginListenerService()
{
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Event/LoginListener.php';
$a = ($this->privates['abacus_core.create_demo_classroom'] ?? $this->getAbacusCore_CreateDemoClassroomService());
if (isset($this->privates['kernel.listener.login_listener'])) {
return $this->privates['kernel.listener.login_listener'];
}
return $this->privates['kernel.listener.login_listener'] = new \CoreBundle\Event\LoginListener($a);
}
/**
* Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
*/
protected function getKnpPaginator_Subscriber_SlidingPaginationService()
{
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]);
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('da')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['locale_listener'])) {
return $this->privates['locale_listener'];
}
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, []);
}
/**
* Gets the private 'mailer.mailer' shared service.
*
* @return \Symfony\Component\Mailer\Mailer
*/
protected function getMailer_MailerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
$a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
if (isset($this->privates['mailer.mailer'])) {
return $this->privates['mailer.mailer'];
}
$b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['mailer.mailer'])) {
return $this->privates['mailer.mailer'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.mailer'])) {
return $this->privates['mailer.mailer'];
}
return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a, $b, $c);
}
/**
* Gets the private 'mailer.transport_factory.native' shared service.
*
* @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
*/
protected function getMailer_TransportFactory_NativeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.native'])) {
return $this->privates['mailer.transport_factory.native'];
}
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()));
}
/**
* Gets the private 'mailer.transport_factory.null' shared service.
*
* @return \Symfony\Component\Mailer\Transport\NullTransportFactory
*/
protected function getMailer_TransportFactory_NullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.null'])) {
return $this->privates['mailer.transport_factory.null'];
}
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()));
}
/**
* Gets the private 'mailer.transport_factory.sendmail' shared service.
*
* @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
*/
protected function getMailer_TransportFactory_SendmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.sendmail'])) {
return $this->privates['mailer.transport_factory.sendmail'];
}
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()));
}
/**
* Gets the private 'mailer.transport_factory.smtp' shared service.
*
* @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
*/
protected function getMailer_TransportFactory_SmtpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.smtp'])) {
return $this->privates['mailer.transport_factory.smtp'];
}
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()));
}
/**
* Gets the private 'mailer.transports' shared service.
*
* @return \Symfony\Component\Mailer\Transport\Transports
*/
protected function getMailer_TransportsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
}, 4)))->fromStrings(['main' => 'smtp://smtprelay.gyldendal.dk:25?verify_peer=0']);
}
/**
* Gets the private 'maker.auto_command.make_auth' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeAuthService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$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')))));
$instance->setName('make:auth');
$instance->setDescription('Creates a Guard authenticator of different flavors');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_command' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:command');
$instance->setDescription('Creates a new console command class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:controller');
$instance->setDescription('Creates a new controller class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_crud' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCrudService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:crud');
$instance->setDescription('Creates CRUD for Doctrine entity class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_docker_database' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDockerDatabaseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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')))));
$instance->setName('make:docker:database');
$instance->setDescription('Adds a database container to your docker-compose.yaml file');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_entity' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$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')))));
$instance->setName('make:entity');
$instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_fixtures' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:fixtures');
$instance->setDescription('Creates a new class to load Doctrine fixtures');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:form');
$instance->setDescription('Creates a new form class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_message' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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')))));
$instance->setName('make:message');
$instance->setDescription('Creates a new message and handler');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:messenger-middleware');
$instance->setDescription('Creates a new messenger middleware');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_migration' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMigrationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:migration');
$instance->setDescription('Creates a new migration based on database changes');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_registration_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeRegistrationFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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')))));
$instance->setName('make:registration-form');
$instance->setDescription('Creates a new registration form system');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_reset_password' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeResetPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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')))));
$instance->setName('make:reset-password');
$instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_security_form_login' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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')))));
$instance->setName('make:security:form-login');
$instance->setDescription('Generate the code needed for the form_login authenticator');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:serializer:encoder');
$instance->setDescription('Creates a new serializer encoder class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:serializer:normalizer');
$instance->setDescription('Creates a new serializer normalizer class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeStimulusControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:stimulus-controller');
$instance->setDescription('Creates a new Stimulus controller');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_subscriber' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:subscriber');
$instance->setDescription('Creates a new event subscriber class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_test' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:test');
$instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
$instance->setDescription('Creates a new test class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_component' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigComponentService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:twig-component');
$instance->setDescription('Creates a twig (or live) component');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_extension' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:twig-extension');
$instance->setDescription('Creates a new Twig extension with its runtime class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_user' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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')))));
$instance->setName('make:user');
$instance->setDescription('Creates a new security user class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_validator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:validator');
$instance->setDescription('Creates a new validator and constraint class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_voter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$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')))));
$instance->setName('make:voter');
$instance->setDescription('Creates a new security voter class');
return $instance;
}
/**
* Gets the private 'maker.doctrine_helper' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
*/
protected function getMaker_DoctrineHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
$a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
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~oTLQYnv'] ?? $this->get_3DoctrineMetadataDriveroTLQYnvService())]]]);
}
/**
* Gets the private 'maker.entity_class_generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
*/
protected function getMaker_EntityClassGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
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()));
}
/**
* Gets the private 'maker.file_link_formatter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
*/
protected function getMaker_FileLinkFormatterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
}
/**
* Gets the private 'maker.file_manager' shared service.
*
* @return \Symfony\Bundle\MakerBundle\FileManager
*/
protected function getMaker_FileManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
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'));
}
/**
* Gets the private 'maker.generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Generator
*/
protected function getMaker_GeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
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());
}
/**
* Gets the private 'maker.php_compat_util' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
*/
protected function getMaker_PhpCompatUtilService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.renderer.form_type_renderer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
*/
protected function getMaker_Renderer_FormTypeRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
}
/**
* Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
*/
protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
$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 () {
yield 0 => ($this->privates['.messenger.handler_descriptor.eDZcX8R'] ?? $this->get_Messenger_HandlerDescriptor_EDZcX8RService());
}, 1), 'CoreBundle\\Message\\ValidateMathproblemMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.JjVSoa9'] ?? $this->get_Messenger_HandlerDescriptor_JjVSoa9Service());
}, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
}, 1)]));
$instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
return $instance;
}
/**
* Gets the private 'messenger.bus.default.middleware.traceable' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
*/
protected function getMessenger_Bus_Default_Middleware_TraceableService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
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');
}
/**
* Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
*/
protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
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()));
}
/**
* Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
*/
protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
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()));
}
/**
* Gets the private 'messenger.middleware.send_message' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
*/
protected function getMessenger_Middleware_SendMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
$a = ($this->privates['.service_locator.B4dyivW'] ?? $this->get_ServiceLocator_B4dyivWService());
if (isset($this->privates['messenger.middleware.send_message'])) {
return $this->privates['messenger.middleware.send_message'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['messenger.middleware.send_message'])) {
return $this->privates['messenger.middleware.send_message'];
}
$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);
$instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
return $instance;
}
/**
* Gets the private 'messenger.receiver_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getMessenger_ReceiverLocatorService()
{
return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
], [
'async' => '?',
'messenger.transport.async' => '?',
]);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
*/
protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
$a = ($this->privates['.service_locator.B4dyivW'] ?? $this->get_ServiceLocator_B4dyivWService());
if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
}
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, [
'async' => ['privates', 'messenger.retry.multiplier_retry_strategy.async', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncService', false],
], [
'async' => '?',
]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $b);
}
/**
* Gets the private 'messenger.routable_message_bus' shared service.
*
* @return \Symfony\Component\Messenger\RoutableMessageBus
*/
protected function getMessenger_RoutableMessageBusService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/RoutableMessageBus.php';
$a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['messenger.routable_message_bus'])) {
return $this->privates['messenger.routable_message_bus'];
}
return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'messenger.bus.default' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
], [
'messenger.bus.default' => '?',
]), $a);
}
/**
* Gets the private 'messenger.transport.async' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
return $this->privates['messenger.transport.async'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
yield 0 => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
yield 1 => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
yield 2 => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
yield 3 => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
yield 4 => $this->getMessenger_Transport_Doctrine_FactoryService();
}, 5)))->createTransport('doctrine://default', ['transport_name' => 'async'], new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer());
}
/**
* Gets the private 'messenger.transport.doctrine.factory' shared service.
*
* @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
*/
protected function getMessenger_Transport_Doctrine_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
return new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'messenger.transport.sync.factory' shared service.
*
* @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
*/
protected function getMessenger_Transport_Sync_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
$a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
if (isset($this->privates['messenger.transport.sync.factory'])) {
return $this->privates['messenger.transport.sync.factory'];
}
return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
$this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
$instance->setDefault($instance);
return $instance;
}
/**
* Gets the private 'monolog.command.server_log' shared service.
*
* @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
*/
protected function getMonolog_Command_ServerLogService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
$this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
$instance->setName('server:log');
$instance->setDescription('Start a log server that displays logs in real time');
return $instance;
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.deprecation' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_DeprecationService()
{
$this->privates['monolog.handler.deprecation'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/logs/deprecations.log'), 'DEBUG', true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/logs/dev.log'), 'debug', true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.mailer' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_MailerService()
{
$this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.messenger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_MessengerService()
{
$this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'nelmio_api_doc.describers.config' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
*/
protected function getNelmioApiDoc_Describers_ConfigService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
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' => []]]]]]]);
}
/**
* Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
*/
protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
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()));
}
/**
* Gets the private 'nelmio_api_doc.describers.route.default' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
*/
protected function getNelmioApiDoc_Describers_Route_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
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 () {
yield 0 => ($this->privates['nelmio_api_doc.route_describers.route_argument'] ?? $this->getNelmioApiDoc_RouteDescribers_RouteArgumentService());
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()));
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()));
}, 3));
}
/**
* Gets the private 'nelmio_api_doc.model_describers.form' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
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);
}
/**
* Gets the private 'nelmio_api_doc.model_describers.object' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_ObjectService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
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()));
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
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()));
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()));
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()));
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()));
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()));
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()));
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()));
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()));
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()));
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()));
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()));
}, 12));
}
/**
* Gets the private 'nelmio_api_doc.route_describers.route_argument' shared service.
*
* @return \Nelmio\ApiDocBundle\RouteDescriber\RouteArgumentDescriber
*/
protected function getNelmioApiDoc_RouteDescribers_RouteArgumentService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteDescriberTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/RouteDescriber/RouteArgumentDescriber.php';
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 () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'nelmio_api_doc.routes.default' shared service.
*
* @return \Symfony\Component\Routing\RouteCollection
*/
protected function getNelmioApiDoc_Routes_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouteCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
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());
}
/**
* Gets the private 'nelmio_cors.cors_listener' shared service.
*
* @return \Nelmio\CorsBundle\EventListener\CorsListener
*/
protected function getNelmioCors_CorsListenerService()
{
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'])]));
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
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);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'property_info.serializer_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
*/
protected function getPropertyInfo_SerializerExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'router.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
*/
protected function getRouter_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'router' => ['services', 'router', 'getRouterService', false],
], [
'router' => '?',
]))->withContext('router.cache_warmer', $this));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['router_listener'])) {
return $this->privates['router_listener'];
}
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);
}
/**
* Gets the private 'scheb_two_factor.authenticated_token_condition' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\AuthenticatedTokenCondition
*/
protected function getSchebTwoFactor_AuthenticatedTokenConditionService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/AuthenticatedTokenCondition.php';
return $this->privates['scheb_two_factor.authenticated_token_condition'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\AuthenticatedTokenCondition($this->parameters['scheb_two_factor.security_tokens']);
}
/**
* Gets the private 'scheb_two_factor.condition_registry' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\TwoFactorConditionRegistry
*/
protected function getSchebTwoFactor_ConditionRegistryService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionRegistry.php';
return new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\TwoFactorConditionRegistry(new RewindableGenerator(function () {
yield 0 => ($this->privates['scheb_two_factor.authenticated_token_condition'] ?? $this->getSchebTwoFactor_AuthenticatedTokenConditionService());
yield 1 => ($this->privates['scheb_two_factor.ip_whitelist_condition'] ?? $this->getSchebTwoFactor_IpWhitelistConditionService());
}, 2));
}
/**
* Gets the private 'scheb_two_factor.ip_whitelist_condition' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\IpWhitelistCondition
*/
protected function getSchebTwoFactor_IpWhitelistConditionService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/TwoFactorConditionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Condition/IpWhitelistCondition.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/IpWhitelistProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/IpWhitelist/DefaultIpWhitelistProvider.php';
return $this->privates['scheb_two_factor.ip_whitelist_condition'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Condition\IpWhitelistCondition(new \Scheb\TwoFactorBundle\Security\TwoFactor\IpWhitelist\DefaultIpWhitelistProvider([]));
}
/**
* Gets the private 'scheb_two_factor.provider_initiator' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInitiator
*/
protected function getSchebTwoFactor_ProviderInitiatorService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInitiator.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authentication/Token/TwoFactorTokenFactory.php';
$a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
if (isset($this->privates['scheb_two_factor.provider_initiator'])) {
return $this->privates['scheb_two_factor.provider_initiator'];
}
return $this->privates['scheb_two_factor.provider_initiator'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInitiator($a, new \Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory());
}
/**
* Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
*/
protected function getSchebTwoFactor_ProviderPreparationRecorderService()
{
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()));
}
/**
* Gets the private 'scheb_two_factor.provider_registry' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
*/
protected function getSchebTwoFactor_ProviderRegistryService()
{
return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
yield 'totp' => ($this->privates['scheb_two_factor.security.totp.provider'] ?? $this->getSchebTwoFactor_Security_Totp_ProviderService());
}, 1));
}
/**
* Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
*/
protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
{
return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
}
/**
* Gets the private 'scheb_two_factor.security.listener.check_two_factor_code' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener
*/
protected function getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/AbstractCheckCodeListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/EventListener/CheckTwoFactorCodeListener.php';
$a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
if (isset($this->privates['scheb_two_factor.security.listener.check_two_factor_code'])) {
return $this->privates['scheb_two_factor.security.listener.check_two_factor_code'];
}
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);
}
/**
* Gets the private 'scheb_two_factor.security.totp.default_form_renderer' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer
*/
protected function getSchebTwoFactor_Security_Totp_DefaultFormRendererService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorFormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/DefaultTwoFactorFormRenderer.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['scheb_two_factor.security.totp.default_form_renderer'])) {
return $this->privates['scheb_two_factor.security.totp.default_form_renderer'];
}
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');
}
/**
* Gets the private 'scheb_two_factor.security.totp.provider' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticatorTwoFactorProvider
*/
protected function getSchebTwoFactor_Security_Totp_ProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-totp/Security/TwoFactor/Provider/Totp/TotpAuthenticatorTwoFactorProvider.php';
$a = ($this->privates['scheb_two_factor.security.totp.default_form_renderer'] ?? $this->getSchebTwoFactor_Security_Totp_DefaultFormRendererService());
if (isset($this->privates['scheb_two_factor.security.totp.provider'])) {
return $this->privates['scheb_two_factor.security.totp.provider'];
}
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);
}
/**
* Gets the private 'secrets.vault' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
*/
protected function getSecrets_VaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
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'));
}
/**
* Gets the private 'security.access_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AccessListener
*/
protected function getSecurity_AccessListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['security.access_listener'])) {
return $this->privates['security.access_listener'];
}
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);
}
/**
* Gets the private 'security.access_map' shared service.
*
* @return \Symfony\Component\Security\Http\AccessMap
*/
protected function getSecurity_AccessMapService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
$this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/administrator/'), [0 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/easyadmin/'), [0 => 'ROLE_ADMIN', 1 => 'ROLE_EDITOR', 2 => 'ROLE_AUTHOR'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/teacher/'), [0 => 'ROLE_TEACHER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/refresh/teacher/'), [0 => 'ROLE_TEACHER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/student/'), [0 => 'ROLE_STUDENT'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(refresh|json)/student'), [0 => 'ROLE_STUDENT'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/classroom'), [0 => 'ROLE_TEACHER', 1 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/unilogin'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/testlogin'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/cms'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/register'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/verify-email'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/reset-password'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/select-existing'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/2fa'), [0 => 'IS_AUTHENTICATED_2FA_IN_PROGRESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user/2fa'), [0 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/(isbn/|ibook-connections|shared/)'), [0 => 'ROLE_API'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [0 => 'IS_AUTHENTICATED_REMEMBERED'], NULL);
return $instance;
}
/**
* Gets the private 'security.authentication.access_listener.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener
*/
protected function getSecurity_Authentication_AccessListener_TwoFactor_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/TwoFactorAccessListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Authorization/TwoFactorAccessDecider.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['security.authentication.access_listener.two_factor.main'])) {
return $this->privates['security.authentication.access_listener.two_factor.main'];
}
$b = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
if (isset($this->privates['security.authentication.access_listener.two_factor.main'])) {
return $this->privates['security.authentication.access_listener.two_factor.main'];
}
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));
}
/**
* Gets the private 'security.authentication.authentication_required_handler.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler
*/
protected function getSecurity_Authentication_AuthenticationRequiredHandler_TwoFactor_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/AuthenticationRequiredHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationRequiredHandler.php';
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()));
}
/**
* Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
*/
protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.form_listener.two_factor.main'])) {
return $this->privates['security.authentication.form_listener.two_factor.main'];
}
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);
}
/**
* Gets the private 'security.authentication.kernel_exception_listener.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener
*/
protected function getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Firewall/ExceptionListener.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.kernel_exception_listener.two_factor.main'])) {
return $this->privates['security.authentication.kernel_exception_listener.two_factor.main'];
}
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);
}
/**
* Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
*/
protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
{
$a = ($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService());
if (isset($this->privates['security.authentication.provider_preparation_listener.two_factor.main'])) {
return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'];
}
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);
}
/**
* Gets the private 'security.authentication.session_strategy' shared service.
*
* @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
*/
protected function getSecurity_Authentication_SessionStrategyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
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()));
}
/**
* Gets the private 'security.authentication.switchuser_listener.main' shared service.
*
* @return \UserBundle\Security\Firewall\SwitchUserListener
*/
protected function getSecurity_Authentication_SwitchuserListener_MainService()
{
include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/Firewall/SwitchUserListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Entity/ClassroomStudentRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/UserChecker.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
return $this->privates['security.authentication.switchuser_listener.main'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
return $this->privates['security.authentication.switchuser_listener.main'];
}
$c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
return $this->privates['security.authentication.switchuser_listener.main'];
}
$d = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
return $this->privates['security.authentication.switchuser_listener.main'];
}
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);
}
/**
* Gets the private 'security.authentication.token_created_listener.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationTokenListener
*/
protected function getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/AuthenticationTokenListener.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/AuthenticationContextFactory.php';
$a = ($this->privates['scheb_two_factor.provider_initiator'] ?? $this->getSchebTwoFactor_ProviderInitiatorService());
if (isset($this->privates['security.authentication.token_created_listener.two_factor.main'])) {
return $this->privates['security.authentication.token_created_listener.two_factor.main'];
}
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())));
}
/**
* Gets the private 'security.authentication_utils' shared service.
*
* @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
*/
protected function getSecurity_AuthenticationUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
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())));
}
/**
* Gets the private 'security.authenticator.form_login.main' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
*/
protected function getSecurity_Authenticator_FormLogin_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
$a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['security.authenticator.form_login.main'])) {
return $this->privates['security.authenticator.form_login.main'];
}
$b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
$c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$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]);
$c->setFirewallName('main');
$d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($a, $b, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
$d->setOptions(['login_path' => '/login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']);
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]);
}
/**
* Gets the private 'security.authenticator.remember_me.main' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator
*/
protected function getSecurity_Authenticator_RememberMe_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
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()), 'W8tpiFLttZGZ2kdXr8NHnAFa48RTpj', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'REMEMBERME', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
}
/**
* Gets the private 'security.authenticator.remember_me_handler.main' shared service.
*
* @return \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler
*/
protected function getSecurity_Authenticator_RememberMeHandler_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
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'], 'W8tpiFLttZGZ2kdXr8NHnAFa48RTpj', 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' => 'W8tpiFLttZGZ2kdXr8NHnAFa48RTpj', '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()));
}
/**
* Gets the private 'security.authenticator.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator
*/
protected function getSecurity_Authenticator_TwoFactor_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authenticator/TwoFactorAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authenticator.two_factor.main'])) {
return $this->privates['security.authenticator.two_factor.main'];
}
$b = ($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService());
$c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
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()));
}
/**
* Gets the private 'security.channel_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ChannelListener
*/
protected function getSecurity_ChannelListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
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());
}
/**
* Gets the private 'security.command.debug_firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
*/
protected function getSecurity_Command_DebugFirewallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
$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);
$instance->setName('debug:firewall');
$instance->setDescription('Display information about your security firewall(s)');
return $instance;
}
/**
* Gets the private 'security.command.user_password_encoder' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
*
* @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
*/
protected function getSecurity_Command_UserPasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
$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']);
$instance->setName('security:encode-password');
$instance->setDescription('Encode a password');
return $instance;
}
/**
* Gets the private 'security.command.user_password_hash' shared service.
*
* @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
*/
protected function getSecurity_Command_UserPasswordHashService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
$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']);
$instance->setName('security:hash-password');
$instance->setDescription('Hash a user password');
return $instance;
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
$a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
if (isset($this->privates['security.context_listener.0'])) {
return $this->privates['security.context_listener.0'];
}
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 () {
yield 0 => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
}, 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']);
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
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())));
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*
* @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
*/
protected function getSecurity_EncoderFactory_GenericService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
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]]);
}
/**
* Gets the private 'security.event_dispatcher.api_doc' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ApiDocService()
{
$this->privates['security.event_dispatcher.api_doc'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.api_doc'] ?? $this->getSecurity_Listener_UserChecker_ApiDocService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.api_doc'] ?? $this->getSecurity_Listener_UserChecker_ApiDocService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
}, 1 => 'onLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->services['UserBundle\\EventListener\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onLogin'], 9223372036854775807);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
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()));
}, 1 => 'onSuccessfulLogin'], -63);
$instance->addListener('security.authentication.success', [0 => function () {
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()));
}, 1 => 'onLogin'], 9223372036854775806);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.api_gale' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ApiGaleService()
{
$this->privates['security.event_dispatcher.api_gale'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.api_gale'] ?? $this->getSecurity_Listener_UserChecker_ApiGaleService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.api_gale'] ?? $this->getSecurity_Listener_UserChecker_ApiGaleService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
}, 1 => 'onLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->services['UserBundle\\EventListener\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onLogin'], 9223372036854775807);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
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()));
}, 1 => 'onSuccessfulLogin'], -63);
$instance->addListener('security.authentication.success', [0 => function () {
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()));
}, 1 => 'onLogin'], 9223372036854775806);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.main' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_MainService()
{
$this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\AuthenticationTokenCreatedEvent', [0 => function () {
return ($this->privates['security.authentication.token_created_listener.two_factor.main'] ?? $this->getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService());
}, 1 => 'onAuthenticationTokenCreated'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->getSecurity_Listener_CheckRememberMeConditions_MainService());
}, 1 => 'onSuccessfulLogin'], -32);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
}, 1 => 'onSuccessfulLogin'], -64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () {
return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
}, 1 => 'clearCookie'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['kernel.listener.login_listener'] ?? $this->getKernel_Listener_LoginListenerService());
}, 1 => 'onLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->services['UserBundle\\EventListener\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
}, 1 => 'onLogin'], 9223372036854775807);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
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()));
}, 1 => 'onSuccessfulLogin'], -63);
$instance->addListener('security.authentication.success', [0 => function () {
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()));
}, 1 => 'onLogin'], 9223372036854775806);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.VrES72a'] ?? $this->get_ServiceLocator_VrES72aService());
if (isset($this->privates['security.firewall.map'])) {
return $this->privates['security.firewall.map'];
}
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
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')));
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/)')));
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)/')));
yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
}, 4));
}
/**
* Gets the private 'security.firewall.map.context.api_doc' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiDocService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
if (isset($this->privates['security.firewall.map.context.api_doc'])) {
return $this->privates['security.firewall.map.context.api_doc'];
}
return $this->privates['security.firewall.map.context.api_doc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['debug.security.firewall.authenticator.api_doc'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiDocService());
yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 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));
}
/**
* Gets the private 'security.firewall.map.context.api_gale' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiGaleService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/ApiAccessDeniedHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.api_gale'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['debug.security.firewall.authenticator.api_gale'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiGaleService());
yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 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));
}
/**
* Gets the private 'security.firewall.map.context.dev' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_DevService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 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));
}
/**
* Gets the private 'security.firewall.map.context.main' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/CoreBundle/Security/AccessDeniedHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['security.firewall.map.context.main'])) {
return $this->privates['security.firewall.map.context.main'];
}
$b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
yield 2 => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
yield 3 => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
yield 4 => ($this->privates['security.authentication.access_listener.two_factor.main'] ?? $this->getSecurity_Authentication_AccessListener_TwoFactor_MainService());
yield 5 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 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']));
}
/**
* Gets the private 'security.firewall_config.two_factor.main' shared service.
*
* @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
*/
protected function getSecurity_FirewallConfig_TwoFactor_MainService()
{
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());
}
/**
* Gets the private 'security.helper' shared service.
*
* @return \Symfony\Component\Security\Core\Security
*/
protected function getSecurity_HelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'security.authorization_checker' => '?',
'security.token_storage' => '?',
]));
}
/**
* Gets the private 'security.http_utils' shared service.
*
* @return \Symfony\Component\Security\Http\HttpUtils
*/
protected function getSecurity_HttpUtilsService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['security.http_utils'])) {
return $this->privates['security.http_utils'];
}
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', NULL);
}
/**
* Gets the private 'security.listener.check_authenticator_credentials' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
*/
protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'security.listener.check_remember_me_conditions.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener
*/
protected function getSecurity_Listener_CheckRememberMeConditions_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckRememberMeConditionsListener.php';
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()));
}
/**
* Gets the private 'security.listener.csrf_protection' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
*/
protected function getSecurity_Listener_CsrfProtectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
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()));
}
/**
* Gets the private 'security.listener.password_migrating' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
*/
protected function getSecurity_Listener_PasswordMigratingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'security.listener.remember_me.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
*/
protected function getSecurity_Listener_RememberMe_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
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()));
}
/**
* Gets the private 'security.listener.session.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
*/
protected function getSecurity_Listener_Session_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
}
/**
* Gets the private 'security.listener.user_checker.api_doc' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_ApiDocService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
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())));
}
/**
* Gets the private 'security.listener.user_checker.api_gale' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_ApiGaleService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
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())));
}
/**
* Gets the private 'security.listener.user_checker.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/UserBundle/Security/UserChecker.php';
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())));
}
/**
* Gets the private 'security.listener.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
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()));
}
/**
* Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
*/
protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
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()));
}
/**
* Gets the private 'security.logout.listener.default.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
*/
protected function getSecurity_Logout_Listener_Default_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['security.logout_url_generator'])) {
return $this->privates['security.logout_url_generator'];
}
$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()));
$instance->registerListener('main', '/logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.password_hasher_factory' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
*/
protected function getSecurity_PasswordHasherFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
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]]);
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'security.user_password_hasher' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
*/
protected function getSecurity_UserPasswordHasherService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'security.validator.user_password' shared service.
*
* @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
*/
protected function getSecurity_Validator_UserPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
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()));
}
/**
* Gets the private 'serializer.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
*/
protected function getSerializer_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
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'));
}
/**
* Gets the private 'serializer.mapping.class_metadata_factory' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getSerializer_Mapping_ClassMetadataFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
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()))]));
}
/**
* Gets the private 'serializer.name_converter.metadata_aware' shared service.
*
* @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
*/
protected function getSerializer_NameConverter_MetadataAwareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
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()));
}
/**
* Gets the private 'session.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
$a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
if (isset($this->privates['session.factory'])) {
return $this->privates['session.factory'];
}
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']);
}
/**
* Gets the private 'session.flash_bag' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Flash\FlashBag
*
* @deprecated Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
*/
protected function getSession_FlashBagService()
{
trigger_deprecation('symfony/framework-bundle', '5.1', 'The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.');
return $this->privates['session.flash_bag'] = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())->getFlashBag();
}
/**
* Gets the private 'session.storage.factory.service' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
*
* @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.
*/
protected function getSession_Storage_Factory_ServiceService()
{
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.');
return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory($this->getSession_Storage_NativeService());
}
/**
* Gets the private 'session.storage.metadata_bag' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
*/
protected function getSession_Storage_MetadataBagService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
}
/**
* Gets the private 'session.storage.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
*/
protected function getSession_Storage_NativeService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
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());
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
], [
'initialized_session' => '?',
'logger' => '?',
'request_stack' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'stof_doctrine_extensions.listener.sortable' shared service.
*
* @return \Gedmo\Sortable\SortableListener
*/
protected function getStofDoctrineExtensions_Listener_SortableService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Sortable/SortableListener.php';
$this->privates['stof_doctrine_extensions.listener.sortable'] = $instance = new \Gedmo\Sortable\SortableListener();
$instance->setCacheItemPool(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'symfonycasts.reset_password.cleaner' shared service.
*
* @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
*/
protected function getSymfonycasts_ResetPassword_CleanerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->services['UserBundle\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), true);
}
/**
* Gets the private 'translation.extractor' shared service.
*
* @return \Symfony\Component\Translation\Extractor\ChainExtractor
*/
protected function getTranslation_ExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
$this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
$instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
$instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
return $instance;
}
/**
* Gets the private 'translation.loader.csv' shared service.
*
* @return \Symfony\Component\Translation\Loader\CsvFileLoader
*/
protected function getTranslation_Loader_CsvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
}
/**
* Gets the private 'translation.loader.dat' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
*/
protected function getTranslation_Loader_DatService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
}
/**
* Gets the private 'translation.loader.ini' shared service.
*
* @return \Symfony\Component\Translation\Loader\IniFileLoader
*/
protected function getTranslation_Loader_IniService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
}
/**
* Gets the private 'translation.loader.json' shared service.
*
* @return \Symfony\Component\Translation\Loader\JsonFileLoader
*/
protected function getTranslation_Loader_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
}
/**
* Gets the private 'translation.loader.mo' shared service.
*
* @return \Symfony\Component\Translation\Loader\MoFileLoader
*/
protected function getTranslation_Loader_MoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
}
/**
* Gets the private 'translation.loader.php' shared service.
*
* @return \Symfony\Component\Translation\Loader\PhpFileLoader
*/
protected function getTranslation_Loader_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
}
/**
* Gets the private 'translation.loader.po' shared service.
*
* @return \Symfony\Component\Translation\Loader\PoFileLoader
*/
protected function getTranslation_Loader_PoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
}
/**
* Gets the private 'translation.loader.qt' shared service.
*
* @return \Symfony\Component\Translation\Loader\QtFileLoader
*/
protected function getTranslation_Loader_QtService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
}
/**
* Gets the private 'translation.loader.res' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuResFileLoader
*/
protected function getTranslation_Loader_ResService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
}
/**
* Gets the private 'translation.loader.xliff' shared service.
*
* @return \Symfony\Component\Translation\Loader\XliffFileLoader
*/
protected function getTranslation_Loader_XliffService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
}
/**
* Gets the private 'translation.loader.yml' shared service.
*
* @return \Symfony\Component\Translation\Loader\YamlFileLoader
*/
protected function getTranslation_Loader_YmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
}
/**
* Gets the private 'translation.provider_collection' shared service.
*
* @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
*/
protected function getTranslation_ProviderCollectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
}, 1), []))->fromConfig([]);
}
/**
* Gets the private 'translation.reader' shared service.
*
* @return \Symfony\Component\Translation\Reader\TranslationReader
*/
protected function getTranslation_ReaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
$this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
$a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
$b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
$instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
$instance->addLoader('yaml', $a);
$instance->addLoader('yml', $a);
$instance->addLoader('xlf', $b);
$instance->addLoader('xliff', $b);
$instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
$instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
$instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
$instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
$instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
$instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
$instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
$instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
return $instance;
}
/**
* Gets the private 'translation.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
*/
protected function getTranslation_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]))->withContext('translation.warmer', $this));
}
/**
* Gets the private 'translation.writer' shared service.
*
* @return \Symfony\Component\Translation\Writer\TranslationWriter
*/
protected function getTranslation_WriterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
$this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
$instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
$instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
$instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
$instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
$instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
$instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
$instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
$instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
$instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
$instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
$instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
return $instance;
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'da', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ar.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ar.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ar.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bg.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bg.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.bg.php')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ca.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ca.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ca.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.cs.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.cs.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.cs.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.da.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.da.yml'), 5 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations/SchebTwoFactorBundle.da.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.da.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.da.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf'), 10 => (\dirname(__DIR__, 4).'/translations/EasyAdminBundle.da.php'), 11 => (\dirname(__DIR__, 4).'/translations/FOSUserBundle.da.yml'), 12 => (\dirname(__DIR__, 4).'/translations/ResetPasswordBundle.da.xlf'), 13 => (\dirname(__DIR__, 4).'/translations/abacus-ap.da.yml'), 14 => (\dirname(__DIR__, 4).'/translations/abacus-dansk.da.yml'), 15 => (\dirname(__DIR__, 4).'/translations/abacus-fysik.da.yml'), 16 => (\dirname(__DIR__, 4).'/translations/abacus-kemi.da.yml'), 17 => (\dirname(__DIR__, 4).'/translations/abacus-matematik.da.yml'), 18 => (\dirname(__DIR__, 4).'/translations/abacus-virk.da.yml'), 19 => (\dirname(__DIR__, 4).'/translations/highschool.da.yml'), 20 => (\dirname(__DIR__, 4).'/translations/kvik-dansk.da.yml'), 21 => (\dirname(__DIR__, 4).'/translations/kvik-engelsk.da.yml'), 22 => (\dirname(__DIR__, 4).'/translations/kvik-mat.da.yml'), 23 => (\dirname(__DIR__, 4).'/translations/kvik-tysk.da.yml'), 24 => (\dirname(__DIR__, 4).'/translations/messages.da.yml'), 25 => (\dirname(__DIR__, 4).'/translations/primaryschool.da.yml'), 26 => (\dirname(__DIR__, 4).'/translations/validators.da.yml')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.de.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.de.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.de.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.el.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.el.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.el.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.en.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.en.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.en.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), 11 => (\dirname(__DIR__, 4).'/translations/FOSUserBundle.en.yml'), 12 => (\dirname(__DIR__, 4).'/translations/messages.en.yml')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.es.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.es.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.es.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.eu.php')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fa.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fa.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fa.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fi.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fi.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.fr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.fr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fr.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.gl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.gl.php')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.he.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.he.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.he.php')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.hr.php'), 7 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.hu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.hu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.hu.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.hy.php')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.id.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.id.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.id.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.it.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.it.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.it.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ja.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ja.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lb.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.lb.php')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.lt.php')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.lv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.lv.yml')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.mk.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.mn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mn.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nb.yml')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.nl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.nl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.nl.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.nl.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.nl.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.no.php')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.pl.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.pt.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.pt_BR.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.pt_BR.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.pt_BR.php')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ro.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ro.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ro.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ru.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ru.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ru.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sk.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf'), 7 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf'), 8 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sl.php')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sr_Latn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sr_Latn.yml')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.sv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.sv.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sv.php'), 7 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.th.yml')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.tr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.tr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.tr.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.tr.yml')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.uk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.uk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.uk.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.vi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.vi.yml')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.zh_CN.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.zh_CN.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.zh_TW.php')], 'bn' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn.yml')], 'bn_BD' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.bn_BD.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.bn_BD.yml')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.eo.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.eo.yml')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/FOSUserBundle.ky.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations/validators.ky.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'sr_RS' => [0 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sr_RS.php')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/src/UserBundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle/Resources/translations'), 11 => (\dirname(__DIR__, 4).'/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/src/CoreBundle/translations'), 19 => (\dirname(__DIR__, 4).'/src/StudentBundle/translations'), 20 => (\dirname(__DIR__, 4).'/src/TeacherBundle/translations'), 21 => (\dirname(__DIR__, 4).'/src/AdminBundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/friendsofsymfony/user-bundle/src/Resources/translations', 4 => 'src/UserBundle/Resources/translations', 5 => 'vendor/knplabs/knp-paginator-bundle/translations', 6 => 'vendor/vich/uploader-bundle/translations', 7 => 'vendor/easycorp/easyadmin-bundle/translations', 8 => 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations', 9 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 10 => 'vendor/scheb/2fa-bundle/Resources/translations', 11 => 'translations', 12 => 'vendor/symfony/framework-bundle/translations', 13 => 'vendor/symfony/security-bundle/translations', 14 => 'vendor/symfony/twig-bundle/translations', 15 => 'vendor/symfony/monolog-bundle/translations', 16 => 'vendor/doctrine/doctrine-bundle/translations', 17 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 18 => 'src/CoreBundle/translations', 19 => 'src/StudentBundle/translations', 20 => 'src/TeacherBundle/translations', 21 => 'src/AdminBundle/translations', 22 => 'vendor/eightpoints/guzzle-bundle/src/translations', 23 => 'vendor/sentry/sentry-symfony/src/translations', 24 => 'vendor/symfony/web-profiler-bundle/translations', 25 => 'vendor/symfony/debug-bundle/translations', 26 => 'vendor/nelmio/api-doc-bundle/translations', 27 => 'vendor/nelmio/cors-bundle/translations', 28 => 'vendor/symfony/maker-bundle/src/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'dk', 1 => 'en']);
return $instance;
}
/**
* Gets the private 'twig.command.debug' shared service.
*
* @return \Symfony\Bridge\Twig\Command\DebugCommand
*/
protected function getTwig_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
$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()));
$instance->setName('debug:twig');
$instance->setDescription('Show a list of twig functions, filters, globals and tests');
return $instance;
}
/**
* Gets the private 'twig.command.lint' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Command\LintCommand
*/
protected function getTwig_Command_LintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
$this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setName('lint:twig');
$instance->setDescription('Lint a Twig template and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'twig.form.engine' shared service.
*
* @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
*/
protected function getTwig_Form_EngineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.form.engine'])) {
return $this->privates['twig.form.engine'];
}
return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
}
/**
* Gets the private 'twig.form.renderer' shared service.
*
* @return \Symfony\Component\Form\FormRenderer
*/
protected function getTwig_Form_RendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
$a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
if (isset($this->privates['twig.form.renderer'])) {
return $this->privates['twig.form.renderer'];
}
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()));
}
/**
* Gets the private 'twig.mailer.message_listener' shared service.
*
* @return \Symfony\Component\Mailer\EventListener\MessageListener
*/
protected function getTwig_Mailer_MessageListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.mailer.message_listener'])) {
return $this->privates['twig.mailer.message_listener'];
}
return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
}
/**
* Gets the private 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
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, [
'hinclude' => ['privates', 'fragment.renderer.hinclude', 'getFragment_Renderer_HincludeService', false],
'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
], [
'hinclude' => '?',
'inline' => '?',
]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('W8tpiFLttZGZ2kdXr8NHnAFa48RTpj'))), $a));
}
/**
* Gets the private 'twig.runtime.security_csrf' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
*/
protected function getTwig_Runtime_SecurityCsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
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()));
}
/**
* Gets the private 'twig.runtime.serializer' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
*/
protected function getTwig_Runtime_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
}
/**
* Gets the private 'twig.template_cache_warmer' shared service.
*
* @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
*/
protected function getTwig_TemplateCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->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')));
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
], [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$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')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$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()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, '{^src\\\\CoreBundle\\\\Entity$}'));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), '{^src\\\\CoreBundle\\\\Entity$}'));
$instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
return $instance;
}
/**
* Gets the private 'validator.email' shared service.
*
* @return \Symfony\Component\Validator\Constraints\EmailValidator
*/
protected function getValidator_EmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
}
/**
* Gets the private 'validator.expression' shared service.
*
* @return \Symfony\Component\Validator\Constraints\ExpressionValidator
*/
protected function getValidator_ExpressionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
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())));
}
/**
* Gets the private 'validator.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
*/
protected function getValidator_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
}
/**
* Gets the private 'validator.not_compromised_password' shared service.
*
* @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
*/
protected function getValidator_NotCompromisedPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
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);
}
/**
* Gets the private 'var_dumper.command.server_dump' shared service.
*
* @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
*/
protected function getVarDumper_Command_ServerDumpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
$a = new \Symfony\Bridge\Monolog\Logger('debug');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushProcessor(($this->privates['CoreBundle\\Logger\\SessionRequestProcessor'] ?? $this->getSessionRequestProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$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()))]);
$instance->setName('server:dump');
$instance->setDescription('Start a dump server that collects and displays dumps in a single place');
return $instance;
}
/**
* Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\CliDumper
*/
protected function getVarDumper_ContextualizedCliDumper_InnerService()
{
$this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
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()]);
}
/**
* Gets the private 'vich_uploader.command.mapping_debug' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingDebugCommand
*/
protected function getVichUploader_Command_MappingDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
$this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
$instance->setName('vich:mapping:debug');
return $instance;
}
/**
* Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
*/
protected function getVichUploader_Command_MappingDebugClassService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
$this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
$instance->setName('vich:mapping:debug-class');
return $instance;
}
/**
* Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingListClassesCommand
*/
protected function getVichUploader_Command_MappingListClassesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
$this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
$instance->setName('vich:mapping:list-classes');
return $instance;
}
/**
* Gets the private 'vich_uploader.listener.clean.peer_solution_file' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_PeerSolutionFileService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
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()));
}
/**
* Gets the private 'vich_uploader.listener.clean.worksheet_solution_file' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_WorksheetSolutionFileService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
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()));
}
/**
* Gets the private 'vich_uploader.listener.remove.peer_solution_file' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_PeerSolutionFileService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
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()));
}
/**
* Gets the private 'vich_uploader.listener.remove.worksheet_solution_file' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_WorksheetSolutionFileService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
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()));
}
/**
* Gets the private 'vich_uploader.listener.upload.peer_solution_file' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_PeerSolutionFileService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
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()));
}
/**
* Gets the private 'vich_uploader.listener.upload.worksheet_solution_file' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_WorksheetSolutionFileService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
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()));
}
/**
* Gets the private 'vich_uploader.metadata_reader' shared service.
*
* @return \Vich\UploaderBundle\Metadata\MetadataReader
*/
protected function getVichUploader_MetadataReaderService()
{
$a = new \Metadata\Driver\FileLocator([]);
$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);
$b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
}
/**
* Gets the private 'vich_uploader.property_mapping_factory' shared service.
*
* @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
*/
protected function getVichUploader_PropertyMappingFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
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');
}
/**
* Gets the private 'vich_uploader.storage.file_system' shared service.
*
* @return \Vich\UploaderBundle\Storage\FileSystemStorage
*/
protected function getVichUploader_Storage_FileSystemService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
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()));
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/logs'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
'ABaCusCoreBundle' => 'CoreBundle\\ABaCusCoreBundle',
'UserBundle' => 'UserBundle\\UserBundle',
'ABaCusStudentBundle' => 'StudentBundle\\ABaCusStudentBundle',
'ABaCusTeacherBundle' => 'TeacherBundle\\ABaCusTeacherBundle',
'ABaCusAdminBundle' => 'AdminBundle\\ABaCusAdminBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'FOSUserBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/src'),
'namespace' => 'FOS\\UserBundle',
],
'ABaCusCoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/CoreBundle'),
'namespace' => 'CoreBundle',
],
'UserBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/UserBundle'),
'namespace' => 'UserBundle',
],
'ABaCusStudentBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/StudentBundle'),
'namespace' => 'StudentBundle',
],
'ABaCusTeacherBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/TeacherBundle'),
'namespace' => 'TeacherBundle',
],
'ABaCusAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/AdminBundle'),
'namespace' => 'AdminBundle',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'VichUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'EightPointsGuzzleBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/eightpoints/guzzle-bundle/src'),
'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
],
'SentryBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src'),
'namespace' => 'Sentry\\SentryBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'NelmioApiDocBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'),
'namespace' => 'Nelmio\\ApiDocBundle',
],
'NelmioCorsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
],
'EasyAdminBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/easycorp/easyadmin-bundle'),
'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'SymfonyCastsVerifyEmailBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src'),
'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
],
'SymfonyCastsResetPasswordBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
],
'SchebTwoFactorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/scheb/2fa-bundle'),
'namespace' => 'Scheb\\TwoFactorBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'database_driver' => 'pdo_mysql',
'database_host' => '127.0.0.1',
'database_port' => NULL,
'database_name' => 'kvikmat_indhold',
'database_user' => 'symfony',
'database_password' => 'nscc752ja8TZxKwYkzyNhSYP',
'mailer_transport' => 'smtp',
'mailer_host' => '127.0.0.1',
'mailer_user' => 'test@test.dk',
'mailer_password' => NULL,
'locale' => 'da',
'secret' => 'W8tpiFLttZGZ2kdXr8NHnAFa48RTpj',
'abacus_environment' => 'primaryschool',
'abacus.scope' => 'kvik-mat',
'abacus.publisher' => 'gyldendal',
'abacus.use_mathjax' => true,
'abacus.use_aws_polly' => true,
'abacus.use_editor_features' => true,
'abacus.use_bug_report' => true,
'abacus.show_self_study' => true,
'abacus.show_textbook' => true,
'abacus.show_aids_option' => true,
'abacus.max_difficulty' => 9,
'abacus.use_gamification' => false,
'abacus.hotjar_enabled' => false,
'abacus.activity_types' => [
'peer' => true,
'textbook' => true,
'worksheet' => true,
'quiz' => true,
'adaptive' => true,
'cramming' => false,
'dictate' => false,
'reading_test' => false,
],
'abacus_testmode' => 0,
'abacus_base_url' => 'https://kvikmat.indhold.tibalo.dk',
'abacus_filter_content_name' => 0,
'abacus.loginconnector.base_url' => 'https://test-loginconnector.gyldendal.dk',
'abacus.loginconnector.api_key' => '7714dfd4-068d-48da-9a09-aa6d4cdd7137',
'abacus.loginconnector.client_name' => 'gu-abacus',
'abacus.loginconnector.shared_secret' => 'gu-abac-437a-404',
'abacus.loginconnector.require_license' => 0,
'abacus.loginconnector.isbns' => [
0 => 9788762518124,
1 => 9788762519756,
2 => 9788762519749,
],
'abacus.gas.api_key' => '4799e1fe7f294f7bb145e8c1ddf319e6',
'abacus.gas.base_url' => 'https://gdapim-production.azure-api.net',
'abacus.gas.v3_product_path' => '/GAS-v3-QA/v3',
'abacus.gas.v4_product_path' => '/GAS-v4-QA/v4',
'abacus.gas.api_key_header_name' => 'Ocp-Apim-Subscription-Key',
'abacus_logout_success_url' => 'https://kvikmat.gyldendal.dk/',
'hashids_salt' => 'c9ca7eda-8abd-4574-9359-a603ab883612',
'maxstudents_resultpages' => 100,
'aws_sdk' => [
'version' => 'latest',
'region' => 'eu-west-2',
'credentials' => [
'key' => 'AKIAXK54U276X656SIO4',
'secret' => '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',
],
],
'system_topic' => 'math',
'sentry_dsn' => 'https://51bef89a94e64719ba0045b2fa4bd0c7@o445280.ingest.sentry.io/5423140',
'sentry_js_dsn' => 'https://dce8c02ed7714746985fa39087e51e27@o445280.ingest.sentry.io/5429644',
'allow_sentry_logging' => 1,
'allow_two_attempts_in_cramming' => 1,
'abacus.systime.require_license' => 0,
'abacus.appendices_dir' => '/appendices/',
'gale_api_shared_secret' => '$(GALE_API_SHARED_SECRET)',
'gale_api_jwt_public_key' => '$(GALE_API_JWT_PUBLIC_KEY)',
'gale_users.base_url' => 'default value',
'gale_users.api_key' => 'default value',
'systime_users.base_url' => 'default value',
'systime_users.api_key' => 'default value',
'systime_users.sha256_hash_key' => 'default value',
'systime_users.isbn' => 'default value',
'clickstream.api.url' => '',
'clickstream.api.key' => '',
'clickstream.isbn' => '9788762518124',
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.secret' => 'W8tpiFLttZGZ2kdXr8NHnAFa48RTpj',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'da',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_lifetime' => 31536000,
'cookie_httponly' => true,
'gc_maxlifetime' => 31536000,
'gc_probability' => 0,
],
'session.save_path' => (\dirname(__DIR__, 3).'/sessions/dev'),
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'security.role_hierarchy.roles' => [
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_ALLOWED_TO_SWITCH',
],
'ROLE_ADMIN' => [
0 => 'ROLE_USER',
1 => 'ROLE_EDITOR',
2 => 'ROLE_ALLOWED_TO_SWITCH',
3 => 'ROLE_TEACHER',
],
'ROLE_EDITOR' => [
0 => 'ROLE_USER',
1 => 'ROLE_AUTHOR',
],
'ROLE_AUTHOR' => [
0 => 'ROLE_USER',
],
'ROLE_TEACHER' => [
0 => 'ROLE_USER',
1 => 'ROLE_ALLOWED_TO_SWITCH',
],
'ROLE_STUDENT' => [
0 => 'ROLE_USER',
],
'ROLE_SINGLE_STUDENT' => [
0 => 'ROLE_USER',
],
'ROLE_API_CREATOR' => [
0 => 'ROLE_API',
],
'ROLE_API_TEACHER' => [
0 => 'ROLE_API',
1 => 'ROLE_ALLOWED_TO_SWITCH',
],
'ROLE_API_STUDENT' => [
0 => 'ROLE_API',
],
'ROLE_API' => [
0 => 'ROLE_USER',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'api_doc',
1 => 'api_gale',
2 => 'dev',
3 => 'main',
],
'twig.form.resources' => [
0 => '@VichUploader/Form/fields.html.twig',
1 => 'form_div_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.deprecation' => [
'type' => 'inclusive',
'elements' => [
0 => 'deprecation',
],
],
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
'uuid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
],
'ulid' => [
'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.enable_lazy_ghost_objects' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.default_locale' => 'en',
'stof_doctrine_extensions.translation_fallback' => false,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'fos_user.backend_type_orm' => true,
'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
'fos_user.registration.confirmation.from_email' => [
'test@test.dk' => 'abacus.dk',
],
'fos_user.resetting.email.from_email' => [
'test@test.dk' => 'abacus.dk',
],
'fos_user.registration.confirmation.from_address' => [
'address' => 'test@test.dk',
'sender_name' => 'abacus.dk',
],
'fos_user.resetting.email.from_address' => [
'address' => 'test@test.dk',
'sender_name' => 'abacus.dk',
],
'fos_user.storage' => 'orm',
'fos_user.firewall_name' => 'main',
'fos_user.model_manager_name' => NULL,
'fos_user.model.user.class' => 'UserBundle\\Entity\\User',
'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
'fos_user.profile.form.name' => 'fos_user_profile_form',
'fos_user.profile.form.validation_groups' => [
0 => 'Profile',
1 => 'Default',
],
'fos_user.registration.confirmation.enabled' => false,
'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
'fos_user.registration.form.name' => 'fos_user_registration_form',
'fos_user.registration.form.validation_groups' => [
0 => 'Registration',
1 => 'Default',
],
'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
'fos_user.change_password.form.name' => 'fos_user_change_password_form',
'fos_user.change_password.form.validation_groups' => [
0 => 'ChangePassword',
1 => 'Default',
],
'fos_user.resetting.retry_ttl' => 7200,
'fos_user.resetting.token_ttl' => 86400,
'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
'fos_user.resetting.form.name' => 'fos_user_resetting_form',
'fos_user.resetting.form.validation_groups' => [
0 => 'ResetPassword',
1 => 'Default',
],
'knp_paginator.template.pagination' => 'KnpPaginatorBundle:Pagination:sliding.html.twig',
'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
'knp_paginator.template.sortable' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig',
'knp_paginator.page_range' => 5,
'knp_paginator.page_limit' => NULL,
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.mappings' => [
'peer_solution_file' => [
'uri_prefix' => '/uploads/peer_solution_files',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/peer_solution_files'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.peer_solution_file',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'worksheet_solution_file' => [
'uri_prefix' => '/uploads/worksheet_solution_files',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/worksheet_solution_files'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.worksheet_solution_file',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
],
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
'eight_points_guzzle.plugin.header.headers' => [
],
'env(SENTRY_RELEASE)' => '3.11.0',
'sentry.tracing.enabled' => true,
'sentry.tracing.dbal.enabled' => true,
'sentry.tracing.dbal.connections' => [
],
'sentry.tracing.cache.enabled' => true,
'sentry.tracing.http_client.enabled' => true,
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'nelmio_api_doc.areas' => [
0 => 'default',
],
'nelmio_api_doc.use_validation_groups' => false,
'nelmio_cors.map' => [
'^/api/' => [
'allow_origin' => true,
'allow_headers' => [
0 => 'origin',
1 => 'content-type',
2 => 'userid',
3 => 'hmac',
4 => 'myaccountid',
5 => 'authorization',
6 => 'external-user-id',
7 => 'is-external',
],
'allow_methods' => [
0 => 'POST',
1 => 'PUT',
2 => 'GET',
3 => 'OPTIONS',
4 => 'DELETE',
5 => 'PATCH',
],
'allow_credentials' => true,
'max_age' => 3600,
],
],
'nelmio_cors.defaults' => [
'allow_origin' => [
],
'allow_credentials' => false,
'allow_headers' => [
],
'allow_private_network' => false,
'expose_headers' => [
],
'allow_methods' => [
],
'max_age' => 0,
'hosts' => [
],
'origin_regex' => false,
'skip_same_as_origin' => true,
'forced_allow_origin_value' => NULL,
],
'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
'scheb_two_factor.model_manager_name' => NULL,
'scheb_two_factor.security_tokens' => [
0 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
1 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
],
'scheb_two_factor.ip_whitelist' => [
],
'scheb_two_factor.totp.issuer' => NULL,
'scheb_two_factor.totp.server_name' => NULL,
'scheb_two_factor.totp.window' => 1,
'scheb_two_factor.totp.parameters' => [
],
'scheb_two_factor.totp.template' => '@User/Security/totp_login.html.twig',
'scheb_two_factor.totp.leeway' => NULL,
'scheb_two_factor.trusted_device.enabled' => false,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
0 => 'vich_uploader.mapping_collector',
1 => '@VichUploader/Collector/mapping_collector.html.twig',
],
'eight_points_guzzle.data_collector' => [
0 => 'eight_points_guzzle',
1 => '@EightPointsGuzzle/debug.html.twig',
],
'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
0 => 'easyadmin',
1 => '@EasyAdmin/inspector/data_collector.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
0 => 'CoreBundle\\Command\\RemoveStudentFromClassroomsCommand',
1 => 'CoreBundle\\Command\\FulfilDeletionRequestsCommand',
2 => 'CoreBundle\\Command\\RetentionCleanupCommand',
3 => 'CoreBundle\\Command\\MigrateWordOptionsCommand',
4 => 'CoreBundle\\Command\\DeleteOldLogEventsCommand',
5 => 'CoreBundle\\Command\\UpdateSystimeUsersCommand',
6 => 'CoreBundle\\Command\\SetupEndToEndTestDataCommand',
7 => 'CoreBundle\\Command\\RemoveEndToEndTestDataCommand',
8 => 'CoreBundle\\Command\\AbacusProblemdndMigrateCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}