<?php
namespace ContainerKc1QfFY;
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 AppBundle_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.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',
'AppBundle\\Controller\\AdminController' => 'getAdminControllerService',
'AppBundle\\Controller\\ApiBaseController' => 'getApiBaseControllerService',
'AppBundle\\Controller\\AuthController' => 'getAuthControllerService',
'AppBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
'AppBundle\\Controller\\ExceptionController' => 'getExceptionControllerService',
'AppBundle\\Controller\\ExerciseController' => 'getExerciseControllerService',
'AppBundle\\Controller\\ExerciseResultController' => 'getExerciseResultControllerService',
'AppBundle\\Controller\\HookController' => 'getHookControllerService',
'AppBundle\\Controller\\InjectController' => 'getInjectControllerService',
'AppBundle\\Controller\\InstanceController' => 'getInstanceControllerService',
'AppBundle\\Controller\\LanguageController' => 'getLanguageControllerService',
'AppBundle\\Controller\\ModuleController' => 'getModuleControllerService',
'AppBundle\\Controller\\NotificationController' => 'getNotificationControllerService',
'AppBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
'AppBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
'AppBundle\\EventListener\\AuthenticationSuccessListener' => 'getAuthenticationSuccessListenerService',
'AppBundle\\EventListener\\EventPublisherListener' => 'getEventPublisherListenerService',
'AppBundle\\EventListener\\ExerciseRenamerListener' => 'getExerciseRenamerListenerService',
'AppBundle\\EventListener\\LocaleSubscriber' => 'getLocaleSubscriberService',
'AppBundle\\Event\\GitHubCallExceptionListener' => 'getGitHubCallExceptionListenerService',
'AppBundle\\Factory\\UserFactory' => 'getUserFactoryService',
'AppBundle\\Form\\InstanceForm' => 'getInstanceFormService',
'AppBundle\\Form\\InstanceType' => 'getInstanceTypeService',
'AppBundle\\Form\\RegistrationType' => 'getRegistrationTypeService',
'AppBundle\\Form\\UserType' => 'getUserTypeService',
'AppBundle\\Repository\\CityRepository' => 'getCityRepositoryService',
'AppBundle\\Repository\\ExerciseRepository' => 'getExerciseRepositoryService',
'AppBundle\\Repository\\InstanceRepository' => 'getInstanceRepositoryService',
'AppBundle\\Repository\\InstanceUserRepository' => 'getInstanceUserRepositoryService',
'AppBundle\\Repository\\ModuleRepository' => 'getModuleRepositoryService',
'AppBundle\\Repository\\UserRepository' => 'getUserRepositoryService',
'AppBundle\\Service\\ExerciseFactory' => 'getExerciseFactoryService',
'AppBundle\\Service\\Instance' => 'getInstanceService',
'AppBundle\\Service\\JiraGroup' => 'getJiraGroupService',
'AppBundle\\Service\\JiraUser' => 'getJiraUserService',
'AppBundle\\Service\\Mailing\\MailingDispatchStudentsService' => 'getMailingDispatchStudentsServiceService',
'AppBundle\\Service\\UserService' => 'getUserServiceService',
'AppBundle\\Twig\\AppExtension' => 'getAppExtensionService',
'CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\AddUserToSelfRegisterInstanceHandler' => 'getAddUserToSelfRegisterInstanceHandlerService',
'CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\ChangeGithubRepositoryNameHandler' => 'getChangeGithubRepositoryNameHandlerService',
'CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\SynchroniseCourseScheduleUrlHandler' => 'getSynchroniseCourseScheduleUrlHandlerService',
'CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\CourseInstanceAddedListener' => 'getCourseInstanceAddedListenerService',
'CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\NewUserAddedEventListener' => 'getNewUserAddedEventListenerService',
'CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\SignatureUpdatedListener' => 'getSignatureUpdatedListenerService',
'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Persistence\\LanguageRepository' => 'getLanguageRepositoryService',
'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Persistence\\ModeRepository' => 'getModeRepositoryService',
'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery' => 'getDbalCourseInstanceQueryService',
'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseQuery' => 'getDbalCourseQueryService',
'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalMaterialExerciseQuery' => 'getDbalMaterialExerciseQueryService',
'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalNavigationQuery' => 'getDbalNavigationQueryService',
'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalProductQuery' => 'getDbalProductQueryService',
'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalTechnologyQuery' => 'getDbalTechnologyQueryService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddAllStudentsAccessHandler' => 'getAddAllStudentsAccessHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddLecturerAccessHandler' => 'getAddLecturerAccessHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentExamAccessHandler' => 'getAddStudentExamAccessHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentModuleAccessHandler' => 'getAddStudentModuleAccessHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentsExamsAccessHandler' => 'getAddStudentsExamsAccessHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\DeleteBookmarkHandler' => 'getDeleteBookmarkHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\UpsertBookmarkHandler' => 'getUpsertBookmarkHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\ChangeUserMaterialProgressHandler' => 'getChangeUserMaterialProgressHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\LogAccessChangeHandler' => 'getLogAccessChangeHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\NotifyPreworkSharedHandler' => 'getNotifyPreworkSharedHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\PlanStudentExamHandler' => 'getPlanStudentExamHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeAllStudentsAccessHandler' => 'getRevokeAllStudentsAccessHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeLecturerAccessHandler' => 'getRevokeLecturerAccessHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentExamAccessHandler' => 'getRevokeStudentExamAccessHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentModuleAccessHandler' => 'getRevokeStudentModuleAccessHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\SendGithubTeamInvitationHandler' => 'getSendGithubTeamInvitationHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\UpdateLastSeenMaterialHandler' => 'getUpdateLastSeenMaterialHandlerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessGrantedEventListener' => 'getAccessGrantedEventListenerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessRevokedEventListener' => 'getAccessRevokedEventListenerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberAddedListener' => 'getCourseInstanceMemberAddedListenerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberRemovedListener' => 'getCourseInstanceMemberRemovedListenerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseStoredListener' => 'getCourseStoredListenerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\RepositoryForUserSharedListener' => 'getRepositoryForUserSharedListenerService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy' => 'getRolePolicyService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Service\\UserAccessService' => 'getUserAccessServiceService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext' => 'getContentAccessContextService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext' => 'getCourseInstanceContextService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository' => 'getORMUserAccessRepositoryService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalBookmarkQuery' => 'getDbalBookmarkQueryService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalCourseQuery' => 'getDbalCourseQuery2Service',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalExerciseQuery' => 'getDbalExerciseQueryService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalProgressQuery' => 'getDbalProgressQueryService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery' => 'getDbalUserAccessQueryService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery' => 'getDbalUserQueryService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\RolePolicy\\RolePolicyFactory' => 'getRolePolicyFactoryService',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GithubUrlFactory' => 'getGithubUrlFactoryService',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GradebookFactory' => 'getGradebookFactoryService',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddCriteriaGroupResultHandler' => 'getAddCriteriaGroupResultHandlerService',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultAsyncHandler' => 'getAddMaterialResultAsyncHandlerService',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultSyncHandler' => 'getAddMaterialResultSyncHandlerService',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Listener\\CourseInstanceMemberAddedListener' => 'getCourseInstanceMemberAddedListener2Service',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\Report\\GradebookResults\\DeadlineFactory' => 'getDeadlineFactoryService',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Service\\CourseProgressReport' => 'getCourseProgressReportService',
'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMCriteriaGroupResultRepository' => 'getORMCriteriaGroupResultRepositoryService',
'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMStudentResultsRepository' => 'getORMStudentResultsRepositoryService',
'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseProgressReportQuery' => 'getDbalCourseProgressReportQueryService',
'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseQuery' => 'getDbalCourseQuery3Service',
'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCriterionGroupQuery' => 'getDbalCriterionGroupQueryService',
'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMaterialCriteriaQuery' => 'getDbalMaterialCriteriaQueryService',
'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMentorQuery' => 'getDbalMentorQueryService',
'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalPassCriteria' => 'getDbalPassCriteriaService',
'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalResultQuery' => 'getDbalResultQueryService',
'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentMaterialCriteriaResultQuery' => 'getDbalStudentMaterialCriteriaResultQueryService',
'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery' => 'getDbalStudentQueryService',
'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookResultsMailer' => 'getGradebookResultsMailerService',
'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookResultsReportQuery' => 'getGradebookResultsReportQueryService',
'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookScoresReport' => 'getGradebookScoresReportService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\AddUserToGithubTeamHandler' => 'getAddUserToGithubTeamHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizDetailsHandler' => 'getInitQuizDetailsHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizResponseWebhookHandler' => 'getInitQuizResponseWebhookHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizUpdatesWebhookHandler' => 'getInitQuizUpdatesWebhookHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\LogMaterialSearchHandler' => 'getLogMaterialSearchHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ProcessExerciseHandler' => 'getProcessExerciseHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RebuildRepositoriesHandler' => 'getRebuildRepositoriesHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromGithubTeamHandler' => 'getRemoveUserFromGithubTeamHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromRepositoryHandler' => 'getRemoveUserFromRepositoryHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportMaterialIssueHandler' => 'getReportMaterialIssueHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportPresentationIssueHandler' => 'getReportPresentationIssueHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForLecturersHandler' => 'getShareRepositoryForLecturersHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForMentorsHandler' => 'getShareRepositoryForMentorsHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForTeamHandler' => 'getShareRepositoryForTeamHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForUserHandler' => 'getShareRepositoryForUserHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreCoursesHandler' => 'getStoreCoursesHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreMaterialsHandler' => 'getStoreMaterialsHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\UpdateCourseDocumentsHandler' => 'getUpdateCourseDocumentsHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\AccessGrantedEventListener' => 'getAccessGrantedEventListener2Service',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExamPlannedListener' => 'getExamPlannedListenerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseBuiltListener' => 'getExerciseBuiltListenerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseRepositoryAddedListener' => 'getExerciseRepositoryAddedListenerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\QuizStateUpdatedListener' => 'getQuizStateUpdatedListenerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\UserGithubUpdatedListener' => 'getUserGithubUpdatedListenerService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\CommitCreatedProcessor' => 'getCommitCreatedProcessorService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\DoneProcessor' => 'getDoneProcessorService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\InitialStateProcessor' => 'getInitialStateProcessorService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\ReferenceUpdatedProcessor' => 'getReferenceUpdatedProcessorService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\RepositoryCreatedProcessor' => 'getRepositoryCreatedProcessorService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\TreeCreatedProcessor' => 'getTreeCreatedProcessorService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\StateProcessorFactory' => 'getStateProcessorFactoryService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\ContentParser\\ContentParserFactory' => 'getContentParserFactoryService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\ExerciseGithubUrlFactory' => 'getExerciseGithubUrlFactoryService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialFactory' => 'getMaterialFactoryService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreContext' => 'getMaterialScoreContextService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreValidator' => 'getMaterialScoreValidatorService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryDownloader' => 'getRepositoryDownloaderService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader' => 'getRepositoryReaderService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\CourseConfigReader' => 'getCourseConfigReaderService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\ExerciseSettingsReader' => 'getExerciseSettingsReaderService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\PillConfigReader' => 'getPillConfigReaderService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\SearchLogReport\\SearchLogReport' => 'getSearchLogReportService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\CourseTree\\CourseTree' => 'getCourseTreeService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch' => 'getElasticsearchService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\ElasticsearchMaterialsSearchQuery' => 'getElasticsearchMaterialsSearchQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\IndicesCollection' => 'getIndicesCollectionService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Markdown\\CommonMarkMarkdownParser' => 'getCommonMarkMarkdownParserService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\MaterialOnInstance\\MaterialOnInstanceFactory' => 'getMaterialOnInstanceFactoryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\CourseQuery\\CourseSqlBuilder' => 'getCourseSqlBuilderService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery' => 'getORMCourseQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourses' => 'getORMCoursesService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseQueues' => 'getORMExerciseQueuesService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseRepositories' => 'getORMExerciseRepositoriesService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises' => 'getORMExercisesService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials' => 'getORMMaterialsService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMModules' => 'getORMModulesService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMPillVersions' => 'getORMPillVersionsService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMPills' => 'getORMPillsService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes' => 'getORMQuizzesService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMRepositories' => 'getORMRepositoriesService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMSearchLogs' => 'getORMSearchLogsService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMTags' => 'getORMTagsService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationIssue\\JiraIssue' => 'getJiraIssueService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationRenderer\\TwigPresentationRenderer' => 'getTwigPresentationRendererService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Quiz\\SurveyMonkeyQuizService' => 'getSurveyMonkeyQuizServiceService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalChapterQuery' => 'getDbalChapterQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalCoursePillVersionsQuery' => 'getDbalCoursePillVersionsQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseDetailsQuery' => 'getDbalExerciseDetailsQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseQuery' => 'getDbalExerciseQuery2Service',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalLanguageQuery' => 'getDbalLanguageQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialCriterionQuery' => 'getDbalMaterialCriterionQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery' => 'getDbalMaterialQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMentorQuery' => 'getDbalMentorQuery2Service',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModesQuery' => 'getDbalModesQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModuleQuery' => 'getDbalModuleQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalQuizQuery' => 'getDbalQuizQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalReviewReportQuery' => 'getDbalReviewReportQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchEngineQuery' => 'getDbalSearchEngineQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchLogQuery' => 'getDbalSearchLogQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserExerciseQuery' => 'getDbalUserExerciseQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserQuery' => 'getDbalUserQuery2Service',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Serialization\\Material\\MaterialOnInstance\\SlugHandler' => 'getSlugHandlerService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\StoreCourses\\StoreCourseValidator' => 'getStoreCourseValidatorService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\ProxyErrorsQuery' => 'getProxyErrorsQueryService',
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\SurveyMonkeyProxyClient' => 'getSurveyMonkeyProxyClientService',
'CodersLab\\Lms\\SharedKernel\\Application\\Features\\Features' => 'getFeaturesService',
'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\ChangePasswordHandler' => 'getChangePasswordHandlerService',
'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\CreateUserHandler' => 'getCreateUserHandlerService',
'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\EditUserHandler' => 'getEditUserHandlerService',
'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SelfRegisterToCourseHandler' => 'getSelfRegisterToCourseHandlerService',
'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationExpirationReminderEmailHandler' => 'getSendActivationExpirationReminderEmailHandlerService',
'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationReminderEmailHandler' => 'getSendActivationReminderEmailHandlerService',
'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendWelcomeEmailHandler' => 'getSendWelcomeEmailHandlerService',
'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateShowWelcomePageHandler' => 'getUpdateShowWelcomePageHandlerService',
'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateUserLanguageHandler' => 'getUpdateUserLanguageHandlerService',
'CodersLab\\Lms\\SharedKernel\\Application\\Listener\\AuthLogoutListener' => 'getAuthLogoutListenerService',
'CodersLab\\Lms\\SharedKernel\\Application\\Listener\\WorkerMessageFailedEventListener' => 'getWorkerMessageFailedEventListenerService',
'CodersLab\\Lms\\SharedKernel\\Application\\LmsExceptionListener' => 'getLmsExceptionListenerService',
'CodersLab\\Lms\\SharedKernel\\Application\\Response\\LMSResponseListener' => 'getLMSResponseListenerService',
'CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages' => 'getTenantLanguagesService',
'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus' => 'getCommandBusService',
'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus' => 'getEventBusService',
'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder' => 'getEventRecorderService',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\HubClient' => 'getHubClientService',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory' => 'getEmailFactoryService',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer' => 'getMailerService',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\RegistrationMailer' => 'getRegistrationMailerService',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentAddedMailer' => 'getStudentAddedMailerService',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentRemovedMailer' => 'getStudentRemovedMailerService',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalCredentialSettingsQuery' => 'getDbalCredentialSettingsQueryService',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalInstanceQuery' => 'getDbalInstanceQueryService',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder' => 'getPasswordEncoderService',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext' => 'getSymfonySecurityContextService',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker' => 'getUserCheckerService',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Serialization\\Sentry\\UuidSentrySerializer' => 'getUuidSentrySerializerService',
'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\CourseInstances' => 'getCourseInstancesService',
'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Courses' => 'getCoursesService',
'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Exercise' => 'getExerciseService',
'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyDictionaries' => 'getLegacyDictionariesService',
'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyLanguages' => 'getLegacyLanguagesService',
'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyModules' => 'getLegacyModulesService',
'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyUsers' => 'getLegacyUsersService',
'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Pill' => 'getPillService',
'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Repositories' => 'getRepositoriesService',
'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\StudentResults' => 'getStudentResultsService',
'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Tags' => 'getTagsService',
'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersAccess' => 'getUsersAccessService',
'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersMaterialsProgress' => 'getUsersMaterialsProgressService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\AccessController' => 'getAccessControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\BookmarkController' => 'getBookmarkControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CourseController' => 'getCourseControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CourseInstanceController' => 'getCourseInstanceControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CriteriaGroupController' => 'getCriteriaGroupControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ExamController' => 'getExamControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\GradebookController' => 'getGradebookControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\LanguageController' => 'getLanguageController2Service',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\LecturerShareMaterialController' => 'getLecturerShareMaterialControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialController' => 'getMaterialControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialCriteriaController' => 'getMaterialCriteriaControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialProgressController' => 'getMaterialProgressControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialReviewController' => 'getMaterialReviewControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MenuController' => 'getMenuControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ModuleController' => 'getModuleController2Service',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\PresentationController' => 'getPresentationControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ProductController' => 'getProductControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\CheckRegisterStatusController' => 'getCheckRegisterStatusControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\GetSelfRegisterCoursesController' => 'getGetSelfRegisterCoursesControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\RegisterController' => 'getRegisterControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\ResendConfirmationEmailController' => 'getResendConfirmationEmailControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\RebuildController' => 'getRebuildControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\SaveStudentResultController' => 'getSaveStudentResultControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\SearchLogController' => 'getSearchLogControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\StudentCriteriaGroupResultController' => 'getStudentCriteriaGroupResultControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\StudentResultController' => 'getStudentResultControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\StudentShareMaterialController' => 'getStudentShareMaterialControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\TechnologyController' => 'getTechnologyControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController' => 'getUserProfileControllerService',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UsersController' => 'getUsersControllerService',
'CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\ChangePasswordController' => 'getChangePasswordControllerService',
'CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\HomepageController' => 'getHomepageControllerService',
'CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\MaterialController' => 'getMaterialController2Service',
'CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\QuizWebhookController' => 'getQuizWebhookControllerService',
'CodersLab\\Lms\\UserInterface\\WebApp\\FrontController\\AppController' => 'getAppControllerService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'FOS\\UserBundle\\Form\\Factory\\FactoryInterface' => 'getFactoryInterfaceService',
'FOS\\UserBundle\\Mailer\\MailerInterface' => 'getMailerInterfaceService',
'Faker\\Generator' => 'getGeneratorService',
'Google_Service_Gmail' => 'getGoogleServiceGmailService',
'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController' => 'getConnectControllerService',
'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner' => 'getGitHubResourceOwnerService',
'Ramsey\\Uuid\\UuidFactory' => 'getUuidFactoryService',
'Redis' => 'getRedisService',
'Sentry\\Integration\\IgnoreErrorsIntegration' => 'getIgnoreErrorsIntegrationService',
'SimpleThings\\EntityAudit\\Action\\CompareAction' => 'getCompareActionService',
'SimpleThings\\EntityAudit\\Action\\IndexAction' => 'getIndexActionService',
'SimpleThings\\EntityAudit\\Action\\ViewDetailAction' => 'getViewDetailActionService',
'SimpleThings\\EntityAudit\\Action\\ViewEntityAction' => 'getViewEntityActionService',
'SimpleThings\\EntityAudit\\Action\\ViewRevisionAction' => 'getViewRevisionActionService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'Symfony\\Component\\Cache\\Adapter\\NullAdapter' => 'getNullAdapterService',
'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler' => 'getRedisSessionHandlerService',
'Symplify\\GitWrapper\\GitWrapper' => 'getGitWrapperService',
'app.command.load_users' => 'getApp_Command_LoadUsersService',
'app.doctrine.entity_listener_resolver' => 'getApp_Doctrine_EntityListenerResolverService',
'app.exercise.manager' => 'getApp_Exercise_ManagerService',
'app.exerciseresult.service' => 'getApp_Exerciseresult_ServiceService',
'app.github.core' => 'getApp_Github_CoreService',
'app.github.students' => 'getApp_Github_StudentsService',
'app.jira.service' => 'getApp_Jira_ServiceService',
'app.participation.service' => 'getApp_Participation_ServiceService',
'app.presentation.name.translator' => 'getApp_Presentation_Name_TranslatorService',
'app.provider.oauth' => 'getApp_Provider_OauthService',
'app.registration.completed' => 'getApp_Registration_CompletedService',
'app.revision.subscriber' => 'getApp_Revision_SubscriberService',
'app.user.listener' => 'getApp_User_ListenerService',
'app.user.manager' => 'getApp_User_ManagerService',
'cache.app' => 'getCache_AppService',
'cache.app_clearer' => 'getCache_AppClearerService',
'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.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeExerciseQueueCommand' => 'getConsumeExerciseQueueCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeIssueQueueCommand' => 'getConsumeIssueQueueCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CourseProgressReportCommand' => 'getCourseProgressReportCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CreateNewUserCommand' => 'getCreateNewUserCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\DeleteElasticsearchIndexesCommand' => 'getDeleteElasticsearchIndexesCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\GradebookScoresReportCommand' => 'getGradebookScoresReportCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\InitializeElasticsearchIndexesCommand' => 'getInitializeElasticsearchIndexesCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\MigrateGithubLoginToIdCommand' => 'getMigrateGithubLoginToIdCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ParseRepoCommand' => 'getParseRepoCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizInitCommand' => 'getQuizInitCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizListUninitializedCommand' => 'getQuizListUninitializedCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitAllWithState' => 'getQuizReinitAllWithStateService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitializeCommand' => 'getQuizReinitializeCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizSaveResponseCommand' => 'getQuizSaveResponseCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeAllQuizzesForCourseCommand' => 'getReinitializeAllQuizzesForCourseCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeElasticsearchDocumentsForCourseCommand' => 'getReinitializeElasticsearchDocumentsForCourseCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeScheduleUrlForAllCoursesCommand' => 'getReinitializeScheduleUrlForAllCoursesCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeTreeCommand' => 'getReinitializeTreeCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ResultReportCommand' => 'getResultReportCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationExpirationReminder' => 'getSendActivationExpirationReminderService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationReminder' => 'getSendActivationReminderService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SurveyMonkeyLimitBotCommand' => 'getSurveyMonkeyLimitBotCommandService',
'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\UserTokenCommand' => 'getUserTokenCommandService',
'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',
'error_controller' => 'getErrorControllerService',
'event_dispatcher' => 'getEventDispatcherService',
'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
'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',
'google.client.gmail' => 'getGoogle_Client_GmailService',
'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
'http_kernel' => 'getHttpKernelService',
'httplug.client' => 'getHttplug_ClientService',
'httplug.message_factory' => 'getHttplug_MessageFactoryService',
'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
'httplug.uri_factory' => 'getHttplug_UriFactoryService',
'hwi_oauth.resource_ownermap.main' => 'getHwiOauth_ResourceOwnermap_MainService',
'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'jms_serializer.serialized_name_or_identical_property_strategy' => 'getJmsSerializer_SerializedNameOrIdenticalPropertyStrategyService',
'knp_paginator' => 'getKnpPaginatorService',
'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
'materials_cache' => 'getMaterialsCacheService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
'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',
'response_cache' => 'getResponseCacheService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
'security.user_password_hasher' => 'getSecurity_UserPasswordHasherService',
'services_resetter' => 'getServicesResetterService',
'simplethings_entityaudit.config' => 'getSimplethingsEntityaudit_ConfigService',
'simplethings_entityaudit.manager' => 'getSimplethingsEntityaudit_ManagerService',
'simplethings_entityaudit.reader' => 'getSimplethingsEntityaudit_ReaderService',
'test.client' => 'getTest_ClientService',
'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
'test.service_container' => 'getTest_ServiceContainerService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'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',
'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 = [
'AppBundle\\Service\\Mailer' => 'FOS\\UserBundle\\Mailer\\MailerInterface',
'AppBundle\\Service\\Participation' => 'app.participation.service',
'CodersLab\\Lms\\Modules\\Courses\\Application\\IExerciseRepository' => 'AppBundle\\Repository\\ExerciseRepository',
'CodersLab\\Lms\\Modules\\Courses\\Application\\IInstanceRepository' => 'AppBundle\\Repository\\InstanceRepository',
'CodersLab\\Lms\\Modules\\Courses\\Application\\ILanguageRepository' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Persistence\\LanguageRepository',
'CodersLab\\Lms\\Modules\\Courses\\Application\\IModeRepository' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Persistence\\ModeRepository',
'CodersLab\\Lms\\Modules\\Courses\\Application\\IParticipationService' => 'app.participation.service',
'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\CourseInstanceQuery' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery',
'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\CourseQuery' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseQuery',
'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\MaterialsExerciseQuery' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalMaterialExerciseQuery',
'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\NavigationQuery' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalNavigationQuery',
'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\ProductQuery' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalProductQuery',
'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\TechnologyQuery' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalTechnologyQuery',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\IContentAccessContext' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\ICourseInstanceContext' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Query\\BookmarkQuery' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalBookmarkQuery',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Query\\CourseQuery' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalCourseQuery',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Query\\ExerciseQuery' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalExerciseQuery',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Query\\ProgressQuery' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalProgressQuery',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Query\\UserAccessQuery' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Query\\UserQuery' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Service\\IUserAccessService' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Service\\UserAccessService',
'CodersLab\\Lms\\Modules\\IdentityAccess\\Domain\\IUserAccessRepository' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\CourseProgressReportQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseProgressReportQuery',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\CourseQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseQuery',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\CriterionGroupQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCriterionGroupQuery',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\IGradebookResultsReportQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookResultsReportQuery',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\MaterialCriteriaQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMaterialCriteriaQuery',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\MentorQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMentorQuery',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\PassCriteriaQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalPassCriteria',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\ResultQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalResultQuery',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\StudentMaterialCriteriaResultQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentMaterialCriteriaResultQuery',
'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\StudentQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery',
'CodersLab\\Lms\\Modules\\Learning\\Domain\\StudentResultsRepository' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMStudentResultsRepository',
'CodersLab\\Lms\\Modules\\Learning\\Domain\\StudentResults\\CriteriaGroupResultRepository' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMCriteriaGroupResultRepository',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\ChapterQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalChapterQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\CoursePillVersionsQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalCoursePillVersionsQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\CourseQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\ExerciseDetailsQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseDetailsQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\ExerciseQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\ExerciseRepositories' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseRepositories',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\LanguageQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalLanguageQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\MaterialCriterionQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialCriterionQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\MaterialQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\MaterialsSearchQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\ElasticsearchMaterialsSearchQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\MentorQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMentorQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\ModesQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModesQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\ModuleQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModuleQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\QuizQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalQuizQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\ReviewReportQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalReviewReportQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\SearchEngineQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchEngineQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\SearchLogQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchLogQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\UserExerciseQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserExerciseQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\UserQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\CourseTree\\ICourseTree' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\CourseTree\\CourseTree',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\IStateProcessorFactory' => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\StateProcessorFactory',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\IExerciseFactory' => 'AppBundle\\Service\\ExerciseFactory',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\IGithubManager' => 'app.github.students',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\IRepositoryReader' => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\MarkdownParser' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Markdown\\CommonMarkMarkdownParser',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialInstanceSlug\\IMaterialOnInstanceFactory' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\MaterialOnInstance\\MaterialOnInstanceFactory',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\PresentationIssue\\IssueFacade' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationIssue\\JiraIssue',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\PresentationRenderer' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationRenderer\\TwigPresentationRenderer',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\QuizService' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Quiz\\SurveyMonkeyQuizService',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\IExerciseSettingsReader' => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\ExerciseSettingsReader',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\IPillConfigReader' => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\PillConfigReader',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\SearchEngine\\SearchEngine' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\StoreCourses\\IStoreCourseValidator' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\StoreCourses\\StoreCourseValidator',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\SurveyMonkeyProxy\\IProxyErrorsQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\ProxyErrorsQuery',
'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\SurveyMonkeyProxy\\ProxyClient' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\SurveyMonkeyProxyClient',
'CodersLab\\Lms\\Modules\\Materials\\Domain\\ExerciseQueues' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseQueues',
'CodersLab\\Lms\\Modules\\Materials\\Domain\\Exercises' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises',
'CodersLab\\Lms\\Modules\\Materials\\Domain\\ICourses' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourses',
'CodersLab\\Lms\\Modules\\Materials\\Domain\\Materials' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials',
'CodersLab\\Lms\\Modules\\Materials\\Domain\\PillVersions' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMPillVersions',
'CodersLab\\Lms\\Modules\\Materials\\Domain\\Pills' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMPills',
'CodersLab\\Lms\\Modules\\Materials\\Domain\\Quizzes' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes',
'CodersLab\\Lms\\Modules\\Materials\\Domain\\Repositories' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMRepositories',
'CodersLab\\Lms\\Modules\\Materials\\Domain\\SearchLog\\SearchLogs' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMSearchLogs',
'CodersLab\\Lms\\Modules\\Materials\\Domain\\Tags' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMTags',
'CodersLab\\Lms\\SharedKernel\\Application\\ICityRepository' => 'AppBundle\\Repository\\CityRepository',
'CodersLab\\Lms\\SharedKernel\\Application\\IHubClient' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\HubClient',
'CodersLab\\Lms\\SharedKernel\\Application\\IUserFactory' => 'AppBundle\\Factory\\UserFactory',
'CodersLab\\Lms\\SharedKernel\\Application\\IUserRepository' => 'AppBundle\\Repository\\UserRepository',
'CodersLab\\Lms\\SharedKernel\\Application\\Mailer\\IEmailFactory' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory',
'CodersLab\\Lms\\SharedKernel\\Application\\Mailer\\IMailer' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer',
'CodersLab\\Lms\\SharedKernel\\Application\\Mailer\\IRegistrationMailer' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\RegistrationMailer',
'CodersLab\\Lms\\SharedKernel\\Application\\Mailer\\StudentAddedMailer' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentAddedMailer',
'CodersLab\\Lms\\SharedKernel\\Application\\Mailer\\StudentRemovedMailer' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentRemovedMailer',
'CodersLab\\Lms\\SharedKernel\\Application\\Query\\ICredentialSettingsQuery' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalCredentialSettingsQuery',
'CodersLab\\Lms\\SharedKernel\\Application\\Query\\InstanceQuery' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalInstanceQuery',
'CodersLab\\Lms\\SharedKernel\\Application\\SecurityContext' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext',
'CodersLab\\Lms\\SharedKernel\\Application\\SecurityContext\\PasswordEncoder' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder',
'CodersLab\\Lms\\SharedKernel\\Application\\SecurityContext\\Users' => 'AppBundle\\Repository\\UserRepository',
'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\IEventRecorder' => 'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder',
'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',
'SimpleThings\\EntityAudit\\AuditManager' => 'simplethings_entityaudit.manager',
'app.instance.service' => 'AppBundle\\Service\\Instance',
'app.user.service' => 'AppBundle\\Service\\UserService',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'fos_user.user_manager' => 'app.user.manager',
'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
'jms_serializer.naming_strategy' => 'jms_serializer.serialized_name_or_identical_property_strategy',
'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
];
$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/AppBundle/Kernel.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Domain/ORMRepository.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Persistence/Doctrine/AbstractORMRepository.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Domain/Materials.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMMaterials.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Domain/Bus/CommandBus.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Bus/MessengerCommandBus.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Domain/Bus/EventBus.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Bus/MessengerEventBus.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Domain/Bus/IEventRecorder.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Domain/Bus/EventRecorder.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Serialization/Sentry/UuidSentrySerializer.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/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/RequestConverter/MaterialReviewRequestConverter.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/RequestConverter/ExamAccessRequestConverter.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/RequestConverter/IssueRequestConverter.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/RequestConverter/UserRequestConverter.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/RequestConverter/ChangePasswordConverter.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/nyholm/psr7/src/Factory/Psr17Factory.php';
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/RedisSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Doctrine/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/EventListener/EventPublisherListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/EventListener/LocaleSubscriber.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).'/src/AppBundle/Twig/AppExtension.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Listener/IAuthenticationListener.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/EventListener/AuthenticationSuccessListener.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Response/LMSResponseListener.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/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-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.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/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.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/service-contracts/ResetInterface.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/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/asset/Packages.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/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.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/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.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/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/http-kernel/EventListener/DebugHandlersListener.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/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.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/AnnotationRegistry.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/psr/log/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.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/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.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/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/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/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/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.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/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.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/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.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/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.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/symfony/http-client/HttpClientTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.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/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.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/Impersonate/ImpersonateUrlGenerator.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/RememberMe/ResponseListener.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-bundle/DataCollector/SecurityDataCollector.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-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/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.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/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.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/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/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.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-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/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/monolog-bridge/Logger.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/symfony/monolog-bridge/Handler/ServerLogHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.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/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.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/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLoggerChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/StatisticsCacheLogger.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/RegionsConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Twig/Extension/TimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/message/src/Formatter.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.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/jms/serializer/src/Construction/ObjectConstructorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/RunsListener.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/serializer-bundle/Debug/TraceableMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.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/serializer-bundle/Debug/TraceableFileLocator.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/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-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/Tracing/Twig/TwigTracingExtension.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-symfony/src/Twig/SentryExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Options.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.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/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/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.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/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/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.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/messenger/MessageBusInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.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/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.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/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.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/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/http-kernel/Controller/ArgumentResolver.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/messenger/MessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/RedisTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/RedisAdapter.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/symfony/cache/Adapter/TagAwareAdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.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/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/sentry/sentry-symfony/src/Tracing/Cache/TraceableTagAwareCacheAdapterForV3.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/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.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/symfony/cache/Adapter/TraceableTagAwareAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.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/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/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
include_once __DIR__.'/proxy-classes.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';
}
protected function createProxy($class, \Closure $factory)
{
return $factory();
}
/**
* 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());
yield 1 => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
}, 2));
}
/**
* 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';
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
}
/**
* 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()
{
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(($this->privates['profiler.storage'] ?? ($this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')))), ($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), true);
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
$instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
$instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
$instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
$instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
$instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
$instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
$instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
$instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
$instance->add(($this->privates['data_collector.http_client'] ?? $this->getDataCollector_HttpClientService()));
$instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())));
$instance->add(($this->privates['data_collector.messenger'] ?? $this->getDataCollector_MessengerService()));
$instance->add(($this->privates['mailer.data_collector'] ?? $this->getMailer_DataCollectorService()));
$instance->add(($this->privates['data_collector.jms_serializer'] ?? $this->getDataCollector_JmsSerializerService()));
$instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
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()
{
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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
}
/**
* 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/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/CacheableSupportsMethodInterface.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/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/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.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/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';
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => ($this->privates['serializer.denormalizer.unwrapping'] ?? $this->getSerializer_Denormalizer_UnwrappingService()), 1 => ($this->privates['serializer.normalizer.flatten_exception'] ?? ($this->privates['serializer.normalizer.flatten_exception'] = new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer())), 2 => ($this->privates['serializer.normalizer.problem'] ?? ($this->privates['serializer.normalizer.problem'] = new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true))), 3 => ($this->privates['serializer.normalizer.uid'] ?? ($this->privates['serializer.normalizer.uid'] = new \Symfony\Component\Serializer\Normalizer\UidNormalizer())), 4 => ($this->privates['serializer.normalizer.datetime'] ?? ($this->privates['serializer.normalizer.datetime'] = new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer())), 5 => ($this->privates['serializer.normalizer.constraint_violation_list'] ?? $this->getSerializer_Normalizer_ConstraintViolationListService()), 6 => ($this->privates['serializer.normalizer.mime_message'] ?? $this->getSerializer_Normalizer_MimeMessageService()), 7 => ($this->privates['serializer.normalizer.datetimezone'] ?? ($this->privates['serializer.normalizer.datetimezone'] = new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer())), 8 => ($this->privates['serializer.normalizer.dateinterval'] ?? ($this->privates['serializer.normalizer.dateinterval'] = new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer())), 9 => ($this->privates['serializer.normalizer.form_error'] ?? ($this->privates['serializer.normalizer.form_error'] = new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer())), 10 => ($this->privates['serializer.normalizer.backed_enum'] ?? ($this->privates['serializer.normalizer.backed_enum'] = new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer())), 11 => ($this->privates['serializer.normalizer.data_uri'] ?? $this->getSerializer_Normalizer_DataUriService()), 12 => ($this->privates['serializer.normalizer.json_serializable'] ?? ($this->privates['serializer.normalizer.json_serializable'] = new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL))), 13 => ($this->privates['serializer.denormalizer.array'] ?? ($this->privates['serializer.denormalizer.array'] = new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer())), 14 => ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService())], [0 => ($this->privates['serializer.encoder.xml'] ?? ($this->privates['serializer.encoder.xml'] = new \Symfony\Component\Serializer\Encoder\XmlEncoder())), 1 => ($this->privates['serializer.encoder.json'] ?? ($this->privates['serializer.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder())), 2 => ($this->privates['serializer.encoder.yaml'] ?? ($this->privates['serializer.encoder.yaml'] = new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL))), 3 => ($this->privates['serializer.encoder.csv'] ?? ($this->privates['serializer.encoder.csv'] = 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()
{
return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
$instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
$instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
$instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
$instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
$instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
$instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
$instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
$instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
$instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
$instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
$instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
$instance->addExtension(($this->privates['twig.extension.serializer'] ?? ($this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension())));
$instance->addExtension(($this->privates['twig.extension.form'] ?? $this->getTwig_Extension_FormService()));
$instance->addExtension(($this->privates['twig.extension.dump'] ?? $this->getTwig_Extension_DumpService()));
$instance->addExtension(($this->services['AppBundle\\Twig\\AppExtension'] ?? ($this->services['AppBundle\\Twig\\AppExtension'] = new \AppBundle\Twig\AppExtension())));
$instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
$instance->addExtension(($this->privates['time.twig.extension.time'] ?? $this->getTime_Twig_Extension_TimeService()));
$instance->addExtension(($this->privates['httplug.collector.twig.http_message'] ?? $this->getHttplug_Collector_Twig_HttpMessageService()));
$instance->addExtension(($this->privates['hwi_oauth.twig.extension.oauth'] ?? ($this->privates['hwi_oauth.twig.extension.oauth'] = new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension())));
$instance->addExtension(($this->privates['jms_serializer.twig_extension.runtime_serializer'] ?? ($this->privates['jms_serializer.twig_extension.runtime_serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'))));
$instance->addExtension(($this->privates['Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension'] ?? $this->getTwigTracingExtensionService()));
$instance->addExtension(($this->privates['Sentry\\SentryBundle\\Twig\\SentryExtension'] ?? $this->getSentryExtensionService()));
$instance->addExtension(($this->privates['knp_paginator.twig.extension.pagination'] ?? $this->getKnpPaginator_Twig_Extension_PaginationService()));
$instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
$instance->addExtension(($this->privates['nelmio_api_doc.render_docs.html.asset'] ?? $this->getNelmioApiDoc_RenderDocs_Html_AssetService()));
$instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
$instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
$instance->addGlobal('PRIMARY_LANG', $this->getEnv('string:PRIMARY_LANG'));
$instance->addGlobal('TENANT_USER_LANGUAGES', $this->getEnv('TENANT_USER_LANGUAGES'));
$instance->addGlobal('MAIN_ORGANISATION', $this->getEnv('string:MAIN_ORGANISATION'));
($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService()));
}
/**
* Gets the public 'AppBundle\Controller\AdminController' shared autowired service.
*
* @return \AppBundle\Controller\AdminController
*/
protected function getAdminControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/AdminController.php';
$this->services['AppBundle\\Controller\\AdminController'] = $instance = new \AppBundle\Controller\AdminController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] = new \CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder())), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['app.participation.service'] ?? $this->getApp_Participation_ServiceService()), ($this->services['AppBundle\\Service\\Instance'] ?? $this->getInstanceService()), ($this->services['AppBundle\\Service\\UserService'] ?? $this->getUserServiceService()));
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'AppBundle\Controller\ApiBaseController' shared autowired service.
*
* @return \AppBundle\Controller\ApiBaseController
*/
protected function getApiBaseControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/ApiBaseController.php';
$this->services['AppBundle\\Controller\\ApiBaseController'] = $instance = new \AppBundle\Controller\ApiBaseController();
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'AppBundle\Controller\AuthController' shared autowired service.
*
* @return \AppBundle\Controller\AuthController
*/
protected function getAuthControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/AuthController.php';
$this->services['AppBundle\\Controller\\AuthController'] = $instance = new \AppBundle\Controller\AuthController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'AppBundle\Controller\DefaultController' shared autowired service.
*
* @return \AppBundle\Controller\DefaultController
*/
protected function getDefaultControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/DefaultController.php';
$this->services['AppBundle\\Controller\\DefaultController'] = $instance = new \AppBundle\Controller\DefaultController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()));
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'AppBundle\Controller\ExceptionController' shared autowired service.
*
* @return \AppBundle\Controller\ExceptionController
*/
protected function getExceptionControllerService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/ExceptionController.php';
return $this->services['AppBundle\\Controller\\ExceptionController'] = new \AppBundle\Controller\ExceptionController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), true, ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public 'AppBundle\Controller\ExerciseController' shared autowired service.
*
* @return \AppBundle\Controller\ExerciseController
*/
protected function getExerciseControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/ApiBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/ExerciseController.php';
$this->services['AppBundle\\Controller\\ExerciseController'] = $instance = new \AppBundle\Controller\ExerciseController();
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'AppBundle\Controller\ExerciseResultController' shared autowired service.
*
* @return \AppBundle\Controller\ExerciseResultController
*/
protected function getExerciseResultControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/ApiBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/ExerciseResultController.php';
$this->services['AppBundle\\Controller\\ExerciseResultController'] = $instance = new \AppBundle\Controller\ExerciseResultController();
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'AppBundle\Controller\HookController' shared autowired service.
*
* @return \AppBundle\Controller\HookController
*/
protected function getHookControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/HookController.php';
$this->services['AppBundle\\Controller\\HookController'] = $instance = new \AppBundle\Controller\HookController($this, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'AppBundle\Controller\InjectController' shared autowired service.
*
* @return \AppBundle\Controller\InjectController
*/
protected function getInjectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/InjectController.php';
$this->services['AppBundle\\Controller\\InjectController'] = $instance = new \AppBundle\Controller\InjectController(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()));
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'AppBundle\Controller\InstanceController' shared autowired service.
*
* @return \AppBundle\Controller\InstanceController
*/
protected function getInstanceControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/ApiBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/InstanceController.php';
$this->services['AppBundle\\Controller\\InstanceController'] = $instance = new \AppBundle\Controller\InstanceController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['app.participation.service'] ?? $this->getApp_Participation_ServiceService()), ($this->services['AppBundle\\Service\\Instance'] ?? $this->getInstanceService()), ($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'AppBundle\Controller\LanguageController' shared autowired service.
*
* @return \AppBundle\Controller\LanguageController
*/
protected function getLanguageControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/LanguageController.php';
$this->services['AppBundle\\Controller\\LanguageController'] = $instance = new \AppBundle\Controller\LanguageController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'AppBundle\Controller\ModuleController' shared autowired service.
*
* @return \AppBundle\Controller\ModuleController
*/
protected function getModuleControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/ApiBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/ModuleController.php';
$this->services['AppBundle\\Controller\\ModuleController'] = $instance = new \AppBundle\Controller\ModuleController();
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'AppBundle\Controller\NotificationController' shared autowired service.
*
* @return \AppBundle\Controller\NotificationController
*/
protected function getNotificationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/ApiBaseController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/NotificationController.php';
$this->services['AppBundle\\Controller\\NotificationController'] = $instance = new \AppBundle\Controller\NotificationController();
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'AppBundle\Controller\RegistrationController' shared autowired service.
*
* @return \AppBundle\Controller\RegistrationController
*/
protected function getRegistrationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/RegistrationController.php';
$this->services['AppBundle\\Controller\\RegistrationController'] = $instance = new \AppBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'AppBundle\Controller\SecurityController' shared autowired service.
*
* @return \AppBundle\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/Controller/SecurityController.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Controller/SecurityController.php';
$this->services['AppBundle\\Controller\\SecurityController'] = $instance = new \AppBundle\Controller\SecurityController(($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()));
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'AppBundle\EventListener\AuthenticationSuccessListener' shared autowired service.
*
* @return \AppBundle\EventListener\AuthenticationSuccessListener
*/
protected function getAuthenticationSuccessListenerService()
{
return $this->services['AppBundle\\EventListener\\AuthenticationSuccessListener'] = new \AppBundle\EventListener\AuthenticationSuccessListener(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'AppBundle\EventListener\EventPublisherListener' shared autowired service.
*
* @return \AppBundle\EventListener\EventPublisherListener
*/
protected function getEventPublisherListenerService()
{
return $this->services['AppBundle\\EventListener\\EventPublisherListener'] = new \AppBundle\EventListener\EventPublisherListener(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] = new \CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder())));
}
/**
* Gets the public 'AppBundle\EventListener\ExerciseRenamerListener' shared autowired service.
*
* @return \AppBundle\EventListener\ExerciseRenamerListener
*/
protected function getExerciseRenamerListenerService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/EventListener/ExerciseRenamerListener.php';
return $this->services['AppBundle\\EventListener\\ExerciseRenamerListener'] = new \AppBundle\EventListener\ExerciseRenamerListener(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()));
}
/**
* Gets the public 'AppBundle\EventListener\LocaleSubscriber' shared autowired service.
*
* @return \AppBundle\EventListener\LocaleSubscriber
*/
protected function getLocaleSubscriberService()
{
return $this->services['AppBundle\\EventListener\\LocaleSubscriber'] = new \AppBundle\EventListener\LocaleSubscriber($this->getEnv('PRIMARY_LANG'));
}
/**
* Gets the public 'AppBundle\Event\GitHubCallExceptionListener' shared autowired service.
*
* @return \AppBundle\Event\GitHubCallExceptionListener
*/
protected function getGitHubCallExceptionListenerService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/Event/GitHubCallExceptionListener.php';
return $this->services['AppBundle\\Event\\GitHubCallExceptionListener'] = new \AppBundle\Event\GitHubCallExceptionListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public 'AppBundle\Factory\UserFactory' shared autowired service.
*
* @return \AppBundle\Factory\UserFactory
*/
protected function getUserFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/IUserFactory.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Factory/UserFactory.php';
return $this->services['AppBundle\\Factory\\UserFactory'] = new \AppBundle\Factory\UserFactory();
}
/**
* Gets the public 'AppBundle\Form\InstanceForm' shared autowired service.
*
* @return \AppBundle\Form\InstanceForm
*/
protected function getInstanceFormService()
{
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/AppBundle/Form/InstanceType.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Form/InstanceForm.php';
return $this->services['AppBundle\\Form\\InstanceForm'] = new \AppBundle\Form\InstanceForm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()));
}
/**
* Gets the public 'AppBundle\Form\InstanceType' shared autowired service.
*
* @return \AppBundle\Form\InstanceType
*/
protected function getInstanceTypeService()
{
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/AppBundle/Form/InstanceType.php';
return $this->services['AppBundle\\Form\\InstanceType'] = new \AppBundle\Form\InstanceType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()));
}
/**
* Gets the public 'AppBundle\Form\RegistrationType' shared autowired service.
*
* @return \AppBundle\Form\RegistrationType
*/
protected function getRegistrationTypeService()
{
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/AppBundle/Form/RegistrationType.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/TenantLanguages.php';
return $this->services['AppBundle\\Form\\RegistrationType'] = new \AppBundle\Form\RegistrationType(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages'] = new \CodersLab\Lms\SharedKernel\Application\TenantLanguages($this->getEnv('PRIMARY_LANG'), $this->getEnv('TENANT_USER_LANGUAGES')))));
}
/**
* Gets the public 'AppBundle\Form\UserType' shared autowired service.
*
* @return \AppBundle\Form\UserType
*/
protected function getUserTypeService()
{
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/AppBundle/Form/UserType.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/TenantLanguages.php';
return $this->services['AppBundle\\Form\\UserType'] = new \AppBundle\Form\UserType(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages'] = new \CodersLab\Lms\SharedKernel\Application\TenantLanguages($this->getEnv('PRIMARY_LANG'), $this->getEnv('TENANT_USER_LANGUAGES')))), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
}
/**
* Gets the public 'AppBundle\Repository\CityRepository' shared autowired service.
*
* @return \AppBundle\Repository\CityRepository
*/
protected function getCityRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Repository/AbstractRepository.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/ICityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Repository/CityRepository.php';
return $this->services['AppBundle\\Repository\\CityRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('AppBundle\\Entity\\City');
}
/**
* Gets the public 'AppBundle\Repository\ExerciseRepository' shared autowired service.
*
* @return \AppBundle\Repository\ExerciseRepository
*/
protected function getExerciseRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/IExerciseRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Repository/ExerciseRepository.php';
return $this->services['AppBundle\\Repository\\ExerciseRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('AppBundle\\Entity\\Exercise');
}
/**
* Gets the public 'AppBundle\Repository\InstanceRepository' shared autowired service.
*
* @return \AppBundle\Repository\InstanceRepository
*/
protected function getInstanceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/IInstanceRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Repository/InstanceRepository.php';
return $this->services['AppBundle\\Repository\\InstanceRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('AppBundle\\Entity\\Instance');
}
/**
* Gets the public 'AppBundle\Repository\InstanceUserRepository' shared autowired service.
*
* @return \AppBundle\Repository\InstanceUserRepository
*/
protected function getInstanceUserRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Repository/InstanceUserRepository.php';
return $this->services['AppBundle\\Repository\\InstanceUserRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('AppBundle\\Entity\\InstanceUser');
}
/**
* Gets the public 'AppBundle\Repository\ModuleRepository' shared autowired service.
*
* @return \AppBundle\Repository\ModuleRepository
*/
protected function getModuleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Repository/ModuleRepository.php';
return $this->services['AppBundle\\Repository\\ModuleRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('AppBundle\\Entity\\Module');
}
/**
* Gets the public 'AppBundle\Repository\UserRepository' shared autowired service.
*
* @return \AppBundle\Repository\UserRepository
*/
protected function getUserRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Repository/AbstractRepository.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/SecurityContext/Users.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/IUserRepository.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Repository/UserRepository.php';
return $this->services['AppBundle\\Repository\\UserRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('AppBundle\\Entity\\User');
}
/**
* Gets the public 'AppBundle\Service\ExerciseFactory' shared autowired service.
*
* @return \AppBundle\Service\ExerciseFactory
*/
protected function getExerciseFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/IExerciseFactory.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/ExerciseFactory.php';
return $this->services['AppBundle\\Service\\ExerciseFactory'] = new \AppBundle\Service\ExerciseFactory();
}
/**
* Gets the public 'AppBundle\Service\Instance' shared autowired service.
*
* @return \AppBundle\Service\Instance
*/
protected function getInstanceService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/Instance.php';
return $this->services['AppBundle\\Service\\Instance'] = new \AppBundle\Service\Instance(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), \dirname(__DIR__, 4), ($this->services['AppBundle\\Service\\JiraUser'] ?? $this->getJiraUserService()), ($this->services['AppBundle\\Service\\JiraGroup'] ?? $this->getJiraGroupService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the public 'AppBundle\Service\JiraGroup' shared autowired service.
*
* @return \AppBundle\Service\JiraGroup
*/
protected function getJiraGroupService()
{
include_once \dirname(__DIR__, 4).'/vendor/lesstif/php-jira-rest-client/src/JiraClient.php';
include_once \dirname(__DIR__, 4).'/vendor/lesstif/php-jira-rest-client/src/Group/GroupService.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/JiraGroup.php';
return $this->services['AppBundle\\Service\\JiraGroup'] = new \AppBundle\Service\JiraGroup($this->parameters['jira_students']);
}
/**
* Gets the public 'AppBundle\Service\JiraUser' shared autowired service.
*
* @return \AppBundle\Service\JiraUser
*/
protected function getJiraUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/lesstif/php-jira-rest-client/src/JiraClient.php';
include_once \dirname(__DIR__, 4).'/vendor/lesstif/php-jira-rest-client/src/User/UserService.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/JiraUser.php';
return $this->services['AppBundle\\Service\\JiraUser'] = new \AppBundle\Service\JiraUser($this->parameters['jira_students']);
}
/**
* Gets the public 'AppBundle\Service\Mailing\MailingDispatchStudentsService' shared autowired service.
*
* @return \AppBundle\Service\Mailing\MailingDispatchStudentsService
*/
protected function getMailingDispatchStudentsServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/Mailing/MailingDispatchStudentsService.php';
return $this->services['AppBundle\\Service\\Mailing\\MailingDispatchStudentsService'] = new \AppBundle\Service\Mailing\MailingDispatchStudentsService(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
}
/**
* Gets the public 'AppBundle\Service\UserService' shared autowired service.
*
* @return \AppBundle\Service\UserService
*/
protected function getUserServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/UserService.php';
return $this->services['AppBundle\\Service\\UserService'] = new \AppBundle\Service\UserService((\dirname(__DIR__, 4).'/Resources/raw'), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
}
/**
* Gets the public 'AppBundle\Twig\AppExtension' shared autowired service.
*
* @return \AppBundle\Twig\AppExtension
*/
protected function getAppExtensionService()
{
return $this->services['AppBundle\\Twig\\AppExtension'] = new \AppBundle\Twig\AppExtension();
}
/**
* Gets the public 'CodersLab\Lms\Modules\Courses\Application\Handler\AddUserToSelfRegisterInstanceHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Courses\Application\Handler\AddUserToSelfRegisterInstanceHandler
*/
protected function getAddUserToSelfRegisterInstanceHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/Handler/AddUserToSelfRegisterInstanceHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\AddUserToSelfRegisterInstanceHandler'] = new \CodersLab\Lms\Modules\Courses\Application\Handler\AddUserToSelfRegisterInstanceHandler(($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()), ($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['app.participation.service'] ?? $this->getApp_Participation_ServiceService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Courses\Application\Handler\ChangeGithubRepositoryNameHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Courses\Application\Handler\ChangeGithubRepositoryNameHandler
*/
protected function getChangeGithubRepositoryNameHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/Handler/ChangeGithubRepositoryNameHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\ChangeGithubRepositoryNameHandler'] = new \CodersLab\Lms\Modules\Courses\Application\Handler\ChangeGithubRepositoryNameHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Courses\Application\Handler\SynchroniseCourseScheduleUrlHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Courses\Application\Handler\SynchroniseCourseScheduleUrlHandler
*/
protected function getSynchroniseCourseScheduleUrlHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/Handler/SynchroniseCourseScheduleUrlHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\SynchroniseCourseScheduleUrlHandler'] = new \CodersLab\Lms\Modules\Courses\Application\Handler\SynchroniseCourseScheduleUrlHandler(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\HubClient'] ?? $this->getHubClientService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Courses\Application\Listener\CourseInstanceAddedListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Courses\Application\Listener\CourseInstanceAddedListener
*/
protected function getCourseInstanceAddedListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/Listener/CourseInstanceAddedListener.php';
return $this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\CourseInstanceAddedListener'] = new \CodersLab\Lms\Modules\Courses\Application\Listener\CourseInstanceAddedListener(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Courses\Application\Listener\NewUserAddedEventListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Courses\Application\Listener\NewUserAddedEventListener
*/
protected function getNewUserAddedEventListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/Listener/NewUserAddedEventListener.php';
return $this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\NewUserAddedEventListener'] = new \CodersLab\Lms\Modules\Courses\Application\Listener\NewUserAddedEventListener(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Courses\Application\Listener\SignatureUpdatedListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Courses\Application\Listener\SignatureUpdatedListener
*/
protected function getSignatureUpdatedListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/Listener/SignatureUpdatedListener.php';
return $this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\SignatureUpdatedListener'] = new \CodersLab\Lms\Modules\Courses\Application\Listener\SignatureUpdatedListener(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalMaterialExerciseQuery'] ?? $this->getDbalMaterialExerciseQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Persistence\LanguageRepository' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Courses\Infrastructure\Persistence\LanguageRepository
*/
protected function getLanguageRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/ILanguageRepository.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Infrastructure/Persistence/LanguageRepository.php';
return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Persistence\\LanguageRepository'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Persistence\LanguageRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Persistence\ModeRepository' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Courses\Infrastructure\Persistence\ModeRepository
*/
protected function getModeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/IModeRepository.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Infrastructure/Persistence/ModeRepository.php';
return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Persistence\\ModeRepository'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Persistence\ModeRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalCourseInstanceQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalCourseInstanceQuery
*/
protected function getDbalCourseInstanceQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/Query/CourseInstanceQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Infrastructure/Read/DbalCourseInstanceQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalCourseInstanceQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalCourseQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalCourseQuery
*/
protected function getDbalCourseQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/Query/CourseQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Infrastructure/Read/DbalCourseQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseQuery'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalCourseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalMaterialExerciseQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalMaterialExerciseQuery
*/
protected function getDbalMaterialExerciseQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/Query/MaterialsExerciseQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Infrastructure/Read/DbalMaterialExerciseQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalMaterialExerciseQuery'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalMaterialExerciseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalNavigationQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalNavigationQuery
*/
protected function getDbalNavigationQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/Query/NavigationQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Infrastructure/Read/DbalNavigationQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalNavigationQuery'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalNavigationQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalProductQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalProductQuery
*/
protected function getDbalProductQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/Query/ProductQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Infrastructure/Read/DbalProductQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalProductQuery'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalProductQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalTechnologyQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalTechnologyQuery
*/
protected function getDbalTechnologyQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/Query/TechnologyQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Infrastructure/Read/DbalTechnologyQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalTechnologyQuery'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalTechnologyQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddAllStudentsAccessHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddAllStudentsAccessHandler
*/
protected function getAddAllStudentsAccessHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/AddAllStudentsAccessHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddAllStudentsAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddAllStudentsAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddLecturerAccessHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddLecturerAccessHandler
*/
protected function getAddLecturerAccessHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/AddLecturerAccessHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddLecturerAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddLecturerAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentExamAccessHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentExamAccessHandler
*/
protected function getAddStudentExamAccessHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/AddStudentExamAccessHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentExamAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentExamAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentModuleAccessHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentModuleAccessHandler
*/
protected function getAddStudentModuleAccessHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/AddStudentModuleAccessHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentModuleAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentModuleAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentsExamsAccessHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentsExamsAccessHandler
*/
protected function getAddStudentsExamsAccessHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/AddStudentsExamsAccessHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentsExamsAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentsExamsAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\Bookmark\DeleteBookmarkHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\Bookmark\DeleteBookmarkHandler
*/
protected function getDeleteBookmarkHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/Bookmark/DeleteBookmarkHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\DeleteBookmarkHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\Bookmark\DeleteBookmarkHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\Bookmark\UpsertBookmarkHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\Bookmark\UpsertBookmarkHandler
*/
protected function getUpsertBookmarkHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/Bookmark/UpsertBookmarkHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\UpsertBookmarkHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\Bookmark\UpsertBookmarkHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\ChangeUserMaterialProgressHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\ChangeUserMaterialProgressHandler
*/
protected function getChangeUserMaterialProgressHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/ChangeUserMaterialProgressHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\ChangeUserMaterialProgressHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\ChangeUserMaterialProgressHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\LogAccessChangeHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\LogAccessChangeHandler
*/
protected function getLogAccessChangeHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/LogAccessChangeHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\LogAccessChangeHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\LogAccessChangeHandler(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\NotifyPreworkSharedHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\NotifyPreworkSharedHandler
*/
protected function getNotifyPreworkSharedHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/NotifyPreworkSharedHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\NotifyPreworkSharedHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\NotifyPreworkSharedHandler(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\HubClient'] ?? $this->getHubClientService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalCourseQuery'] ?? $this->getDbalCourseQuery2Service()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\PlanStudentExamHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\PlanStudentExamHandler
*/
protected function getPlanStudentExamHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/PlanStudentExamHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\PlanStudentExamHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\PlanStudentExamHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeAllStudentsAccessHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeAllStudentsAccessHandler
*/
protected function getRevokeAllStudentsAccessHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/RevokeAllStudentsAccessHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeAllStudentsAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeAllStudentsAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeLecturerAccessHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeLecturerAccessHandler
*/
protected function getRevokeLecturerAccessHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/RevokeLecturerAccessHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeLecturerAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeLecturerAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeStudentExamAccessHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeStudentExamAccessHandler
*/
protected function getRevokeStudentExamAccessHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/RevokeStudentExamAccessHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentExamAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeStudentExamAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeStudentModuleAccessHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeStudentModuleAccessHandler
*/
protected function getRevokeStudentModuleAccessHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/RevokeStudentModuleAccessHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentModuleAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeStudentModuleAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\SendGithubTeamInvitationHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\SendGithubTeamInvitationHandler
*/
protected function getSendGithubTeamInvitationHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/SendGithubTeamInvitationHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\SendGithubTeamInvitationHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\SendGithubTeamInvitationHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalInstanceQuery'] ?? $this->getDbalInstanceQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\UpdateLastSeenMaterialHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\UpdateLastSeenMaterialHandler
*/
protected function getUpdateLastSeenMaterialHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Handler/UpdateLastSeenMaterialHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\UpdateLastSeenMaterialHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\UpdateLastSeenMaterialHandler(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Listener\AccessGrantedEventListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\AccessGrantedEventListener
*/
protected function getAccessGrantedEventListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Listener/AccessGrantedEventListener.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessGrantedEventListener'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\AccessGrantedEventListener(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Listener\AccessRevokedEventListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\AccessRevokedEventListener
*/
protected function getAccessRevokedEventListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Listener/AccessRevokedEventListener.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessRevokedEventListener'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\AccessRevokedEventListener(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] ?? $this->getDbalUserAccessQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalExerciseQuery'] ?? $this->getDbalExerciseQueryService()), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseInstanceMemberAddedListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseInstanceMemberAddedListener
*/
protected function getCourseInstanceMemberAddedListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Listener/CourseInstanceMemberAddedListener.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberAddedListener'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseInstanceMemberAddedListener(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] ?? $this->getDbalUserAccessQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Service\\UserAccessService'] ?? $this->getUserAccessServiceService()), ($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseInstanceMemberRemovedListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseInstanceMemberRemovedListener
*/
protected function getCourseInstanceMemberRemovedListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Listener/CourseInstanceMemberRemovedListener.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberRemovedListener'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseInstanceMemberRemovedListener(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalExerciseQuery'] ?? $this->getDbalExerciseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalCourseQuery'] ?? $this->getDbalCourseQuery2Service()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseStoredListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseStoredListener
*/
protected function getCourseStoredListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Listener/CourseStoredListener.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseStoredListener'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseStoredListener(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourses'] ?? $this->getORMCoursesService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Listener\RepositoryForUserSharedListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\RepositoryForUserSharedListener
*/
protected function getRepositoryForUserSharedListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Listener/RepositoryForUserSharedListener.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\RepositoryForUserSharedListener'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\RepositoryForUserSharedListener(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\RolePolicy' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\RolePolicy
*/
protected function getRolePolicyService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/RolePolicy.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Infrastructure/RolePolicy/RolePolicyFactory.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] = ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\RolePolicy\\RolePolicyFactory'] ?? ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\RolePolicy\\RolePolicyFactory'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\RolePolicy\RolePolicyFactory()))->get(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Service\UserAccessService' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Application\Service\UserAccessService
*/
protected function getUserAccessServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Service/IUserAccessService.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Service/UserAccessService.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Service\\UserAccessService'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Service\UserAccessService(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\ContentAccessContext' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\ContentAccessContext
*/
protected function getContentAccessContextService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/IContentAccessContext.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Infrastructure/ContentAccessContext.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\ContentAccessContext(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\CourseInstanceContext' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\CourseInstanceContext
*/
protected function getCourseInstanceContextService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/ICourseInstanceContext.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Infrastructure/CourseInstanceContext.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\CourseInstanceContext(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Persistence\Doctrine\ORMUserAccessRepository' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Persistence\Doctrine\ORMUserAccessRepository
*/
protected function getORMUserAccessRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Domain/IUserAccessRepository.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Infrastructure/Persistence/Doctrine/ORMUserAccessRepository.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Persistence\Doctrine\ORMUserAccessRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalBookmarkQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalBookmarkQuery
*/
protected function getDbalBookmarkQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Query/BookmarkQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Infrastructure/Read/DbalBookmarkQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalBookmarkQuery'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalBookmarkQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalCourseQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalCourseQuery
*/
protected function getDbalCourseQuery2Service()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Query/CourseQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Infrastructure/Read/DbalCourseQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalCourseQuery'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalCourseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalExerciseQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalExerciseQuery
*/
protected function getDbalExerciseQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Query/ExerciseQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Infrastructure/Read/DbalExerciseQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalExerciseQuery'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalExerciseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalProgressQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalProgressQuery
*/
protected function getDbalProgressQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Query/ProgressQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Infrastructure/Read/DbalProgressQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalProgressQuery'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalProgressQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalUserAccessQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalUserAccessQuery
*/
protected function getDbalUserAccessQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Query/UserAccessQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Infrastructure/Read/DbalUserAccessQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalUserAccessQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalUserQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalUserQuery
*/
protected function getDbalUserQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Application/Query/UserQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Infrastructure/Read/DbalUserQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/TenantLanguages.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalUserQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages'] = new \CodersLab\Lms\SharedKernel\Application\TenantLanguages($this->getEnv('PRIMARY_LANG'), $this->getEnv('TENANT_USER_LANGUAGES')))));
}
/**
* Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\RolePolicy\RolePolicyFactory' shared autowired service.
*
* @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\RolePolicy\RolePolicyFactory
*/
protected function getRolePolicyFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Infrastructure/RolePolicy/RolePolicyFactory.php';
return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\RolePolicy\\RolePolicyFactory'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\RolePolicy\RolePolicyFactory();
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Application\Gradebook\GithubUrlFactory' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Application\Gradebook\GithubUrlFactory
*/
protected function getGithubUrlFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Gradebook/GithubUrlFactory.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GithubUrlFactory'] = new \CodersLab\Lms\Modules\Learning\Application\Gradebook\GithubUrlFactory();
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Application\Gradebook\GradebookFactory' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Application\Gradebook\GradebookFactory
*/
protected function getGradebookFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Gradebook/GradebookFactory.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Gradebook/GithubUrlFactory.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GradebookFactory'] = new \CodersLab\Lms\Modules\Learning\Application\Gradebook\GradebookFactory(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery'] ?? $this->getDbalStudentQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMaterialCriteriaQuery'] ?? $this->getDbalMaterialCriteriaQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentMaterialCriteriaResultQuery'] ?? $this->getDbalStudentMaterialCriteriaResultQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GithubUrlFactory'] ?? ($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GithubUrlFactory'] = new \CodersLab\Lms\Modules\Learning\Application\Gradebook\GithubUrlFactory())), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCriterionGroupQuery'] ?? $this->getDbalCriterionGroupQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalPassCriteria'] ?? $this->getDbalPassCriteriaService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Application\Handler\AddCriteriaGroupResultHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Application\Handler\AddCriteriaGroupResultHandler
*/
protected function getAddCriteriaGroupResultHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Handler/AddCriteriaGroupResultHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddCriteriaGroupResultHandler'] = new \CodersLab\Lms\Modules\Learning\Application\Handler\AddCriteriaGroupResultHandler(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMaterialCriteriaQuery'] ?? $this->getDbalMaterialCriteriaQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMStudentResultsRepository'] ?? $this->getORMStudentResultsRepositoryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalPassCriteria'] ?? $this->getDbalPassCriteriaService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreContext'] ?? $this->getMaterialScoreContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext'] ?? $this->getCourseInstanceContextService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Application\Handler\AddMaterialResultAsyncHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Application\Handler\AddMaterialResultAsyncHandler
*/
protected function getAddMaterialResultAsyncHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Handler/AbstractAddMaterialResultHandler.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Handler/AddMaterialResultAsyncHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultAsyncHandler'] = new \CodersLab\Lms\Modules\Learning\Application\Handler\AddMaterialResultAsyncHandler(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMStudentResultsRepository'] ?? $this->getORMStudentResultsRepositoryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalPassCriteria'] ?? $this->getDbalPassCriteriaService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Application\Handler\AddMaterialResultSyncHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Application\Handler\AddMaterialResultSyncHandler
*/
protected function getAddMaterialResultSyncHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Handler/AbstractAddMaterialResultHandler.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Handler/AddMaterialResultSyncHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultSyncHandler'] = new \CodersLab\Lms\Modules\Learning\Application\Handler\AddMaterialResultSyncHandler(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMStudentResultsRepository'] ?? $this->getORMStudentResultsRepositoryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalPassCriteria'] ?? $this->getDbalPassCriteriaService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Application\Listener\CourseInstanceMemberAddedListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Application\Listener\CourseInstanceMemberAddedListener
*/
protected function getCourseInstanceMemberAddedListener2Service()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Listener/CourseInstanceMemberAddedListener.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Listener\\CourseInstanceMemberAddedListener'] = new \CodersLab\Lms\Modules\Learning\Application\Listener\CourseInstanceMemberAddedListener(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMStudentResultsRepository'] ?? $this->getORMStudentResultsRepositoryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Application\Query\Report\GradebookResults\DeadlineFactory' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Application\Query\Report\GradebookResults\DeadlineFactory
*/
protected function getDeadlineFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Query/Report/GradebookResults/DeadlineFactory.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\Report\\GradebookResults\\DeadlineFactory'] = new \CodersLab\Lms\Modules\Learning\Application\Query\Report\GradebookResults\DeadlineFactory();
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Application\Service\CourseProgressReport' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Application\Service\CourseProgressReport
*/
protected function getCourseProgressReportService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Service/CourseProgressReport.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Service\\CourseProgressReport'] = new \CodersLab\Lms\Modules\Learning\Application\Service\CourseProgressReport(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseProgressReportQuery'] ?? $this->getDbalCourseProgressReportQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Persistence\Doctrine\ORMCriteriaGroupResultRepository' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Infrastructure\Persistence\Doctrine\ORMCriteriaGroupResultRepository
*/
protected function getORMCriteriaGroupResultRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Domain/StudentResults/CriteriaGroupResultRepository.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Infrastructure/Persistence/Doctrine/ORMCriteriaGroupResultRepository.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMCriteriaGroupResultRepository'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Persistence\Doctrine\ORMCriteriaGroupResultRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Persistence\Doctrine\ORMStudentResultsRepository' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Infrastructure\Persistence\Doctrine\ORMStudentResultsRepository
*/
protected function getORMStudentResultsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Domain/StudentResultsRepository.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Infrastructure/Persistence/Doctrine/ORMStudentResultsRepository.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMStudentResultsRepository'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Persistence\Doctrine\ORMStudentResultsRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCourseProgressReportQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCourseProgressReportQuery
*/
protected function getDbalCourseProgressReportQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Query/CourseProgressReportQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalCourseProgressReportQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseProgressReportQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCourseProgressReportQuery(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery'] ?? $this->getDbalStudentQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalProgressQuery'] ?? $this->getDbalProgressQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] ?? $this->getDbalUserAccessQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCourseQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCourseQuery
*/
protected function getDbalCourseQuery3Service()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Query/CourseQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalCourseQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCourseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCriterionGroupQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCriterionGroupQuery
*/
protected function getDbalCriterionGroupQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Query/CriterionGroupQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalCriterionGroupQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCriterionGroupQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCriterionGroupQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalMaterialCriteriaQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalMaterialCriteriaQuery
*/
protected function getDbalMaterialCriteriaQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Query/MaterialCriteriaQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalMaterialCriteriaQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMaterialCriteriaQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalMaterialCriteriaQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalMentorQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalMentorQuery
*/
protected function getDbalMentorQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Query/MentorQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalMentorQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMentorQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalMentorQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalPassCriteria' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalPassCriteria
*/
protected function getDbalPassCriteriaService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Query/PassCriteriaQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalPassCriteria.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalPassCriteria'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalPassCriteria(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalResultQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalResultQuery
*/
protected function getDbalResultQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Query/ResultQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalResultQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalResultQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalResultQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalStudentMaterialCriteriaResultQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalStudentMaterialCriteriaResultQuery
*/
protected function getDbalStudentMaterialCriteriaResultQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Query/StudentMaterialCriteriaResultQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalStudentMaterialCriteriaResultQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentMaterialCriteriaResultQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalStudentMaterialCriteriaResultQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalStudentQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalStudentQuery
*/
protected function getDbalStudentQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Query/StudentQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalStudentQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalStudentQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookResultsMailer' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookResultsMailer
*/
protected function getGradebookResultsMailerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Infrastructure/Report/GradebookResultsMailer.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Mailer/IEmailFactory.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/EmailFactory.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookResultsMailer'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookResultsMailer(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory('no-reply@coderslab.pl'))), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookResultsReportQuery'] ?? $this->getGradebookResultsReportQueryService()), \dirname(__DIR__, 4), $this->getEnv('APP_DOMAIN'));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookResultsReportQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookResultsReportQuery
*/
protected function getGradebookResultsReportQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Query/IGradebookResultsReportQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Infrastructure/Report/GradebookResultsReportQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Application/Query/Report/GradebookResults/DeadlineFactory.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookResultsReportQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookResultsReportQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GradebookFactory'] ?? $this->getGradebookFactoryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMentorQuery'] ?? $this->getDbalMentorQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\Report\\GradebookResults\\DeadlineFactory'] ?? ($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\Report\\GradebookResults\\DeadlineFactory'] = new \CodersLab\Lms\Modules\Learning\Application\Query\Report\GradebookResults\DeadlineFactory())));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookScoresReport' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookScoresReport
*/
protected function getGradebookScoresReportService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Infrastructure/Report/GradebookScoresReport.php';
return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookScoresReport'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookScoresReport(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GradebookFactory'] ?? $this->getGradebookFactoryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\AddUserToGithubTeamHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\AddUserToGithubTeamHandler
*/
protected function getAddUserToGithubTeamHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/AddUserToGithubTeamHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\AddUserToGithubTeamHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\AddUserToGithubTeamHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalInstanceQuery'] ?? $this->getDbalInstanceQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizDetailsHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizDetailsHandler
*/
protected function getInitQuizDetailsHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/InitQuizDetailsHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizDetailsHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizDetailsHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Quiz\\SurveyMonkeyQuizService'] ?? $this->getSurveyMonkeyQuizServiceService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizResponseWebhookHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizResponseWebhookHandler
*/
protected function getInitQuizResponseWebhookHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/InitQuizResponseWebhookHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizResponseWebhookHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizResponseWebhookHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Quiz\\SurveyMonkeyQuizService'] ?? $this->getSurveyMonkeyQuizServiceService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizUpdatesWebhookHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizUpdatesWebhookHandler
*/
protected function getInitQuizUpdatesWebhookHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/InitQuizUpdatesWebhookHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizUpdatesWebhookHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizUpdatesWebhookHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Quiz\\SurveyMonkeyQuizService'] ?? $this->getSurveyMonkeyQuizServiceService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\LogMaterialSearchHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\LogMaterialSearchHandler
*/
protected function getLogMaterialSearchHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/LogMaterialSearchHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\LogMaterialSearchHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\LogMaterialSearchHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMSearchLogs'] ?? $this->getORMSearchLogsService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\ProcessExerciseHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\ProcessExerciseHandler
*/
protected function getProcessExerciseHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/ProcessExerciseHandler.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Mailer/IEmailFactory.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/EmailFactory.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Features/Features.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ProcessExerciseHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\ProcessExerciseHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\StateProcessorFactory'] ?? $this->getStateProcessorFactoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory('no-reply@coderslab.pl'))), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMentorQuery'] ?? $this->getDbalMentorQuery2Service()), ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Features\\Features'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Features\\Features'] = new \CodersLab\Lms\SharedKernel\Application\Features\Features($this->getEnv('GH_EXERCISES_PROCESSING')))));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\RebuildRepositoriesHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\RebuildRepositoriesHandler
*/
protected function getRebuildRepositoriesHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/RebuildRepositoriesHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RebuildRepositoriesHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\RebuildRepositoriesHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseQueues'] ?? $this->getORMExerciseQueuesService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\RemoveUserFromGithubTeamHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\RemoveUserFromGithubTeamHandler
*/
protected function getRemoveUserFromGithubTeamHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/RemoveUserFromGithubTeamHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromGithubTeamHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\RemoveUserFromGithubTeamHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalInstanceQuery'] ?? $this->getDbalInstanceQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\RemoveUserFromRepositoryHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\RemoveUserFromRepositoryHandler
*/
protected function getRemoveUserFromRepositoryHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/RemoveUserFromRepositoryHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromRepositoryHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\RemoveUserFromRepositoryHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\ReportMaterialIssueHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\ReportMaterialIssueHandler
*/
protected function getReportMaterialIssueHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/ReportMaterialIssueHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportMaterialIssueHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\ReportMaterialIssueHandler(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery'] ?? $this->getDbalMaterialQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModuleQuery'] ?? $this->getDbalModuleQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalChapterQuery'] ?? $this->getDbalChapterQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\ReportPresentationIssueHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\ReportPresentationIssueHandler
*/
protected function getReportPresentationIssueHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/ReportPresentationIssueHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportPresentationIssueHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\ReportPresentationIssueHandler(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery'] ?? $this->getDbalMaterialQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQuery2Service()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForLecturersHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForLecturersHandler
*/
protected function getShareRepositoryForLecturersHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/AbstractShareRepositoryHandler.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/ShareRepositoryForLecturersHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForLecturersHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForLecturersHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMentorQuery'] ?? $this->getDbalMentorQuery2Service()), ($this->privates['sentry.client'] ?? $this->getSentry_ClientService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForMentorsHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForMentorsHandler
*/
protected function getShareRepositoryForMentorsHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/AbstractShareRepositoryHandler.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/ShareRepositoryForMentorsHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForMentorsHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForMentorsHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMentorQuery'] ?? $this->getDbalMentorQuery2Service()), ($this->privates['sentry.client'] ?? $this->getSentry_ClientService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForTeamHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForTeamHandler
*/
protected function getShareRepositoryForTeamHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/ShareRepositoryForTeamHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForTeamHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForTeamHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForUserHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForUserHandler
*/
protected function getShareRepositoryForUserHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/ShareRepositoryForUserHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForUserHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForUserHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\StoreCoursesHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\StoreCoursesHandler
*/
protected function getStoreCoursesHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/StoreCoursesHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreCoursesHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\StoreCoursesHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMRepositories'] ?? $this->getORMRepositoriesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\CourseTree\\CourseTree'] ?? $this->getCourseTreeService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourses'] ?? $this->getORMCoursesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader'] ?? $this->getRepositoryReaderService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), (\dirname(__DIR__, 3).'/lms/repos'), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\StoreCourses\\StoreCourseValidator'] ?? $this->getStoreCourseValidatorService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\StoreMaterialsHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\StoreMaterialsHandler
*/
protected function getStoreMaterialsHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/StoreMaterialsHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreMaterialsHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\StoreMaterialsHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMRepositories'] ?? $this->getORMRepositoriesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMPills'] ?? $this->getORMPillsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader'] ?? $this->getRepositoryReaderService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] = new \CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder())), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMTags'] ?? $this->getORMTagsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\UpdateCourseDocumentsHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Handler\UpdateCourseDocumentsHandler
*/
protected function getUpdateCourseDocumentsHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Handler/UpdateCourseDocumentsHandler.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/SearchEngine/SearchEngine.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/Elasticsearch.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\UpdateCourseDocumentsHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\UpdateCourseDocumentsHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] ?? ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\Elasticsearch())), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchEngineQuery'] ?? $this->getDbalSearchEngineQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Listener\AccessGrantedEventListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Listener\AccessGrantedEventListener
*/
protected function getAccessGrantedEventListener2Service()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Listener/AccessGrantedEventListener.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\AccessGrantedEventListener'] = new \CodersLab\Lms\Modules\Materials\Application\Listener\AccessGrantedEventListener(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseRepositories'] ?? $this->getORMExerciseRepositoriesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMentorQuery'] ?? $this->getDbalMentorQuery2Service()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Listener\ExamPlannedListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Listener\ExamPlannedListener
*/
protected function getExamPlannedListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Listener/ExamPlannedListener.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExamPlannedListener'] = new \CodersLab\Lms\Modules\Materials\Application\Listener\ExamPlannedListener(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseRepositories'] ?? $this->getORMExerciseRepositoriesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Listener\ExerciseBuiltListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Listener\ExerciseBuiltListener
*/
protected function getExerciseBuiltListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Listener/ExerciseBuiltListener.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseBuiltListener'] = new \CodersLab\Lms\Modules\Materials\Application\Listener\ExerciseBuiltListener(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] ?? $this->getDbalUserAccessQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Listener\ExerciseRepositoryAddedListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Listener\ExerciseRepositoryAddedListener
*/
protected function getExerciseRepositoryAddedListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Listener/ExerciseRepositoryAddedListener.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/IExerciseFactory.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/ExerciseFactory.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseRepositoryAddedListener'] = new \CodersLab\Lms\Modules\Materials\Application\Listener\ExerciseRepositoryAddedListener(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseRepositories'] ?? $this->getORMExerciseRepositoriesService()), ($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()), ($this->services['AppBundle\\Service\\ExerciseFactory'] ?? ($this->services['AppBundle\\Service\\ExerciseFactory'] = new \AppBundle\Service\ExerciseFactory())), ($this->services['AppBundle\\Repository\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Listener\QuizStateUpdatedListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Listener\QuizStateUpdatedListener
*/
protected function getQuizStateUpdatedListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Listener/QuizStateUpdatedListener.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\QuizStateUpdatedListener'] = new \CodersLab\Lms\Modules\Materials\Application\Listener\QuizStateUpdatedListener(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Listener\UserGithubUpdatedListener' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Listener\UserGithubUpdatedListener
*/
protected function getUserGithubUpdatedListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Listener/UserGithubUpdatedListener.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\UserGithubUpdatedListener'] = new \CodersLab\Lms\Modules\Materials\Application\Listener\UserGithubUpdatedListener(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserExerciseQuery'] ?? $this->getDbalUserExerciseQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\CommitCreatedProcessor' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\CommitCreatedProcessor
*/
protected function getCommitCreatedProcessorService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessor.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/Processor/CommitCreatedProcessor.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\CommitCreatedProcessor'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\CommitCreatedProcessor(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\DoneProcessor' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\DoneProcessor
*/
protected function getDoneProcessorService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessor.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/Processor/DoneProcessor.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\DoneProcessor'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\DoneProcessor();
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\InitialStateProcessor' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\InitialStateProcessor
*/
protected function getInitialStateProcessorService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessor.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/Processor/InitialStateProcessor.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\InitialStateProcessor'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\InitialStateProcessor(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\ReferenceUpdatedProcessor' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\ReferenceUpdatedProcessor
*/
protected function getReferenceUpdatedProcessorService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessor.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/Processor/ReferenceUpdatedProcessor.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\ReferenceUpdatedProcessor'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\ReferenceUpdatedProcessor(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\RepositoryCreatedProcessor' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\RepositoryCreatedProcessor
*/
protected function getRepositoryCreatedProcessorService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessor.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/Processor/RepositoryCreatedProcessor.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\RepositoryCreatedProcessor'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\RepositoryCreatedProcessor(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), (\dirname(__DIR__, 3).'/lms/repos'));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\TreeCreatedProcessor' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\TreeCreatedProcessor
*/
protected function getTreeCreatedProcessorService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessor.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/Processor/TreeCreatedProcessor.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\TreeCreatedProcessor'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\TreeCreatedProcessor(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\StateProcessorFactory' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\StateProcessorFactory
*/
protected function getStateProcessorFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/IStateProcessorFactory.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessorFactory.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessor.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/Processor/DoneProcessor.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\StateProcessorFactory'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\StateProcessorFactory(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\InitialStateProcessor'] ?? $this->getInitialStateProcessorService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\RepositoryCreatedProcessor'] ?? $this->getRepositoryCreatedProcessorService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\TreeCreatedProcessor'] ?? $this->getTreeCreatedProcessorService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\CommitCreatedProcessor'] ?? $this->getCommitCreatedProcessorService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\ReferenceUpdatedProcessor'] ?? $this->getReferenceUpdatedProcessorService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\DoneProcessor'] ?? ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\DoneProcessor'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\DoneProcessor())));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\Material\ContentParser\ContentParserFactory' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\Material\ContentParser\ContentParserFactory
*/
protected function getContentParserFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/Material/ContentParser/ContentParserFactory.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\ContentParser\\ContentParserFactory'] = new \CodersLab\Lms\Modules\Materials\Application\Service\Material\ContentParser\ContentParserFactory(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\ExerciseGithubUrlFactory'] ?? $this->getExerciseGithubUrlFactoryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\Material\ExerciseGithubUrlFactory' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\Material\ExerciseGithubUrlFactory
*/
protected function getExerciseGithubUrlFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/Material/ExerciseGithubUrlFactory.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\ExerciseGithubUrlFactory'] = new \CodersLab\Lms\Modules\Materials\Application\Service\Material\ExerciseGithubUrlFactory(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseDetailsQuery'] ?? $this->getDbalExerciseDetailsQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialFactory' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialFactory
*/
protected function getMaterialFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/Material/MaterialFactory.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialFactory'] = new \CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialFactory(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery'] ?? $this->getDbalMaterialQueryService()), ($this->privates['.materials_cache.taggable'] ?? $this->get_MaterialsCache_TaggableService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialScoreContext' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialScoreContext
*/
protected function getMaterialScoreContextService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/Material/MaterialScoreContext.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreContext'] = new \CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialScoreContext(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext'] ?? $this->getCourseInstanceContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialScoreValidator' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialScoreValidator
*/
protected function getMaterialScoreValidatorService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/Material/MaterialScoreValidator.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreValidator'] = new \CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialScoreValidator(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialCriterionQuery'] ?? $this->getDbalMaterialCriterionQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\RepositoryDownloader' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryDownloader
*/
protected function getRepositoryDownloaderService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/RepositoryDownloader.php';
include_once \dirname(__DIR__, 4).'/vendor/symplify/git-wrapper/src/GitWrapper.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryDownloader'] = new \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryDownloader(($this->services['Symplify\\GitWrapper\\GitWrapper'] ?? ($this->services['Symplify\\GitWrapper\\GitWrapper'] = new \Symplify\GitWrapper\GitWrapper((\dirname(__DIR__, 7).'/bin/git')))));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader
*/
protected function getRepositoryReaderService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/IRepositoryReader.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader'] = new \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\PillConfigReader'] ?? $this->getPillConfigReaderService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\CourseConfigReader'] ?? $this->getCourseConfigReaderService()), (\dirname(__DIR__, 3).'/lms/tmp_repos'));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\CourseConfigReader' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\CourseConfigReader
*/
protected function getCourseConfigReaderService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader/CourseConfigReader.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\CourseConfigReader'] = new \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\CourseConfigReader(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\PillConfigReader'] ?? $this->getPillConfigReaderService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModesQuery'] ?? $this->getDbalModesQueryService()), (\dirname(__DIR__, 3).'/lms/tmp_repos'));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\ExerciseSettingsReader' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\ExerciseSettingsReader
*/
protected function getExerciseSettingsReaderService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader/IExerciseSettingsReader.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader/ExerciseSettingsReader.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\ExerciseSettingsReader'] = new \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\ExerciseSettingsReader();
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\PillConfigReader' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\PillConfigReader
*/
protected function getPillConfigReaderService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader/IPillConfigReader.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader/PillConfigReader.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader/IExerciseSettingsReader.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader/ExerciseSettingsReader.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\PillConfigReader'] = new \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\PillConfigReader(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\ExerciseSettingsReader'] ?? ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\ExerciseSettingsReader'] = new \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\ExerciseSettingsReader())), '.config.yml');
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\SearchLogReport\SearchLogReport' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Application\Service\SearchLogReport\SearchLogReport
*/
protected function getSearchLogReportService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/SearchLogReport/SearchLogReport.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\SearchLogReport\\SearchLogReport'] = new \CodersLab\Lms\Modules\Materials\Application\Service\SearchLogReport\SearchLogReport(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchLogQuery'] ?? $this->getDbalSearchLogQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\CourseTree\CourseTree' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\CourseTree\CourseTree
*/
protected function getCourseTreeService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/CourseTree/ICourseTree.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/CourseTree/CourseTree.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\CourseTree\\CourseTree'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\CourseTree\CourseTree(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\Elasticsearch' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\Elasticsearch
*/
protected function getElasticsearchService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/SearchEngine/SearchEngine.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/Elasticsearch.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\Elasticsearch();
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\ElasticsearchMaterialsSearchQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\ElasticsearchMaterialsSearchQuery
*/
protected function getElasticsearchMaterialsSearchQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/MaterialsSearchQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/ElasticsearchMaterialsSearchQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\ElasticsearchMaterialsSearchQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\ElasticsearchMaterialsSearchQuery();
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\IndicesCollection' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\IndicesCollection
*/
protected function getIndicesCollectionService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/IndicesCollection.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\IndicesCollection'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\IndicesCollection(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Markdown\CommonMarkMarkdownParser' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Markdown\CommonMarkMarkdownParser
*/
protected function getCommonMarkMarkdownParserService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/MarkdownParser.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Markdown/CommonMarkMarkdownParser.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Markdown\\CommonMarkMarkdownParser'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Markdown\CommonMarkMarkdownParser();
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\MaterialOnInstance\MaterialOnInstanceFactory' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\MaterialOnInstance\MaterialOnInstanceFactory
*/
protected function getMaterialOnInstanceFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/Material/MaterialInstanceSlug/IMaterialOnInstanceFactory.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/MaterialOnInstance/MaterialOnInstanceFactory.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\MaterialOnInstance\\MaterialOnInstanceFactory'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\MaterialOnInstance\MaterialOnInstanceFactory(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\CourseQuery\CourseSqlBuilder' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\CourseQuery\CourseSqlBuilder
*/
protected function getCourseSqlBuilderService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/CourseQuery/CourseSqlBuilder.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\CourseQuery\\CourseSqlBuilder'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\CourseQuery\CourseSqlBuilder(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMCourseQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMCourseQuery
*/
protected function getORMCourseQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/CourseQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMCourseQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMCourseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\CourseQuery\\CourseSqlBuilder'] ?? $this->getCourseSqlBuilderService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMCourses' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMCourses
*/
protected function getORMCoursesService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Domain/ICourses.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMCourses.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourses'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMCourses(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExerciseQueues' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExerciseQueues
*/
protected function getORMExerciseQueuesService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Domain/ExerciseQueues.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMExerciseQueues.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseQueues'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExerciseQueues(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExerciseRepositories' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExerciseRepositories
*/
protected function getORMExerciseRepositoriesService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/ExerciseRepositories.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMExerciseRepositories.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseRepositories'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExerciseRepositories(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExercises' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExercises
*/
protected function getORMExercisesService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Domain/Exercises.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMExercises.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExercises(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMMaterials' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMMaterials
*/
protected function getORMMaterialsService()
{
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMMaterials(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMModules' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMModules
*/
protected function getORMModulesService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMModules.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMModules'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMModules(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMPillVersions' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMPillVersions
*/
protected function getORMPillVersionsService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Domain/PillVersions.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMPillVersions.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMPillVersions'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMPillVersions(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMPills' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMPills
*/
protected function getORMPillsService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Domain/Pills.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMPills.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMPills'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMPills(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMQuizzes' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMQuizzes
*/
protected function getORMQuizzesService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Domain/Quizzes.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMQuizzes.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMQuizzes(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMRepositories' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMRepositories
*/
protected function getORMRepositoriesService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Domain/Repositories.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMRepositories.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMRepositories'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMRepositories(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMSearchLogs' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMSearchLogs
*/
protected function getORMSearchLogsService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Domain/SearchLog/SearchLogs.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMSearchLogs.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMSearchLogs'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMSearchLogs(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMTags' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMTags
*/
protected function getORMTagsService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Domain/Tags.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMTags.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMTags'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMTags(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\PresentationIssue\JiraIssue' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\PresentationIssue\JiraIssue
*/
protected function getJiraIssueService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/PresentationIssue/IssueFacade.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/PresentationIssue/JiraIssue.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationIssue\\JiraIssue'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\PresentationIssue\JiraIssue(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalLanguageQuery'] ?? $this->getDbalLanguageQueryService()), $this->parameters['jira']);
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\PresentationRenderer\TwigPresentationRenderer' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\PresentationRenderer\TwigPresentationRenderer
*/
protected function getTwigPresentationRendererService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/PresentationRenderer.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/PresentationRenderer/TwigPresentationRenderer.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationRenderer\\TwigPresentationRenderer'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\PresentationRenderer\TwigPresentationRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Quiz\SurveyMonkeyQuizService' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Quiz\SurveyMonkeyQuizService
*/
protected function getSurveyMonkeyQuizServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/QuizService.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Quiz/SurveyMonkeyQuizService.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Quiz\\SurveyMonkeyQuizService'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Quiz\SurveyMonkeyQuizService($this->getEnv('SURVEY_MONKEY_API_KEY'), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalCredentialSettingsQuery'] ?? $this->getDbalCredentialSettingsQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalChapterQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalChapterQuery
*/
protected function getDbalChapterQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/ChapterQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalChapterQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalChapterQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalChapterQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalCoursePillVersionsQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalCoursePillVersionsQuery
*/
protected function getDbalCoursePillVersionsQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/CoursePillVersionsQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalCoursePillVersionsQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalCoursePillVersionsQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalCoursePillVersionsQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalExerciseDetailsQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalExerciseDetailsQuery
*/
protected function getDbalExerciseDetailsQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/ExerciseDetailsQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalExerciseDetailsQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseDetailsQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalExerciseDetailsQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), 'CodersLab-Test');
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalExerciseQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalExerciseQuery
*/
protected function getDbalExerciseQuery2Service()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/ExerciseQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalExerciseQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalExerciseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalLanguageQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalLanguageQuery
*/
protected function getDbalLanguageQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/LanguageQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalLanguageQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalLanguageQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalLanguageQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMaterialCriterionQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMaterialCriterionQuery
*/
protected function getDbalMaterialCriterionQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/MaterialCriterionQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalMaterialCriterionQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialCriterionQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMaterialCriterionQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMaterialQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMaterialQuery
*/
protected function getDbalMaterialQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/MaterialQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalMaterialQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMaterialQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\ContentParser\\ContentParserFactory'] ?? $this->getContentParserFactoryService()), (\dirname(__DIR__, 3).'/lms/materials'), (\dirname(__DIR__, 3).'/lms/materials'));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMentorQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMentorQuery
*/
protected function getDbalMentorQuery2Service()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/MentorQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalMentorQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMentorQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMentorQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalModesQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalModesQuery
*/
protected function getDbalModesQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/ModesQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalModesQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModesQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalModesQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalModuleQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalModuleQuery
*/
protected function getDbalModuleQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/ModuleQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalModuleQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModuleQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalModuleQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalQuizQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalQuizQuery
*/
protected function getDbalQuizQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/QuizQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalQuizQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalQuizQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalQuizQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalReviewReportQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalReviewReportQuery
*/
protected function getDbalReviewReportQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/ReviewReportQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalReviewReportQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalReviewReportQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalReviewReportQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), \dirname(__DIR__, 4));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalSearchEngineQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalSearchEngineQuery
*/
protected function getDbalSearchEngineQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/SearchEngineQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalSearchEngineQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchEngineQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalSearchEngineQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery'] ?? $this->getDbalMaterialQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalSearchLogQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalSearchLogQuery
*/
protected function getDbalSearchLogQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/SearchLogQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalSearchLogQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchLogQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalSearchLogQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalUserExerciseQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalUserExerciseQuery
*/
protected function getDbalUserExerciseQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Read/AbstractDbalQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/UserExerciseQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalUserExerciseQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserExerciseQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalUserExerciseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalUserQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalUserQuery
*/
protected function getDbalUserQuery2Service()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/UserQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalUserQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalUserQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Serialization\Material\MaterialOnInstance\SlugHandler' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\Serialization\Material\MaterialOnInstance\SlugHandler
*/
protected function getSlugHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Serialization/Material/MaterialOnInstance/SlugHandler.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Serialization\\Material\\MaterialOnInstance\\SlugHandler'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Serialization\Material\MaterialOnInstance\SlugHandler();
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\StoreCourses\StoreCourseValidator' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\StoreCourses\StoreCourseValidator
*/
protected function getStoreCourseValidatorService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/StoreCourses/IStoreCourseValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/StoreCourses/StoreCourseValidator.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\StoreCourses\\StoreCourseValidator'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\StoreCourses\StoreCourseValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\SurveyMonkeyProxy\ProxyErrorsQuery' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\SurveyMonkeyProxy\ProxyErrorsQuery
*/
protected function getProxyErrorsQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/SurveyMonkeyProxy/IProxyErrorsQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/SurveyMonkeyProxy/ProxyErrorsQuery.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\ProxyErrorsQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\SurveyMonkeyProxy\ProxyErrorsQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\SurveyMonkeyProxy\SurveyMonkeyProxyClient' shared autowired service.
*
* @return \CodersLab\Lms\Modules\Materials\Infrastructure\SurveyMonkeyProxy\SurveyMonkeyProxyClient
*/
protected function getSurveyMonkeyProxyClientService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/SurveyMonkeyProxy/ProxyClient.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/SurveyMonkeyProxy/SurveyMonkeyProxyClient.php';
return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\SurveyMonkeyProxyClient'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\SurveyMonkeyProxy\SurveyMonkeyProxyClient(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalCredentialSettingsQuery'] ?? $this->getDbalCredentialSettingsQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\ProxyErrorsQuery'] ?? $this->getProxyErrorsQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\Features\Features' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\Features\Features
*/
protected function getFeaturesService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Features/Features.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Features\\Features'] = new \CodersLab\Lms\SharedKernel\Application\Features\Features($this->getEnv('GH_EXERCISES_PROCESSING'));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\ChangePasswordHandler' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\Handler\ChangePasswordHandler
*/
protected function getChangePasswordHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Handler/ChangePasswordHandler.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\ChangePasswordHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\ChangePasswordHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder'] ?? $this->getPasswordEncoderService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\CreateUserHandler' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\Handler\CreateUserHandler
*/
protected function getCreateUserHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Handler/CreateUserHandler.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/IUserFactory.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Factory/UserFactory.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\CreateUserHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\CreateUserHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['AppBundle\\Factory\\UserFactory'] ?? ($this->services['AppBundle\\Factory\\UserFactory'] = new \AppBundle\Factory\UserFactory())), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder'] ?? $this->getPasswordEncoderService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\EditUserHandler' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\Handler\EditUserHandler
*/
protected function getEditUserHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Handler/EditUserHandler.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\EditUserHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\EditUserHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder'] ?? $this->getPasswordEncoderService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\SelfRegisterToCourseHandler' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\Handler\SelfRegisterToCourseHandler
*/
protected function getSelfRegisterToCourseHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Handler/SelfRegisterToCourseHandler.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/IUserFactory.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Factory/UserFactory.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SelfRegisterToCourseHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\SelfRegisterToCourseHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['AppBundle\\Factory\\UserFactory'] ?? ($this->services['AppBundle\\Factory\\UserFactory'] = new \AppBundle\Factory\UserFactory())), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\SendActivationExpirationReminderEmailHandler' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\Handler\SendActivationExpirationReminderEmailHandler
*/
protected function getSendActivationExpirationReminderEmailHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Handler/SendActivationExpirationReminderEmailHandler.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationExpirationReminderEmailHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\SendActivationExpirationReminderEmailHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\RegistrationMailer'] ?? $this->getRegistrationMailerService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\SendActivationReminderEmailHandler' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\Handler\SendActivationReminderEmailHandler
*/
protected function getSendActivationReminderEmailHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Handler/SendActivationReminderEmailHandler.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationReminderEmailHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\SendActivationReminderEmailHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\RegistrationMailer'] ?? $this->getRegistrationMailerService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\SendWelcomeEmailHandler' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\Handler\SendWelcomeEmailHandler
*/
protected function getSendWelcomeEmailHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Handler/SendWelcomeEmailHandler.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendWelcomeEmailHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\SendWelcomeEmailHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\RegistrationMailer'] ?? $this->getRegistrationMailerService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\UpdateShowWelcomePageHandler' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\Handler\UpdateShowWelcomePageHandler
*/
protected function getUpdateShowWelcomePageHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Handler/UpdateShowWelcomePageHandler.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateShowWelcomePageHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\UpdateShowWelcomePageHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\UpdateUserLanguageHandler' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\Handler\UpdateUserLanguageHandler
*/
protected function getUpdateUserLanguageHandlerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Handler/UpdateUserLanguageHandler.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateUserLanguageHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\UpdateUserLanguageHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\Listener\AuthLogoutListener' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\Listener\AuthLogoutListener
*/
protected function getAuthLogoutListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Listener/AuthLogoutListener.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Listener\\AuthLogoutListener'] = new \CodersLab\Lms\SharedKernel\Application\Listener\AuthLogoutListener();
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\Listener\WorkerMessageFailedEventListener' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\Listener\WorkerMessageFailedEventListener
*/
protected function getWorkerMessageFailedEventListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Listener/WorkerMessageFailedEventListener.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Listener\\WorkerMessageFailedEventListener'] = new \CodersLab\Lms\SharedKernel\Application\Listener\WorkerMessageFailedEventListener(($this->privates['sentry.client'] ?? $this->getSentry_ClientService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\LmsExceptionListener' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\LmsExceptionListener
*/
protected function getLmsExceptionListenerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/LmsExceptionListener.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\LmsExceptionListener'] = new \CodersLab\Lms\SharedKernel\Application\LmsExceptionListener();
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\Response\LMSResponseListener' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\Response\LMSResponseListener
*/
protected function getLMSResponseListenerService()
{
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Response\\LMSResponseListener'] = new \CodersLab\Lms\SharedKernel\Application\Response\LMSResponseListener(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Application\TenantLanguages' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Application\TenantLanguages
*/
protected function getTenantLanguagesService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/TenantLanguages.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages'] = new \CodersLab\Lms\SharedKernel\Application\TenantLanguages($this->getEnv('PRIMARY_LANG'), $this->getEnv('TENANT_USER_LANGUAGES'));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Domain\Bus\CommandBus' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Bus\MessengerCommandBus
*/
protected function getCommandBusService()
{
return $this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Bus\MessengerCommandBus(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Domain\Bus\EventBus' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Bus\MessengerEventBus
*/
protected function getEventBusService()
{
return $this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Bus\MessengerEventBus(($this->privates['debug.traced.event_bus'] ?? $this->getDebug_Traced_EventBusService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder
*/
protected function getEventRecorderService()
{
return $this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] = new \CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder();
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\HubClient' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\HubClient
*/
protected function getHubClientService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/IHubClient.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/HubClient.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\HubClient'] = new \CodersLab\Lms\SharedKernel\Infrastructure\HubClient('https://dev-berta.coderslab.pl', 'mateusz.sieracki@coderslab.pl', 'passwo_rd_sostronk_<3XD8)', 'dev');
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory
*/
protected function getEmailFactoryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Mailer/IEmailFactory.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/EmailFactory.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory('no-reply@coderslab.pl');
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Mailer\Mailer' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\Mailer
*/
protected function getMailerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Mailer/IMailer.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/Mailer.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\Mailer(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Mailer\RegistrationMailer' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\RegistrationMailer
*/
protected function getRegistrationMailerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Mailer/IRegistrationMailer.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/RegistrationMailer.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Mailer/IEmailFactory.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/EmailFactory.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\RegistrationMailer'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\RegistrationMailer(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory('no-reply@coderslab.pl'))), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), 'no-reply@coderslab.pl', ['pl' => (\dirname(__DIR__, 4).'/public/files/Instrukcja LMS.pdf'), 'en' => (\dirname(__DIR__, 4).'/public/files/LMS Manual.pdf'), 'de' => (\dirname(__DIR__, 4).'/public/files/LMS Anleitung.pdf'), 'visuality' => (\dirname(__DIR__, 4).'/public/files/Visuality LMS manual.pdf'), 'producthouse' => (\dirname(__DIR__, 4).'/public/files/Product House LMS manual.pdf'), 'clkosova' => (\dirname(__DIR__, 4).'/public/files/EN_LMS_Coders_Lab_Kosova.pdf'), 'coderslabro' => (\dirname(__DIR__, 4).'/public/files/EN_LMS_CL_Romania.pdf'), 'coderslabcz' => (\dirname(__DIR__, 4).'/public/files/LMS Manual - CZ.pdf'), 'coderslabsi' => (\dirname(__DIR__, 4).'/public/files/LMS Manual - SI.pdf')], $this->getEnv('MAIN_ORGANISATION'));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Mailer\StudentAddedMailer' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\StudentAddedMailer
*/
protected function getStudentAddedMailerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Mailer/StudentAddedMailer.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/StudentAddedMailer.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Mailer/IEmailFactory.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/EmailFactory.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentAddedMailer'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\StudentAddedMailer('email/student_added.html.twig', ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory('no-reply@coderslab.pl'))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Mailer\StudentRemovedMailer' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\StudentRemovedMailer
*/
protected function getStudentRemovedMailerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Mailer/StudentRemovedMailer.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/StudentRemovedMailer.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Mailer/IEmailFactory.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/EmailFactory.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentRemovedMailer'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\StudentRemovedMailer('email/student_removed.html.twig', ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory('no-reply@coderslab.pl'))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer'] ?? $this->getMailerService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Read\DbalCredentialSettingsQuery' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Read\DbalCredentialSettingsQuery
*/
protected function getDbalCredentialSettingsQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Read/AbstractDbalQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Query/ICredentialSettingsQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Read/DbalCredentialSettingsQuery.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalCredentialSettingsQuery'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Read\DbalCredentialSettingsQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Read\DbalInstanceQuery' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Read\DbalInstanceQuery
*/
protected function getDbalInstanceQueryService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Read/AbstractDbalQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Query/InstanceQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Read/DbalInstanceQuery.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalInstanceQuery'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Read\DbalInstanceQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Security\PasswordEncoder' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Security\PasswordEncoder
*/
protected function getPasswordEncoderService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/SecurityContext/PasswordEncoder.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Security/PasswordEncoder.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Security\PasswordEncoder(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Security\SymfonySecurityContext' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Security\SymfonySecurityContext
*/
protected function getSymfonySecurityContextService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/SecurityContext.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Security/SymfonySecurityContext.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Security\SymfonySecurityContext(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Security\UserChecker' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Security\UserChecker
*/
protected function getUserCheckerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Security/UserChecker.php';
return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Security\UserChecker();
}
/**
* Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Serialization\Sentry\UuidSentrySerializer' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\Sentry\UuidSentrySerializer
*/
protected function getUuidSentrySerializerService()
{
return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Serialization\\Sentry\\UuidSentrySerializer'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\Sentry\UuidSentrySerializer();
}
/**
* Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\CourseInstances' shared autowired service.
*
* @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\CourseInstances
*/
protected function getCourseInstancesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/CourseInstances.php';
return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\CourseInstances'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\CourseInstances();
}
/**
* Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Courses' shared autowired service.
*
* @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Courses
*/
protected function getCoursesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/Courses.php';
return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Courses'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Courses();
}
/**
* Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Exercise' shared autowired service.
*
* @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Exercise
*/
protected function getExerciseService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/Exercise.php';
return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Exercise'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Exercise();
}
/**
* Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyDictionaries' shared autowired service.
*
* @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyDictionaries
*/
protected function getLegacyDictionariesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/LegacyDictionaries.php';
return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyDictionaries'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyDictionaries();
}
/**
* Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyLanguages' shared autowired service.
*
* @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyLanguages
*/
protected function getLegacyLanguagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/LegacyLanguages.php';
return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyLanguages'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyLanguages();
}
/**
* Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyModules' shared autowired service.
*
* @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyModules
*/
protected function getLegacyModulesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/LegacyModules.php';
return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyModules'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyModules();
}
/**
* Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyUsers' shared autowired service.
*
* @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyUsers
*/
protected function getLegacyUsersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/LegacyUsers.php';
return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyUsers'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyUsers();
}
/**
* Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Pill' shared autowired service.
*
* @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Pill
*/
protected function getPillService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/Pill.php';
return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Pill'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Pill();
}
/**
* Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Repositories' shared autowired service.
*
* @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Repositories
*/
protected function getRepositoriesService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/Repositories.php';
return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Repositories'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Repositories();
}
/**
* Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\StudentResults' shared autowired service.
*
* @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\StudentResults
*/
protected function getStudentResultsService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/StudentResults.php';
return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\StudentResults'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\StudentResults();
}
/**
* Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Tags' shared autowired service.
*
* @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Tags
*/
protected function getTagsService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/Tags.php';
return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Tags'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Tags();
}
/**
* Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersAccess' shared autowired service.
*
* @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersAccess
*/
protected function getUsersAccessService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/UsersAccess.php';
return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersAccess'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersAccess();
}
/**
* Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersMaterialsProgress' shared autowired service.
*
* @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersMaterialsProgress
*/
protected function getUsersMaterialsProgressService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/UsersMaterialsProgress.php';
return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersMaterialsProgress'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersMaterialsProgress();
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\AccessController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\AccessController
*/
protected function getAccessControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/AccessController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\AccessController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\AccessController(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] ?? $this->getDbalUserAccessQueryService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\BookmarkController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\BookmarkController
*/
protected function getBookmarkControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/BookmarkController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\BookmarkController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\BookmarkController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalBookmarkQuery'] ?? $this->getDbalBookmarkQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\CourseController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\CourseController
*/
protected function getCourseControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/CourseController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CourseController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\CourseController(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext'] ?? $this->getCourseInstanceContextService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] ?? $this->getDbalUserAccessQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalProgressQuery'] ?? $this->getDbalProgressQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\CourseInstanceController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\CourseInstanceController
*/
protected function getCourseInstanceControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/CourseInstanceController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CourseInstanceController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\CourseInstanceController(($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery'] ?? $this->getDbalStudentQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\CriteriaGroupController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\CriteriaGroupController
*/
protected function getCriteriaGroupControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/CriteriaGroupController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CriteriaGroupController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\CriteriaGroupController(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\ExamController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\ExamController
*/
protected function getExamControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/ExamController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ExamController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\ExamController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\GradebookController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\GradebookController
*/
protected function getGradebookControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/GradebookController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\GradebookController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\GradebookController(($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GradebookFactory'] ?? $this->getGradebookFactoryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreContext'] ?? $this->getMaterialScoreContextService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\LanguageController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\LanguageController
*/
protected function getLanguageController2Service()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/LanguageController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\LanguageController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\LanguageController(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $this->getEnv('PRIMARY_LANG'), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\LecturerShareMaterialController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\LecturerShareMaterialController
*/
protected function getLecturerShareMaterialControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/LecturerShareMaterialController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\LecturerShareMaterialController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\LecturerShareMaterialController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\MaterialController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\MaterialController
*/
protected function getMaterialControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/MaterialController.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Query/MaterialsSearchQuery.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/ElasticsearchMaterialsSearchQuery.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\MaterialController(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery'] ?? $this->getDbalMaterialQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialFactory'] ?? $this->getMaterialFactoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalNavigationQuery'] ?? $this->getDbalNavigationQueryService()), ($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalResultQuery'] ?? $this->getDbalResultQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\ElasticsearchMaterialsSearchQuery'] ?? ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\ElasticsearchMaterialsSearchQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\ElasticsearchMaterialsSearchQuery())), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalProgressQuery'] ?? $this->getDbalProgressQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\MaterialOnInstance\\MaterialOnInstanceFactory'] ?? $this->getMaterialOnInstanceFactoryService()), ($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\MaterialCriteriaController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\MaterialCriteriaController
*/
protected function getMaterialCriteriaControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/MaterialCriteriaController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialCriteriaController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\MaterialCriteriaController(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModuleQuery'] ?? $this->getDbalModuleQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMModules'] ?? $this->getORMModulesService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\MaterialProgressController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\MaterialProgressController
*/
protected function getMaterialProgressControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/MaterialProgressController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialProgressController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\MaterialProgressController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Service\\CourseProgressReport'] ?? $this->getCourseProgressReportService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseProgressReportQuery'] ?? $this->getDbalCourseProgressReportQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery'] ?? $this->getDbalStudentQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\MaterialReviewController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\MaterialReviewController
*/
protected function getMaterialReviewControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/MaterialReviewController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialReviewController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\MaterialReviewController(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext'] ?? $this->getCourseInstanceContextService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalReviewReportQuery'] ?? $this->getDbalReviewReportQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\MenuController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\MenuController
*/
protected function getMenuControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/MenuController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MenuController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\MenuController(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] ?? $this->getDbalUserAccessQueryService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalProgressQuery'] ?? $this->getDbalProgressQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\ModuleController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\ModuleController
*/
protected function getModuleController2Service()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/ModuleController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ModuleController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\ModuleController(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\PresentationController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\PresentationController
*/
protected function getPresentationControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/PresentationController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\PresentationController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\PresentationController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\ProductController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\ProductController
*/
protected function getProductControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/ProductController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ProductController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\ProductController(($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalProductQuery'] ?? $this->getDbalProductQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\Public\CheckRegisterStatusController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\Public\CheckRegisterStatusController
*/
protected function getCheckRegisterStatusControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/Public/CheckRegisterStatusController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\CheckRegisterStatusController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\Public\CheckRegisterStatusController(($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\Public\GetSelfRegisterCoursesController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\Public\GetSelfRegisterCoursesController
*/
protected function getGetSelfRegisterCoursesControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/Public/GetSelfRegisterCoursesController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\GetSelfRegisterCoursesController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\Public\GetSelfRegisterCoursesController(($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\Public\RegisterController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\Public\RegisterController
*/
protected function getRegisterControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/Public/RegisterController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\RegisterController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\Public\RegisterController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\Public\ResendConfirmationEmailController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\Public\ResendConfirmationEmailController
*/
protected function getResendConfirmationEmailControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/Public/ResendConfirmationEmailController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\ResendConfirmationEmailController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\Public\ResendConfirmationEmailController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\RebuildController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\RebuildController
*/
protected function getRebuildControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/RebuildController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\RebuildController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\RebuildController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\SaveStudentResultController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\SaveStudentResultController
*/
protected function getSaveStudentResultControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/SaveStudentResultController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\SaveStudentResultController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\SaveStudentResultController(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery'] ?? $this->getDbalStudentQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreValidator'] ?? $this->getMaterialScoreValidatorService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreContext'] ?? $this->getMaterialScoreContextService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialCriterionQuery'] ?? $this->getDbalMaterialCriterionQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\SearchLogController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\SearchLogController
*/
protected function getSearchLogControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/SearchLogController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\SearchLogController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\SearchLogController(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\SearchLogReport\\SearchLogReport'] ?? $this->getSearchLogReportService()), \dirname(__DIR__, 4));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\StudentCriteriaGroupResultController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\StudentCriteriaGroupResultController
*/
protected function getStudentCriteriaGroupResultControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/StudentCriteriaGroupResultController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\StudentCriteriaGroupResultController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\StudentCriteriaGroupResultController(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMCriteriaGroupResultRepository'] ?? $this->getORMCriteriaGroupResultRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreContext'] ?? $this->getMaterialScoreContextService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\StudentResultController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\StudentResultController
*/
protected function getStudentResultControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/StudentResultController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\StudentResultController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\StudentResultController(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalResultQuery'] ?? $this->getDbalResultQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\StudentShareMaterialController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\StudentShareMaterialController
*/
protected function getStudentShareMaterialControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/StudentShareMaterialController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\StudentShareMaterialController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\StudentShareMaterialController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseQuery'] ?? $this->getDbalExerciseQuery2Service()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\TechnologyController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\TechnologyController
*/
protected function getTechnologyControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/TechnologyController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\TechnologyController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\TechnologyController(($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalTechnologyQuery'] ?? $this->getDbalTechnologyQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\UserProfileController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\UserProfileController
*/
protected function getUserProfileControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/UserProfileController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\UserProfileController(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\UsersController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\UsersController
*/
protected function getUsersControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Rest/Controller/UsersController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UsersController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\UsersController(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalProductQuery'] ?? $this->getDbalProductQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\WebApp\Controller\ChangePasswordController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\WebApp\Controller\ChangePasswordController
*/
protected function getChangePasswordControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/WebApp/Controller/ChangePasswordController.php';
$this->services['CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\ChangePasswordController'] = $instance = new \CodersLab\Lms\UserInterface\WebApp\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()));
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\WebApp\Controller\HomepageController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\WebApp\Controller\HomepageController
*/
protected function getHomepageControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/WebApp/Controller/HomepageController.php';
$this->services['CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\HomepageController'] = $instance = new \CodersLab\Lms\UserInterface\WebApp\Controller\HomepageController();
$instance->setContainer($this);
return $instance;
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\WebApp\Controller\MaterialController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\WebApp\Controller\MaterialController
*/
protected function getMaterialController2Service()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/WebApp/Controller/MaterialController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\MaterialController'] = new \CodersLab\Lms\UserInterface\WebApp\Controller\MaterialController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery'] ?? $this->getDbalMaterialQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationRenderer\\TwigPresentationRenderer'] ?? $this->getTwigPresentationRendererService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\WebApp\Controller\QuizWebhookController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\WebApp\Controller\QuizWebhookController
*/
protected function getQuizWebhookControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/WebApp/Controller/QuizWebhookController.php';
return $this->services['CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\QuizWebhookController'] = new \CodersLab\Lms\UserInterface\WebApp\Controller\QuizWebhookController(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] = new \CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder())), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\SurveyMonkeyProxyClient'] ?? $this->getSurveyMonkeyProxyClientService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalQuizQuery'] ?? $this->getDbalQuizQueryService()));
}
/**
* Gets the public 'CodersLab\Lms\UserInterface\WebApp\FrontController\AppController' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\WebApp\FrontController\AppController
*/
protected function getAppControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/WebApp/FrontController/AppController.php';
$this->services['CodersLab\\Lms\\UserInterface\\WebApp\\FrontController\\AppController'] = $instance = new \CodersLab\Lms\UserInterface\WebApp\FrontController\AppController();
$instance->setContainer($this);
return $instance;
}
/**
* 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/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 'FOS\UserBundle\Form\Factory\FactoryInterface' shared autowired service.
*
* @return \FOS\UserBundle\Form\Factory\FactoryInterface
*/
protected function getFactoryInterfaceService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
return $this->services['FOS\\UserBundle\\Form\\Factory\\FactoryInterface'] = new \FOS\UserBundle\Form\Factory\FactoryInterface();
}
/**
* Gets the public 'FOS\UserBundle\Mailer\MailerInterface' shared autowired service.
*
* @return \AppBundle\Service\Mailer
*/
protected function getMailerInterfaceService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/Mailer.php';
return $this->services['FOS\\UserBundle\\Mailer\\MailerInterface'] = new \AppBundle\Service\Mailer(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ['template' => ['resetting' => 'email/reset_password.html.twig', 'confirmation' => 'email/registration_confirmation.html.twig'], 'from_email' => ['confirmation' => $this->parameters['fos_user.registration.confirmation.from_email'], 'resetting' => $this->parameters['fos_user.resetting.email.from_email']]]);
}
/**
* Gets the public 'Faker\Generator' shared service.
*
* @return \Faker\Generator
*/
protected function getGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
$this->services['Faker\\Generator'] = $instance = \Faker\Factory::create('en_US');
$instance->seed(1);
$instance->addProvider(($this->privates['nelmio_alice.faker.provider.alice'] ?? ($this->privates['nelmio_alice.faker.provider.alice'] = new \Nelmio\Alice\Faker\Provider\AliceProvider())));
return $instance;
}
/**
* Gets the public 'Google_Service_Gmail' shared autowired service.
*
* @return \Google_Service_Gmail
*/
protected function getGoogleServiceGmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/google/apiclient/src/Service.php';
include_once \dirname(__DIR__, 4).'/vendor/google/apiclient-services/src/Gmail.php';
return $this->services['Google_Service_Gmail'] = new \Google_Service_Gmail(($this->services['google.client.gmail'] ?? $this->getGoogle_Client_GmailService()));
}
/**
* Gets the public 'HWI\Bundle\OAuthBundle\Controller\ConnectController' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Controller\ConnectController
*/
protected function getConnectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Controller/ConnectController.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->services['HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController'] = new \HWI\Bundle\OAuthBundle\Controller\ConnectController(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), ($this->privates['hwi_oauth.resource_ownermap_locator'] ?? $this->getHwiOauth_ResourceOwnermapLocatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['hwi_oauth.user_checker'] ?? ($this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), 'IS_AUTHENTICATED_REMEMBERED', false, 'hwi_oauth_connect', false, NULL, NULL, NULL);
}
/**
* Gets the public 'HWI\Bundle\OAuthBundle\Controller\LoginController' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Controller\LoginController
*/
protected function getLoginControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Controller/LoginController.php';
return $this->services['HWI\\Bundle\\OAuthBundle\\Controller\\LoginController'] = new \HWI\Bundle\OAuthBundle\Controller\LoginController(($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false, 'IS_AUTHENTICATED_REMEMBERED');
}
/**
* Gets the public 'HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController
*/
protected function getRedirectToServiceControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Controller/RedirectToServiceController.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Util/DomainWhitelist.php';
return $this->services['HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController'] = new \HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), ($this->privates['hwi_oauth.util.domain_whitelist'] ?? ($this->privates['hwi_oauth.util.domain_whitelist'] = new \HWI\Bundle\OAuthBundle\Util\DomainWhitelist([]))), ($this->privates['hwi_oauth.resource_ownermap_locator'] ?? $this->getHwiOauth_ResourceOwnermapLocatorService()), NULL, false, false);
}
/**
* Gets the public 'HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\GitHubResourceOwner' shared service.
*
* @return \HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\GitHubResourceOwner
*/
protected function getGitHubResourceOwnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwnerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/AbstractResourceOwner.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/GenericOAuth2ResourceOwner.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/GitHubResourceOwner.php';
return $this->services['HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner'] = new \HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\GitHubResourceOwner(($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ['client_id' => 'dcabc949f77a79ab66a7', 'client_secret' => '77322700aabeb33ebfb2c43534bf8abc1f790662', 'scope' => 'user:email,public_repo', 'paths' => [], 'options' => []], 'github', ($this->privates['hwi_oauth.storage.session'] ?? $this->getHwiOauth_Storage_SessionService()));
}
/**
* Gets the public 'Ramsey\Uuid\UuidFactory' shared autowired service.
*
* @return \Ramsey\Uuid\UuidFactory
*/
protected function getUuidFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/ramsey/uuid/src/UuidFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/ramsey/uuid/src/UuidFactory.php';
return $this->services['Ramsey\\Uuid\\UuidFactory'] = new \Ramsey\Uuid\UuidFactory();
}
/**
* Gets the public 'Redis' shared autowired service.
*
* @return \Redis
*/
protected function getRedisService()
{
$this->services['Redis'] = $instance = new \Redis();
$instance->connect('redis', 6379);
return $instance;
}
/**
* Gets the public 'Sentry\Integration\IgnoreErrorsIntegration' shared autowired service.
*
* @return \Sentry\Integration\IgnoreErrorsIntegration
*/
protected function getIgnoreErrorsIntegrationService()
{
return $this->services['Sentry\\Integration\\IgnoreErrorsIntegration'] = new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [0 => 'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException']]);
}
/**
* Gets the public 'SimpleThings\EntityAudit\Action\CompareAction' shared service.
*
* @return \SimpleThings\EntityAudit\Action\CompareAction
*/
protected function getCompareActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src/Action/CompareAction.php';
return $this->services['SimpleThings\\EntityAudit\\Action\\CompareAction'] = new \SimpleThings\EntityAudit\Action\CompareAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
}
/**
* Gets the public 'SimpleThings\EntityAudit\Action\IndexAction' shared service.
*
* @return \SimpleThings\EntityAudit\Action\IndexAction
*/
protected function getIndexActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src/Action/IndexAction.php';
return $this->services['SimpleThings\\EntityAudit\\Action\\IndexAction'] = new \SimpleThings\EntityAudit\Action\IndexAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
}
/**
* Gets the public 'SimpleThings\EntityAudit\Action\ViewDetailAction' shared service.
*
* @return \SimpleThings\EntityAudit\Action\ViewDetailAction
*/
protected function getViewDetailActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src/Action/ViewDetailAction.php';
return $this->services['SimpleThings\\EntityAudit\\Action\\ViewDetailAction'] = new \SimpleThings\EntityAudit\Action\ViewDetailAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
}
/**
* Gets the public 'SimpleThings\EntityAudit\Action\ViewEntityAction' shared service.
*
* @return \SimpleThings\EntityAudit\Action\ViewEntityAction
*/
protected function getViewEntityActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src/Action/ViewEntityAction.php';
return $this->services['SimpleThings\\EntityAudit\\Action\\ViewEntityAction'] = new \SimpleThings\EntityAudit\Action\ViewEntityAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
}
/**
* Gets the public 'SimpleThings\EntityAudit\Action\ViewRevisionAction' shared service.
*
* @return \SimpleThings\EntityAudit\Action\ViewRevisionAction
*/
protected function getViewRevisionActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src/Action/ViewRevisionAction.php';
return $this->services['SimpleThings\\EntityAudit\\Action\\ViewRevisionAction'] = new \SimpleThings\EntityAudit\Action\ViewRevisionAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
}
/**
* 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 getTemplateControllerService()
{
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 'Symfony\Component\Cache\Adapter\NullAdapter' shared autowired service.
*
* @return \Symfony\Component\Cache\Adapter\NullAdapter
*/
protected function getNullAdapterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/NullAdapter.php';
return $this->services['Symfony\\Component\\Cache\\Adapter\\NullAdapter'] = new \Symfony\Component\Cache\Adapter\NullAdapter();
}
/**
* Gets the public 'Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler' shared autowired service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler
*/
protected function getRedisSessionHandlerService()
{
return $this->services['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler(($this->services['Redis'] ?? $this->getRedisService()));
}
/**
* Gets the public 'Symplify\GitWrapper\GitWrapper' shared autowired service.
*
* @return \Symplify\GitWrapper\GitWrapper
*/
protected function getGitWrapperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symplify/git-wrapper/src/GitWrapper.php';
return $this->services['Symplify\\GitWrapper\\GitWrapper'] = new \Symplify\GitWrapper\GitWrapper((\dirname(__DIR__, 7).'/bin/git'));
}
/**
* Gets the public 'app.command.load_users' shared autowired service.
*
* @return \AppBundle\Command\LoadUsersCommand
*/
protected function getApp_Command_LoadUsersService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Command/LoadUsersCommand.php';
return $this->services['app.command.load_users'] = new \AppBundle\Command\LoadUsersCommand(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['AppBundle\\Service\\Instance'] ?? $this->getInstanceService()), ($this->services['app.participation.service'] ?? $this->getApp_Participation_ServiceService()), ($this->services['AppBundle\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'app.doctrine.entity_listener_resolver' shared autowired service.
*
* @return \AppBundle\Doctrine\EntityListenerResolver
*/
protected function getApp_Doctrine_EntityListenerResolverService()
{
$this->services['app.doctrine.entity_listener_resolver'] = $instance = new \AppBundle\Doctrine\EntityListenerResolver($this);
$instance->addMapping('AppBundle\\EventListener\\UserListener', 'app.user.listener');
return $instance;
}
/**
* Gets the public 'app.exercise.manager' shared autowired service.
*
* @return \AppBundle\Service\ExerciseManager
*/
protected function getApp_Exercise_ManagerService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/ExerciseManager.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/IExerciseFactory.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/ExerciseFactory.php';
return $this->services['app.exercise.manager'] = new \AppBundle\Service\ExerciseManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['app.github.core'] ?? $this->getApp_Github_CoreService()), ($this->services['AppBundle\\Service\\ExerciseFactory'] ?? ($this->services['AppBundle\\Service\\ExerciseFactory'] = new \AppBundle\Service\ExerciseFactory())), (\dirname(__DIR__, 3).'/lms/repos'), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourses'] ?? $this->getORMCoursesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseRepositories'] ?? $this->getORMExerciseRepositoriesService()));
}
/**
* Gets the public 'app.exerciseresult.service' shared autowired service.
*
* @return \AppBundle\Service\ExerciseResultService
*/
protected function getApp_Exerciseresult_ServiceService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/ExerciseResultService.php';
return $this->services['app.exerciseresult.service'] = new \AppBundle\Service\ExerciseResultService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['AppBundle\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->services['AppBundle\\Service\\Instance'] ?? $this->getInstanceService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()));
}
/**
* Gets the public 'app.github.core' shared autowired service.
*
* @return object A %env(GITHUB_CLIENT_CLASS)% instance
*/
protected function getApp_Github_CoreService()
{
return $this->services['app.github.core'] = new ${($_ = $this->getEnv('GITHUB_CLIENT_CLASS')) && false ?: "_"}('002e01739e48ae25c040dc87f1b7ff52763d6134', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'CodersLab-Core');
}
/**
* Gets the public 'app.github.students' shared autowired service.
*
* @return object A %env(GITHUB_CLIENT_CLASS)% instance
*/
protected function getApp_Github_StudentsService()
{
return $this->services['app.github.students'] = new ${($_ = $this->getEnv('GITHUB_CLIENT_CLASS')) && false ?: "_"}('002e01739e48ae25c040dc87f1b7ff52763d6134', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'CodersLab-Test');
}
/**
* Gets the public 'app.jira.service' shared autowired service.
*
* @return \AppBundle\Service\Issue
*/
protected function getApp_Jira_ServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/lesstif/php-jira-rest-client/src/JiraClient.php';
include_once \dirname(__DIR__, 4).'/vendor/lesstif/php-jira-rest-client/src/Issue/IssueService.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/Issue.php';
return $this->services['app.jira.service'] = new \AppBundle\Service\Issue(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['jira']);
}
/**
* Gets the public 'app.participation.service' shared autowired service.
*
* @return \AppBundle\Service\Participation
*/
protected function getApp_Participation_ServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Courses/Application/IParticipationService.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/Participation.php';
return $this->services['app.participation.service'] = new \AppBundle\Service\Participation(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['AppBundle\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->services['AppBundle\\Repository\\InstanceUserRepository'] ?? $this->getInstanceUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentAddedMailer'] ?? $this->getStudentAddedMailerService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentRemovedMailer'] ?? $this->getStudentRemovedMailerService()));
}
/**
* Gets the public 'app.presentation.name.translator' shared autowired service.
*
* @return \AppBundle\Service\PresentationNameTranslator
*/
protected function getApp_Presentation_Name_TranslatorService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/PresentationNameTranslator.php';
return $this->services['app.presentation.name.translator'] = new \AppBundle\Service\PresentationNameTranslator();
}
/**
* Gets the public 'app.provider.oauth' shared service.
*
* @return \AppBundle\Service\OAuthUserProvider
*/
protected function getApp_Provider_OauthService()
{
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Security/Core/User/OAuthAwareUserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/OAuthUserProvider.php';
return $this->services['app.provider.oauth'] = new \AppBundle\Service\OAuthUserProvider(($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()), ['github' => 'githubId', 'google' => 'email']);
}
/**
* Gets the public 'app.registration.completed' shared autowired service.
*
* @return \AppBundle\EventListener\RegistrationConfirmListener
*/
protected function getApp_Registration_CompletedService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/EventListener/RegistrationConfirmListener.php';
return $this->services['app.registration.completed'] = new \AppBundle\EventListener\RegistrationConfirmListener(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the public 'app.revision.subscriber' shared autowired service.
*
* @return \AppBundle\EventListener\RevisionSubscriber
*/
protected function getApp_Revision_SubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/EventListener/RevisionSubscriber.php';
return $this->services['app.revision.subscriber'] = new \AppBundle\EventListener\RevisionSubscriber();
}
/**
* Gets the public 'app.user.listener' shared autowired service.
*
* @return \AppBundle\EventListener\UserListener
*/
protected function getApp_User_ListenerService()
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/EventListener/UserListener.php';
return $this->services['app.user.listener'] = new \AppBundle\EventListener\UserListener(($this->services['app.participation.service'] ?? $this->getApp_Participation_ServiceService()), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()));
}
/**
* Gets the public 'app.user.manager' shared autowired service.
*
* @return \AppBundle\Service\UserManager
*/
protected function getApp_User_ManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/UserManager.php';
return $this->services['app.user.manager'] = new \AppBundle\Service\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->privates['fos_user.object_manager'] ?? $this->getFosUser_ObjectManagerService()), 'AppBundle\\Entity\\User', ($this->services['AppBundle\\Service\\UserService'] ?? $this->getUserServiceService()));
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.traceable.recorder_inner'] ?? $this->getCache_App_Traceable_RecorderInnerService()));
}
/**
* 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()), 'materials_cache' => ($this->services['materials_cache'] ?? $this->getMaterialsCacheService()), 'response_cache' => ($this->services['response_cache'] ?? $this->getResponseCacheService()), 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool.traceable'] ?? $this->getDoctrine_ResultCachePool_TraceableService()), 'doctrine.second_level_cache_pool' => ($this->privates['doctrine.second_level_cache_pool.traceable'] ?? $this->getDoctrine_SecondLevelCachePool_TraceableService())]);
}
/**
* 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()), 'materials_cache' => ($this->services['materials_cache'] ?? $this->getMaterialsCacheService()), 'response_cache' => ($this->services['response_cache'] ?? $this->getResponseCacheService()), 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool.traceable'] ?? $this->getDoctrine_ResultCachePool_TraceableService()), 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService()), 'doctrine.second_level_cache_pool' => ($this->privates['doctrine.second_level_cache_pool.traceable'] ?? $this->getDoctrine_SecondLevelCachePool_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())]);
}
/**
* 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(($this->privates['cache.system.traceable.recorder_inner'] ?? $this->getCache_System_Traceable_RecorderInnerService()));
}
/**
* 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()), 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_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())]);
}
/**
* 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(($this->privates['cache.validator_expression_language.traceable.recorder_inner'] ?? $this->getCache_ValidatorExpressionLanguage_Traceable_RecorderInnerService()));
}
/**
* 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());
}, 9), true, ($this->targetDir.''.'/AppBundle_KernelDevDebugContainerDeprecations.log'));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ConsumeExerciseQueueCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\ConsumeExerciseQueueCommand
*/
protected function getConsumeExerciseQueueCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/ConsumeExerciseQueueCommand.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Features/Features.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeExerciseQueueCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ConsumeExerciseQueueCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseQueues'] ?? $this->getORMExerciseQueuesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Features\\Features'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Features\\Features'] = new \CodersLab\Lms\SharedKernel\Application\Features\Features($this->getEnv('GH_EXERCISES_PROCESSING')))));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ConsumeIssueQueueCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\ConsumeIssueQueueCommand
*/
protected function getConsumeIssueQueueCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/ConsumeIssueQueueCommand.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Application/Mailer/IEmailFactory.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/EmailFactory.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeIssueQueueCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ConsumeIssueQueueCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationIssue\\JiraIssue'] ?? $this->getJiraIssueService()), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory('no-reply@coderslab.pl'))));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\CourseProgressReportCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\CourseProgressReportCommand
*/
protected function getCourseProgressReportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/CourseProgressReportCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CourseProgressReportCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\CourseProgressReportCommand(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseProgressReportQuery'] ?? $this->getDbalCourseProgressReportQueryService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\CreateNewUserCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\CreateNewUserCommand
*/
protected function getCreateNewUserCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/CreateNewUserCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CreateNewUserCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\CreateNewUserCommand(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\DeleteElasticsearchIndexesCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\DeleteElasticsearchIndexesCommand
*/
protected function getDeleteElasticsearchIndexesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/DeleteElasticsearchIndexesCommand.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/SearchEngine/SearchEngine.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/Elasticsearch.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\DeleteElasticsearchIndexesCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\DeleteElasticsearchIndexesCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] ?? ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\Elasticsearch())), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\IndicesCollection'] ?? $this->getIndicesCollectionService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\GradebookScoresReportCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\GradebookScoresReportCommand
*/
protected function getGradebookScoresReportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/GradebookScoresReportCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\GradebookScoresReportCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\GradebookScoresReportCommand(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookScoresReport'] ?? $this->getGradebookScoresReportService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\InitializeElasticsearchIndexesCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\InitializeElasticsearchIndexesCommand
*/
protected function getInitializeElasticsearchIndexesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/InitializeElasticsearchIndexesCommand.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/SearchEngine/SearchEngine.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/Elasticsearch.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\InitializeElasticsearchIndexesCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\InitializeElasticsearchIndexesCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] ?? ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\Elasticsearch())), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\IndicesCollection'] ?? $this->getIndicesCollectionService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\MigrateGithubLoginToIdCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\MigrateGithubLoginToIdCommand
*/
protected function getMigrateGithubLoginToIdCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/MigrateGithubLoginToIdCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\MigrateGithubLoginToIdCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\MigrateGithubLoginToIdCommand(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ParseRepoCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\ParseRepoCommand
*/
protected function getParseRepoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/ParseRepoCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ParseRepoCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ParseRepoCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader'] ?? $this->getRepositoryReaderService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMRepositories'] ?? $this->getORMRepositoriesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\QuizInitCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\QuizInitCommand
*/
protected function getQuizInitCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/QuizInitCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizInitCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\QuizInitCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\QuizListUninitializedCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\QuizListUninitializedCommand
*/
protected function getQuizListUninitializedCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/QuizListUninitializedCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizListUninitializedCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\QuizListUninitializedCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\QuizReinitAllWithState' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\QuizReinitAllWithState
*/
protected function getQuizReinitAllWithStateService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/QuizReinitAllWithState.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitAllWithState'] = new \CodersLab\Lms\UserInterface\Cli\Command\QuizReinitAllWithState(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\QuizReinitializeCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\QuizReinitializeCommand
*/
protected function getQuizReinitializeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/QuizReinitializeCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitializeCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\QuizReinitializeCommand(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\QuizSaveResponseCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\QuizSaveResponseCommand
*/
protected function getQuizSaveResponseCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/QuizSaveResponseCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizSaveResponseCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\QuizSaveResponseCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Quiz\\SurveyMonkeyQuizService'] ?? $this->getSurveyMonkeyQuizServiceService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalQuizQuery'] ?? $this->getDbalQuizQueryService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ReinitializeAllQuizzesForCourseCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeAllQuizzesForCourseCommand
*/
protected function getReinitializeAllQuizzesForCourseCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/ReinitializeAllQuizzesForCourseCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeAllQuizzesForCourseCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeAllQuizzesForCourseCommand(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ReinitializeElasticsearchDocumentsForCourseCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeElasticsearchDocumentsForCourseCommand
*/
protected function getReinitializeElasticsearchDocumentsForCourseCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/ReinitializeElasticsearchDocumentsForCourseCommand.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Application/Service/SearchEngine/SearchEngine.php';
include_once \dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/Elasticsearch.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeElasticsearchDocumentsForCourseCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeElasticsearchDocumentsForCourseCommand(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] ?? ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\Elasticsearch())), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseQuery'] ?? $this->getDbalCourseQueryService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ReinitializeScheduleUrlForAllCoursesCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeScheduleUrlForAllCoursesCommand
*/
protected function getReinitializeScheduleUrlForAllCoursesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/ReinitializeScheduleUrlForAllCoursesCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeScheduleUrlForAllCoursesCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeScheduleUrlForAllCoursesCommand(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ReinitializeTreeCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeTreeCommand
*/
protected function getReinitializeTreeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/ReinitializeTreeCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeTreeCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeTreeCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\CourseTree\\CourseTree'] ?? $this->getCourseTreeService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ResultReportCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\ResultReportCommand
*/
protected function getResultReportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/ResultReportCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ResultReportCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ResultReportCommand(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookResultsMailer'] ?? $this->getGradebookResultsMailerService()), $this->parameters['gradebook.report_emails']);
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\SendActivationExpirationReminder' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\SendActivationExpirationReminder
*/
protected function getSendActivationExpirationReminderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/SendActivationExpirationReminder.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationExpirationReminder'] = new \CodersLab\Lms\UserInterface\Cli\Command\SendActivationExpirationReminder(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\SendActivationReminder' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\SendActivationReminder
*/
protected function getSendActivationReminderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/SendActivationReminder.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationReminder'] = new \CodersLab\Lms\UserInterface\Cli\Command\SendActivationReminder(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\SurveyMonkeyLimitBotCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\SurveyMonkeyLimitBotCommand
*/
protected function getSurveyMonkeyLimitBotCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/SurveyMonkeyLimitBotCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SurveyMonkeyLimitBotCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\SurveyMonkeyLimitBotCommand();
}
/**
* Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\UserTokenCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\UserTokenCommand
*/
protected function getUserTokenCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/UserTokenCommand.php';
return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\UserTokenCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\UserTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
}
/**
* 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, [
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand' => ['privates', '.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand.lazy', 'getCachePoolInvalidateTagsCommand_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.messenger_failed_messages_retry' => ['privates', '.console.command.messenger_failed_messages_retry.lazy', 'get_Console_Command_MessengerFailedMessagesRetry_LazyService', false],
'console.command.messenger_failed_messages_show' => ['privates', '.console.command.messenger_failed_messages_show.lazy', 'get_Console_Command_MessengerFailedMessagesShow_LazyService', false],
'console.command.messenger_failed_messages_remove' => ['privates', '.console.command.messenger_failed_messages_remove.lazy', 'get_Console_Command_MessengerFailedMessagesRemove_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.database_import_command' => ['privates', 'doctrine.database_import_command', 'getDoctrine_DatabaseImportCommandService', 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', 'getFosUser_Command_ActivateUserService', false],
'fos_user.command.change_password' => ['privates', 'fos_user.command.change_password', 'getFosUser_Command_ChangePasswordService', false],
'fos_user.command.create_user' => ['privates', 'fos_user.command.create_user', 'getFosUser_Command_CreateUserService', false],
'fos_user.command.deactivate_user' => ['privates', 'fos_user.command.deactivate_user', 'getFosUser_Command_DeactivateUserService', false],
'fos_user.command.demote_user' => ['privates', 'fos_user.command.demote_user', 'getFosUser_Command_DemoteUserService', false],
'fos_user.command.promote_user' => ['privates', 'fos_user.command.promote_user', 'getFosUser_Command_PromoteUserService', false],
'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
'doctrine_migrations.sync_metadata_command' => ['privates', 'doctrine_migrations.sync_metadata_command', 'getDoctrineMigrations_SyncMetadataCommandService', false],
'doctrine_migrations.versions_command' => ['privates', 'doctrine_migrations.versions_command', 'getDoctrineMigrations_VersionsCommandService', false],
'doctrine_migrations.current_command' => ['privates', 'doctrine_migrations.current_command', 'getDoctrineMigrations_CurrentCommandService', false],
'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
'doctrine.fixtures_load_command' => ['privates', 'doctrine.fixtures_load_command', 'getDoctrine_FixturesLoadCommandService', false],
'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates', 'Sentry\\SentryBundle\\Command\\SentryTestCommand', 'getSentryTestCommandService', false],
'lexik_jwt_authentication.check_config_command' => ['privates', '.lexik_jwt_authentication.check_config_command.lazy', 'get_LexikJwtAuthentication_CheckConfigCommand_LazyService', false],
'lexik_jwt_authentication.generate_token_command' => ['privates', '.lexik_jwt_authentication.generate_token_command.lazy', 'get_LexikJwtAuthentication_GenerateTokenCommand_LazyService', false],
'lexik_jwt_authentication.generate_keypair_command' => ['privates', '.lexik_jwt_authentication.generate_keypair_command.lazy', 'get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService', 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],
'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => ['services', 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command', 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService', false],
'nelmio_api_doc.command.dump' => ['services', 'nelmio_api_doc.command.dump', 'getNelmioApiDoc_Command_DumpService', 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],
], [
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand' => '?',
'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.messenger_failed_messages_retry' => '?',
'console.command.messenger_failed_messages_show' => '?',
'console.command.messenger_failed_messages_remove' => '?',
'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.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
'lexik_jwt_authentication.check_config_command' => '?',
'lexik_jwt_authentication.generate_token_command' => '?',
'lexik_jwt_authentication.generate_keypair_command' => '?',
'var_dumper.command.server_dump' => '?',
'monolog.command.server_log' => '?',
'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
'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' => '?',
]), ['cache:pool:invalidate-tags' => 'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand', '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', 'messenger:failed:retry' => 'console.command.messenger_failed_messages_retry', 'messenger:failed:show' => 'console.command.messenger_failed_messages_show', 'messenger:failed:remove' => 'console.command.messenger_failed_messages_remove', '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:database:import' => 'doctrine.database_import_command', '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', 'doctrine:migrations:diff' => 'doctrine_migrations.diff_command', 'doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command', 'doctrine:migrations:list' => 'doctrine_migrations.versions_command', 'doctrine:migrations:current' => 'doctrine_migrations.current_command', 'doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command', 'doctrine:migrations:execute' => 'doctrine_migrations.execute_command', 'doctrine:migrations:generate' => 'doctrine_migrations.generate_command', 'doctrine:migrations:latest' => 'doctrine_migrations.latest_command', 'doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command', 'doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command', 'doctrine:migrations:status' => 'doctrine_migrations.status_command', 'doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command', 'doctrine:migrations:version' => 'doctrine_migrations.version_command', 'doctrine:fixtures:load' => 'doctrine.fixtures_load_command', 'sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand', 'lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command', 'lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command', 'lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'hautelook:fixtures:load' => 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command', 'nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump', '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']);
}
/**
* 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()
{
return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql', 'url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'UTF8', 'persistent' => true, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'serverVersion' => '8.0', 'defaultTableOptions' => ['charset' => 'utf8', 'collate' => 'utf8_unicode_ci']], ($this->privates['doctrine.dbal.default_connection.configuration'] ?? $this->getDoctrine_Dbal_DefaultConnection_ConfigurationService()), ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
$instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->privates['doctrine.orm.default_configuration'] ?? $this->getDoctrine_Orm_DefaultConfigurationService()));
($this->privates['doctrine.orm.default_manager_configurator'] ?? ($this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], [])))->configure($instance);
return $instance;
}
/**
* 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';
return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', ($this->privates['error_handler.error_renderer.serializer'] ?? $this->getErrorHandler_ErrorRenderer_SerializerService()));
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(($this->privates['debug.event_dispatcher.inner'] ?? ($this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['monolog.logger.event'] ?? $this->getMonolog_Logger_EventService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Listener\\WorkerMessageFailedEventListener'] ?? $this->getWorkerMessageFailedEventListenerService());
}, 1 => '__invoke'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['AppBundle\\EventListener\\EventPublisherListener'] ?? $this->getEventPublisherListenerService());
}, 1 => '__invoke'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->services['AppBundle\\Event\\GitHubCallExceptionListener'] ?? $this->getGitHubCallExceptionListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->services['AppBundle\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['AppBundle\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\LmsExceptionListener'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\LmsExceptionListener'] = new \CodersLab\Lms\SharedKernel\Application\LmsExceptionListener()));
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Response\\LMSResponseListener'] ?? $this->getLMSResponseListenerService());
}, 1 => 'onKernelResponse'], 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('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['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'onKernelRequest'], 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'], 0);
$instance->addListener('fos_user.registration.confirm', [0 => function () {
return ($this->services['app.registration.completed'] ?? $this->getApp_Registration_CompletedService());
}, 1 => 'onRegistrationConfirm'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->services['AppBundle\\EventListener\\LocaleSubscriber'] ?? ($this->services['AppBundle\\EventListener\\LocaleSubscriber'] = new \AppBundle\EventListener\LocaleSubscriber($this->getEnv('PRIMARY_LANG'))));
}, 1 => 'onKernelRequest'], 15);
$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->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 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('kernel.request', [0 => function () {
return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
}, 1 => 'onFinishRequest'], 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('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\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
}, 1 => 'onMessageFailed'], -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\\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('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('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('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 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('kernel.request', [0 => function () {
return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
}, 1 => 'onEvent'], 1024);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
}, 1 => 'onEvent'], 1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
}, 1 => 'onEvent'], 1024);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
}, 1 => 'onEvent'], 1024);
$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('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
}, 1 => 'configure'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -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);
return $instance;
}
/**
* Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
*/
protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Loader\PurgerLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService()), 'delete', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
*
* @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
*/
protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
*
* @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
*/
protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* 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/Controller/ChangePasswordController.php';
$this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.change_password.form.factory'] ?? $this->getFosUser_ChangePassword_Form_FactoryService()), ($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()));
$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/Controller/ProfileController.php';
$this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()));
$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/Controller/RegistrationController.php';
$this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.registration.form.factory'] ?? $this->getFosUser_Registration_Form_FactoryService()), ($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()), ($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/Controller/ResettingController.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
$this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['FOS\\UserBundle\\Mailer\\MailerInterface'] ?? $this->getMailerInterfaceService()), 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 service.
*
* @return \FOS\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/Controller/SecurityController.php';
$this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), NULL);
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.security.controller', $this));
return $instance;
}
/**
* Gets the public 'google.client.gmail' shared autowired service.
*
* @return \Google_Client
*/
protected function getGoogle_Client_GmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/google/apiclient/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/NullAdapter.php';
$this->services['google.client.gmail'] = $instance = new \Google_Client();
$instance->setClientId('902750113591-bve9npki8lk031u5g2oogq3p6c5bbouo.apps.googleusercontent.com');
$instance->setClientSecret('MvlXw-tKrtUivbMZ4mu7i-Hz');
$instance->setAccessType('offline');
$instance->addScope('https://www.googleapis.com/auth/gmail.compose');
$instance->setCache(($this->services['Symfony\\Component\\Cache\\Adapter\\NullAdapter'] ?? ($this->services['Symfony\\Component\\Cache\\Adapter\\NullAdapter'] = new \Symfony\Component\Cache\Adapter\NullAdapter())));
return $instance;
}
/**
* Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
*
* @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
*/
protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
$this->services['hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command'] = $instance = new \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand('hautelook:fixtures:load', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['hautelook_alice.loader'] ?? $this->getHautelookAlice_LoaderService()));
$instance->setName('hautelook:fixtures:load');
return $instance;
}
/**
* Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
*/
protected function getHautelookAlice_DataFixtures_AppendLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
return $this->services['hautelook_alice.data_fixtures.append_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel', 1))))));
}
/**
* Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
*/
protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
return $this->services['hautelook_alice.data_fixtures.purge_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->services['fidry_alice_data_fixtures.loader.doctrine'] ?? $this->getFidryAliceDataFixtures_Loader_DoctrineService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel', 1))))));
}
/**
* Gets the public 'hautelook_alice.loader' shared service.
*
* @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
*/
protected function getHautelookAlice_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
return $this->services['hautelook_alice.loader'] = new \Hautelook\AliceBundle\Loader\DoctrineOrmLoader(($this->services['hautelook_alice.resolver.bundle'] ?? $this->getHautelookAlice_Resolver_BundleService()), ($this->services['hautelook_alice.locator'] ?? $this->getHautelookAlice_LocatorService()), ($this->services['hautelook_alice.data_fixtures.purge_loader'] ?? $this->getHautelookAlice_DataFixtures_PurgeLoaderService()), ($this->services['hautelook_alice.data_fixtures.append_loader'] ?? $this->getHautelookAlice_DataFixtures_AppendLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'hautelook_alice.locator' shared service.
*
* @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
*/
protected function getHautelookAlice_LocatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
return $this->services['hautelook_alice.locator'] = new \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator(($this->privates['hautelook_alice.locator.env_directory'] ?? $this->getHautelookAlice_Locator_EnvDirectoryService()));
}
/**
* Gets the public 'hautelook_alice.resolver.bundle' shared service.
*
* @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
*/
protected function getHautelookAlice_Resolver_BundleService()
{
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
return $this->services['hautelook_alice.resolver.bundle'] = new \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver(($this->privates['hautelook_alice.resolver.bundle.simple_resolver'] ?? ($this->privates['hautelook_alice.resolver.bundle.simple_resolver'] = new \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver(($this->services['kernel'] ?? $this->get('kernel', 1))))));
}
/**
* Gets the public 'hautelook_alice.resolver.file' shared service.
*
* @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
*/
protected function getHautelookAlice_Resolver_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService()));
}
/**
* Gets the public 'httplug.client' shared service.
*
* @return \Http\Client\Common\HttpMethodsClient
*/
protected function getHttplug_ClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug/src/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/client-common/src/HttpMethodsClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/client-common/src/HttpMethodsClient.php';
return $this->services['httplug.client'] = new \Http\Client\Common\HttpMethodsClient(($this->privates['httplug.client.app.http_methods.inner'] ?? $this->getHttplug_Client_App_HttpMethods_InnerService()), ($this->services['httplug.message_factory'] ?? $this->getHttplug_MessageFactoryService()));
}
/**
* Gets the public 'httplug.message_factory' shared service.
*
* @return \Http\Message\MessageFactory
*/
protected function getHttplug_MessageFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/php-http/message-factory/src/RequestFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/message-factory/src/ResponseFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/message-factory/src/MessageFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/MessageFactoryDiscovery.php';
return $this->services['httplug.message_factory'] = \Http\Discovery\MessageFactoryDiscovery::find();
}
/**
* Gets the public 'httplug.psr17_request_factory' shared service.
*
* @return \Psr\Http\Message\RequestFactoryInterface
*/
protected function getHttplug_Psr17RequestFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
return $this->services['httplug.psr17_request_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findRequestFactory();
}
/**
* Gets the public 'httplug.psr17_response_factory' shared service.
*
* @return \Psr\Http\Message\ResponseFactoryInterface
*/
protected function getHttplug_Psr17ResponseFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
return $this->services['httplug.psr17_response_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findResponseFactory();
}
/**
* Gets the public 'httplug.psr17_server_request_factory' shared service.
*
* @return \Psr\Http\Message\ServerRequestFactoryInterface
*/
protected function getHttplug_Psr17ServerRequestFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
return $this->services['httplug.psr17_server_request_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findServerRequestFactory();
}
/**
* Gets the public 'httplug.psr17_stream_factory' shared service.
*
* @return \Psr\Http\Message\StreamFactoryInterface
*/
protected function getHttplug_Psr17StreamFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
return $this->services['httplug.psr17_stream_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findStreamFactory();
}
/**
* Gets the public 'httplug.psr17_uploaded_file_factory' shared service.
*
* @return \Psr\Http\Message\UploadedFileFactoryInterface
*/
protected function getHttplug_Psr17UploadedFileFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
return $this->services['httplug.psr17_uploaded_file_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findUploadedFileFactory();
}
/**
* Gets the public 'httplug.psr17_uri_factory' shared service.
*
* @return \Psr\Http\Message\UriFactoryInterface
*/
protected function getHttplug_Psr17UriFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
return $this->services['httplug.psr17_uri_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findUrlFactory();
}
/**
* Gets the public 'httplug.psr18_client' shared service.
*
* @return \Psr\Http\Client\ClientInterface
*/
protected function getHttplug_Psr18ClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/Psr18ClientDiscovery.php';
return $this->services['httplug.psr18_client'] = \Http\Discovery\Psr18ClientDiscovery::find();
}
/**
* Gets the public 'httplug.stream_factory' shared service.
*
* @return \Http\Message\StreamFactory
*/
protected function getHttplug_StreamFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/php-http/message-factory/src/StreamFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/StreamFactoryDiscovery.php';
return $this->services['httplug.stream_factory'] = \Http\Discovery\StreamFactoryDiscovery::find();
}
/**
* Gets the public 'httplug.uri_factory' shared service.
*
* @return \Http\Message\UriFactory
*/
protected function getHttplug_UriFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/php-http/message-factory/src/UriFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/discovery/src/UriFactoryDiscovery.php';
return $this->services['httplug.uri_factory'] = \Http\Discovery\UriFactoryDiscovery::find();
}
/**
* Gets the public 'hwi_oauth.resource_ownermap.main' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap
*/
protected function getHwiOauth_ResourceOwnermap_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Security/Http/ResourceOwnerMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Security/Http/ResourceOwnerMap.php';
return $this->services['hwi_oauth.resource_ownermap.main'] = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $this->parameters['hwi_oauth.resource_owners'], $this->parameters['hwi_oauth.resource_ownermap.configured.main'], ($this->privates['.service_locator.x7qCGOo'] ?? $this->get_ServiceLocator_X7qCGOoService()));
}
/**
* Gets the public 'hwi_oauth.user_checker' shared service.
*
* @return \Symfony\Component\Security\Core\User\InMemoryUserChecker
*/
protected function getHwiOauth_UserCheckerService()
{
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->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker();
}
/**
* Gets the public 'jms_serializer' shared service.
*
* @return \JMS\Serializer\Serializer
*/
protected function getJmsSerializerService()
{
return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), [2 => ($this->privates['jms_serializer.deserialization_graph_navigator_factory'] ?? $this->getJmsSerializer_DeserializationGraphNavigatorFactoryService()), 1 => ($this->privates['jms_serializer.serialization_graph_navigator_factory'] ?? $this->getJmsSerializer_SerializationGraphNavigatorFactoryService())], ['json' => ($this->privates['jms_serializer.json_serialization_visitor'] ?? $this->getJmsSerializer_JsonSerializationVisitorService()), 'xml' => ($this->privates['jms_serializer.xml_serialization_visitor'] ?? $this->getJmsSerializer_XmlSerializationVisitorService())], ['json' => ($this->privates['jms_serializer.json_deserialization_visitor'] ?? $this->getJmsSerializer_JsonDeserializationVisitorService()), 'xml' => ($this->privates['jms_serializer.xml_deserialization_visitor'] ?? ($this->privates['jms_serializer.xml_deserialization_visitor'] = new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()))], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the public 'jms_serializer.deserialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_DeserializationContextFactoryService()
{
return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.metadata_driver' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
*/
protected function getJmsSerializer_MetadataDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(($this->privates['jms_serializer.metadata.doctrine_type_driver'] ?? $this->getJmsSerializer_Metadata_DoctrineTypeDriverService()), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the public 'jms_serializer.serialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_SerializationContextFactoryService()
{
return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.serialized_name_or_identical_property_strategy' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\SerializedNameOrIdenticalPropertyStrategy
*/
protected function getJmsSerializer_SerializedNameOrIdenticalPropertyStrategyService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Serialization/SerializedNameOrIdenticalPropertyStrategy.php';
return $this->services['jms_serializer.serialized_name_or_identical_property_strategy'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\SerializedNameOrIdenticalPropertyStrategy();
}
/**
* Gets the public 'knp_paginator' shared service.
*
* @return \Knp\Component\Pager\Paginator
*/
protected function getKnpPaginatorService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getKnpPaginatorService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
$instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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 'lexik_jwt_authentication.encoder' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
*/
protected function getLexikJwtAuthentication_EncoderService()
{
return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(($this->privates['lexik_jwt_authentication.jws_provider.lcobucci'] ?? $this->getLexikJwtAuthentication_JwsProvider_LcobucciService()));
}
/**
* Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
*/
protected function getLexikJwtAuthentication_GenerateTokenCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
$this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
}, 1));
$instance->setName('lexik:jwt:generate-token');
$instance->setDescription('Generates a JWT token for a given user.');
return $instance;
}
/**
* Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
*/
protected function getLexikJwtAuthentication_JwtManagerService()
{
$this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
$instance->setUserIdentityField('username', false);
return $instance;
}
/**
* Gets the public 'lexik_jwt_authentication.key_loader' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
*/
protected function getLexikJwtAuthentication_KeyLoaderService()
{
return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader((\dirname(__DIR__, 4).'/'.$this->getEnv('string:JWT_SECRET_KEY')), (\dirname(__DIR__, 4).'/'.$this->getEnv('string:JWT_PUBLIC_KEY')), $this->getEnv('JWT_PASSPHRASE'), []);
}
/**
* Gets the public 'materials_cache' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getMaterialsCacheService()
{
return $this->services['materials_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['materials_cache.traceable.recorder_inner'] ?? $this->getMaterialsCache_Traceable_RecorderInnerService()));
}
/**
* 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(($this->privates['debug.traced.command_bus.inner'] ?? $this->getDebug_Traced_CommandBus_InnerService()));
}
/**
* Gets the public 'nelmio_alice.data_loader' shared service.
*
* @return \Nelmio\Alice\Loader\SimpleDataLoader
*/
protected function getNelmioAlice_DataLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
return $this->services['nelmio_alice.data_loader'] = new \Nelmio\Alice\Loader\SimpleDataLoader(($this->privates['nelmio_alice.fixture_builder.simple'] ?? $this->getNelmioAlice_FixtureBuilder_SimpleService()), ($this->privates['nelmio_alice.generator.double_pass'] ?? $this->getNelmioAlice_Generator_DoublePassService()));
}
/**
* Gets the public 'nelmio_alice.file_loader' shared service.
*
* @return \Nelmio\Alice\Loader\SimpleFileLoader
*/
protected function getNelmioAlice_FileLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
return $this->services['nelmio_alice.file_loader'] = new \Nelmio\Alice\Loader\SimpleFileLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
}
/**
* Gets the public 'nelmio_alice.files_loader' shared service.
*
* @return \Nelmio\Alice\Loader\SimpleFilesLoader
*/
protected function getNelmioAlice_FilesLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
return $this->services['nelmio_alice.files_loader'] = new \Nelmio\Alice\Loader\SimpleFilesLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
}
/**
* 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/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.swagger_json' shared service.
*
* @return \Nelmio\ApiDocBundle\Controller\DocumentationController
*/
protected function getNelmioApiDoc_Controller_SwaggerJsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/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/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()));
}
/**
* 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/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/ApiDocGenerator.php';
$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.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
yield 1 => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
yield 2 => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
yield 3 => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
yield 4 => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
}, 5));
$instance->setAlternativeNames([]);
$instance->setMediaTypes([0 => 'json']);
$instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
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/Render/RenderOpenApi.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()), ($this->privates['nelmio_api_doc.render_docs.json'] ?? ($this->privates['nelmio_api_doc.render_docs.json'] = new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer())), ($this->privates['nelmio_api_doc.render_docs.yaml'] ?? ($this->privates['nelmio_api_doc.render_docs.yaml'] = new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer())), ($this->privates['nelmio_api_doc.render_docs.html'] ?? $this->getNelmioApiDoc_RenderDocs_HtmlService()));
}
/**
* 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 'response_cache' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter
*/
protected function getResponseCacheService()
{
return $this->services['response_cache'] = new \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter(($this->privates['response_cache.traceable.recorder_inner'] ?? $this->getResponseCache_Traceable_RecorderInnerService()));
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$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' => NULL, '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))), ($this->privates['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), $this->getEnv('PRIMARY_LANG'));
$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';
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader(($this->privates['routing.resolver'] ?? $this->getRouting_ResolverService()), ['utf8' => true], []);
}
/**
* Gets the public 'security.user_password_hasher' shared autowired 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->services['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* 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->services['materials_cache'])) {
yield 'materials_cache' => ($this->services['materials_cache'] ?? null);
}
if (isset($this->services['response_cache'])) {
yield 'response_cache' => ($this->services['response_cache'] ?? null);
}
if (isset($this->privates['doctrine.result_cache_pool.traceable'])) {
yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool.traceable'] ?? null);
}
if (isset($this->privates['doctrine.system_cache_pool.traceable'])) {
yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? null);
}
if (isset($this->privates['doctrine.second_level_cache_pool.traceable'])) {
yield 'doctrine.second_level_cache_pool' => ($this->privates['doctrine.second_level_cache_pool.traceable'] ?? 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['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.server_log'])) {
yield 'monolog.handler.server_log' => ($this->privates['monolog.handler.server_log'] ?? null);
}
if (isset($this->services['doctrine'])) {
yield 'doctrine' => ($this->services['doctrine'] ?? null);
}
if (isset($this->privates['form.type.entity'])) {
yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
}
if (isset($this->privates['httplug.collector.collector'])) {
yield 'httplug.collector.collector' => ($this->privates['httplug.collector.collector'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
}
if (isset($this->privates['.debug.hwi_oauth.http_client'])) {
yield '.debug.hwi_oauth.http_client' => ($this->privates['.debug.hwi_oauth.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->services['materials_cache'])) + (int) (isset($this->services['response_cache'])) + (int) (isset($this->privates['doctrine.result_cache_pool.traceable'])) + (int) (isset($this->privates['doctrine.system_cache_pool.traceable'])) + (int) (isset($this->privates['doctrine.second_level_cache_pool.traceable'])) + (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['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.server_log'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['httplug.collector.collector'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['.debug.hwi_oauth.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'], 'materials_cache' => [0 => 'reset'], 'response_cache' => [0 => 'reset'], 'doctrine.result_cache_pool' => [0 => 'reset'], 'doctrine.system_cache_pool' => [0 => 'reset'], 'doctrine.second_level_cache_pool' => [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'], 'twig.form.engine' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'monolog.handler.server_log' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'httplug.collector.collector' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset'], '.debug.hwi_oauth.http_client' => [0 => 'reset']]);
}
/**
* Gets the public 'simplethings_entityaudit.config' shared service.
*
* @return \SimpleThings\EntityAudit\AuditConfiguration
*/
protected function getSimplethingsEntityaudit_ConfigService()
{
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src/AuditConfiguration.php';
$this->services['simplethings_entityaudit.config'] = $instance = new \SimpleThings\EntityAudit\AuditConfiguration();
$instance->setAuditedEntityClasses($this->parameters['simplethings.entityaudit.audited_entities']);
$instance->setGlobalIgnoreColumns([]);
$instance->setTablePrefix('');
$instance->setTableSuffix('_audit');
$instance->setRevisionTableName('revisions');
$instance->setRevisionIdFieldType('integer');
$instance->setRevisionFieldName('rev');
$instance->setRevisionTypeFieldName('revtype');
$instance->setUsernameCallable(($this->privates['simplethings_entityaudit.username_callable.token_storage'] ?? $this->getSimplethingsEntityaudit_UsernameCallable_TokenStorageService()));
return $instance;
}
/**
* Gets the public 'simplethings_entityaudit.manager' shared service.
*
* @return \SimpleThings\EntityAudit\AuditManager
*/
protected function getSimplethingsEntityaudit_ManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src/AuditManager.php';
return $this->services['simplethings_entityaudit.manager'] = new \SimpleThings\EntityAudit\AuditManager(($this->services['simplethings_entityaudit.config'] ?? $this->getSimplethingsEntityaudit_ConfigService()));
}
/**
* Gets the public 'simplethings_entityaudit.reader' shared service.
*
* @return \SimpleThings\EntityAudit\AuditReader
*/
protected function getSimplethingsEntityaudit_ReaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src/Utils/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src/AuditReader.php';
return $this->services['simplethings_entityaudit.reader'] = ($this->services['simplethings_entityaudit.manager'] ?? $this->getSimplethingsEntityaudit_ManagerService())->createAuditReader(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'));
}
/**
* Gets the public 'test.client' service.
*
* @return \Symfony\Bundle\FrameworkBundle\KernelBrowser
*/
protected function getTest_ClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/browser-kit/AbstractBrowser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelBrowser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/KernelBrowser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/browser-kit/History.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/browser-kit/CookieJar.php';
$this->factories['test.client'] = function () {
return new \Symfony\Bundle\FrameworkBundle\KernelBrowser(($this->services['kernel'] ?? $this->get('kernel', 1)), [], (new \Symfony\Component\BrowserKit\History()), (new \Symfony\Component\BrowserKit\CookieJar()));
};
return $this->factories['test.client']();
}
/**
* Gets the public 'test.private_services_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getTest_PrivateServicesLocatorService()
{
return $this->services['test.private_services_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand' => ['privates', 'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand', 'getCachePoolInvalidateTagsCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeExerciseQueueCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeExerciseQueueCommand', 'getConsumeExerciseQueueCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeIssueQueueCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeIssueQueueCommand', 'getConsumeIssueQueueCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CourseProgressReportCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CourseProgressReportCommand', 'getCourseProgressReportCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CreateNewUserCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CreateNewUserCommand', 'getCreateNewUserCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\DeleteElasticsearchIndexesCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\DeleteElasticsearchIndexesCommand', 'getDeleteElasticsearchIndexesCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\GradebookScoresReportCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\GradebookScoresReportCommand', 'getGradebookScoresReportCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\InitializeElasticsearchIndexesCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\InitializeElasticsearchIndexesCommand', 'getInitializeElasticsearchIndexesCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\MigrateGithubLoginToIdCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\MigrateGithubLoginToIdCommand', 'getMigrateGithubLoginToIdCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ParseRepoCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ParseRepoCommand', 'getParseRepoCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizInitCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizInitCommand', 'getQuizInitCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizListUninitializedCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizListUninitializedCommand', 'getQuizListUninitializedCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitializeCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitializeCommand', 'getQuizReinitializeCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizSaveResponseCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizSaveResponseCommand', 'getQuizSaveResponseCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeAllQuizzesForCourseCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeAllQuizzesForCourseCommand', 'getReinitializeAllQuizzesForCourseCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeElasticsearchDocumentsForCourseCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeElasticsearchDocumentsForCourseCommand', 'getReinitializeElasticsearchDocumentsForCourseCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeScheduleUrlForAllCoursesCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeScheduleUrlForAllCoursesCommand', 'getReinitializeScheduleUrlForAllCoursesCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeTreeCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeTreeCommand', 'getReinitializeTreeCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ResultReportCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ResultReportCommand', 'getResultReportCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\SurveyMonkeyLimitBotCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SurveyMonkeyLimitBotCommand', 'getSurveyMonkeyLimitBotCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\UserTokenCommand' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\UserTokenCommand', 'getUserTokenCommandService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitAllWithState' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitAllWithState', 'getQuizReinitAllWithStateService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationReminder' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationReminder', 'getSendActivationReminderService', false],
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationExpirationReminder' => ['services', 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationExpirationReminder', 'getSendActivationExpirationReminderService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\MaterialReviewRequestConverter' => ['privates', 'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\MaterialReviewRequestConverter', 'getMaterialReviewRequestConverterService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ExamAccessRequestConverter' => ['privates', 'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ExamAccessRequestConverter', 'getExamAccessRequestConverterService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\IssueRequestConverter' => ['privates', 'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\IssueRequestConverter', 'getIssueRequestConverterService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\UserRequestConverter' => ['privates', 'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\UserRequestConverter', 'getUserRequestConverterService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ChangePasswordConverter' => ['privates', 'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ChangePasswordConverter', 'getChangePasswordConverterService', false],
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\HandleMessageMiddleware' => ['privates', 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\HandleMessageMiddleware', 'getHandleMessageMiddlewareService', false],
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\MessageStoreMiddleware' => ['privates', 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\MessageStoreMiddleware', 'getMessageStoreMiddlewareService', false],
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\EventBusMiddleware' => ['privates', 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\EventBusMiddleware', 'getEventBusMiddlewareService', false],
'nyholm.psr7.psr17_factory' => ['privates', 'nyholm.psr7.psr17_factory', 'getNyholm_Psr7_Psr17FactoryService', false],
'argument_metadata_factory' => ['privates', 'argument_metadata_factory', 'getArgumentMetadataFactoryService', false],
'response_listener' => ['privates', 'response_listener', 'getResponseListenerService', false],
'streamed_response_listener' => ['privates', 'streamed_response_listener', 'getStreamedResponseListenerService', false],
'locale_listener' => ['privates', 'locale_listener', 'getLocaleListenerService', false],
'validate_request_listener' => ['privates', 'validate_request_listener', 'getValidateRequestListenerService', false],
'disallow_search_engine_index_response_listener' => ['privates', 'disallow_search_engine_index_response_listener', 'getDisallowSearchEngineIndexResponseListenerService', false],
'exception_listener' => ['privates', 'exception_listener', 'getExceptionListenerService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'url_helper' => ['privates', 'url_helper', 'getUrlHelperService', false],
'cache_clearer' => ['services', '.container.private.cache_clearer', 'get_Container_Private_CacheClearerService', false],
'filesystem' => ['services', '.container.private.filesystem', 'get_Container_Private_FilesystemService', false],
'file_locator' => ['privates', 'file_locator', 'getFileLocatorService', false],
'uri_signer' => ['privates', 'uri_signer', 'getUriSignerService', false],
'config_cache_factory' => ['privates', 'config_cache_factory', 'getConfigCacheFactoryService', false],
'dependency_injection.config.container_parameters_resource_checker' => ['privates', 'dependency_injection.config.container_parameters_resource_checker', 'getDependencyInjection_Config_ContainerParametersResourceCheckerService', false],
'config.resource.self_checking_resource_checker' => ['privates', 'config.resource.self_checking_resource_checker', 'getConfig_Resource_SelfCheckingResourceCheckerService', false],
'locale_aware_listener' => ['privates', 'locale_aware_listener', 'getLocaleAwareListenerService', false],
'container.env_var_processor' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
'container.getenv' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
'config_builder.warmer' => ['privates', 'config_builder.warmer', 'getConfigBuilder_WarmerService', false],
'fragment.handler' => ['privates', 'fragment.handler', 'getFragment_HandlerService', false],
'fragment.uri_generator' => ['privates', 'fragment.uri_generator', 'getFragment_UriGeneratorService', false],
'fragment.renderer.inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
'fragment.renderer.hinclude' => ['privates', 'fragment.renderer.hinclude', 'getFragment_Renderer_HincludeService', false],
'error_handler.error_renderer.html' => ['privates', 'error_handler.error_renderer.html', 'getErrorHandler_ErrorRenderer_HtmlService', false],
'console.error_listener' => ['privates', 'console.error_listener', 'getConsole_ErrorListenerService', false],
'console.suggest_missing_package_subscriber' => ['privates', 'console.suggest_missing_package_subscriber', 'getConsole_SuggestMissingPackageSubscriberService', false],
'console.command.about' => ['privates', 'console.command.about', 'getConsole_Command_AboutService', false],
'console.command.assets_install' => ['privates', 'console.command.assets_install', 'getConsole_Command_AssetsInstallService', false],
'console.command.cache_clear' => ['privates', 'console.command.cache_clear', 'getConsole_Command_CacheClearService', false],
'console.command.cache_pool_clear' => ['privates', 'console.command.cache_pool_clear', 'getConsole_Command_CachePoolClearService', false],
'console.command.cache_pool_prune' => ['privates', 'console.command.cache_pool_prune', 'getConsole_Command_CachePoolPruneService', false],
'console.command.cache_pool_delete' => ['privates', 'console.command.cache_pool_delete', 'getConsole_Command_CachePoolDeleteService', false],
'console.command.cache_pool_list' => ['privates', 'console.command.cache_pool_list', 'getConsole_Command_CachePoolListService', false],
'console.command.cache_warmup' => ['privates', 'console.command.cache_warmup', 'getConsole_Command_CacheWarmupService', false],
'console.command.config_debug' => ['privates', 'console.command.config_debug', 'getConsole_Command_ConfigDebugService', false],
'console.command.config_dump_reference' => ['privates', 'console.command.config_dump_reference', 'getConsole_Command_ConfigDumpReferenceService', false],
'console.command.container_debug' => ['privates', 'console.command.container_debug', 'getConsole_Command_ContainerDebugService', false],
'console.command.container_lint' => ['privates', 'console.command.container_lint', 'getConsole_Command_ContainerLintService', false],
'console.command.debug_autowiring' => ['privates', 'console.command.debug_autowiring', 'getConsole_Command_DebugAutowiringService', false],
'console.command.dotenv_debug' => ['privates', 'console.command.dotenv_debug', 'getConsole_Command_DotenvDebugService', false],
'console.command.event_dispatcher_debug' => ['privates', 'console.command.event_dispatcher_debug', 'getConsole_Command_EventDispatcherDebugService', false],
'console.command.messenger_consume_messages' => ['privates', 'console.command.messenger_consume_messages', 'getConsole_Command_MessengerConsumeMessagesService', false],
'console.command.messenger_setup_transports' => ['privates', 'console.command.messenger_setup_transports', 'getConsole_Command_MessengerSetupTransportsService', false],
'console.command.messenger_debug' => ['privates', 'console.command.messenger_debug', 'getConsole_Command_MessengerDebugService', false],
'console.command.messenger_stop_workers' => ['privates', 'console.command.messenger_stop_workers', 'getConsole_Command_MessengerStopWorkersService', false],
'console.command.messenger_failed_messages_retry' => ['privates', 'console.command.messenger_failed_messages_retry', 'getConsole_Command_MessengerFailedMessagesRetryService', false],
'console.command.messenger_failed_messages_show' => ['privates', 'console.command.messenger_failed_messages_show', 'getConsole_Command_MessengerFailedMessagesShowService', false],
'console.command.messenger_failed_messages_remove' => ['privates', 'console.command.messenger_failed_messages_remove', 'getConsole_Command_MessengerFailedMessagesRemoveService', false],
'console.command.router_debug' => ['privates', 'console.command.router_debug', 'getConsole_Command_RouterDebugService', false],
'console.command.router_match' => ['privates', 'console.command.router_match', 'getConsole_Command_RouterMatchService', false],
'console.command.translation_debug' => ['privates', 'console.command.translation_debug', 'getConsole_Command_TranslationDebugService', false],
'console.command.translation_extract' => ['privates', 'console.command.translation_extract', 'getConsole_Command_TranslationExtractService', false],
'console.command.validator_debug' => ['privates', 'console.command.validator_debug', 'getConsole_Command_ValidatorDebugService', false],
'console.command.translation_pull' => ['privates', 'console.command.translation_pull', 'getConsole_Command_TranslationPullService', false],
'console.command.translation_push' => ['privates', 'console.command.translation_push', 'getConsole_Command_TranslationPushService', false],
'console.command.xliff_lint' => ['privates', 'console.command.xliff_lint', 'getConsole_Command_XliffLintService', false],
'console.command.yaml_lint' => ['privates', 'console.command.yaml_lint', 'getConsole_Command_YamlLintService', false],
'console.command.form_debug' => ['privates', 'console.command.form_debug', 'getConsole_Command_FormDebugService', false],
'console.command.secrets_set' => ['privates', 'console.command.secrets_set', 'getConsole_Command_SecretsSetService', false],
'console.command.secrets_remove' => ['privates', 'console.command.secrets_remove', 'getConsole_Command_SecretsRemoveService', false],
'console.command.secrets_generate_key' => ['privates', 'console.command.secrets_generate_key', 'getConsole_Command_SecretsGenerateKeyService', false],
'console.command.secrets_list' => ['privates', 'console.command.secrets_list', 'getConsole_Command_SecretsListService', false],
'console.command.secrets_decrypt_to_local' => ['privates', 'console.command.secrets_decrypt_to_local', 'getConsole_Command_SecretsDecryptToLocalService', false],
'console.command.secrets_encrypt_from_local' => ['privates', 'console.command.secrets_encrypt_from_local', 'getConsole_Command_SecretsEncryptFromLocalService', false],
'cache.app.taggable' => ['privates', 'cache.app.taggable', 'getCache_App_TaggableService', false],
'cache.default_marshaller' => ['privates', 'cache.default_marshaller', 'getCache_DefaultMarshallerService', false],
'cache.default_clearer' => ['services', 'cache.app_clearer', 'getCache_AppClearerService', false],
'identity_translator' => ['privates', 'identity_translator', 'getIdentityTranslatorService', false],
'test.client.history' => [false, 'test.client.history', 'getTest_Client_HistoryService', false],
'test.client.cookiejar' => [false, 'test.client.cookiejar', 'getTest_Client_CookiejarService', false],
'test.session.listener' => ['privates', 'test.session.listener', 'getTest_Session_ListenerService', false],
'assets.packages' => ['privates', 'assets.packages', 'getAssets_PackagesService', false],
'assets.context' => ['privates', 'assets.context', 'getAssets_ContextService', false],
'assets.empty_version_strategy' => ['privates', 'assets.empty_version_strategy', 'getAssets_EmptyVersionStrategyService', false],
'assets._default_package' => ['privates', 'assets._default_package', 'getAssets_DefaultPackageService', false],
'mailer.mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
'mailer.transports' => ['privates', 'mailer.transports', 'getMailer_TransportsService', false],
'mailer.transport_factory' => ['privates', 'mailer.transport_factory', 'getMailer_TransportFactoryService', false],
'mailer.messenger.message_handler' => ['privates', 'mailer.messenger.message_handler', 'getMailer_Messenger_MessageHandlerService', false],
'mailer.envelope_listener' => ['privates', 'mailer.envelope_listener', 'getMailer_EnvelopeListenerService', false],
'mailer.message_logger_listener' => ['privates', 'mailer.message_logger_listener', 'getMailer_MessageLoggerListenerService', false],
'mailer.transport_factory.gmail' => ['privates', 'mailer.transport_factory.gmail', 'getMailer_TransportFactory_GmailService', false],
'mailer.transport_factory.null' => ['privates', 'mailer.transport_factory.null', 'getMailer_TransportFactory_NullService', false],
'mailer.transport_factory.sendmail' => ['privates', 'mailer.transport_factory.sendmail', 'getMailer_TransportFactory_SendmailService', false],
'mailer.transport_factory.smtp' => ['privates', 'mailer.transport_factory.smtp', 'getMailer_TransportFactory_SmtpService', false],
'mailer.transport_factory.native' => ['privates', 'mailer.transport_factory.native', 'getMailer_TransportFactory_NativeService', false],
'fragment.listener' => ['privates', 'fragment.listener', 'getFragment_ListenerService', false],
'translator.default' => ['privates', 'translator.default', 'getTranslator_DefaultService', false],
'translator.formatter.default' => ['privates', 'translator.formatter.default', 'getTranslator_Formatter_DefaultService', false],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', 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.dumper.php' => ['privates', 'translation.dumper.php', 'getTranslation_Dumper_PhpService', false],
'translation.dumper.xliff' => ['privates', 'translation.dumper.xliff', 'getTranslation_Dumper_XliffService', false],
'translation.dumper.po' => ['privates', 'translation.dumper.po', 'getTranslation_Dumper_PoService', false],
'translation.dumper.mo' => ['privates', 'translation.dumper.mo', 'getTranslation_Dumper_MoService', false],
'translation.dumper.yml' => ['privates', 'translation.dumper.yml', 'getTranslation_Dumper_YmlService', false],
'translation.dumper.yaml' => ['privates', 'translation.dumper.yaml', 'getTranslation_Dumper_YamlService', false],
'translation.dumper.qt' => ['privates', 'translation.dumper.qt', 'getTranslation_Dumper_QtService', false],
'translation.dumper.csv' => ['privates', 'translation.dumper.csv', 'getTranslation_Dumper_CsvService', false],
'translation.dumper.ini' => ['privates', 'translation.dumper.ini', 'getTranslation_Dumper_IniService', false],
'translation.dumper.json' => ['privates', 'translation.dumper.json', 'getTranslation_Dumper_JsonService', false],
'translation.dumper.res' => ['privates', 'translation.dumper.res', 'getTranslation_Dumper_ResService', false],
'translation.extractor.php' => ['privates', 'translation.extractor.php', 'getTranslation_Extractor_PhpService', false],
'translation.reader' => ['privates', 'translation.reader', 'getTranslation_ReaderService', false],
'translation.extractor' => ['privates', 'translation.extractor', 'getTranslation_ExtractorService', false],
'translation.writer' => ['privates', 'translation.writer', 'getTranslation_WriterService', false],
'translation.warmer' => ['privates', 'translation.warmer', 'getTranslation_WarmerService', false],
'translation.provider_collection' => ['privates', 'translation.provider_collection', 'getTranslation_ProviderCollectionService', false],
'translation.provider_collection_factory' => ['privates', 'translation.provider_collection_factory', 'getTranslation_ProviderCollectionFactoryService', false],
'translation.provider_factory.null' => ['privates', 'translation.provider_factory.null', 'getTranslation_ProviderFactory_NullService', false],
'debug.debug_handlers_listener' => ['privates', 'debug.debug_handlers_listener', 'getDebug_DebugHandlersListenerService', false],
'debug.file_link_formatter' => ['privates', 'debug.file_link_formatter', 'getDebug_FileLinkFormatterService', false],
'debug.stopwatch' => ['privates', 'debug.stopwatch', 'getDebug_StopwatchService', false],
'debug.event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'debug.controller_resolver' => ['privates', 'debug.controller_resolver', 'getDebug_ControllerResolverService', false],
'debug.argument_resolver' => ['privates', 'debug.argument_resolver', 'getDebug_ArgumentResolverService', false],
'debug.log_processor' => ['privates', 'debug.log_processor', 'getDebug_LogProcessorService', false],
'routing.resolver' => ['privates', 'routing.resolver', 'getRouting_ResolverService', false],
'routing.loader.xml' => ['privates', 'routing.loader.xml', 'getRouting_Loader_XmlService', false],
'routing.loader.yml' => ['privates', 'routing.loader.yml', 'getRouting_Loader_YmlService', false],
'routing.loader.php' => ['privates', 'routing.loader.php', 'getRouting_Loader_PhpService', false],
'routing.loader.glob' => ['privates', 'routing.loader.glob', 'getRouting_Loader_GlobService', false],
'routing.loader.directory' => ['privates', 'routing.loader.directory', 'getRouting_Loader_DirectoryService', false],
'routing.loader.container' => ['privates', 'routing.loader.container', 'getRouting_Loader_ContainerService', false],
'router.default' => ['services', 'router', 'getRouterService', false],
'router.request_context' => ['privates', 'router.request_context', 'getRouter_RequestContextService', false],
'router.expression_language_provider' => ['privates', 'router.expression_language_provider', 'getRouter_ExpressionLanguageProviderService', false],
'router.cache_warmer' => ['privates', 'router.cache_warmer', 'getRouter_CacheWarmerService', false],
'router_listener' => ['privates', 'router_listener', 'getRouterListenerService', false],
'routing.loader.annotation' => ['privates', 'routing.loader.annotation', 'getRouting_Loader_AnnotationService', false],
'routing.loader.annotation.directory' => ['privates', 'routing.loader.annotation.directory', 'getRouting_Loader_Annotation_DirectoryService', false],
'routing.loader.annotation.file' => ['privates', 'routing.loader.annotation.file', 'getRouting_Loader_Annotation_FileService', false],
'annotations.reader' => ['privates', 'annotations.reader', 'getAnnotations_ReaderService', false],
'annotations.dummy_registry' => ['privates', 'annotations.dummy_registry', 'getAnnotations_DummyRegistryService', false],
'annotations.cached_reader' => ['privates', 'annotations.cached_reader', 'getAnnotations_CachedReaderService', false],
'annotations.cache_warmer' => ['privates', 'annotations.cache_warmer', 'getAnnotations_CacheWarmerService', false],
'annotations.cache_adapter' => ['privates', 'annotations.cache_adapter', 'getAnnotations_CacheAdapterService', false],
'property_accessor' => ['privates', 'property_accessor', 'getPropertyAccessorService', false],
'secrets.vault' => ['privates', 'secrets.vault', 'getSecrets_VaultService', false],
'secrets.decryption_key' => ['privates', 'secrets.decryption_key', 'getSecrets_DecryptionKeyService', false],
'secrets.local_vault' => ['privates', 'secrets.local_vault', 'getSecrets_LocalVaultService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'serializer.mapping.class_discriminator_resolver' => ['privates', 'serializer.mapping.class_discriminator_resolver', 'getSerializer_Mapping_ClassDiscriminatorResolverService', false],
'serializer.normalizer.constraint_violation_list' => ['privates', 'serializer.normalizer.constraint_violation_list', 'getSerializer_Normalizer_ConstraintViolationListService', false],
'serializer.normalizer.mime_message' => ['privates', 'serializer.normalizer.mime_message', 'getSerializer_Normalizer_MimeMessageService', false],
'serializer.normalizer.datetimezone' => ['privates', 'serializer.normalizer.datetimezone', 'getSerializer_Normalizer_DatetimezoneService', false],
'serializer.normalizer.dateinterval' => ['privates', 'serializer.normalizer.dateinterval', 'getSerializer_Normalizer_DateintervalService', false],
'serializer.normalizer.data_uri' => ['privates', 'serializer.normalizer.data_uri', 'getSerializer_Normalizer_DataUriService', false],
'serializer.normalizer.datetime' => ['privates', 'serializer.normalizer.datetime', 'getSerializer_Normalizer_DatetimeService', false],
'serializer.normalizer.json_serializable' => ['privates', 'serializer.normalizer.json_serializable', 'getSerializer_Normalizer_JsonSerializableService', false],
'serializer.normalizer.problem' => ['privates', 'serializer.normalizer.problem', 'getSerializer_Normalizer_ProblemService', false],
'serializer.denormalizer.unwrapping' => ['privates', 'serializer.denormalizer.unwrapping', 'getSerializer_Denormalizer_UnwrappingService', false],
'serializer.normalizer.uid' => ['privates', 'serializer.normalizer.uid', 'getSerializer_Normalizer_UidService', false],
'serializer.normalizer.form_error' => ['privates', 'serializer.normalizer.form_error', 'getSerializer_Normalizer_FormErrorService', false],
'serializer.normalizer.object' => ['privates', 'serializer.normalizer.object', 'getSerializer_Normalizer_ObjectService', false],
'serializer.normalizer.property' => ['privates', 'serializer.normalizer.property', 'getSerializer_Normalizer_PropertyService', false],
'serializer.denormalizer.array' => ['privates', 'serializer.denormalizer.array', 'getSerializer_Denormalizer_ArrayService', false],
'serializer.mapping.chain_loader' => ['privates', 'serializer.mapping.chain_loader', 'getSerializer_Mapping_ChainLoaderService', false],
'serializer.mapping.class_metadata_factory' => ['privates', 'serializer.mapping.class_metadata_factory', 'getSerializer_Mapping_ClassMetadataFactoryService', false],
'serializer.mapping.cache_warmer' => ['privates', 'serializer.mapping.cache_warmer', 'getSerializer_Mapping_CacheWarmerService', false],
'serializer.encoder.xml' => ['privates', 'serializer.encoder.xml', 'getSerializer_Encoder_XmlService', false],
'serializer.encoder.json' => ['privates', 'serializer.encoder.json', 'getSerializer_Encoder_JsonService', false],
'serializer.encoder.yaml' => ['privates', 'serializer.encoder.yaml', 'getSerializer_Encoder_YamlService', false],
'serializer.encoder.csv' => ['privates', 'serializer.encoder.csv', 'getSerializer_Encoder_CsvService', false],
'serializer.name_converter.metadata_aware' => ['privates', 'serializer.name_converter.metadata_aware', 'getSerializer_NameConverter_MetadataAwareService', false],
'property_info.serializer_extractor' => ['privates', 'property_info.serializer_extractor', 'getPropertyInfo_SerializerExtractorService', false],
'error_handler.error_renderer.serializer' => ['privates', 'error_handler.error_renderer.serializer', 'getErrorHandler_ErrorRenderer_SerializerService', false],
'serializer.normalizer.backed_enum' => ['privates', 'serializer.normalizer.backed_enum', 'getSerializer_Normalizer_BackedEnumService', false],
'property_info' => ['privates', 'property_info', 'getPropertyInfoService', false],
'property_info.reflection_extractor' => ['privates', 'property_info.reflection_extractor', 'getPropertyInfo_ReflectionExtractorService', false],
'property_info.phpstan_extractor' => ['privates', 'property_info.phpstan_extractor', 'getPropertyInfo_PhpstanExtractorService', false],
'property_info.php_doc_extractor' => ['privates', 'property_info.php_doc_extractor', 'getPropertyInfo_PhpDocExtractorService', false],
'cache.property_access' => ['privates', 'cache.property_access', 'getCache_PropertyAccessService', false],
'session.factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
'session.storage.factory.native' => ['privates', 'session.storage.factory.native', 'getSession_Storage_Factory_NativeService', false],
'form.resolved_type_factory' => ['privates', 'form.resolved_type_factory', 'getForm_ResolvedTypeFactoryService', false],
'form.registry' => ['privates', 'form.registry', 'getForm_RegistryService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'form.extension' => ['privates', 'form.extension', 'getForm_ExtensionService', false],
'form.type_guesser.validator' => ['privates', 'form.type_guesser.validator', 'getForm_TypeGuesser_ValidatorService', false],
'form.choice_list_factory.default' => ['privates', 'form.choice_list_factory.default', 'getForm_ChoiceListFactory_DefaultService', false],
'form.choice_list_factory.property_access' => ['privates', 'form.choice_list_factory.property_access', 'getForm_ChoiceListFactory_PropertyAccessService', false],
'form.choice_list_factory.cached' => ['privates', 'form.choice_list_factory.cached', 'getForm_ChoiceListFactory_CachedService', false],
'form.type.form' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
'form.type.choice' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
'form.type.file' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
'form.type.color' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
'form.type_extension.form.transformation_failure_handling' => ['privates', 'form.type_extension.form.transformation_failure_handling', 'getForm_TypeExtension_Form_TransformationFailureHandlingService', false],
'form.type_extension.form.http_foundation' => ['privates', 'form.type_extension.form.http_foundation', 'getForm_TypeExtension_Form_HttpFoundationService', false],
'form.type_extension.form.request_handler' => ['privates', 'form.type_extension.form.request_handler', 'getForm_TypeExtension_Form_RequestHandlerService', false],
'form.server_params' => ['privates', 'form.server_params', 'getForm_ServerParamsService', false],
'form.type_extension.form.validator' => ['privates', 'form.type_extension.form.validator', 'getForm_TypeExtension_Form_ValidatorService', false],
'form.type_extension.repeated.validator' => ['privates', 'form.type_extension.repeated.validator', 'getForm_TypeExtension_Repeated_ValidatorService', false],
'form.type_extension.submit.validator' => ['privates', 'form.type_extension.submit.validator', 'getForm_TypeExtension_Submit_ValidatorService', false],
'form.type_extension.upload.validator' => ['privates', 'form.type_extension.upload.validator', 'getForm_TypeExtension_Upload_ValidatorService', false],
'validator.builder' => ['privates', 'validator.builder', 'getValidator_BuilderService', false],
'validator.mapping.cache_warmer' => ['privates', 'validator.mapping.cache_warmer', 'getValidator_Mapping_CacheWarmerService', false],
'validator.validator_factory' => ['privates', 'validator.validator_factory', 'getValidator_ValidatorFactoryService', false],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
'validator.expression_language' => ['privates', 'validator.expression_language', 'getValidator_ExpressionLanguageService', false],
'validator.email' => ['privates', 'validator.email', 'getValidator_EmailService', false],
'validator.not_compromised_password' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
'validator.property_info_loader' => ['privates', 'validator.property_info_loader', 'getValidator_PropertyInfoLoaderService', false],
'messenger.senders_locator' => ['privates', 'messenger.senders_locator', 'getMessenger_SendersLocatorService', false],
'messenger.middleware.send_message' => ['privates', 'messenger.middleware.send_message', 'getMessenger_Middleware_SendMessageService', false],
'serializer.normalizer.flatten_exception' => ['privates', 'serializer.normalizer.flatten_exception', 'getSerializer_Normalizer_FlattenExceptionService', false],
'messenger.transport.native_php_serializer' => ['privates', 'messenger.transport.native_php_serializer', 'getMessenger_Transport_NativePhpSerializerService', false],
'messenger.middleware.dispatch_after_current_bus' => ['privates', 'messenger.middleware.dispatch_after_current_bus', 'getMessenger_Middleware_DispatchAfterCurrentBusService', false],
'messenger.middleware.validation' => ['privates', 'messenger.middleware.validation', 'getMessenger_Middleware_ValidationService', false],
'messenger.middleware.reject_redelivered_message_middleware' => ['privates', 'messenger.middleware.reject_redelivered_message_middleware', 'getMessenger_Middleware_RejectRedeliveredMessageMiddlewareService', false],
'messenger.middleware.failed_message_processing_middleware' => ['privates', 'messenger.middleware.failed_message_processing_middleware', 'getMessenger_Middleware_FailedMessageProcessingMiddlewareService', false],
'messenger.receiver_locator' => ['privates', 'messenger.receiver_locator', 'getMessenger_ReceiverLocatorService', false],
'messenger.transport_factory' => ['privates', 'messenger.transport_factory', 'getMessenger_TransportFactoryService', false],
'messenger.transport.amqp.factory' => ['privates', 'messenger.transport.amqp.factory', 'getMessenger_Transport_Amqp_FactoryService', false],
'messenger.transport.redis.factory' => ['privates', 'messenger.transport.redis.factory', 'getMessenger_Transport_Redis_FactoryService', false],
'messenger.transport.sync.factory' => ['privates', 'messenger.transport.sync.factory', 'getMessenger_Transport_Sync_FactoryService', false],
'messenger.transport.in_memory.factory' => ['privates', 'messenger.transport.in_memory.factory', 'getMessenger_Transport_InMemory_FactoryService', false],
'messenger.retry_strategy_locator' => ['privates', 'messenger.retry_strategy_locator', 'getMessenger_RetryStrategyLocatorService', false],
'messenger.retry.send_failed_message_for_retry_listener' => ['privates', 'messenger.retry.send_failed_message_for_retry_listener', 'getMessenger_Retry_SendFailedMessageForRetryListenerService', false],
'messenger.failure.add_error_details_stamp_listener' => ['privates', 'messenger.failure.add_error_details_stamp_listener', 'getMessenger_Failure_AddErrorDetailsStampListenerService', false],
'messenger.failure.send_failed_message_to_failure_transport_listener' => ['privates', 'messenger.failure.send_failed_message_to_failure_transport_listener', 'getMessenger_Failure_SendFailedMessageToFailureTransportListenerService', false],
'messenger.listener.stop_worker_on_restart_signal_listener' => ['privates', 'messenger.listener.stop_worker_on_restart_signal_listener', 'getMessenger_Listener_StopWorkerOnRestartSignalListenerService', false],
'messenger.listener.stop_worker_on_stop_exception_listener' => ['privates', 'messenger.listener.stop_worker_on_stop_exception_listener', 'getMessenger_Listener_StopWorkerOnStopExceptionListenerService', false],
'messenger.listener.reset_services' => ['privates', 'messenger.listener.reset_services', 'getMessenger_Listener_ResetServicesService', false],
'messenger.routable_message_bus' => ['privates', 'messenger.routable_message_bus', 'getMessenger_RoutableMessageBusService', false],
'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
'messenger.retry.multiplier_retry_strategy.async' => ['privates', 'messenger.retry.multiplier_retry_strategy.async', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncService', false],
'messenger.transport.async_commands' => ['privates', 'messenger.transport.async_commands', 'getMessenger_Transport_AsyncCommandsService', false],
'messenger.retry.multiplier_retry_strategy.async_commands' => ['privates', 'messenger.retry.multiplier_retry_strategy.async_commands', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncCommandsService', false],
'messenger.transport.async_events' => ['privates', 'messenger.transport.async_events', 'getMessenger_Transport_AsyncEventsService', false],
'messenger.retry.multiplier_retry_strategy.async_events' => ['privates', 'messenger.retry.multiplier_retry_strategy.async_events', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncEventsService', false],
'messenger.transport.failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'messenger.retry.multiplier_retry_strategy.failed' => ['privates', 'messenger.retry.multiplier_retry_strategy.failed', 'getMessenger_Retry_MultiplierRetryStrategy_FailedService', false],
'messenger.transport.sync' => ['privates', 'messenger.transport.sync', 'getMessenger_Transport_SyncService', false],
'messenger.retry.multiplier_retry_strategy.sync' => ['privates', 'messenger.retry.multiplier_retry_strategy.sync', 'getMessenger_Retry_MultiplierRetryStrategy_SyncService', false],
'profiler' => ['services', '.container.private.profiler', 'get_Container_Private_ProfilerService', false],
'profiler.storage' => ['privates', 'profiler.storage', 'getProfiler_StorageService', false],
'profiler_listener' => ['privates', 'profiler_listener', 'getProfilerListenerService', false],
'data_collector.config' => ['privates', 'data_collector.config', 'getDataCollector_ConfigService', false],
'data_collector.request' => ['privates', 'data_collector.request', 'getDataCollector_RequestService', false],
'data_collector.ajax' => ['privates', 'data_collector.ajax', 'getDataCollector_AjaxService', false],
'data_collector.exception' => ['privates', 'data_collector.exception', 'getDataCollector_ExceptionService', false],
'data_collector.events' => ['privates', 'data_collector.events', 'getDataCollector_EventsService', false],
'data_collector.logger' => ['privates', 'data_collector.logger', 'getDataCollector_LoggerService', false],
'data_collector.time' => ['privates', 'data_collector.time', 'getDataCollector_TimeService', false],
'data_collector.memory' => ['privates', 'data_collector.memory', 'getDataCollector_MemoryService', false],
'data_collector.router' => ['privates', 'data_collector.router', 'getDataCollector_RouterService', false],
'data_collector.cache' => ['privates', 'data_collector.cache', 'getDataCollector_CacheService', false],
'cache_pool_clearer.cache_warmer' => ['privates', 'cache_pool_clearer.cache_warmer', 'getCachePoolClearer_CacheWarmerService', false],
'form.type_extension.form.data_collector' => ['privates', 'form.type_extension.form.data_collector', 'getForm_TypeExtension_Form_DataCollectorService', false],
'data_collector.form.extractor' => ['privates', 'data_collector.form.extractor', 'getDataCollector_Form_ExtractorService', false],
'data_collector.form' => ['privates', 'data_collector.form', 'getDataCollector_FormService', false],
'debug.validator' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
'data_collector.validator' => ['privates', 'data_collector.validator', 'getDataCollector_ValidatorService', false],
'translator.data_collector' => ['services', 'translator', 'getTranslatorService', false],
'data_collector.translation' => ['privates', 'data_collector.translation', 'getDataCollector_TranslationService', false],
'data_collector.messenger' => ['privates', 'data_collector.messenger', 'getDataCollector_MessengerService', false],
'mailer.data_collector' => ['privates', 'mailer.data_collector', 'getMailer_DataCollectorService', false],
'data_collector.http_client' => ['privates', 'data_collector.http_client', 'getDataCollector_HttpClientService', false],
'mime_types' => ['privates', 'mime_types', 'getMimeTypesService', false],
'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.untracked_token_storage' => ['privates', 'security.untracked_token_storage', 'getSecurity_UntrackedTokenStorageService', false],
'security.helper' => ['privates', 'security.helper', 'getSecurity_HelperService', false],
'security.authentication.trust_resolver' => ['privates', 'security.authentication.trust_resolver', 'getSecurity_Authentication_TrustResolverService', false],
'security.authentication.session_strategy' => ['privates', 'security.authentication.session_strategy', 'getSecurity_Authentication_SessionStrategyService', false],
'security.encoder_factory.generic' => ['privates', 'security.encoder_factory.generic', 'getSecurity_EncoderFactory_GenericService', false],
'security.user_password_encoder.generic' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'security.user_checker' => ['services', 'hwi_oauth.user_checker', 'getHwiOauth_UserCheckerService', false],
'security.expression_language' => ['privates', 'security.expression_language', 'getSecurity_ExpressionLanguageService', false],
'security.authentication_utils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
'security.role_hierarchy' => ['privates', 'security.role_hierarchy', 'getSecurity_RoleHierarchyService', false],
'security.access.authenticated_voter' => ['privates', 'security.access.authenticated_voter', 'getSecurity_Access_AuthenticatedVoterService', false],
'security.access.role_hierarchy_voter' => ['privates', 'security.access.role_hierarchy_voter', 'getSecurity_Access_RoleHierarchyVoterService', false],
'security.access.expression_voter' => ['privates', 'security.access.expression_voter', 'getSecurity_Access_ExpressionVoterService', false],
'security.impersonate_url_generator' => ['privates', 'security.impersonate_url_generator', 'getSecurity_ImpersonateUrlGeneratorService', false],
'security.firewall.map' => ['privates', 'security.firewall.map', 'getSecurity_Firewall_MapService', false],
'security.logout_url_generator' => ['privates', 'security.logout_url_generator', 'getSecurity_LogoutUrlGeneratorService', false],
'security.http_utils' => ['privates', 'security.http_utils', 'getSecurity_HttpUtilsService', false],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'security.password_hasher_factory' => ['privates', 'security.password_hasher_factory', 'getSecurity_PasswordHasherFactoryService', false],
'security.channel_listener' => ['privates', 'security.channel_listener', 'getSecurity_ChannelListenerService', false],
'security.access_map' => ['privates', 'security.access_map', 'getSecurity_AccessMapService', false],
'security.access_listener' => ['privates', 'security.access_listener', 'getSecurity_AccessListenerService', false],
'security.rememberme.response_listener' => ['privates', 'security.rememberme.response_listener', 'getSecurity_Rememberme_ResponseListenerService', false],
'security.authentication.manager' => ['privates', 'security.authentication.manager', 'getSecurity_Authentication_ManagerService', false],
'twig.extension.logout_url' => ['privates', 'twig.extension.logout_url', 'getTwig_Extension_LogoutUrlService', false],
'twig.extension.security' => ['privates', 'twig.extension.security', 'getTwig_Extension_SecurityService', false],
'data_collector.security' => ['privates', 'data_collector.security', 'getDataCollector_SecurityService', false],
'security.authentication.guard_handler' => ['privates', 'security.authentication.guard_handler', 'getSecurity_Authentication_GuardHandlerService', false],
'debug.security.access.decision_manager' => ['privates', 'debug.security.access.decision_manager', 'getDebug_Security_Access_DecisionManagerService', false],
'debug.security.voter.vote_listener' => ['privates', 'debug.security.voter.vote_listener', 'getDebug_Security_Voter_VoteListenerService', false],
'debug.security.firewall' => ['privates', 'debug.security.firewall', 'getDebug_Security_FirewallService', false],
'security.command.debug_firewall' => ['privates', 'security.command.debug_firewall', 'getSecurity_Command_DebugFirewallService', false],
'security.firewall.map.config.webhooks' => ['privates', 'security.firewall.map.config.webhooks', 'getSecurity_Firewall_Map_Config_WebhooksService', false],
'security.event_dispatcher.webhooks' => ['privates', 'security.event_dispatcher.webhooks', 'getSecurity_EventDispatcher_WebhooksService', false],
'security.context_listener.0' => ['privates', 'security.context_listener.0', 'getSecurity_ContextListener_0Service', false],
'security.authentication.listener.anonymous.webhooks' => ['privates', 'security.authentication.listener.anonymous.webhooks', 'getSecurity_Authentication_Listener_Anonymous_WebhooksService', false],
'security.authentication.provider.anonymous.webhooks' => ['privates', 'security.authentication.provider.anonymous.webhooks', 'getSecurity_Authentication_Provider_Anonymous_WebhooksService', false],
'security.exception_listener.webhooks' => ['privates', 'security.exception_listener.webhooks', 'getSecurity_ExceptionListener_WebhooksService', false],
'security.firewall.map.context.webhooks' => ['privates', 'security.firewall.map.context.webhooks', 'getSecurity_Firewall_Map_Context_WebhooksService', false],
'security.firewall.map.config.public_api' => ['privates', 'security.firewall.map.config.public_api', 'getSecurity_Firewall_Map_Config_PublicApiService', false],
'security.event_dispatcher.public_api' => ['privates', 'security.event_dispatcher.public_api', 'getSecurity_EventDispatcher_PublicApiService', false],
'security.context_listener.1' => ['privates', 'security.context_listener.1', 'getSecurity_ContextListener_1Service', false],
'security.authentication.listener.anonymous.public_api' => ['privates', 'security.authentication.listener.anonymous.public_api', 'getSecurity_Authentication_Listener_Anonymous_PublicApiService', false],
'security.authentication.provider.anonymous.public_api' => ['privates', 'security.authentication.provider.anonymous.public_api', 'getSecurity_Authentication_Provider_Anonymous_PublicApiService', false],
'security.exception_listener.public_api' => ['privates', 'security.exception_listener.public_api', 'getSecurity_ExceptionListener_PublicApiService', false],
'security.firewall.map.context.public_api' => ['privates', 'security.firewall.map.context.public_api', 'getSecurity_Firewall_Map_Context_PublicApiService', false],
'security.firewall.map.config.lms_api' => ['privates', 'security.firewall.map.config.lms_api', 'getSecurity_Firewall_Map_Config_LmsApiService', false],
'security.event_dispatcher.lms_api' => ['privates', 'security.event_dispatcher.lms_api', 'getSecurity_EventDispatcher_LmsApiService', false],
'security.authentication.provider.guard.lms_api' => ['privates', 'security.authentication.provider.guard.lms_api', 'getSecurity_Authentication_Provider_Guard_LmsApiService', false],
'security.authentication.listener.guard.lms_api' => ['privates', 'security.authentication.listener.guard.lms_api', 'getSecurity_Authentication_Listener_Guard_LmsApiService', false],
'security.exception_listener.lms_api' => ['privates', 'security.exception_listener.lms_api', 'getSecurity_ExceptionListener_LmsApiService', false],
'security.firewall.map.context.lms_api' => ['privates', 'security.firewall.map.context.lms_api', 'getSecurity_Firewall_Map_Context_LmsApiService', false],
'security.firewall.map.config.main' => ['privates', 'security.firewall.map.config.main', 'getSecurity_Firewall_Map_Config_MainService', false],
'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
'security.context_listener.2' => ['privates', 'security.context_listener.2', 'getSecurity_ContextListener_2Service', false],
'security.logout_listener.main' => ['privates', 'security.logout_listener.main', 'getSecurity_LogoutListener_MainService', false],
'security.logout.listener.default.main' => ['privates', 'security.logout.listener.default.main', 'getSecurity_Logout_Listener_Default_MainService', false],
'security.logout.listener.session.main' => ['privates', 'security.logout.listener.session.main', 'getSecurity_Logout_Listener_Session_MainService', false],
'hwi_oauth.authentication.provider.oauth.main' => ['privates', 'hwi_oauth.authentication.provider.oauth.main', 'getHwiOauth_Authentication_Provider_Oauth_MainService', false],
'security.authentication.success_handler.main.oauth' => ['privates', 'security.authentication.success_handler.main.oauth', 'getSecurity_Authentication_SuccessHandler_Main_OauthService', false],
'security.authentication.failure_handler.main.oauth' => ['privates', 'security.authentication.failure_handler.main.oauth', 'getSecurity_Authentication_FailureHandler_Main_OauthService', false],
'hwi_oauth.authentication.listener.oauth.main' => ['privates', 'hwi_oauth.authentication.listener.oauth.main', 'getHwiOauth_Authentication_Listener_Oauth_MainService', false],
'hwi_oauth.context_listener.token_refresher.main' => ['privates', 'hwi_oauth.context_listener.token_refresher.main', 'getHwiOauth_ContextListener_TokenRefresher_MainService', false],
'security.authentication.provider.dao.main' => ['privates', 'security.authentication.provider.dao.main', 'getSecurity_Authentication_Provider_Dao_MainService', false],
'security.authentication.success_handler.main.form_login' => ['privates', 'security.authentication.success_handler.main.form_login', 'getSecurity_Authentication_SuccessHandler_Main_FormLoginService', false],
'security.authentication.failure_handler.main.form_login' => ['privates', 'security.authentication.failure_handler.main.form_login', 'getSecurity_Authentication_FailureHandler_Main_FormLoginService', false],
'security.authentication.listener.form.main' => ['privates', 'security.authentication.listener.form.main', 'getSecurity_Authentication_Listener_Form_MainService', false],
'security.authentication.form_entry_point.main' => ['privates', 'security.authentication.form_entry_point.main', 'getSecurity_Authentication_FormEntryPoint_MainService', false],
'security.authentication.provider.rememberme.main' => ['privates', 'security.authentication.provider.rememberme.main', 'getSecurity_Authentication_Provider_Rememberme_MainService', false],
'security.authentication.rememberme.services.simplehash.main' => ['privates', 'security.authentication.rememberme.services.simplehash.main', 'getSecurity_Authentication_Rememberme_Services_Simplehash_MainService', false],
'security.authentication.listener.rememberme.main' => ['privates', 'security.authentication.listener.rememberme.main', 'getSecurity_Authentication_Listener_Rememberme_MainService', false],
'security.logout.listener.remember_me.main' => ['privates', 'security.logout.listener.remember_me.main', 'getSecurity_Logout_Listener_RememberMe_MainService', false],
'security.authentication.listener.anonymous.main' => ['privates', 'security.authentication.listener.anonymous.main', 'getSecurity_Authentication_Listener_Anonymous_MainService', false],
'security.authentication.provider.anonymous.main' => ['privates', 'security.authentication.provider.anonymous.main', 'getSecurity_Authentication_Provider_Anonymous_MainService', false],
'security.exception_listener.main' => ['privates', 'security.exception_listener.main', 'getSecurity_ExceptionListener_MainService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
'security.command.user_password_encoder' => ['privates', 'security.command.user_password_encoder', 'getSecurity_Command_UserPasswordEncoderService', false],
'security.command.user_password_hash' => ['privates', 'security.command.user_password_hash', 'getSecurity_Command_UserPasswordHashService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
'twig.app_variable' => ['privates', 'twig.app_variable', 'getTwig_AppVariableService', false],
'twig.template_iterator' => ['privates', 'twig.template_iterator', 'getTwig_TemplateIteratorService', false],
'twig.template_cache_warmer' => ['privates', 'twig.template_cache_warmer', 'getTwig_TemplateCacheWarmerService', false],
'twig.loader.native_filesystem' => ['privates', 'twig.loader.native_filesystem', 'getTwig_Loader_NativeFilesystemService', false],
'twig.extension.profiler' => ['privates', 'twig.extension.profiler', 'getTwig_Extension_ProfilerService', false],
'twig.profile' => ['privates', 'twig.profile', 'getTwig_ProfileService', false],
'data_collector.twig' => ['privates', 'data_collector.twig', 'getDataCollector_TwigService', false],
'twig.extension.trans' => ['privates', 'twig.extension.trans', 'getTwig_Extension_TransService', false],
'twig.extension.assets' => ['privates', 'twig.extension.assets', 'getTwig_Extension_AssetsService', false],
'twig.extension.code' => ['privates', 'twig.extension.code', 'getTwig_Extension_CodeService', false],
'twig.extension.routing' => ['privates', 'twig.extension.routing', 'getTwig_Extension_RoutingService', false],
'twig.extension.yaml' => ['privates', 'twig.extension.yaml', 'getTwig_Extension_YamlService', false],
'twig.extension.debug.stopwatch' => ['privates', 'twig.extension.debug.stopwatch', 'getTwig_Extension_Debug_StopwatchService', false],
'twig.extension.expression' => ['privates', 'twig.extension.expression', 'getTwig_Extension_ExpressionService', false],
'twig.extension.httpkernel' => ['privates', 'twig.extension.httpkernel', 'getTwig_Extension_HttpkernelService', false],
'twig.runtime.httpkernel' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
'twig.extension.httpfoundation' => ['privates', 'twig.extension.httpfoundation', 'getTwig_Extension_HttpfoundationService', false],
'twig.translation.extractor' => ['privates', 'twig.translation.extractor', 'getTwig_Translation_ExtractorService', false],
'twig.configurator.environment' => ['privates', 'twig.configurator.environment', 'getTwig_Configurator_EnvironmentService', false],
'twig.runtime_loader' => ['privates', 'twig.runtime_loader', 'getTwig_RuntimeLoaderService', false],
'twig.error_renderer.html' => ['privates', 'twig.error_renderer.html', 'getTwig_ErrorRenderer_HtmlService', false],
'twig.runtime.serializer' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
'twig.extension.serializer' => ['privates', 'twig.extension.serializer', 'getTwig_Extension_SerializerService', false],
'twig.extension.form' => ['privates', 'twig.extension.form', 'getTwig_Extension_FormService', false],
'twig.form.engine' => ['privates', 'twig.form.engine', 'getTwig_Form_EngineService', false],
'twig.form.renderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
'twig.command.debug' => ['privates', 'twig.command.debug', 'getTwig_Command_DebugService', false],
'twig.command.lint' => ['privates', 'twig.command.lint', 'getTwig_Command_LintService', false],
'twig.mailer.message_listener' => ['privates', 'twig.mailer.message_listener', 'getTwig_Mailer_MessageListenerService', false],
'twig.mime_body_renderer' => ['privates', 'twig.mime_body_renderer', 'getTwig_MimeBodyRendererService', false],
'monolog.logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'monolog.processor.psr_log_message' => ['privates', 'monolog.processor.psr_log_message', 'getMonolog_Processor_PsrLogMessageService', false],
'monolog.handler.main' => ['privates', 'monolog.handler.main', 'getMonolog_Handler_MainService', false],
'monolog.handler.console' => ['privates', 'monolog.handler.console', 'getMonolog_Handler_ConsoleService', false],
'monolog.handler.server_log' => ['privates', 'monolog.handler.server_log', 'getMonolog_Handler_ServerLogService', false],
'doctrine.dbal.logger' => ['privates', 'doctrine.dbal.logger', 'getDoctrine_Dbal_LoggerService', false],
'data_collector.doctrine' => ['privates', 'data_collector.doctrine', 'getDataCollector_DoctrineService', false],
'doctrine.dbal.connection_factory' => ['privates', 'doctrine.dbal.connection_factory', 'getDoctrine_Dbal_ConnectionFactoryService', false],
'doctrine.twig.doctrine_extension' => ['privates', 'doctrine.twig.doctrine_extension', 'getDoctrine_Twig_DoctrineExtensionService', 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.database_import_command' => ['privates', 'doctrine.database_import_command', 'getDoctrine_DatabaseImportCommandService', false],
'doctrine.dbal.default_connection.configuration' => ['privates', 'doctrine.dbal.default_connection.configuration', 'getDoctrine_Dbal_DefaultConnection_ConfigurationService', false],
'doctrine.dbal.logger.profiling.default' => ['privates', 'doctrine.dbal.logger.profiling.default', 'getDoctrine_Dbal_Logger_Profiling_DefaultService', false],
'doctrine.dbal.logger.chain.default' => ['privates', 'doctrine.dbal.logger.chain.default', 'getDoctrine_Dbal_Logger_Chain_DefaultService', false],
'doctrine.dbal.default_regex_schema_filter' => ['privates', 'doctrine.dbal.default_regex_schema_filter', 'getDoctrine_Dbal_DefaultRegexSchemaFilterService', false],
'doctrine.dbal.default_connection.event_manager' => ['privates', 'doctrine.dbal.default_connection.event_manager', 'getDoctrine_Dbal_DefaultConnection_EventManagerService', false],
'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => ['privates', 'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider', 'getManagerRegistryAwareConnectionProviderService', false],
'messenger.transport.doctrine.factory' => ['privates', 'messenger.transport.doctrine.factory', 'getMessenger_Transport_Doctrine_FactoryService', false],
'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' => ['privates', 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager', 'getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService', false],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', false],
'doctrine.orm.proxy_cache_warmer' => ['privates', 'doctrine.orm.proxy_cache_warmer', 'getDoctrine_Orm_ProxyCacheWarmerService', false],
'form.type_guesser.doctrine' => ['privates', 'form.type_guesser.doctrine', 'getForm_TypeGuesser_DoctrineService', false],
'form.type.entity' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
'doctrine.orm.container_repository_factory' => ['privates', 'doctrine.orm.container_repository_factory', 'getDoctrine_Orm_ContainerRepositoryFactoryService', false],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'doctrine.orm.validator_initializer' => ['privates', 'doctrine.orm.validator_initializer', 'getDoctrine_Orm_ValidatorInitializerService', 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.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', 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.naming_strategy.underscore' => ['privates', 'doctrine.orm.naming_strategy.underscore', 'getDoctrine_Orm_NamingStrategy_UnderscoreService', false],
'doctrine.orm.quote_strategy.default' => ['privates', 'doctrine.orm.quote_strategy.default', 'getDoctrine_Orm_QuoteStrategy_DefaultService', false],
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
'doctrine.orm.command.entity_manager_provider' => ['privates', 'doctrine.orm.command.entity_manager_provider', 'getDoctrine_Orm_Command_EntityManagerProviderService', 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],
'doctrine.orm.default_configuration' => ['privates', 'doctrine.orm.default_configuration', 'getDoctrine_Orm_DefaultConfigurationService', false],
'doctrine.orm.default_annotation_metadata_driver' => ['privates', 'doctrine.orm.default_annotation_metadata_driver', 'getDoctrine_Orm_DefaultAnnotationMetadataDriverService', false],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
'doctrine.orm.default_second_level_cache.regions_configuration' => ['privates', 'doctrine.orm.default_second_level_cache.regions_configuration', 'getDoctrine_Orm_DefaultSecondLevelCache_RegionsConfigurationService', false],
'doctrine.orm.default_manager_configurator' => ['privates', 'doctrine.orm.default_manager_configurator', 'getDoctrine_Orm_DefaultManagerConfiguratorService', false],
'doctrine.orm.default_entity_manager.property_info_extractor' => ['privates', 'doctrine.orm.default_entity_manager.property_info_extractor', 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService', false],
'doctrine.orm.default_entity_manager.validator_loader' => ['privates', 'doctrine.orm.default_entity_manager.validator_loader', 'getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService', false],
'sensio_framework_extra.controller.listener' => ['privates', 'sensio_framework_extra.controller.listener', 'getSensioFrameworkExtra_Controller_ListenerService', false],
'sensio_framework_extra.converter.listener' => ['privates', 'sensio_framework_extra.converter.listener', 'getSensioFrameworkExtra_Converter_ListenerService', false],
'sensio_framework_extra.converter.manager' => ['privates', 'sensio_framework_extra.converter.manager', 'getSensioFrameworkExtra_Converter_ManagerService', false],
'sensio_framework_extra.converter.doctrine.orm' => ['privates', 'sensio_framework_extra.converter.doctrine.orm', 'getSensioFrameworkExtra_Converter_Doctrine_OrmService', false],
'framework_extra_bundle.date_time_param_converter' => ['privates', 'framework_extra_bundle.date_time_param_converter', 'getFrameworkExtraBundle_DateTimeParamConverterService', false],
'sensio_framework_extra.converter.doctrine.orm.expression_language.default' => ['privates', 'sensio_framework_extra.converter.doctrine.orm.expression_language.default', 'getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService', false],
'sensio_framework_extra.view.guesser' => ['privates', 'sensio_framework_extra.view.guesser', 'getSensioFrameworkExtra_View_GuesserService', false],
'sensio_framework_extra.view.listener' => ['privates', 'sensio_framework_extra.view.listener', 'getSensioFrameworkExtra_View_ListenerService', false],
'sensio_framework_extra.cache.listener' => ['privates', 'sensio_framework_extra.cache.listener', 'getSensioFrameworkExtra_Cache_ListenerService', false],
'sensio_framework_extra.security.listener' => ['privates', 'sensio_framework_extra.security.listener', 'getSensioFrameworkExtra_Security_ListenerService', false],
'sensio_framework_extra.security.expression_language.default' => ['privates', 'sensio_framework_extra.security.expression_language.default', 'getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService', false],
'framework_extra_bundle.event.is_granted' => ['privates', 'framework_extra_bundle.event.is_granted', 'getFrameworkExtraBundle_Event_IsGrantedService', false],
'framework_extra_bundle.argument_name_convertor' => ['privates', 'framework_extra_bundle.argument_name_convertor', 'getFrameworkExtraBundle_ArgumentNameConvertorService', false],
'fos_user.object_manager' => ['privates', 'fos_user.object_manager', 'getFosUser_ObjectManagerService', false],
'fos_user.user_listener' => ['privates', 'fos_user.user_listener', 'getFosUser_UserListenerService', false],
'fos_user.validator.initializer' => ['privates', 'fos_user.validator.initializer', 'getFosUser_Validator_InitializerService', false],
'fos_user.security.interactive_login_listener' => ['privates', 'fos_user.security.interactive_login_listener', 'getFosUser_Security_InteractiveLoginListenerService', false],
'fos_user.security.login_manager' => ['privates', 'fos_user.security.login_manager', 'getFosUser_Security_LoginManagerService', false],
'fos_user.user_provider.username_email' => ['privates', 'fos_user.user_provider.username_email', 'getFosUser_UserProvider_UsernameEmailService', false],
'fos_user.util.canonicalizer.default' => ['privates', 'fos_user.util.canonicalizer.default', 'getFosUser_Util_Canonicalizer_DefaultService', false],
'fos_user.util.user_manipulator' => ['privates', 'fos_user.util.user_manipulator', 'getFosUser_Util_UserManipulatorService', false],
'fos_user.util.token_generator.default' => ['privates', 'fos_user.util.token_generator.default', 'getFosUser_Util_TokenGenerator_DefaultService', false],
'fos_user.util.password_updater' => ['privates', 'fos_user.util.password_updater', 'getFosUser_Util_PasswordUpdaterService', false],
'fos_user.util.canonical_fields_updater' => ['privates', 'fos_user.util.canonical_fields_updater', 'getFosUser_Util_CanonicalFieldsUpdaterService', false],
'fos_user.listener.authentication' => ['privates', 'fos_user.listener.authentication', 'getFosUser_Listener_AuthenticationService', false],
'fos_user.command.activate_user' => ['privates', 'fos_user.command.activate_user', 'getFosUser_Command_ActivateUserService', false],
'fos_user.command.change_password' => ['privates', 'fos_user.command.change_password', 'getFosUser_Command_ChangePasswordService', false],
'fos_user.command.create_user' => ['privates', 'fos_user.command.create_user', 'getFosUser_Command_CreateUserService', false],
'fos_user.command.deactivate_user' => ['privates', 'fos_user.command.deactivate_user', 'getFosUser_Command_DeactivateUserService', false],
'fos_user.command.demote_user' => ['privates', 'fos_user.command.demote_user', 'getFosUser_Command_DemoteUserService', false],
'fos_user.command.promote_user' => ['privates', 'fos_user.command.promote_user', 'getFosUser_Command_PromoteUserService', false],
'fos_user.listener.flash' => ['privates', 'fos_user.listener.flash', 'getFosUser_Listener_FlashService', false],
'fos_user.username_form_type' => ['privates', 'fos_user.username_form_type', 'getFosUser_UsernameFormTypeService', false],
'fos_user.user_to_username_transformer' => ['privates', 'fos_user.user_to_username_transformer', 'getFosUser_UserToUsernameTransformerService', false],
'fos_user.profile.form.factory' => ['privates', 'fos_user.profile.form.factory', 'getFosUser_Profile_Form_FactoryService', false],
'fos_user.profile.form.type' => ['privates', 'fos_user.profile.form.type', 'getFosUser_Profile_Form_TypeService', false],
'fos_user.registration.form.factory' => ['privates', 'fos_user.registration.form.factory', 'getFosUser_Registration_Form_FactoryService', false],
'fos_user.registration.form.type' => ['privates', 'fos_user.registration.form.type', 'getFosUser_Registration_Form_TypeService', false],
'fos_user.change_password.form.factory' => ['privates', 'fos_user.change_password.form.factory', 'getFosUser_ChangePassword_Form_FactoryService', false],
'fos_user.change_password.form.type' => ['privates', 'fos_user.change_password.form.type', 'getFosUser_ChangePassword_Form_TypeService', false],
'fos_user.resetting.form.factory' => ['privates', 'fos_user.resetting.form.factory', 'getFosUser_Resetting_Form_FactoryService', false],
'fos_user.resetting.form.type' => ['privates', 'fos_user.resetting.form.type', 'getFosUser_Resetting_Form_TypeService', false],
'fos_user.listener.resetting' => ['privates', 'fos_user.listener.resetting', 'getFosUser_Listener_ResettingService', false],
'time.datetime_formatter' => ['privates', 'time.datetime_formatter', 'getTime_DatetimeFormatterService', false],
'time.twig.extension.time' => ['privates', 'time.twig.extension.time', 'getTime_Twig_Extension_TimeService', false],
'httplug.strategy_listener' => ['privates', 'httplug.strategy_listener', 'getHttplug_StrategyListenerService', false],
'httplug.message_factory.default' => ['services', 'httplug.message_factory', 'getHttplug_MessageFactoryService', false],
'httplug.stream_factory.default' => ['services', 'httplug.stream_factory', 'getHttplug_StreamFactoryService', false],
'httplug.uri_factory.default' => ['services', 'httplug.uri_factory', 'getHttplug_UriFactoryService', false],
'httplug.psr18_client.default' => ['services', 'httplug.psr18_client', 'getHttplug_Psr18ClientService', false],
'httplug.psr17_request_factory.default' => ['services', 'httplug.psr17_request_factory', 'getHttplug_Psr17RequestFactoryService', false],
'httplug.psr17_response_factory.default' => ['services', 'httplug.psr17_response_factory', 'getHttplug_Psr17ResponseFactoryService', false],
'httplug.psr17_stream_factory.default' => ['services', 'httplug.psr17_stream_factory', 'getHttplug_Psr17StreamFactoryService', false],
'httplug.psr17_uri_factory.default' => ['services', 'httplug.psr17_uri_factory', 'getHttplug_Psr17UriFactoryService', false],
'httplug.psr17_uploaded_file_factory.default' => ['services', 'httplug.psr17_uploaded_file_factory', 'getHttplug_Psr17UploadedFileFactoryService', false],
'httplug.psr17_server_request_factory.default' => ['services', 'httplug.psr17_server_request_factory', 'getHttplug_Psr17ServerRequestFactoryService', false],
'Http\\Client\\Common\\PluginClientFactory' => ['privates', 'Http\\Client\\Common\\PluginClientFactory', 'getPluginClientFactoryService', false],
'httplug.plugin.content_length' => ['privates', 'httplug.plugin.content_length', 'getHttplug_Plugin_ContentLengthService', false],
'httplug.plugin.redirect' => ['privates', 'httplug.plugin.redirect', 'getHttplug_Plugin_RedirectService', false],
'httplug.formatter.full_http_message' => ['privates', 'httplug.formatter.full_http_message', 'getHttplug_Formatter_FullHttpMessageService', false],
'httplug.collector.formatter' => ['privates', 'httplug.collector.formatter', 'getHttplug_Collector_FormatterService', false],
'httplug.collector.collector' => ['privates', 'httplug.collector.collector', 'getHttplug_Collector_CollectorService', false],
'httplug.collector.twig.http_message' => ['privates', 'httplug.collector.twig.http_message', 'getHttplug_Collector_Twig_HttpMessageService', false],
'httplug.collector.factory.auto' => ['privates', 'httplug.collector.factory.auto', 'getHttplug_Collector_Factory_AutoService', false],
'Http\\HttplugBundle\\Collector\\PluginClientFactoryListener' => ['privates', 'Http\\HttplugBundle\\Collector\\PluginClientFactoryListener', 'getPluginClientFactoryListenerService', false],
'httplug.client.app.client' => ['privates', 'httplug.client.app.client', 'getHttplug_Client_App_ClientService', false],
'httplug.client.app.http_methods' => ['services', 'httplug.client', 'getHttplug_ClientService', false],
'hwi_oauth.storage.session' => ['privates', 'hwi_oauth.storage.session', 'getHwiOauth_Storage_SessionService', false],
'hwi_oauth.security.oauth_utils' => ['privates', 'hwi_oauth.security.oauth_utils', 'getHwiOauth_Security_OauthUtilsService', false],
'hwi_oauth.resource_ownermap_locator' => ['privates', 'hwi_oauth.resource_ownermap_locator', 'getHwiOauth_ResourceOwnermapLocatorService', false],
'hwi_oauth.templating.helper.oauth' => ['privates', 'hwi_oauth.templating.helper.oauth', 'getHwiOauth_Templating_Helper_OauthService', false],
'hwi_oauth.twig.extension.oauth' => ['privates', 'hwi_oauth.twig.extension.oauth', 'getHwiOauth_Twig_Extension_OauthService', false],
'hwi_oauth.twig.extension.oauth.runtime' => ['privates', 'hwi_oauth.twig.extension.oauth.runtime', 'getHwiOauth_Twig_Extension_Oauth_RuntimeService', false],
'hwi_oauth.util.domain_whitelist' => ['privates', 'hwi_oauth.util.domain_whitelist', 'getHwiOauth_Util_DomainWhitelistService', false],
'hwi_oauth.resource_owner.google' => ['privates', 'hwi_oauth.resource_owner.google', 'getHwiOauth_ResourceOwner_GoogleService', false],
'hwi_oauth.resource_owner.github' => ['services', 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner', 'getGitHubResourceOwnerService', false],
'jms_serializer.event_dispatcher.service_locator' => ['privates', 'jms_serializer.event_dispatcher.service_locator', 'getJmsSerializer_EventDispatcher_ServiceLocatorService', false],
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', false],
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', false],
'jms_serializer.handler_registry.service_locator' => ['privates', 'jms_serializer.handler_registry.service_locator', 'getJmsSerializer_HandlerRegistry_ServiceLocatorService', false],
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', false],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', false],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', false],
'jms_serializer.form_error_handler' => ['privates', 'jms_serializer.form_error_handler', 'getJmsSerializer_FormErrorHandlerService', false],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', false],
'jms_serializer.type_parser' => ['privates', 'jms_serializer.type_parser', 'getJmsSerializer_TypeParserService', false],
'jms_serializer.metadata.yaml_driver' => ['privates', 'jms_serializer.metadata.yaml_driver', 'getJmsSerializer_Metadata_YamlDriverService', false],
'jms_serializer.metadata.xml_driver' => ['privates', 'jms_serializer.metadata.xml_driver', 'getJmsSerializer_Metadata_XmlDriverService', false],
'jms_serializer.metadata.annotation_driver' => ['privates', 'jms_serializer.metadata.annotation_driver', 'getJmsSerializer_Metadata_AnnotationDriverService', false],
'jms_serializer.metadata.chain_driver' => ['privates', 'jms_serializer.metadata.chain_driver', 'getJmsSerializer_Metadata_ChainDriverService', false],
'jms_serializer.metadata.doctrine_type_driver' => ['privates', 'jms_serializer.metadata.doctrine_type_driver', 'getJmsSerializer_Metadata_DoctrineTypeDriverService', false],
'jms_serializer.metadata.typed_properties_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', false],
'jms_serializer.metadata.service_locator' => ['privates', 'jms_serializer.metadata.service_locator', 'getJmsSerializer_Metadata_ServiceLocatorService', false],
'jms_serializer.metadata.lazy_loading_driver' => ['privates', 'jms_serializer.metadata.lazy_loading_driver', 'getJmsSerializer_Metadata_LazyLoadingDriverService', false],
'jms_serializer.metadata.cache.file_cache' => ['privates', 'jms_serializer.metadata.cache.file_cache', 'getJmsSerializer_Metadata_Cache_FileCacheService', false],
'jms_serializer.doctrine_object_constructor' => ['privates', 'jms_serializer.doctrine_object_constructor', 'getJmsSerializer_DoctrineObjectConstructorService', false],
'jms_serializer.unserialize_object_constructor' => ['privates', 'jms_serializer.unserialize_object_constructor', 'getJmsSerializer_UnserializeObjectConstructorService', false],
'jms_serializer.serializer' => ['services', 'jms_serializer', 'getJmsSerializerService', false],
'jms_serializer.deserialization_graph_navigator_factory' => ['privates', 'jms_serializer.deserialization_graph_navigator_factory', 'getJmsSerializer_DeserializationGraphNavigatorFactoryService', false],
'jms_serializer.serialization_graph_navigator_factory' => ['privates', 'jms_serializer.serialization_graph_navigator_factory', 'getJmsSerializer_SerializationGraphNavigatorFactoryService', false],
'jms_serializer.expression_evaluator' => ['privates', 'jms_serializer.expression_evaluator', 'getJmsSerializer_ExpressionEvaluatorService', false],
'jms_serializer.expression_language' => ['privates', 'jms_serializer.expression_language', 'getJmsSerializer_ExpressionLanguageService', false],
'jms_serializer.expression_language.function_provider' => ['privates', 'jms_serializer.expression_language.function_provider', 'getJmsSerializer_ExpressionLanguage_FunctionProviderService', false],
'jms_serializer.twig_extension.runtime_serializer' => ['privates', 'jms_serializer.twig_extension.runtime_serializer', 'getJmsSerializer_TwigExtension_RuntimeSerializerService', false],
'jms_serializer.twig_extension.serializer_runtime_helper' => ['privates', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', false],
'jms_serializer.accessor_strategy.default' => ['privates', 'jms_serializer.accessor_strategy.default', 'getJmsSerializer_AccessorStrategy_DefaultService', false],
'jms_serializer.json_serialization_visitor' => ['privates', 'jms_serializer.json_serialization_visitor', 'getJmsSerializer_JsonSerializationVisitorService', false],
'jms_serializer.json_deserialization_visitor' => ['privates', 'jms_serializer.json_deserialization_visitor', 'getJmsSerializer_JsonDeserializationVisitorService', false],
'jms_serializer.xml_serialization_visitor' => ['privates', 'jms_serializer.xml_serialization_visitor', 'getJmsSerializer_XmlSerializationVisitorService', false],
'jms_serializer.xml_deserialization_visitor' => ['privates', 'jms_serializer.xml_deserialization_visitor', 'getJmsSerializer_XmlDeserializationVisitorService', false],
'jms_serializer.cache.cache_clearer' => ['privates', 'jms_serializer.cache.cache_clearer', 'getJmsSerializer_Cache_CacheClearerService', false],
'jms_serializer.configured_serialization_context_factory' => ['services', 'jms_serializer.serialization_context_factory', 'getJmsSerializer_SerializationContextFactoryService', false],
'jms_serializer.configured_deserialization_context_factory' => ['services', 'jms_serializer.deserialization_context_factory', 'getJmsSerializer_DeserializationContextFactoryService', false],
'data_collector.jms_serializer' => ['privates', 'data_collector.jms_serializer', 'getDataCollector_JmsSerializerService', false],
'jms_serializer.traceable_event_dispatcher' => ['privates', 'jms_serializer.traceable_event_dispatcher', 'getJmsSerializer_TraceableEventDispatcherService', false],
'jms_serializer.traceable_runs_listener' => ['privates', 'jms_serializer.traceable_runs_listener', 'getJmsSerializer_TraceableRunsListenerService', false],
'jms_serializer.traceable_metadata_factory' => ['privates', 'jms_serializer.traceable_metadata_factory', 'getJmsSerializer_TraceableMetadataFactoryService', false],
'jms_serializer.traceable_handler_registry' => ['privates', 'jms_serializer.traceable_handler_registry', 'getJmsSerializer_TraceableHandlerRegistryService', false],
'jms_serializer.metadata.traceable_file_locator' => ['privates', 'jms_serializer.metadata.traceable_file_locator', 'getJmsSerializer_Metadata_TraceableFileLocatorService', false],
'jms_serializer.metadata.annotation_and_attributes_reader' => ['privates', 'jms_serializer.metadata.annotation_and_attributes_reader', 'getJmsSerializer_Metadata_AnnotationAndAttributesReaderService', false],
'doctrine.migrations.dependency_factory' => ['privates', 'doctrine.migrations.dependency_factory', 'getDoctrine_Migrations_DependencyFactoryService', false],
'doctrine.migrations.configuration_loader' => ['privates', 'doctrine.migrations.configuration_loader', 'getDoctrine_Migrations_ConfigurationLoaderService', false],
'doctrine.migrations.entity_manager_registry_loader' => ['privates', 'doctrine.migrations.entity_manager_registry_loader', 'getDoctrine_Migrations_EntityManagerRegistryLoaderService', false],
'doctrine.migrations.configuration' => ['privates', 'doctrine.migrations.configuration', 'getDoctrine_Migrations_ConfigurationService', false],
'doctrine.migrations.container_aware_migrations_factory' => ['privates', 'doctrine.migrations.container_aware_migrations_factory', 'getDoctrine_Migrations_ContainerAwareMigrationsFactoryService', false],
'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
'doctrine_migrations.sync_metadata_command' => ['privates', 'doctrine_migrations.sync_metadata_command', 'getDoctrineMigrations_SyncMetadataCommandService', false],
'doctrine_migrations.versions_command' => ['privates', 'doctrine_migrations.versions_command', 'getDoctrineMigrations_VersionsCommandService', false],
'doctrine_migrations.current_command' => ['privates', 'doctrine_migrations.current_command', 'getDoctrineMigrations_CurrentCommandService', false],
'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
'doctrine.migrations.storage.table_storage' => ['privates', 'doctrine.migrations.storage.table_storage', 'getDoctrine_Migrations_Storage_TableStorageService', false],
'doctrine.fixtures_load_command' => ['privates', 'doctrine.fixtures_load_command', 'getDoctrine_FixturesLoadCommandService', false],
'doctrine.fixtures.loader' => ['privates', 'doctrine.fixtures.loader', 'getDoctrine_Fixtures_LoaderService', false],
'doctrine.fixtures.purger.orm_purger_factory' => ['privates', 'doctrine.fixtures.purger.orm_purger_factory', 'getDoctrine_Fixtures_Purger_OrmPurgerFactoryService', false],
'Sentry\\Transport\\TransportFactoryInterface' => ['privates', 'Sentry\\Transport\\TransportFactoryInterface', 'getTransportFactoryInterfaceService', false],
'Sentry\\State\\HubInterface' => ['privates', 'Sentry\\State\\HubInterface', 'getHubInterfaceService', false],
'Sentry\\SentryBundle\\EventListener\\ConsoleListener' => ['privates', 'Sentry\\SentryBundle\\EventListener\\ConsoleListener', 'getConsoleListenerService', false],
'Sentry\\SentryBundle\\EventListener\\ErrorListener' => ['privates', 'Sentry\\SentryBundle\\EventListener\\ErrorListener', 'getErrorListenerService', false],
'Sentry\\SentryBundle\\EventListener\\RequestListener' => ['privates', 'Sentry\\SentryBundle\\EventListener\\RequestListener', 'getRequestListenerService', false],
'Sentry\\SentryBundle\\EventListener\\SubRequestListener' => ['privates', 'Sentry\\SentryBundle\\EventListener\\SubRequestListener', 'getSubRequestListenerService', false],
'Sentry\\SentryBundle\\EventListener\\TracingRequestListener' => ['privates', 'Sentry\\SentryBundle\\EventListener\\TracingRequestListener', 'getTracingRequestListenerService', false],
'Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener' => ['privates', 'Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener', 'getTracingSubRequestListenerService', false],
'Sentry\\SentryBundle\\EventListener\\TracingConsoleListener' => ['privates', 'Sentry\\SentryBundle\\EventListener\\TracingConsoleListener', 'getTracingConsoleListenerService', false],
'Sentry\\SentryBundle\\EventListener\\MessengerListener' => ['privates', 'Sentry\\SentryBundle\\EventListener\\MessengerListener', 'getMessengerListenerService', false],
'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates', 'Sentry\\SentryBundle\\Command\\SentryTestCommand', 'getSentryTestCommandService', false],
'Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension' => ['privates', 'Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension', 'getTwigTracingExtensionService', false],
'Sentry\\Integration\\RequestFetcherInterface' => ['privates', 'Sentry\\Integration\\RequestFetcherInterface', 'getRequestFetcherInterfaceService', false],
'Sentry\\SentryBundle\\Twig\\SentryExtension' => ['privates', 'Sentry\\SentryBundle\\Twig\\SentryExtension', 'getSentryExtensionService', false],
'sentry.client.options' => ['privates', 'sentry.client.options', 'getSentry_Client_OptionsService', false],
'sentry.client' => ['privates', 'sentry.client', 'getSentry_ClientService', false],
'knp_paginator.subscriber.paginate' => ['privates', 'knp_paginator.subscriber.paginate', 'getKnpPaginator_Subscriber_PaginateService', false],
'knp_paginator.subscriber.sortable' => ['privates', 'knp_paginator.subscriber.sortable', 'getKnpPaginator_Subscriber_SortableService', false],
'knp_paginator.subscriber.filtration' => ['privates', 'knp_paginator.subscriber.filtration', 'getKnpPaginator_Subscriber_FiltrationService', false],
'knp_paginator.subscriber.sliding_pagination' => ['privates', 'knp_paginator.subscriber.sliding_pagination', 'getKnpPaginator_Subscriber_SlidingPaginationService', false],
'knp_paginator.helper.processor' => ['privates', 'knp_paginator.helper.processor', 'getKnpPaginator_Helper_ProcessorService', false],
'knp_paginator.twig.extension.pagination' => ['privates', 'knp_paginator.twig.extension.pagination', 'getKnpPaginator_Twig_Extension_PaginationService', false],
'lexik_jwt_authentication.key_loader.raw' => ['services', 'lexik_jwt_authentication.key_loader', 'getLexikJwtAuthentication_KeyLoaderService', false],
'lexik_jwt_authentication.encoder.lcobucci' => ['services', 'lexik_jwt_authentication.encoder', 'getLexikJwtAuthentication_EncoderService', false],
'lexik_jwt_authentication.jws_provider.lcobucci' => ['privates', 'lexik_jwt_authentication.jws_provider.lcobucci', 'getLexikJwtAuthentication_JwsProvider_LcobucciService', false],
'lexik_jwt_authentication.extractor.chain_extractor' => ['privates', 'lexik_jwt_authentication.extractor.chain_extractor', 'getLexikJwtAuthentication_Extractor_ChainExtractorService', false],
'lexik_jwt_authentication.extractor.authorization_header_extractor' => ['privates', 'lexik_jwt_authentication.extractor.authorization_header_extractor', 'getLexikJwtAuthentication_Extractor_AuthorizationHeaderExtractorService', false],
'lexik_jwt_authentication.extractor.cookie_extractor' => ['privates', 'lexik_jwt_authentication.extractor.cookie_extractor', 'getLexikJwtAuthentication_Extractor_CookieExtractorService', false],
'lexik_jwt_authentication.security.guard.jwt_token_authenticator' => ['privates', 'lexik_jwt_authentication.security.guard.jwt_token_authenticator', 'getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService', false],
'lexik_jwt_authentication.check_config_command' => ['privates', 'lexik_jwt_authentication.check_config_command', 'getLexikJwtAuthentication_CheckConfigCommandService', false],
'lexik_jwt_authentication.generate_keypair_command' => ['privates', 'lexik_jwt_authentication.generate_keypair_command', 'getLexikJwtAuthentication_GenerateKeypairCommandService', false],
'twig.extension.dump' => ['privates', 'twig.extension.dump', 'getTwig_Extension_DumpService', false],
'debug.dump_listener' => ['privates', 'debug.dump_listener', 'getDebug_DumpListenerService', false],
'var_dumper.contextualized_cli_dumper' => ['privates', 'var_dumper.contextualized_cli_dumper', 'getVarDumper_ContextualizedCliDumperService', false],
'var_dumper.html_dumper' => ['privates', 'var_dumper.html_dumper', 'getVarDumper_HtmlDumperService', false],
'var_dumper.server_connection' => ['privates', 'var_dumper.server_connection', 'getVarDumper_ServerConnectionService', false],
'var_dumper.dump_server' => ['privates', 'var_dumper.dump_server', 'getVarDumper_DumpServerService', false],
'var_dumper.command.server_dump' => ['privates', 'var_dumper.command.server_dump', 'getVarDumper_Command_ServerDumpService', false],
'monolog.command.server_log' => ['privates', 'monolog.command.server_log', 'getMonolog_Command_ServerLogService', false],
'web_profiler.csp.handler' => ['privates', 'web_profiler.csp.handler', 'getWebProfiler_Csp_HandlerService', false],
'twig.extension.webprofiler' => ['privates', 'twig.extension.webprofiler', 'getTwig_Extension_WebprofilerService', false],
'debug.file_link_formatter.url_format' => ['privates', 'debug.file_link_formatter.url_format', 'getDebug_FileLinkFormatter_UrlFormatService', false],
'web_profiler.debug_toolbar' => ['privates', 'web_profiler.debug_toolbar', 'getWebProfiler_DebugToolbarService', false],
'nelmio_alice.file_locator.default' => ['privates', 'nelmio_alice.file_locator.default', 'getNelmioAlice_FileLocator_DefaultService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_SimpleFixtureBagDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_TolerantDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_RegistryDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_NullListService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_TemporaryListService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleListService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_NullRangeService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_ReferenceRangeNameService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_TemporaryRangeService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleRangeService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleService', false],
'nelmio_alice.fixture_builder.denormalizer.specs.simple' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.specs.simple', 'getNelmioAlice_FixtureBuilder_Denormalizer_Specs_SimpleService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_LegacyConstructorDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_FactoryDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_ConstructorDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Arguments_SimpleArgumentsDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_UniqueValueDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_SimpleValueDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Property_SimpleDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_SimpleDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_FunctionDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_MethodFlagHandler_ConfiguratorFlagHandlerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_MethodFlagHandler_OptionalFlagHandlerService', false],
'nelmio_alice.fixture_builder.denormalizer.flag_parser.element' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.flag_parser.element', 'getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_ElementService', false],
'nelmio_alice.fixture_builder.denormalizer.flag_parser.registry' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.flag_parser.registry', 'getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_RegistryService', false],
'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator', 'getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_ConfiguratorService', false],
'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend', 'getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_ExtendService', false],
'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional', 'getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_OptionalService', false],
'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template', 'getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_TemplateService', false],
'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique', 'getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_UniqueService', false],
'nelmio_alice.fixture_builder.simple' => ['privates', 'nelmio_alice.fixture_builder.simple', 'getNelmioAlice_FixtureBuilder_SimpleService', false],
'nelmio_alice.fixture_builder.denormalizer.simple' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.simple', 'getNelmioAlice_FixtureBuilder_Denormalizer_SimpleService', false],
'nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Parameter_SimpleParameterBagDenormalizerService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_RegistryService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_ArgumentEscaperService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_DynamicArrayTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_EscapedValueTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FixtureListReferenceTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FixtureMethodReferenceTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FixtureRangeReferenceTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_MethodReferenceTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_OptionalTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_ParameterTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_PropertyReferenceTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_VariableReferenceTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_SimpleReferenceTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_StringArrayTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_StringTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_TolerantFunctionTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_IdentityTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FunctionTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_VariableTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_WildcardReferenceTokenParserService', false],
'nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer' => ['privates', 'nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_EmptyValueLexerService', false],
'nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer' => ['privates', 'nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_ReferenceEscaperLexerService', false],
'nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer' => ['privates', 'nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_GlobalsPatternsLexerService', false],
'nelmio_alice.fixture_builder.expression_language.lexer.function_lexer' => ['privates', 'nelmio_alice.fixture_builder.expression_language.lexer.function_lexer', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_FunctionLexerService', false],
'nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer' => ['privates', 'nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_StringThenReferenceLexerService', false],
'nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer' => ['privates', 'nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_SubPatternsLexerService', false],
'nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer' => ['privates', 'nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_ReferenceLexerService', false],
'nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_FunctionFixtureReferenceParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.string_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.string_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_StringParserService', false],
'nelmio_alice.fixture_builder.expression_language.parser.simple_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.simple_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_SimpleParserService', false],
'nelmio_alice.property_accessor.std' => ['privates', 'nelmio_alice.property_accessor.std', 'getNelmioAlice_PropertyAccessor_StdService', false],
'nelmio_alice.faker.generator' => ['services', 'Faker\\Generator', 'getGeneratorService', false],
'nelmio_alice.faker.provider.alice' => ['privates', 'nelmio_alice.faker.provider.alice', 'getNelmioAlice_Faker_Provider_AliceService', false],
'nelmio_alice.generator.hydrator.simple' => ['privates', 'nelmio_alice.generator.hydrator.simple', 'getNelmioAlice_Generator_Hydrator_SimpleService', false],
'nelmio_alice.generator.hydrator.property.symfony_property_access' => ['privates', 'nelmio_alice.generator.hydrator.property.symfony_property_access', 'getNelmioAlice_Generator_Hydrator_Property_SymfonyPropertyAccessService', false],
'nelmio_alice.generator.resolver.fixture_bag.template_bag' => ['privates', 'nelmio_alice.generator.resolver.fixture_bag.template_bag', 'getNelmioAlice_Generator_Resolver_FixtureBag_TemplateBagService', false],
'nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects' => ['privates', 'nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects', 'getNelmioAlice_Generator_Resolver_FixtureSet_RemoveConflictingObjectsService', false],
'nelmio_alice.generator.resolver.fixture_set.simple' => ['privates', 'nelmio_alice.generator.resolver.fixture_set.simple', 'getNelmioAlice_Generator_Resolver_FixtureSet_SimpleService', false],
'nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters' => ['privates', 'nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters', 'getNelmioAlice_Generator_Resolver_ParameterBag_RemoveConflictingParametersService', false],
'nelmio_alice.generator.resolver.parameter_bag.simple' => ['privates', 'nelmio_alice.generator.resolver.parameter_bag.simple', 'getNelmioAlice_Generator_Resolver_ParameterBag_SimpleService', false],
'nelmio_alice.generator.resolver.parameter.registry' => ['privates', 'nelmio_alice.generator.resolver.parameter.registry', 'getNelmioAlice_Generator_Resolver_Parameter_RegistryService', false],
'nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver' => ['privates', 'nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver', 'getNelmioAlice_Generator_Resolver_Parameter_Chainable_StaticParameterResolverService', false],
'nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver' => ['privates', 'nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver', 'getNelmioAlice_Generator_Resolver_Parameter_Chainable_ArrayParameterResolverService', false],
'nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver' => ['privates', 'nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver', 'getNelmioAlice_Generator_Resolver_Parameter_Chainable_RecursiveParameterResolverService', false],
'nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver' => ['privates', 'nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver', 'getNelmioAlice_Generator_Resolver_Parameter_Chainable_StringParameterResolverService', false],
'nelmio_alice.generator.named_arguments_resolver' => ['privates', 'nelmio_alice.generator.named_arguments_resolver', 'getNelmioAlice_Generator_NamedArgumentsResolverService', false],
'nelmio_alice.generator.resolver.value.registry' => ['privates', 'nelmio_alice.generator.resolver.value.registry', 'getNelmioAlice_Generator_Resolver_Value_RegistryService', false],
'nelmio_alice.generator.resolver.value.unique_values_pool' => ['privates', 'nelmio_alice.generator.resolver.value.unique_values_pool', 'getNelmioAlice_Generator_Resolver_Value_UniqueValuesPoolService', false],
'nelmio_alice.generator.resolver.value.chainable.array_value_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.array_value_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_ArrayValueResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_DynamicArrayValueResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_EvaluatedValueResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.faker_value_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.faker_value_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_FakerValueResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.php_value_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.php_value_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_PhpValueResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.function_argument_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.function_argument_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_FunctionArgumentResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_FixturePropertyReferenceResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_FixtureMethodCallReferenceResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_FixtureReferenceResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_SelfFixtureReferenceResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_UnresolvedFixtureReferenceResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_FixtureWildcardReferenceResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.list_value_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.list_value_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_ListValueResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.optional_value_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.optional_value_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_OptionalValueResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_ParameterValueResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.unique_value_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.unique_value_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_UniqueValueResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_ValueForCurrentValueResolverService', false],
'nelmio_alice.generator.resolver.value.chainable.variable_value_resolver' => ['privates', 'nelmio_alice.generator.resolver.value.chainable.variable_value_resolver', 'getNelmioAlice_Generator_Resolver_Value_Chainable_VariableValueResolverService', false],
'nelmio_alice.generator.double_pass' => ['privates', 'nelmio_alice.generator.double_pass', 'getNelmioAlice_Generator_DoublePassService', false],
'nelmio_alice.generator.object_generator.complete' => ['privates', 'nelmio_alice.generator.object_generator.complete', 'getNelmioAlice_Generator_ObjectGenerator_CompleteService', false],
'nelmio_alice.generator.object_generator.simple' => ['privates', 'nelmio_alice.generator.object_generator.simple', 'getNelmioAlice_Generator_ObjectGenerator_SimpleService', false],
'nelmio_alice.generator.instantiator.existing_instance' => ['privates', 'nelmio_alice.generator.instantiator.existing_instance', 'getNelmioAlice_Generator_Instantiator_ExistingInstanceService', false],
'nelmio_alice.generator.instantiator.resolver' => ['privates', 'nelmio_alice.generator.instantiator.resolver', 'getNelmioAlice_Generator_Instantiator_ResolverService', false],
'nelmio_alice.generator.instantiator.registry' => ['privates', 'nelmio_alice.generator.instantiator.registry', 'getNelmioAlice_Generator_Instantiator_RegistryService', false],
'nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator' => ['privates', 'nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator', 'getNelmioAlice_Generator_Instantiator_Chainable_NoCallerMethodInstantiatorService', false],
'nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator' => ['privates', 'nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator', 'getNelmioAlice_Generator_Instantiator_Chainable_NullConstructorInstantiatorService', false],
'nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator' => ['privates', 'nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator', 'getNelmioAlice_Generator_Instantiator_Chainable_NoMethodCallInstantiatorService', false],
'nelmio_alice.generator.instantiator.chainable.static_factory_instantiator' => ['privates', 'nelmio_alice.generator.instantiator.chainable.static_factory_instantiator', 'getNelmioAlice_Generator_Instantiator_Chainable_StaticFactoryInstantiatorService', false],
'nelmio_alice.generator.caller.simple' => ['privates', 'nelmio_alice.generator.caller.simple', 'getNelmioAlice_Generator_Caller_SimpleService', false],
'nelmio_alice.generator.caller.registry' => ['privates', 'nelmio_alice.generator.caller.registry', 'getNelmioAlice_Generator_Caller_RegistryService', false],
'nelmio_alice.generator.caller.chainable.configurator_method_call' => ['privates', 'nelmio_alice.generator.caller.chainable.configurator_method_call', 'getNelmioAlice_Generator_Caller_Chainable_ConfiguratorMethodCallService', false],
'nelmio_alice.generator.caller.chainable.method_call_with_reference' => ['privates', 'nelmio_alice.generator.caller.chainable.method_call_with_reference', 'getNelmioAlice_Generator_Caller_Chainable_MethodCallWithReferenceService', false],
'nelmio_alice.generator.caller.chainable.optional_method_call' => ['privates', 'nelmio_alice.generator.caller.chainable.optional_method_call', 'getNelmioAlice_Generator_Caller_Chainable_OptionalMethodCallService', false],
'nelmio_alice.generator.caller.chainable.simple_call' => ['privates', 'nelmio_alice.generator.caller.chainable.simple_call', 'getNelmioAlice_Generator_Caller_Chainable_SimpleCallService', false],
'nelmio_alice.file_parser.runtime_cache' => ['privates', 'nelmio_alice.file_parser.runtime_cache', 'getNelmioAlice_FileParser_RuntimeCacheService', false],
'nelmio_alice.file_parser.symfony_yaml' => ['privates', 'nelmio_alice.file_parser.symfony_yaml', 'getNelmioAlice_FileParser_SymfonyYamlService', false],
'nelmio_alice.file_parser.default_include_processor' => ['privates', 'nelmio_alice.file_parser.default_include_processor', 'getNelmioAlice_FileParser_DefaultIncludeProcessorService', false],
'nelmio_alice.file_parser.registry' => ['privates', 'nelmio_alice.file_parser.registry', 'getNelmioAlice_FileParser_RegistryService', false],
'nelmio_alice.file_parser.chainable.yaml' => ['privates', 'nelmio_alice.file_parser.chainable.yaml', 'getNelmioAlice_FileParser_Chainable_YamlService', false],
'nelmio_alice.file_parser.chainable.php' => ['privates', 'nelmio_alice.file_parser.chainable.php', 'getNelmioAlice_FileParser_Chainable_PhpService', false],
'nelmio_alice.file_parser.chainable.json' => ['privates', 'nelmio_alice.file_parser.chainable.json', 'getNelmioAlice_FileParser_Chainable_JsonService', false],
'nelmio_alice.data_loader.simple' => ['services', 'nelmio_alice.data_loader', 'getNelmioAlice_DataLoaderService', false],
'nelmio_alice.file_loader.simple' => ['services', 'nelmio_alice.file_loader', 'getNelmioAlice_FileLoaderService', false],
'nelmio_alice.files_loader.simple' => ['services', 'nelmio_alice.files_loader', 'getNelmioAlice_FilesLoaderService', false],
'fidry_alice_data_fixtures.loader.simple' => ['privates', 'fidry_alice_data_fixtures.loader.simple', 'getFidryAliceDataFixtures_Loader_SimpleService', false],
'fidry_alice_data_fixtures.doctrine.purger_loader' => ['services', 'fidry_alice_data_fixtures.loader.doctrine', 'getFidryAliceDataFixtures_Loader_DoctrineService', false],
'fidry_alice_data_fixtures.doctrine.persister_loader' => ['privates', 'fidry_alice_data_fixtures.doctrine.persister_loader', 'getFidryAliceDataFixtures_Doctrine_PersisterLoaderService', false],
'fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory' => ['services', 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine', 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService', false],
'fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister' => ['services', 'fidry_alice_data_fixtures.persistence.persister.doctrine', 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService', false],
'hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator' => ['privates', 'hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator', 'getHautelookAlice_Alice_Generator_Instantiator_Chainable_InstantiatedReferenceInstantiatorService', false],
'hautelook_alice.alice.file_locator.kernel' => ['privates', 'hautelook_alice.alice.file_locator.kernel', 'getHautelookAlice_Alice_FileLocator_KernelService', false],
'hautelook_alice.resolver.bundle.simple_resolver' => ['privates', 'hautelook_alice.resolver.bundle.simple_resolver', 'getHautelookAlice_Resolver_Bundle_SimpleResolverService', false],
'hautelook_alice.resolver.bundle.no_bundle_resolver' => ['services', 'hautelook_alice.resolver.bundle', 'getHautelookAlice_Resolver_BundleService', false],
'hautelook_alice.resolver.file.kernel_file_resolver' => ['services', 'hautelook_alice.resolver.file', 'getHautelookAlice_Resolver_FileService', false],
'hautelook_alice.locator.env_directory' => ['privates', 'hautelook_alice.locator.env_directory', 'getHautelookAlice_Locator_EnvDirectoryService', false],
'hautelook_alice.locator.environmentless' => ['services', 'hautelook_alice.locator', 'getHautelookAlice_LocatorService', false],
'hautelook_alice.loader.doctrine_orm_loader' => ['services', 'hautelook_alice.loader', 'getHautelookAlice_LoaderService', false],
'maker.file_manager' => ['privates', 'maker.file_manager', 'getMaker_FileManagerService', false],
'maker.autoloader_finder' => ['privates', 'maker.autoloader_finder', 'getMaker_AutoloaderFinderService', false],
'maker.autoloader_util' => ['privates', 'maker.autoloader_util', 'getMaker_AutoloaderUtilService', false],
'maker.file_link_formatter' => ['privates', 'maker.file_link_formatter', 'getMaker_FileLinkFormatterService', false],
'maker.event_registry' => ['privates', 'maker.event_registry', 'getMaker_EventRegistryService', false],
'maker.console_error_listener' => ['privates', 'maker.console_error_listener', 'getMaker_ConsoleErrorListenerService', false],
'maker.doctrine_helper' => ['privates', 'maker.doctrine_helper', 'getMaker_DoctrineHelperService', false],
'maker.generator' => ['privates', 'maker.generator', 'getMaker_GeneratorService', false],
'maker.entity_class_generator' => ['privates', 'maker.entity_class_generator', 'getMaker_EntityClassGeneratorService', false],
'maker.user_class_builder' => ['privates', 'maker.user_class_builder', 'getMaker_UserClassBuilderService', false],
'maker.security_config_updater' => ['privates', 'maker.security_config_updater', 'getMaker_SecurityConfigUpdaterService', false],
'maker.renderer.form_type_renderer' => ['privates', 'maker.renderer.form_type_renderer', 'getMaker_Renderer_FormTypeRendererService', false],
'maker.security_controller_builder' => ['privates', 'maker.security_controller_builder', 'getMaker_SecurityControllerBuilderService', false],
'maker.php_compat_util' => ['privates', 'maker.php_compat_util', 'getMaker_PhpCompatUtilService', false],
'maker.template_component_generator' => ['privates', 'maker.template_component_generator', 'getMaker_TemplateComponentGeneratorService', false],
'maker.maker.make_authenticator' => ['privates', 'maker.maker.make_authenticator', 'getMaker_Maker_MakeAuthenticatorService', false],
'maker.maker.make_command' => ['privates', 'maker.maker.make_command', 'getMaker_Maker_MakeCommandService', false],
'maker.maker.make_twig_component' => ['privates', 'maker.maker.make_twig_component', 'getMaker_Maker_MakeTwigComponentService', false],
'maker.maker.make_controller' => ['privates', 'maker.maker.make_controller', 'getMaker_Maker_MakeControllerService', false],
'maker.maker.make_crud' => ['privates', 'maker.maker.make_crud', 'getMaker_Maker_MakeCrudService', false],
'maker.maker.make_docker_database' => ['privates', 'maker.maker.make_docker_database', 'getMaker_Maker_MakeDockerDatabaseService', false],
'maker.maker.make_entity' => ['privates', 'maker.maker.make_entity', 'getMaker_Maker_MakeEntityService', false],
'maker.maker.make_fixtures' => ['privates', 'maker.maker.make_fixtures', 'getMaker_Maker_MakeFixturesService', false],
'maker.maker.make_form' => ['privates', 'maker.maker.make_form', 'getMaker_Maker_MakeFormService', false],
'maker.maker.make_message' => ['privates', 'maker.maker.make_message', 'getMaker_Maker_MakeMessageService', false],
'maker.maker.make_messenger_middleware' => ['privates', 'maker.maker.make_messenger_middleware', 'getMaker_Maker_MakeMessengerMiddlewareService', false],
'maker.maker.make_registration_form' => ['privates', 'maker.maker.make_registration_form', 'getMaker_Maker_MakeRegistrationFormService', false],
'maker.maker.make_reset_password' => ['privates', 'maker.maker.make_reset_password', 'getMaker_Maker_MakeResetPasswordService', false],
'maker.maker.make_serializer_encoder' => ['privates', 'maker.maker.make_serializer_encoder', 'getMaker_Maker_MakeSerializerEncoderService', false],
'maker.maker.make_serializer_normalizer' => ['privates', 'maker.maker.make_serializer_normalizer', 'getMaker_Maker_MakeSerializerNormalizerService', false],
'maker.maker.make_subscriber' => ['privates', 'maker.maker.make_subscriber', 'getMaker_Maker_MakeSubscriberService', false],
'maker.maker.make_twig_extension' => ['privates', 'maker.maker.make_twig_extension', 'getMaker_Maker_MakeTwigExtensionService', false],
'maker.maker.make_test' => ['privates', 'maker.maker.make_test', 'getMaker_Maker_MakeTestService', false],
'maker.maker.make_validator' => ['privates', 'maker.maker.make_validator', 'getMaker_Maker_MakeValidatorService', false],
'maker.maker.make_voter' => ['privates', 'maker.maker.make_voter', 'getMaker_Maker_MakeVoterService', false],
'maker.maker.make_user' => ['privates', 'maker.maker.make_user', 'getMaker_Maker_MakeUserService', false],
'maker.maker.make_migration' => ['privates', 'maker.maker.make_migration', 'getMaker_Maker_MakeMigrationService', false],
'maker.maker.make_stimulus_controller' => ['privates', 'maker.maker.make_stimulus_controller', 'getMaker_Maker_MakeStimulusControllerService', false],
'nelmio_api_doc.render_docs.html' => ['privates', 'nelmio_api_doc.render_docs.html', 'getNelmioApiDoc_RenderDocs_HtmlService', false],
'nelmio_api_doc.render_docs.html.asset' => ['privates', 'nelmio_api_doc.render_docs.html.asset', 'getNelmioApiDoc_RenderDocs_Html_AssetService', false],
'nelmio_api_doc.render_docs.json' => ['privates', 'nelmio_api_doc.render_docs.json', 'getNelmioApiDoc_RenderDocs_JsonService', false],
'nelmio_api_doc.render_docs.yaml' => ['privates', 'nelmio_api_doc.render_docs.yaml', 'getNelmioApiDoc_RenderDocs_YamlService', false],
'nelmio_api_doc.controller_reflector' => ['privates', 'nelmio_api_doc.controller_reflector', 'getNelmioApiDoc_ControllerReflectorService', false],
'nelmio_api_doc.describers.config' => ['privates', 'nelmio_api_doc.describers.config', 'getNelmioApiDoc_Describers_ConfigService', false],
'nelmio_api_doc.describers.default' => ['privates', 'nelmio_api_doc.describers.default', 'getNelmioApiDoc_Describers_DefaultService', false],
'nelmio_api_doc.route_describers.route_metadata' => ['privates', 'nelmio_api_doc.route_describers.route_metadata', 'getNelmioApiDoc_RouteDescribers_RouteMetadataService', false],
'nelmio_api_doc.model_describers.object' => ['privates', 'nelmio_api_doc.model_describers.object', 'getNelmioApiDoc_ModelDescribers_ObjectService', false],
'nelmio_api_doc.model_describers.enum' => ['privates', 'nelmio_api_doc.model_describers.enum', 'getNelmioApiDoc_ModelDescribers_EnumService', false],
'nelmio_api_doc.model_describers.object_fallback' => ['privates', 'nelmio_api_doc.model_describers.object_fallback', 'getNelmioApiDoc_ModelDescribers_ObjectFallbackService', false],
'nelmio_api_doc.object_model.property_describers.array' => ['privates', 'nelmio_api_doc.object_model.property_describers.array', 'getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService', false],
'nelmio_api_doc.object_model.property_describers.boolean' => ['privates', 'nelmio_api_doc.object_model.property_describers.boolean', 'getNelmioApiDoc_ObjectModel_PropertyDescribers_BooleanService', false],
'nelmio_api_doc.object_model.property_describers.float' => ['privates', 'nelmio_api_doc.object_model.property_describers.float', 'getNelmioApiDoc_ObjectModel_PropertyDescribers_FloatService', false],
'nelmio_api_doc.object_model.property_describers.integer' => ['privates', 'nelmio_api_doc.object_model.property_describers.integer', 'getNelmioApiDoc_ObjectModel_PropertyDescribers_IntegerService', false],
'nelmio_api_doc.object_model.property_describers.string' => ['privates', 'nelmio_api_doc.object_model.property_describers.string', 'getNelmioApiDoc_ObjectModel_PropertyDescribers_StringService', false],
'nelmio_api_doc.object_model.property_describers.date_time' => ['privates', 'nelmio_api_doc.object_model.property_describers.date_time', 'getNelmioApiDoc_ObjectModel_PropertyDescribers_DateTimeService', false],
'nelmio_api_doc.object_model.property_describers.object' => ['privates', 'nelmio_api_doc.object_model.property_describers.object', 'getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService', false],
'nelmio_api_doc.object_model.property_describers.compound' => ['privates', 'nelmio_api_doc.object_model.property_describers.compound', 'getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService', false],
'nelmio_api_doc.form.documentation_extension' => ['privates', 'nelmio_api_doc.form.documentation_extension', 'getNelmioApiDoc_Form_DocumentationExtensionService', false],
'nelmio_api_doc.describers.route.default' => ['privates', 'nelmio_api_doc.describers.route.default', 'getNelmioApiDoc_Describers_Route_DefaultService', false],
'nelmio_api_doc.describers.openapi_php.default' => ['privates', 'nelmio_api_doc.describers.openapi_php.default', 'getNelmioApiDoc_Describers_OpenapiPhp_DefaultService', false],
'nelmio_api_doc.describers.config.default' => ['privates', 'nelmio_api_doc.describers.config.default', 'getNelmioApiDoc_Describers_Config_DefaultService', false],
'nelmio_api_doc.routes.default' => ['privates', 'nelmio_api_doc.routes.default', 'getNelmioApiDoc_Routes_DefaultService', false],
'nelmio_api_doc.generator_locator' => ['privates', 'nelmio_api_doc.generator_locator', 'getNelmioApiDoc_GeneratorLocatorService', false],
'nelmio_api_doc.route_describers.php_doc' => ['privates', 'nelmio_api_doc.route_describers.php_doc', 'getNelmioApiDoc_RouteDescribers_PhpDocService', false],
'nelmio_api_doc.model_describers.jms' => ['privates', 'nelmio_api_doc.model_describers.jms', 'getNelmioApiDoc_ModelDescribers_JmsService', false],
'nelmio_cors.cors_listener' => ['privates', 'nelmio_cors.cors_listener', 'getNelmioCors_CorsListenerService', false],
'nelmio_cors.options_resolver' => ['privates', 'nelmio_cors.options_resolver', 'getNelmioCors_OptionsResolverService', false],
'nelmio_cors.options_provider.config' => ['privates', 'nelmio_cors.options_provider.config', 'getNelmioCors_OptionsProvider_ConfigService', false],
'nelmio_cors.cacheable_response_vary_listener' => ['privates', 'nelmio_cors.cacheable_response_vary_listener', 'getNelmioCors_CacheableResponseVaryListenerService', false],
'simplethings_entityaudit.log_revisions_listener' => ['privates', 'simplethings_entityaudit.log_revisions_listener', 'getSimplethingsEntityaudit_LogRevisionsListenerService', false],
'simplethings_entityaudit.create_schema_listener' => ['privates', 'simplethings_entityaudit.create_schema_listener', 'getSimplethingsEntityaudit_CreateSchemaListenerService', false],
'simplethings_entityaudit.username_callable.token_storage' => ['privates', 'simplethings_entityaudit.username_callable.token_storage', 'getSimplethingsEntityaudit_UsernameCallable_TokenStorageService', false],
'maker.auto_command.make_auth' => ['privates', 'maker.auto_command.make_auth', 'getMaker_AutoCommand_MakeAuthService', false],
'maker.auto_command.make_command' => ['privates', 'maker.auto_command.make_command', 'getMaker_AutoCommand_MakeCommandService', false],
'maker.auto_command.make_twig_component' => ['privates', 'maker.auto_command.make_twig_component', 'getMaker_AutoCommand_MakeTwigComponentService', false],
'maker.auto_command.make_controller' => ['privates', 'maker.auto_command.make_controller', 'getMaker_AutoCommand_MakeControllerService', false],
'maker.auto_command.make_crud' => ['privates', 'maker.auto_command.make_crud', 'getMaker_AutoCommand_MakeCrudService', false],
'maker.auto_command.make_docker_database' => ['privates', 'maker.auto_command.make_docker_database', 'getMaker_AutoCommand_MakeDockerDatabaseService', false],
'maker.auto_command.make_entity' => ['privates', 'maker.auto_command.make_entity', 'getMaker_AutoCommand_MakeEntityService', false],
'maker.auto_command.make_fixtures' => ['privates', 'maker.auto_command.make_fixtures', 'getMaker_AutoCommand_MakeFixturesService', false],
'maker.auto_command.make_form' => ['privates', 'maker.auto_command.make_form', 'getMaker_AutoCommand_MakeFormService', false],
'maker.auto_command.make_message' => ['privates', 'maker.auto_command.make_message', 'getMaker_AutoCommand_MakeMessageService', false],
'maker.auto_command.make_messenger_middleware' => ['privates', 'maker.auto_command.make_messenger_middleware', 'getMaker_AutoCommand_MakeMessengerMiddlewareService', false],
'maker.auto_command.make_registration_form' => ['privates', 'maker.auto_command.make_registration_form', 'getMaker_AutoCommand_MakeRegistrationFormService', false],
'maker.auto_command.make_reset_password' => ['privates', 'maker.auto_command.make_reset_password', 'getMaker_AutoCommand_MakeResetPasswordService', false],
'maker.auto_command.make_serializer_encoder' => ['privates', 'maker.auto_command.make_serializer_encoder', 'getMaker_AutoCommand_MakeSerializerEncoderService', false],
'maker.auto_command.make_serializer_normalizer' => ['privates', 'maker.auto_command.make_serializer_normalizer', 'getMaker_AutoCommand_MakeSerializerNormalizerService', false],
'maker.auto_command.make_subscriber' => ['privates', 'maker.auto_command.make_subscriber', 'getMaker_AutoCommand_MakeSubscriberService', false],
'maker.auto_command.make_twig_extension' => ['privates', 'maker.auto_command.make_twig_extension', 'getMaker_AutoCommand_MakeTwigExtensionService', false],
'maker.auto_command.make_test' => ['privates', 'maker.auto_command.make_test', 'getMaker_AutoCommand_MakeTestService', false],
'maker.auto_command.make_validator' => ['privates', 'maker.auto_command.make_validator', 'getMaker_AutoCommand_MakeValidatorService', false],
'maker.auto_command.make_voter' => ['privates', 'maker.auto_command.make_voter', 'getMaker_AutoCommand_MakeVoterService', false],
'maker.auto_command.make_user' => ['privates', 'maker.auto_command.make_user', 'getMaker_AutoCommand_MakeUserService', false],
'maker.auto_command.make_migration' => ['privates', 'maker.auto_command.make_migration', 'getMaker_AutoCommand_MakeMigrationService', false],
'maker.auto_command.make_stimulus_controller' => ['privates', 'maker.auto_command.make_stimulus_controller', 'getMaker_AutoCommand_MakeStimulusControllerService', false],
'debug.argument_resolver.request_attribute' => ['privates', 'debug.argument_resolver.request_attribute', 'getDebug_ArgumentResolver_RequestAttributeService', false],
'debug.argument_resolver.request' => ['privates', 'debug.argument_resolver.request', 'getDebug_ArgumentResolver_RequestService', false],
'debug.argument_resolver.session' => ['privates', 'debug.argument_resolver.session', 'getDebug_ArgumentResolver_SessionService', false],
'debug.security.user_value_resolver' => ['privates', 'debug.security.user_value_resolver', 'getDebug_Security_UserValueResolverService', false],
'debug.argument_resolver.service' => ['privates', 'debug.argument_resolver.service', 'getDebug_ArgumentResolver_ServiceService', false],
'debug.argument_resolver.default' => ['privates', 'debug.argument_resolver.default', 'getDebug_ArgumentResolver_DefaultService', false],
'debug.argument_resolver.variadic' => ['privates', 'debug.argument_resolver.variadic', 'getDebug_ArgumentResolver_VariadicService', false],
'debug.argument_resolver.not_tagged_controller' => ['privates', 'debug.argument_resolver.not_tagged_controller', 'getDebug_ArgumentResolver_NotTaggedControllerService', false],
'command_bus.middleware.traceable' => ['privates', 'command_bus.middleware.traceable', 'getCommandBus_Middleware_TraceableService', false],
'command_bus.middleware.add_bus_name_stamp_middleware' => ['privates', 'command_bus.middleware.add_bus_name_stamp_middleware', 'getCommandBus_Middleware_AddBusNameStampMiddlewareService', false],
'command_bus.middleware.handle_message' => ['privates', 'command_bus.middleware.handle_message', 'getCommandBus_Middleware_HandleMessageService', false],
'debug.traced.command_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'event_bus.middleware.traceable' => ['privates', 'event_bus.middleware.traceable', 'getEventBus_Middleware_TraceableService', false],
'event_bus.middleware.add_bus_name_stamp_middleware' => ['privates', 'event_bus.middleware.add_bus_name_stamp_middleware', 'getEventBus_Middleware_AddBusNameStampMiddlewareService', false],
'event_bus.middleware.handle_message' => ['privates', 'event_bus.middleware.handle_message', 'getEventBus_Middleware_HandleMessageService', false],
'debug.traced.event_bus' => ['privates', 'debug.traced.event_bus', 'getDebug_Traced_EventBusService', false],
'command_bus.messenger.handlers_locator' => ['privates', 'command_bus.messenger.handlers_locator', 'getCommandBus_Messenger_HandlersLocatorService', false],
'event_bus.messenger.handlers_locator' => ['privates', 'event_bus.messenger.handlers_locator', 'getEventBus_Messenger_HandlersLocatorService', false],
'debug.security.voter.security.access.authenticated_voter' => ['privates', 'debug.security.voter.security.access.authenticated_voter', 'getDebug_Security_Voter_Security_Access_AuthenticatedVoterService', false],
'debug.security.voter.security.access.role_hierarchy_voter' => ['privates', 'debug.security.voter.security.access.role_hierarchy_voter', 'getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService', false],
'debug.security.voter.security.access.expression_voter' => ['privates', 'debug.security.voter.security.access.expression_voter', 'getDebug_Security_Voter_Security_Access_ExpressionVoterService', false],
'monolog.logger.request' => ['privates', 'monolog.logger.request', 'getMonolog_Logger_RequestService', false],
'monolog.logger.console' => ['privates', 'monolog.logger.console', 'getMonolog_Logger_ConsoleService', false],
'monolog.logger.messenger' => ['privates', 'monolog.logger.messenger', 'getMonolog_Logger_MessengerService', false],
'monolog.logger.cache' => ['privates', 'monolog.logger.cache', 'getMonolog_Logger_CacheService', false],
'monolog.logger.http_client' => ['privates', 'monolog.logger.http_client', 'getMonolog_Logger_HttpClientService', false],
'monolog.logger.mailer' => ['privates', 'monolog.logger.mailer', 'getMonolog_Logger_MailerService', false],
'monolog.logger.php' => ['privates', 'monolog.logger.php', 'getMonolog_Logger_PhpService', false],
'monolog.logger.event' => ['privates', 'monolog.logger.event', 'getMonolog_Logger_EventService', false],
'monolog.logger.router' => ['privates', 'monolog.logger.router', 'getMonolog_Logger_RouterService', false],
'monolog.logger.profiler' => ['privates', 'monolog.logger.profiler', 'getMonolog_Logger_ProfilerService', false],
'monolog.logger.security' => ['privates', 'monolog.logger.security', 'getMonolog_Logger_SecurityService', false],
'monolog.logger.doctrine' => ['privates', 'monolog.logger.doctrine', 'getMonolog_Logger_DoctrineService', false],
'monolog.logger.debug' => ['privates', 'monolog.logger.debug', 'getMonolog_Logger_DebugService', false],
'monolog.logger.nelmio_api_doc' => ['privates', 'monolog.logger.nelmio_api_doc', 'getMonolog_Logger_NelmioApiDocService', false],
'doctrine.second_level_cache_pool.compatibility_layer' => ['privates', 'doctrine.second_level_cache_pool.compatibility_layer', 'getDoctrine_SecondLevelCachePool_CompatibilityLayerService', false],
'doctrine.dbal.default_schema_asset_filter_manager' => ['privates', 'doctrine.dbal.default_schema_asset_filter_manager', 'getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService', false],
'cache.app.traceable' => ['services', 'cache.app', 'getCache_AppService', false],
'cache.system.traceable' => ['services', 'cache.system', 'getCache_SystemService', false],
'cache.validator.traceable' => ['privates', 'cache.validator.traceable', 'getCache_Validator_TraceableService', false],
'cache.serializer.traceable' => ['privates', 'cache.serializer.traceable', 'getCache_Serializer_TraceableService', false],
'cache.annotations.traceable' => ['privates', 'cache.annotations.traceable', 'getCache_Annotations_TraceableService', false],
'cache.property_info.traceable' => ['privates', 'cache.property_info.traceable', 'getCache_PropertyInfo_TraceableService', false],
'cache.messenger.restart_workers_signal.traceable' => ['privates', 'cache.messenger.restart_workers_signal.traceable', 'getCache_Messenger_RestartWorkersSignal_TraceableService', false],
'materials_cache.traceable' => ['services', 'materials_cache', 'getMaterialsCacheService', false],
'response_cache.traceable' => ['services', 'response_cache', 'getResponseCacheService', false],
'doctrine.result_cache_pool.traceable' => ['privates', 'doctrine.result_cache_pool.traceable', 'getDoctrine_ResultCachePool_TraceableService', false],
'doctrine.system_cache_pool.traceable' => ['privates', 'doctrine.system_cache_pool.traceable', 'getDoctrine_SystemCachePool_TraceableService', false],
'doctrine.second_level_cache_pool.traceable' => ['privates', 'doctrine.second_level_cache_pool.traceable', 'getDoctrine_SecondLevelCachePool_TraceableService', false],
'cache.validator_expression_language.traceable' => ['services', 'cache.validator_expression_language', 'getCache_ValidatorExpressionLanguageService', false],
'cache.security_expression_language.traceable' => ['privates', 'cache.security_expression_language.traceable', 'getCache_SecurityExpressionLanguage_TraceableService', false],
'nelmio_api_doc.model_describers.form' => ['privates', 'nelmio_api_doc.model_describers.form', 'getNelmioApiDoc_ModelDescribers_FormService', false],
'debug.validator.inner' => ['privates', 'debug.validator.inner', 'getDebug_Validator_InnerService', false],
'debug.event_dispatcher.inner' => ['privates', 'debug.event_dispatcher.inner', 'getDebug_EventDispatcher_InnerService', false],
'debug.controller_resolver.inner' => ['privates', 'debug.controller_resolver.inner', 'getDebug_ControllerResolver_InnerService', false],
'debug.argument_resolver.inner' => ['privates', 'debug.argument_resolver.inner', 'getDebug_ArgumentResolver_InnerService', false],
'debug.security.access.decision_manager.inner' => ['privates', 'debug.security.access.decision_manager.inner', 'getDebug_Security_Access_DecisionManager_InnerService', false],
'httplug.collector.factory.auto.inner' => ['privates', 'httplug.collector.factory.auto.inner', 'getHttplug_Collector_Factory_Auto_InnerService', false],
'httplug.client.app.http_methods.inner' => ['privates', 'httplug.client.app.http_methods.inner', 'getHttplug_Client_App_HttpMethods_InnerService', false],
'doctrine.migrations.container_aware_migrations_factory.inner' => ['privates', 'doctrine.migrations.container_aware_migrations_factory.inner', 'getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService', false],
'var_dumper.contextualized_cli_dumper.inner' => ['privates', 'var_dumper.contextualized_cli_dumper.inner', 'getVarDumper_ContextualizedCliDumper_InnerService', false],
'debug.argument_resolver.request_attribute.inner' => ['privates', 'debug.argument_resolver.request_attribute.inner', 'getDebug_ArgumentResolver_RequestAttribute_InnerService', false],
'debug.argument_resolver.request.inner' => ['privates', 'debug.argument_resolver.request.inner', 'getDebug_ArgumentResolver_Request_InnerService', false],
'debug.argument_resolver.session.inner' => ['privates', 'debug.argument_resolver.session.inner', 'getDebug_ArgumentResolver_Session_InnerService', false],
'debug.security.user_value_resolver.inner' => ['privates', 'debug.security.user_value_resolver.inner', 'getDebug_Security_UserValueResolver_InnerService', false],
'debug.argument_resolver.service.inner' => ['privates', 'debug.argument_resolver.service.inner', 'getDebug_ArgumentResolver_Service_InnerService', false],
'debug.argument_resolver.default.inner' => ['privates', 'debug.argument_resolver.default.inner', 'getDebug_ArgumentResolver_Default_InnerService', false],
'debug.argument_resolver.variadic.inner' => ['privates', 'debug.argument_resolver.variadic.inner', 'getDebug_ArgumentResolver_Variadic_InnerService', false],
'debug.argument_resolver.not_tagged_controller.inner' => ['privates', 'debug.argument_resolver.not_tagged_controller.inner', 'getDebug_ArgumentResolver_NotTaggedController_InnerService', false],
'debug.traced.command_bus.inner' => ['privates', 'debug.traced.command_bus.inner', 'getDebug_Traced_CommandBus_InnerService', false],
'debug.traced.event_bus.inner' => ['privates', 'debug.traced.event_bus.inner', 'getDebug_Traced_EventBus_InnerService', false],
'cache.app.traceable.inner' => ['privates', 'cache.app.traceable.inner', 'getCache_App_Traceable_InnerService', false],
'cache.system.traceable.inner' => ['privates', 'cache.system.traceable.inner', 'getCache_System_Traceable_InnerService', false],
'cache.validator.traceable.inner' => ['privates', 'cache.validator.traceable.inner', 'getCache_Validator_Traceable_InnerService', false],
'cache.serializer.traceable.inner' => ['privates', 'cache.serializer.traceable.inner', 'getCache_Serializer_Traceable_InnerService', false],
'cache.annotations.traceable.inner' => ['privates', 'cache.annotations.traceable.inner', 'getCache_Annotations_Traceable_InnerService', false],
'cache.property_info.traceable.inner' => ['privates', 'cache.property_info.traceable.inner', 'getCache_PropertyInfo_Traceable_InnerService', false],
'cache.messenger.restart_workers_signal.traceable.inner' => ['privates', 'cache.messenger.restart_workers_signal.traceable.inner', 'getCache_Messenger_RestartWorkersSignal_Traceable_InnerService', false],
'materials_cache.traceable.inner' => ['privates', 'materials_cache.traceable.inner', 'getMaterialsCache_Traceable_InnerService', false],
'response_cache.traceable.inner' => ['privates', 'response_cache.traceable.inner', 'getResponseCache_Traceable_InnerService', false],
'doctrine.result_cache_pool.traceable.inner' => ['privates', 'doctrine.result_cache_pool.traceable.inner', 'getDoctrine_ResultCachePool_Traceable_InnerService', false],
'doctrine.system_cache_pool.traceable.inner' => ['privates', 'doctrine.system_cache_pool.traceable.inner', 'getDoctrine_SystemCachePool_Traceable_InnerService', false],
'doctrine.second_level_cache_pool.traceable.inner' => ['privates', 'doctrine.second_level_cache_pool.traceable.inner', 'getDoctrine_SecondLevelCachePool_Traceable_InnerService', false],
'cache.validator_expression_language.traceable.inner' => ['privates', 'cache.validator_expression_language.traceable.inner', 'getCache_ValidatorExpressionLanguage_Traceable_InnerService', false],
'cache.security_expression_language.traceable.inner' => ['privates', 'cache.security_expression_language.traceable.inner', 'getCache_SecurityExpressionLanguage_Traceable_InnerService', false],
'jms_serializer.traceable_metadata_factory.inner' => ['privates', 'jms_serializer.traceable_metadata_factory.inner', 'getJmsSerializer_TraceableMetadataFactory_InnerService', false],
'jms_serializer.traceable_handler_registry.inner' => ['privates', 'jms_serializer.traceable_handler_registry.inner', 'getJmsSerializer_TraceableHandlerRegistry_InnerService', false],
'jms_serializer.metadata.traceable_file_locator.inner' => ['privates', 'jms_serializer.metadata.traceable_file_locator.inner', 'getJmsSerializer_Metadata_TraceableFileLocator_InnerService', false],
'cache.app.traceable.recorder_inner' => ['privates', 'cache.app.traceable.recorder_inner', 'getCache_App_Traceable_RecorderInnerService', false],
'cache.system.traceable.recorder_inner' => ['privates', 'cache.system.traceable.recorder_inner', 'getCache_System_Traceable_RecorderInnerService', false],
'cache.validator.traceable.recorder_inner' => ['privates', 'cache.validator.traceable.recorder_inner', 'getCache_Validator_Traceable_RecorderInnerService', false],
'cache.serializer.traceable.recorder_inner' => ['privates', 'cache.serializer.traceable.recorder_inner', 'getCache_Serializer_Traceable_RecorderInnerService', false],
'cache.annotations.traceable.recorder_inner' => ['privates', 'cache.annotations.traceable.recorder_inner', 'getCache_Annotations_Traceable_RecorderInnerService', false],
'cache.property_info.traceable.recorder_inner' => ['privates', 'cache.property_info.traceable.recorder_inner', 'getCache_PropertyInfo_Traceable_RecorderInnerService', false],
'cache.messenger.restart_workers_signal.traceable.recorder_inner' => ['privates', 'cache.messenger.restart_workers_signal.traceable.recorder_inner', 'getCache_Messenger_RestartWorkersSignal_Traceable_RecorderInnerService', false],
'materials_cache.traceable.recorder_inner' => ['privates', 'materials_cache.traceable.recorder_inner', 'getMaterialsCache_Traceable_RecorderInnerService', false],
'response_cache.traceable.recorder_inner' => ['privates', 'response_cache.traceable.recorder_inner', 'getResponseCache_Traceable_RecorderInnerService', false],
'doctrine.result_cache_pool.traceable.recorder_inner' => ['privates', 'doctrine.result_cache_pool.traceable.recorder_inner', 'getDoctrine_ResultCachePool_Traceable_RecorderInnerService', false],
'doctrine.system_cache_pool.traceable.recorder_inner' => ['privates', 'doctrine.system_cache_pool.traceable.recorder_inner', 'getDoctrine_SystemCachePool_Traceable_RecorderInnerService', false],
'doctrine.second_level_cache_pool.traceable.recorder_inner' => ['privates', 'doctrine.second_level_cache_pool.traceable.recorder_inner', 'getDoctrine_SecondLevelCachePool_Traceable_RecorderInnerService', false],
'cache.validator_expression_language.traceable.recorder_inner' => ['privates', 'cache.validator_expression_language.traceable.recorder_inner', 'getCache_ValidatorExpressionLanguage_Traceable_RecorderInnerService', false],
'cache.security_expression_language.traceable.recorder_inner' => ['privates', 'cache.security_expression_language.traceable.recorder_inner', 'getCache_SecurityExpressionLanguage_Traceable_RecorderInnerService', false],
'Psr\\Container\\ContainerInterface' => ['services', 'service_container', 'getServiceContainerService', false],
'Symfony\\Component\\DependencyInjection\\ContainerInterface' => ['services', 'service_container', 'getServiceContainerService', false],
'Psr\\Http\\Message\\RequestFactoryInterface' => ['privates', 'nyholm.psr7.psr17_factory', 'getNyholm_Psr7_Psr17FactoryService', false],
'Psr\\Http\\Message\\ResponseFactoryInterface' => ['privates', 'nyholm.psr7.psr17_factory', 'getNyholm_Psr7_Psr17FactoryService', false],
'Psr\\Http\\Message\\ServerRequestFactoryInterface' => ['privates', 'nyholm.psr7.psr17_factory', 'getNyholm_Psr7_Psr17FactoryService', false],
'Psr\\Http\\Message\\StreamFactoryInterface' => ['privates', 'nyholm.psr7.psr17_factory', 'getNyholm_Psr7_Psr17FactoryService', false],
'Psr\\Http\\Message\\UploadedFileFactoryInterface' => ['privates', 'nyholm.psr7.psr17_factory', 'getNyholm_Psr7_Psr17FactoryService', false],
'Psr\\Http\\Message\\UriFactoryInterface' => ['privates', 'nyholm.psr7.psr17_factory', 'getNyholm_Psr7_Psr17FactoryService', false],
'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services', 'http_kernel', 'getHttpKernelService', false],
'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services', 'request_stack', 'getRequestStackService', false],
'Symfony\\Component\\HttpFoundation\\UrlHelper' => ['privates', 'url_helper', 'getUrlHelperService', false],
'Symfony\\Component\\HttpKernel\\KernelInterface' => ['services', 'kernel', 'getKernelService', false],
'Symfony\\Component\\Filesystem\\Filesystem' => ['services', '.container.private.filesystem', 'get_Container_Private_FilesystemService', false],
'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => ['privates', 'file_locator', 'getFileLocatorService', false],
'Symfony\\Component\\HttpKernel\\UriSigner' => ['privates', 'uri_signer', 'getUriSignerService', false],
'Symfony\\Component\\String\\Slugger\\SluggerInterface' => ['privates', 'slugger', 'getSluggerService', false],
'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => ['privates', 'fragment.uri_generator', 'getFragment_UriGeneratorService', false],
'error_renderer.html' => ['privates', 'twig.error_renderer.html', 'getTwig_ErrorRenderer_HtmlService', false],
'error_renderer' => ['privates', 'error_handler.error_renderer.serializer', 'getErrorHandler_ErrorRenderer_SerializerService', false],
'Psr\\EventDispatcher\\EventDispatcherInterface' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'Psr\\Container\\ContainerInterface $parameterBag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'Psr\\Cache\\CacheItemPoolInterface' => ['services', 'cache.app', 'getCache_AppService', false],
'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => ['services', 'cache.app', 'getCache_AppService', false],
'Symfony\\Contracts\\Cache\\CacheInterface' => ['services', 'cache.app', 'getCache_AppService', false],
'Symfony\\Contracts\\Cache\\TagAwareCacheInterface' => ['privates', 'cache.app.taggable', 'getCache_App_TaggableService', false],
'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services', 'translator', 'getTranslatorService', false],
'Symfony\\Component\\Asset\\Packages' => ['privates', 'assets.packages', 'getAssets_PackagesService', false],
'Symfony\\Contracts\\HttpClient\\HttpClientInterface' => ['privates', '.debug.http_client', 'get_Debug_HttpClientService', false],
'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
'Symfony\\Component\\Mailer\\MailerInterface' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
'mailer.logger_message_listener' => ['privates', 'mailer.message_logger_listener', 'getMailer_MessageLoggerListenerService', false],
'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => ['privates', 'translation.reader', 'getTranslation_ReaderService', false],
'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => ['privates', 'translation.extractor', 'getTranslation_ExtractorService', false],
'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => ['privates', 'translation.writer', 'getTranslation_WriterService', false],
'translator.formatter' => ['privates', 'translator.formatter.default', 'getTranslator_Formatter_DefaultService', false],
'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => ['privates', 'debug.file_link_formatter', 'getDebug_FileLinkFormatterService', false],
'Symfony\\Component\\Stopwatch\\Stopwatch' => ['privates', 'debug.stopwatch', 'getDebug_StopwatchService', false],
'Symfony\\Component\\Routing\\RouterInterface' => ['services', 'router', 'getRouterService', false],
'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => ['services', 'router', 'getRouterService', false],
'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => ['services', 'router', 'getRouterService', false],
'Symfony\\Component\\Routing\\RequestContextAwareInterface' => ['services', 'router', 'getRouterService', false],
'Symfony\\Component\\Routing\\RequestContext' => ['privates', 'router.request_context', 'getRouter_RequestContextService', false],
'annotation_reader' => ['privates', 'annotations.cached_reader', 'getAnnotations_CachedReaderService', false],
'Doctrine\\Common\\Annotations\\Reader' => ['privates', 'annotations.cached_reader', 'getAnnotations_CachedReaderService', false],
'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => ['privates', 'property_accessor', 'getPropertyAccessorService', false],
'Symfony\\Component\\Serializer\\SerializerInterface' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'Symfony\\Component\\Serializer\\Encoder\\EncoderInterface' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'Symfony\\Component\\Serializer\\Encoder\\DecoderInterface' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'serializer.property_accessor' => ['privates', 'property_accessor', 'getPropertyAccessorService', false],
'Symfony\\Component\\Serializer\\Mapping\\ClassDiscriminatorResolverInterface' => ['privates', 'serializer.mapping.class_discriminator_resolver', 'getSerializer_Mapping_ClassDiscriminatorResolverService', false],
'Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer' => ['privates', 'serializer.normalizer.object', 'getSerializer_Normalizer_ObjectService', false],
'Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer' => ['privates', 'serializer.normalizer.property', 'getSerializer_Normalizer_PropertyService', false],
'Symfony\\Component\\Serializer\\Mapping\\Factory\\ClassMetadataFactoryInterface' => ['privates', 'serializer.mapping.class_metadata_factory', 'getSerializer_Mapping_ClassMetadataFactoryService', false],
'error_renderer.serializer' => ['privates', 'error_handler.error_renderer.serializer', 'getErrorHandler_ErrorRenderer_SerializerService', false],
'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => ['privates', 'property_info', 'getPropertyInfoService', false],
'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => ['privates', 'property_info', 'getPropertyInfoService', false],
'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => ['privates', 'property_info', 'getPropertyInfoService', false],
'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => ['privates', 'property_info', 'getPropertyInfoService', false],
'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => ['privates', 'property_info', 'getPropertyInfoService', false],
'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => ['privates', 'property_info', 'getPropertyInfoService', false],
'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => ['privates', 'property_info.reflection_extractor', 'getPropertyInfo_ReflectionExtractorService', false],
'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => ['privates', 'property_info.reflection_extractor', 'getPropertyInfo_ReflectionExtractorService', false],
'cache.default_redis_provider' => ['privates', '.cache_connection.VkIJQtB', 'get_CacheConnection_VkIJQtBService', false],
'cache.default_doctrine_dbal_provider' => ['services', 'doctrine.dbal.default_connection', 'getDoctrine_Dbal_DefaultConnectionService', false],
'Symfony\\Contracts\\Cache\\TagAwareCacheInterface $materialsCache' => ['privates', '.materials_cache.taggable', 'get_MaterialsCache_TaggableService', false],
'Symfony\\Contracts\\Cache\\CacheInterface $materialsCache' => ['services', 'materials_cache', 'getMaterialsCacheService', false],
'Psr\\Cache\\CacheItemPoolInterface $materialsCache' => ['services', 'materials_cache', 'getMaterialsCacheService', false],
'Symfony\\Contracts\\Cache\\TagAwareCacheInterface $responseCache' => ['services', 'response_cache', 'getResponseCacheService', false],
'Symfony\\Contracts\\Cache\\CacheInterface $responseCache' => ['services', 'response_cache', 'getResponseCacheService', false],
'Psr\\Cache\\CacheItemPoolInterface $responseCache' => ['services', 'response_cache', 'getResponseCacheService', false],
'Symfony\\Contracts\\Cache\\CacheInterface $doctrineResultCachePool' => ['privates', 'doctrine.result_cache_pool.traceable', 'getDoctrine_ResultCachePool_TraceableService', false],
'Psr\\Cache\\CacheItemPoolInterface $doctrineResultCachePool' => ['privates', 'doctrine.result_cache_pool.traceable', 'getDoctrine_ResultCachePool_TraceableService', false],
'Symfony\\Contracts\\Cache\\CacheInterface $doctrineSystemCachePool' => ['privates', 'doctrine.system_cache_pool.traceable', 'getDoctrine_SystemCachePool_TraceableService', false],
'Psr\\Cache\\CacheItemPoolInterface $doctrineSystemCachePool' => ['privates', 'doctrine.system_cache_pool.traceable', 'getDoctrine_SystemCachePool_TraceableService', false],
'Symfony\\Contracts\\Cache\\CacheInterface $doctrineSecondLevelCachePool' => ['privates', 'doctrine.second_level_cache_pool.traceable', 'getDoctrine_SecondLevelCachePool_TraceableService', false],
'Psr\\Cache\\CacheItemPoolInterface $doctrineSecondLevelCachePool' => ['privates', 'doctrine.second_level_cache_pool.traceable', 'getDoctrine_SecondLevelCachePool_TraceableService', false],
'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'SessionHandlerInterface' => ['services', 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler', 'getRedisSessionHandlerService', false],
'session.storage.factory' => ['privates', 'session.storage.factory.native', 'getSession_Storage_Factory_NativeService', false],
'session.handler' => ['services', 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler', 'getRedisSessionHandlerService', false],
'session_listener' => ['privates', 'test.session.listener', 'getTest_Session_ListenerService', false],
'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => ['privates', 'form.resolved_type_factory', 'getForm_ResolvedTypeFactoryService', false],
'Symfony\\Component\\Form\\FormRegistryInterface' => ['privates', 'form.registry', 'getForm_RegistryService', false],
'Symfony\\Component\\Form\\FormFactoryInterface' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'form.property_accessor' => ['privates', 'property_accessor', 'getPropertyAccessorService', false],
'form.choice_list_factory' => ['privates', 'form.choice_list_factory.cached', 'getForm_ChoiceListFactory_CachedService', false],
'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
'validator.mapping.class_metadata_factory' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
'Symfony\\Component\\Messenger\\Transport\\Serialization\\SerializerInterface' => ['privates', 'messenger.transport.native_php_serializer', 'getMessenger_Transport_NativePhpSerializerService', false],
'Symfony\\Component\\Messenger\\MessageBusInterface' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'Symfony\\Component\\Messenger\\MessageBusInterface $eventBus' => ['privates', 'debug.traced.event_bus', 'getDebug_Traced_EventBusService', false],
'messenger.default_serializer' => ['privates', 'messenger.transport.native_php_serializer', 'getMessenger_Transport_NativePhpSerializerService', false],
'messenger.failure_transports.default' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'Symfony\\Component\\Mime\\MimeTypesInterface' => ['privates', 'mime_types', 'getMimeTypesService', false],
'Symfony\\Component\\Mime\\MimeTypeGuesserInterface' => ['privates', 'mime_types', 'getMimeTypesService', false],
'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'Symfony\\Component\\Security\\Core\\Security' => ['privates', 'security.helper', 'getSecurity_HelperService', false],
'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => ['privates', 'security.authentication.session_strategy', 'getSecurity_Authentication_SessionStrategyService', false],
'security.encoder_factory' => ['privates', 'security.encoder_factory.generic', 'getSecurity_EncoderFactory_GenericService', false],
'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => ['privates', 'security.encoder_factory.generic', 'getSecurity_EncoderFactory_GenericService', false],
'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => ['privates', 'debug.security.access.decision_manager', 'getDebug_Security_Access_DecisionManagerService', false],
'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => ['privates', 'security.role_hierarchy', 'getSecurity_RoleHierarchyService', false],
'Symfony\\Component\\Security\\Http\\Firewall' => ['privates', 'debug.security.firewall', 'getDebug_Security_FirewallService', false],
'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => ['privates', 'security.firewall.map', 'getSecurity_Firewall_MapService', false],
'Symfony\\Component\\Security\\Http\\HttpUtils' => ['privates', 'security.http_utils', 'getSecurity_HttpUtilsService', false],
'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => ['privates', 'security.password_hasher_factory', 'getSecurity_PasswordHasherFactoryService', false],
'security.password_hasher' => ['services', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
'Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface' => ['services', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationManagerInterface' => ['privates', 'security.authentication.manager', 'getSecurity_Authentication_ManagerService', false],
'Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler' => ['privates', 'security.authentication.guard_handler', 'getSecurity_Authentication_GuardHandlerService', false],
'security.firewall' => ['privates', 'debug.security.firewall', 'getDebug_Security_FirewallService', false],
'security.user.provider.concrete.fos_userbundle' => ['privates', 'fos_user.user_provider.username_email', 'getFosUser_UserProvider_UsernameEmailService', false],
'security.user_providers' => ['privates', 'fos_user.user_provider.username_email', 'getFosUser_UserProvider_UsernameEmailService', false],
'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => ['privates', 'fos_user.user_provider.username_email', 'getFosUser_UserProvider_UsernameEmailService', false],
'security.authentication.session_strategy.webhooks' => ['privates', 'security.authentication.session_strategy', 'getSecurity_Authentication_SessionStrategyService', false],
'security.user_checker.webhooks' => ['services', 'hwi_oauth.user_checker', 'getHwiOauth_UserCheckerService', false],
'security.authentication.session_strategy.public_api' => ['privates', 'security.authentication.session_strategy', 'getSecurity_Authentication_SessionStrategyService', false],
'security.user_checker.public_api' => ['services', 'hwi_oauth.user_checker', 'getHwiOauth_UserCheckerService', false],
'security.user_checker.lms_api' => ['services', 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker', 'getUserCheckerService', false],
'security.authentication.session_strategy.main' => ['privates', 'security.authentication.session_strategy', 'getSecurity_Authentication_SessionStrategyService', false],
'hwi_oauth.user.provider.entity.main' => ['services', 'app.provider.oauth', 'getApp_Provider_OauthService', false],
'security.user_checker.main' => ['services', 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker', 'getUserCheckerService', false],
'security.firewall.context_locator' => ['privates', '.service_locator.V0VSF2r', 'get_ServiceLocator_V0VSF2rService', false],
'Twig_Environment' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
'Twig\\Environment' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'Psr\\Log\\LoggerInterface' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'Doctrine\\DBAL\\Driver\\Connection' => ['services', 'doctrine.dbal.default_connection', 'getDoctrine_Dbal_DefaultConnectionService', false],
'Doctrine\\DBAL\\Connection' => ['services', 'doctrine.dbal.default_connection', 'getDoctrine_Dbal_DefaultConnectionService', false],
'Doctrine\\Persistence\\ManagerRegistry' => ['services', 'doctrine', 'getDoctrineService', false],
'Doctrine\\Common\\Persistence\\ManagerRegistry' => ['services', 'doctrine', 'getDoctrineService', false],
'doctrine.dbal.event_manager' => ['privates', 'doctrine.dbal.default_connection.event_manager', 'getDoctrine_Dbal_DefaultConnection_EventManagerService', false],
'Doctrine\\DBAL\\Connection $defaultConnection' => ['services', 'doctrine.dbal.default_connection', 'getDoctrine_Dbal_DefaultConnectionService', false],
'Doctrine\\ORM\\EntityManagerInterface' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'doctrine.orm.metadata.annotation_reader' => ['privates', 'annotations.cached_reader', 'getAnnotations_CachedReaderService', false],
'doctrine.orm.default_metadata_cache' => ['privates', 'doctrine.system_cache_pool.traceable', 'getDoctrine_SystemCachePool_TraceableService', false],
'doctrine.orm.default_result_cache' => ['privates', 'doctrine.result_cache_pool.traceable', 'getDoctrine_ResultCachePool_TraceableService', false],
'doctrine.orm.default_query_cache' => ['privates', 'doctrine.system_cache_pool.traceable', 'getDoctrine_SystemCachePool_TraceableService', false],
'doctrine.orm.default_entity_listener_resolver' => ['services', 'app.doctrine.entity_listener_resolver', 'getApp_Doctrine_EntityListenerResolverService', false],
'doctrine.orm.default_second_level_cache.region_cache_driver' => ['privates', 'doctrine.second_level_cache_pool.compatibility_layer', 'getDoctrine_SecondLevelCachePool_CompatibilityLayerService', false],
'Doctrine\\ORM\\EntityManagerInterface $defaultEntityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'doctrine.orm.default_entity_manager.event_manager' => ['privates', 'doctrine.dbal.default_connection.event_manager', 'getDoctrine_Dbal_DefaultConnection_EventManagerService', false],
'sensio_framework_extra.converter.doctrine.orm.expression_language' => ['privates', 'sensio_framework_extra.converter.doctrine.orm.expression_language.default', 'getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService', false],
'sensio_framework_extra.security.expression_language' => ['privates', 'sensio_framework_extra.security.expression_language.default', 'getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService', false],
'fos_user.doctrine_registry' => ['services', 'doctrine', 'getDoctrineService', false],
'FOS\\UserBundle\\Security\\LoginManagerInterface' => ['privates', 'fos_user.security.login_manager', 'getFosUser_Security_LoginManagerService', false],
'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => ['privates', 'fos_user.util.token_generator.default', 'getFosUser_Util_TokenGenerator_DefaultService', false],
'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => ['privates', 'fos_user.util.password_updater', 'getFosUser_Util_PasswordUpdaterService', false],
'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => ['privates', 'fos_user.util.canonical_fields_updater', 'getFosUser_Util_CanonicalFieldsUpdaterService', false],
'FOS\\UserBundle\\Model\\UserManagerInterface' => ['services', 'app.user.manager', 'getApp_User_ManagerService', false],
'fos_user.util.email_canonicalizer' => ['privates', 'fos_user.util.canonicalizer.default', 'getFosUser_Util_Canonicalizer_DefaultService', false],
'fos_user.util.username_canonicalizer' => ['privates', 'fos_user.util.canonicalizer.default', 'getFosUser_Util_Canonicalizer_DefaultService', false],
'fos_user.util.token_generator' => ['privates', 'fos_user.util.token_generator.default', 'getFosUser_Util_TokenGenerator_DefaultService', false],
'fos_user.mailer' => ['services', 'FOS\\UserBundle\\Mailer\\MailerInterface', 'getMailerInterfaceService', false],
'Knp\\Bundle\\TimeBundle\\DateTimeFormatter' => ['privates', 'time.datetime_formatter', 'getTime_DatetimeFormatterService', false],
'Http\\Client\\HttpClient' => ['services', 'httplug.client', 'getHttplug_ClientService', false],
'Http\\Client\\HttpClient $app' => ['services', 'httplug.client', 'getHttplug_ClientService', false],
'Psr\\Http\\Client\\ClientInterface $app' => ['services', 'httplug.client', 'getHttplug_ClientService', false],
'httplug.client.default' => ['services', 'httplug.client', 'getHttplug_ClientService', false],
'Http\\Client\\Common\\HttpMethodsClientInterface' => ['services', 'httplug.client', 'getHttplug_ClientService', false],
'hwi_oauth.resource_owners.locator' => ['privates', '.service_locator.x7qCGOo', 'get_ServiceLocator_X7qCGOoService', false],
'jms_serializer.metadata.cache' => ['privates', 'jms_serializer.metadata.cache.file_cache', 'getJmsSerializer_Metadata_Cache_FileCacheService', false],
'jms_serializer.object_constructor' => ['privates', 'jms_serializer.doctrine_object_constructor', 'getJmsSerializer_DoctrineObjectConstructorService', false],
'JMS\\Serializer\\SerializerInterface' => ['services', 'jms_serializer', 'getJmsSerializerService', false],
'JMS\\Serializer\\ArrayTransformerInterface' => ['services', 'jms_serializer', 'getJmsSerializerService', false],
'jms_serializer.accessor_strategy' => ['privates', 'jms_serializer.accessor_strategy.default', 'getJmsSerializer_AccessorStrategy_DefaultService', false],
'JMS\\Serializer\\ContextFactory\\SerializationContextFactoryInterface' => ['services', 'jms_serializer.serialization_context_factory', 'getJmsSerializer_SerializationContextFactoryService', false],
'JMS\\Serializer\\ContextFactory\\DeserializationContextFactoryInterface' => ['services', 'jms_serializer.deserialization_context_factory', 'getJmsSerializer_DeserializationContextFactoryService', false],
'jms_serializer.event_dispatcher' => ['privates', 'jms_serializer.traceable_event_dispatcher', 'getJmsSerializer_TraceableEventDispatcherService', false],
'doctrine.migrations.metadata_storage' => ['privates', 'doctrine.migrations.storage.table_storage', 'getDoctrine_Migrations_Storage_TableStorageService', false],
'Sentry\\ClientInterface' => ['privates', 'sentry.client', 'getSentry_ClientService', false],
'Sentry\\SentryBundle\\EventListener\\ConsoleCommandListener' => ['privates', 'Sentry\\SentryBundle\\EventListener\\ConsoleListener', 'getConsoleListenerService', false],
'Knp\\Component\\Pager\\PaginatorInterface' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => ['services', 'lexik_jwt_authentication.jwt_manager', 'getLexikJwtAuthentication_JwtManagerService', false],
'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => ['services', 'lexik_jwt_authentication.jwt_manager', 'getLexikJwtAuthentication_JwtManagerService', false],
'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => ['privates', 'lexik_jwt_authentication.jws_provider.lcobucci', 'getLexikJwtAuthentication_JwsProvider_LcobucciService', false],
'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface' => ['privates', 'lexik_jwt_authentication.extractor.chain_extractor', 'getLexikJwtAuthentication_Extractor_ChainExtractorService', false],
'lexik_jwt_authentication.jwt_token_authenticator' => ['privates', 'lexik_jwt_authentication.security.guard.jwt_token_authenticator', 'getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService', false],
'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => ['services', 'lexik_jwt_authentication.encoder', 'getLexikJwtAuthentication_EncoderService', false],
'nelmio_alice.file_locator' => ['privates', 'hautelook_alice.alice.file_locator.kernel', 'getHautelookAlice_Alice_FileLocator_KernelService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture_bag' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_SimpleFixtureBagDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_TolerantDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.specs' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.specs.simple', 'getNelmioAlice_FixtureBuilder_Denormalizer_Specs_SimpleService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_LegacyConstructorDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Arguments_SimpleArgumentsDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_UniqueValueDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.property' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Property_SimpleDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_SimpleDenormalizerService', false],
'nelmio_alice.fixture_builder.denormalizer.flag_parser' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.flag_parser.element', 'getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_ElementService', false],
'nelmio_alice.fixture_builder' => ['privates', 'nelmio_alice.fixture_builder.simple', 'getNelmioAlice_FixtureBuilder_SimpleService', false],
'nelmio_alice.fixture_builder.denormalizer' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.simple', 'getNelmioAlice_FixtureBuilder_Denormalizer_SimpleService', false],
'nelmio_alice.fixture_builder.denormalizer.parameter_bag' => ['privates', 'nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer', 'getNelmioAlice_FixtureBuilder_Denormalizer_Parameter_SimpleParameterBagDenormalizerService', false],
'nelmio_alice.fixture_builder.expression_language.parser.token_parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_RegistryService', false],
'nelmio_alice.fixture_builder.expression_language.lexer' => ['privates', 'nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_EmptyValueLexerService', false],
'nelmio_alice.fixture_builder.expression_language.parser' => ['privates', 'nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser', 'getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_FunctionFixtureReferenceParserService', false],
'nelmio_alice.property_accessor' => ['privates', 'nelmio_alice.property_accessor.std', 'getNelmioAlice_PropertyAccessor_StdService', false],
'nelmio_alice.generator.hydrator' => ['privates', 'nelmio_alice.generator.hydrator.simple', 'getNelmioAlice_Generator_Hydrator_SimpleService', false],
'nelmio_alice.generator.hydrator.property' => ['privates', 'nelmio_alice.generator.hydrator.property.symfony_property_access', 'getNelmioAlice_Generator_Hydrator_Property_SymfonyPropertyAccessService', false],
'nelmio_alice.generator.resolver.fixture_bag' => ['privates', 'nelmio_alice.generator.resolver.fixture_bag.template_bag', 'getNelmioAlice_Generator_Resolver_FixtureBag_TemplateBagService', false],
'nelmio_alice.generator.resolver.fixture_set' => ['privates', 'nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects', 'getNelmioAlice_Generator_Resolver_FixtureSet_RemoveConflictingObjectsService', false],
'nelmio_alice.generator.resolver.parameter_bag' => ['privates', 'nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters', 'getNelmioAlice_Generator_Resolver_ParameterBag_RemoveConflictingParametersService', false],
'nelmio_alice.generator.resolver.value' => ['privates', 'nelmio_alice.generator.resolver.value.registry', 'getNelmioAlice_Generator_Resolver_Value_RegistryService', false],
'nelmio_alice.generator.resolver.value.property_accessor' => ['privates', 'property_accessor', 'getPropertyAccessorService', false],
'nelmio_alice.generator' => ['privates', 'nelmio_alice.generator.double_pass', 'getNelmioAlice_Generator_DoublePassService', false],
'nelmio_alice.generator.object_generator' => ['privates', 'nelmio_alice.generator.object_generator.complete', 'getNelmioAlice_Generator_ObjectGenerator_CompleteService', false],
'nelmio_alice.generator.instantiator' => ['privates', 'nelmio_alice.generator.instantiator.existing_instance', 'getNelmioAlice_Generator_Instantiator_ExistingInstanceService', false],
'nelmio_alice.generator.caller' => ['privates', 'nelmio_alice.generator.caller.simple', 'getNelmioAlice_Generator_Caller_SimpleService', false],
'nelmio_alice.file_parser' => ['privates', 'nelmio_alice.file_parser.runtime_cache', 'getNelmioAlice_FileParser_RuntimeCacheService', false],
'fidry_alice_data_fixtures.doctrine.loader' => ['services', 'fidry_alice_data_fixtures.loader.doctrine', 'getFidryAliceDataFixtures_Loader_DoctrineService', false],
'fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger' => ['services', 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine', 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService', false],
'SimpleThings\\EntityAudit\\AuditReader' => ['services', 'simplethings_entityaudit.reader', 'getSimplethingsEntityaudit_ReaderService', false],
'SimpleThings\\EntityAudit\\AuditConfiguration' => ['services', 'simplethings_entityaudit.config', 'getSimplethingsEntityaudit_ConfigService', false],
'simplethings_entityaudit.username_callable' => ['privates', 'simplethings_entityaudit.username_callable.token_storage', 'getSimplethingsEntityaudit_UsernameCallable_TokenStorageService', false],
'twig.loader.filesystem' => ['privates', 'twig.loader.native_filesystem', 'getTwig_Loader_NativeFilesystemService', false],
'argument_resolver.controller_locator' => ['privates', '.service_locator.MyxJHXb', 'get_ServiceLocator_MyxJHXbService', false],
'twig.loader' => ['privates', 'twig.loader.native_filesystem', 'getTwig_Loader_NativeFilesystemService', false],
'Psr\\Log\\LoggerInterface $requestLogger' => ['privates', 'monolog.logger.request', 'getMonolog_Logger_RequestService', false],
'Psr\\Log\\LoggerInterface $consoleLogger' => ['privates', 'monolog.logger.console', 'getMonolog_Logger_ConsoleService', false],
'Psr\\Log\\LoggerInterface $messengerLogger' => ['privates', 'monolog.logger.messenger', 'getMonolog_Logger_MessengerService', false],
'Psr\\Log\\LoggerInterface $cacheLogger' => ['privates', 'monolog.logger.cache', 'getMonolog_Logger_CacheService', false],
'Psr\\Log\\LoggerInterface $httpClientLogger' => ['privates', 'monolog.logger.http_client', 'getMonolog_Logger_HttpClientService', false],
'Psr\\Log\\LoggerInterface $mailerLogger' => ['privates', 'monolog.logger.mailer', 'getMonolog_Logger_MailerService', false],
'Psr\\Log\\LoggerInterface $phpLogger' => ['privates', 'monolog.logger.php', 'getMonolog_Logger_PhpService', false],
'Psr\\Log\\LoggerInterface $eventLogger' => ['privates', 'monolog.logger.event', 'getMonolog_Logger_EventService', false],
'Psr\\Log\\LoggerInterface $routerLogger' => ['privates', 'monolog.logger.router', 'getMonolog_Logger_RouterService', false],
'Psr\\Log\\LoggerInterface $profilerLogger' => ['privates', 'monolog.logger.profiler', 'getMonolog_Logger_ProfilerService', false],
'Psr\\Log\\LoggerInterface $securityLogger' => ['privates', 'monolog.logger.security', 'getMonolog_Logger_SecurityService', false],
'Psr\\Log\\LoggerInterface $doctrineLogger' => ['privates', 'monolog.logger.doctrine', 'getMonolog_Logger_DoctrineService', false],
'Psr\\Log\\LoggerInterface $debugLogger' => ['privates', 'monolog.logger.debug', 'getMonolog_Logger_DebugService', false],
'Psr\\Log\\LoggerInterface $nelmioApiDocLogger' => ['privates', 'monolog.logger.nelmio_api_doc', 'getMonolog_Logger_NelmioApiDocService', false],
'doctrine.id_generator_locator' => ['privates', '.service_locator.KLVvNIq', 'get_ServiceLocator_KLVvNIqService', false],
'controller_resolver' => ['privates', 'debug.controller_resolver', 'getDebug_ControllerResolverService', false],
'argument_resolver' => ['privates', 'debug.argument_resolver', 'getDebug_ArgumentResolverService', false],
'translator.data_collector.inner' => ['privates', 'translator.default', 'getTranslator_DefaultService', false],
'security.access.decision_manager' => ['privates', 'debug.security.access.decision_manager', 'getDebug_Security_Access_DecisionManagerService', false],
'twig.error_renderer.html.inner' => ['privates', 'error_handler.error_renderer.html', 'getErrorHandler_ErrorRenderer_HtmlService', false],
'httplug.factory.auto' => ['privates', 'httplug.collector.factory.auto', 'getHttplug_Collector_Factory_AutoService', false],
'httplug.client.app' => ['services', 'httplug.client', 'getHttplug_ClientService', false],
'jms_serializer.metadata.doctrine_type_driver.inner' => ['privates', 'jms_serializer.metadata.chain_driver', 'getJmsSerializer_Metadata_ChainDriverService', false],
'jms_serializer.metadata.typed_properties_driver.inner' => ['privates', 'jms_serializer.metadata.doctrine_type_driver', 'getJmsSerializer_Metadata_DoctrineTypeDriverService', false],
'jms_serializer.doctrine_object_constructor.inner' => ['privates', 'jms_serializer.unserialize_object_constructor', 'getJmsSerializer_UnserializeObjectConstructorService', false],
'doctrine.migrations.migrations_factory' => ['privates', 'doctrine.migrations.container_aware_migrations_factory', 'getDoctrine_Migrations_ContainerAwareMigrationsFactoryService', false],
'var_dumper.cli_dumper' => ['privates', 'var_dumper.contextualized_cli_dumper', 'getVarDumper_ContextualizedCliDumperService', false],
'argument_resolver.request_attribute' => ['privates', 'debug.argument_resolver.request_attribute', 'getDebug_ArgumentResolver_RequestAttributeService', false],
'argument_resolver.request' => ['privates', 'debug.argument_resolver.request', 'getDebug_ArgumentResolver_RequestService', false],
'argument_resolver.session' => ['privates', 'debug.argument_resolver.session', 'getDebug_ArgumentResolver_SessionService', false],
'security.user_value_resolver' => ['privates', 'debug.security.user_value_resolver', 'getDebug_Security_UserValueResolverService', false],
'argument_resolver.service' => ['privates', 'debug.argument_resolver.service', 'getDebug_ArgumentResolver_ServiceService', false],
'argument_resolver.default' => ['privates', 'debug.argument_resolver.default', 'getDebug_ArgumentResolver_DefaultService', false],
'argument_resolver.variadic' => ['privates', 'debug.argument_resolver.variadic', 'getDebug_ArgumentResolver_VariadicService', false],
'argument_resolver.not_tagged_controller' => ['privates', 'debug.argument_resolver.not_tagged_controller', 'getDebug_ArgumentResolver_NotTaggedControllerService', false],
'command_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'event_bus' => ['privates', 'debug.traced.event_bus', 'getDebug_Traced_EventBusService', false],
'http_client' => ['privates', '.debug.http_client', 'get_Debug_HttpClientService', false],
'hwi_oauth.http_client' => ['privates', '.debug.hwi_oauth.http_client', 'get_Debug_HwiOauth_HttpClientService', false],
'doctrine.orm.default_metadata_driver' => ['privates', '.doctrine.orm.default_metadata_driver', 'get_Doctrine_Orm_DefaultMetadataDriverService', false],
'cache.validator' => ['privates', 'cache.validator.traceable', 'getCache_Validator_TraceableService', false],
'cache.serializer' => ['privates', 'cache.serializer.traceable', 'getCache_Serializer_TraceableService', false],
'cache.annotations' => ['privates', 'cache.annotations.traceable', 'getCache_Annotations_TraceableService', false],
'cache.property_info' => ['privates', 'cache.property_info.traceable', 'getCache_PropertyInfo_TraceableService', false],
'cache.messenger.restart_workers_signal' => ['privates', 'cache.messenger.restart_workers_signal.traceable', 'getCache_Messenger_RestartWorkersSignal_TraceableService', false],
'doctrine.result_cache_pool' => ['privates', 'doctrine.result_cache_pool.traceable', 'getDoctrine_ResultCachePool_TraceableService', false],
'doctrine.system_cache_pool' => ['privates', 'doctrine.system_cache_pool.traceable', 'getDoctrine_SystemCachePool_TraceableService', false],
'doctrine.second_level_cache_pool' => ['privates', 'doctrine.second_level_cache_pool.traceable', 'getDoctrine_SecondLevelCachePool_TraceableService', false],
'cache.security_expression_language' => ['privates', 'cache.security_expression_language.traceable', 'getCache_SecurityExpressionLanguage_TraceableService', false],
'jms_serializer.metadata_factory' => ['privates', 'jms_serializer.traceable_metadata_factory', 'getJmsSerializer_TraceableMetadataFactoryService', false],
'jms_serializer.handler_registry' => ['privates', 'jms_serializer.traceable_handler_registry', 'getJmsSerializer_TraceableHandlerRegistryService', false],
'jms_serializer.metadata.file_locator' => ['privates', 'jms_serializer.metadata.traceable_file_locator', 'getJmsSerializer_Metadata_TraceableFileLocatorService', false],
], [
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeExerciseQueueCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeIssueQueueCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CourseProgressReportCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CreateNewUserCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\DeleteElasticsearchIndexesCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\GradebookScoresReportCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\InitializeElasticsearchIndexesCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\MigrateGithubLoginToIdCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ParseRepoCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizInitCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizListUninitializedCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitializeCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizSaveResponseCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeAllQuizzesForCourseCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeElasticsearchDocumentsForCourseCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeScheduleUrlForAllCoursesCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeTreeCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ResultReportCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\SurveyMonkeyLimitBotCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\UserTokenCommand' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitAllWithState' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationReminder' => '?',
'CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationExpirationReminder' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\MaterialReviewRequestConverter' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ExamAccessRequestConverter' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\IssueRequestConverter' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\UserRequestConverter' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ChangePasswordConverter' => '?',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\HandleMessageMiddleware' => '?',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\MessageStoreMiddleware' => '?',
'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\EventBusMiddleware' => '?',
'nyholm.psr7.psr17_factory' => '?',
'argument_metadata_factory' => '?',
'response_listener' => '?',
'streamed_response_listener' => '?',
'locale_listener' => '?',
'validate_request_listener' => '?',
'disallow_search_engine_index_response_listener' => '?',
'exception_listener' => '?',
'parameter_bag' => '?',
'url_helper' => '?',
'cache_clearer' => '?',
'filesystem' => '?',
'file_locator' => '?',
'uri_signer' => '?',
'config_cache_factory' => '?',
'dependency_injection.config.container_parameters_resource_checker' => '?',
'config.resource.self_checking_resource_checker' => '?',
'locale_aware_listener' => '?',
'container.env_var_processor' => '?',
'slugger' => '?',
'container.getenv' => '?',
'config_builder.warmer' => '?',
'fragment.handler' => '?',
'fragment.uri_generator' => '?',
'fragment.renderer.inline' => '?',
'fragment.renderer.hinclude' => '?',
'error_handler.error_renderer.html' => '?',
'console.error_listener' => '?',
'console.suggest_missing_package_subscriber' => '?',
'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.messenger_failed_messages_retry' => '?',
'console.command.messenger_failed_messages_show' => '?',
'console.command.messenger_failed_messages_remove' => '?',
'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' => '?',
'cache.app.taggable' => '?',
'cache.default_marshaller' => '?',
'cache.default_clearer' => '?',
'identity_translator' => '?',
'test.client.history' => '?',
'test.client.cookiejar' => '?',
'test.session.listener' => '?',
'assets.packages' => '?',
'assets.context' => '?',
'assets.empty_version_strategy' => '?',
'assets._default_package' => '?',
'mailer.mailer' => '?',
'mailer.transports' => '?',
'mailer.transport_factory' => '?',
'mailer.messenger.message_handler' => '?',
'mailer.envelope_listener' => '?',
'mailer.message_logger_listener' => '?',
'mailer.transport_factory.gmail' => '?',
'mailer.transport_factory.null' => '?',
'mailer.transport_factory.sendmail' => '?',
'mailer.transport_factory.smtp' => '?',
'mailer.transport_factory.native' => '?',
'fragment.listener' => '?',
'translator.default' => '?',
'translator.formatter.default' => '?',
'translation.loader.php' => '?',
'translation.loader.yml' => '?',
'translation.loader.xliff' => '?',
'translation.loader.po' => '?',
'translation.loader.mo' => '?',
'translation.loader.qt' => '?',
'translation.loader.csv' => '?',
'translation.loader.res' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.dumper.php' => '?',
'translation.dumper.xliff' => '?',
'translation.dumper.po' => '?',
'translation.dumper.mo' => '?',
'translation.dumper.yml' => '?',
'translation.dumper.yaml' => '?',
'translation.dumper.qt' => '?',
'translation.dumper.csv' => '?',
'translation.dumper.ini' => '?',
'translation.dumper.json' => '?',
'translation.dumper.res' => '?',
'translation.extractor.php' => '?',
'translation.reader' => '?',
'translation.extractor' => '?',
'translation.writer' => '?',
'translation.warmer' => '?',
'translation.provider_collection' => '?',
'translation.provider_collection_factory' => '?',
'translation.provider_factory.null' => '?',
'debug.debug_handlers_listener' => '?',
'debug.file_link_formatter' => '?',
'debug.stopwatch' => '?',
'debug.event_dispatcher' => '?',
'debug.controller_resolver' => '?',
'debug.argument_resolver' => '?',
'debug.log_processor' => '?',
'routing.resolver' => '?',
'routing.loader.xml' => '?',
'routing.loader.yml' => '?',
'routing.loader.php' => '?',
'routing.loader.glob' => '?',
'routing.loader.directory' => '?',
'routing.loader.container' => '?',
'router.default' => '?',
'router.request_context' => '?',
'router.expression_language_provider' => '?',
'router.cache_warmer' => '?',
'router_listener' => '?',
'routing.loader.annotation' => '?',
'routing.loader.annotation.directory' => '?',
'routing.loader.annotation.file' => '?',
'annotations.reader' => '?',
'annotations.dummy_registry' => '?',
'annotations.cached_reader' => '?',
'annotations.cache_warmer' => '?',
'annotations.cache_adapter' => '?',
'property_accessor' => '?',
'secrets.vault' => '?',
'secrets.decryption_key' => '?',
'secrets.local_vault' => '?',
'serializer' => '?',
'serializer.mapping.class_discriminator_resolver' => '?',
'serializer.normalizer.constraint_violation_list' => '?',
'serializer.normalizer.mime_message' => '?',
'serializer.normalizer.datetimezone' => '?',
'serializer.normalizer.dateinterval' => '?',
'serializer.normalizer.data_uri' => '?',
'serializer.normalizer.datetime' => '?',
'serializer.normalizer.json_serializable' => '?',
'serializer.normalizer.problem' => '?',
'serializer.denormalizer.unwrapping' => '?',
'serializer.normalizer.uid' => '?',
'serializer.normalizer.form_error' => '?',
'serializer.normalizer.object' => '?',
'serializer.normalizer.property' => '?',
'serializer.denormalizer.array' => '?',
'serializer.mapping.chain_loader' => '?',
'serializer.mapping.class_metadata_factory' => '?',
'serializer.mapping.cache_warmer' => '?',
'serializer.encoder.xml' => '?',
'serializer.encoder.json' => '?',
'serializer.encoder.yaml' => '?',
'serializer.encoder.csv' => '?',
'serializer.name_converter.metadata_aware' => '?',
'property_info.serializer_extractor' => '?',
'error_handler.error_renderer.serializer' => '?',
'serializer.normalizer.backed_enum' => '?',
'property_info' => '?',
'property_info.reflection_extractor' => '?',
'property_info.phpstan_extractor' => '?',
'property_info.php_doc_extractor' => '?',
'cache.property_access' => '?',
'session.factory' => '?',
'session.storage.factory.native' => '?',
'form.resolved_type_factory' => '?',
'form.registry' => '?',
'form.factory' => '?',
'form.extension' => '?',
'form.type_guesser.validator' => '?',
'form.choice_list_factory.default' => '?',
'form.choice_list_factory.property_access' => '?',
'form.choice_list_factory.cached' => '?',
'form.type.form' => '?',
'form.type.choice' => '?',
'form.type.file' => '?',
'form.type.color' => '?',
'form.type_extension.form.transformation_failure_handling' => '?',
'form.type_extension.form.http_foundation' => '?',
'form.type_extension.form.request_handler' => '?',
'form.server_params' => '?',
'form.type_extension.form.validator' => '?',
'form.type_extension.repeated.validator' => '?',
'form.type_extension.submit.validator' => '?',
'form.type_extension.upload.validator' => '?',
'validator.builder' => '?',
'validator.mapping.cache_warmer' => '?',
'validator.validator_factory' => '?',
'validator.expression' => '?',
'validator.expression_language' => '?',
'validator.email' => '?',
'validator.not_compromised_password' => '?',
'validator.property_info_loader' => '?',
'messenger.senders_locator' => '?',
'messenger.middleware.send_message' => '?',
'serializer.normalizer.flatten_exception' => '?',
'messenger.transport.native_php_serializer' => '?',
'messenger.middleware.dispatch_after_current_bus' => '?',
'messenger.middleware.validation' => '?',
'messenger.middleware.reject_redelivered_message_middleware' => '?',
'messenger.middleware.failed_message_processing_middleware' => '?',
'messenger.receiver_locator' => '?',
'messenger.transport_factory' => '?',
'messenger.transport.amqp.factory' => '?',
'messenger.transport.redis.factory' => '?',
'messenger.transport.sync.factory' => '?',
'messenger.transport.in_memory.factory' => '?',
'messenger.retry_strategy_locator' => '?',
'messenger.retry.send_failed_message_for_retry_listener' => '?',
'messenger.failure.add_error_details_stamp_listener' => '?',
'messenger.failure.send_failed_message_to_failure_transport_listener' => '?',
'messenger.listener.stop_worker_on_restart_signal_listener' => '?',
'messenger.listener.stop_worker_on_stop_exception_listener' => '?',
'messenger.listener.reset_services' => '?',
'messenger.routable_message_bus' => '?',
'messenger.transport.async' => '?',
'messenger.retry.multiplier_retry_strategy.async' => '?',
'messenger.transport.async_commands' => '?',
'messenger.retry.multiplier_retry_strategy.async_commands' => '?',
'messenger.transport.async_events' => '?',
'messenger.retry.multiplier_retry_strategy.async_events' => '?',
'messenger.transport.failed' => '?',
'messenger.retry.multiplier_retry_strategy.failed' => '?',
'messenger.transport.sync' => '?',
'messenger.retry.multiplier_retry_strategy.sync' => '?',
'profiler' => '?',
'profiler.storage' => '?',
'profiler_listener' => '?',
'data_collector.config' => '?',
'data_collector.request' => '?',
'data_collector.ajax' => '?',
'data_collector.exception' => '?',
'data_collector.events' => '?',
'data_collector.logger' => '?',
'data_collector.time' => '?',
'data_collector.memory' => '?',
'data_collector.router' => '?',
'data_collector.cache' => '?',
'cache_pool_clearer.cache_warmer' => '?',
'form.type_extension.form.data_collector' => '?',
'data_collector.form.extractor' => '?',
'data_collector.form' => '?',
'debug.validator' => '?',
'data_collector.validator' => '?',
'translator.data_collector' => '?',
'data_collector.translation' => '?',
'data_collector.messenger' => '?',
'mailer.data_collector' => '?',
'data_collector.http_client' => '?',
'mime_types' => '?',
'security.authorization_checker' => '?',
'security.token_storage' => '?',
'security.untracked_token_storage' => '?',
'security.helper' => '?',
'security.authentication.trust_resolver' => '?',
'security.authentication.session_strategy' => '?',
'security.encoder_factory.generic' => '?',
'security.user_password_encoder.generic' => '?',
'security.user_checker' => '?',
'security.expression_language' => '?',
'security.authentication_utils' => '?',
'security.role_hierarchy' => '?',
'security.access.authenticated_voter' => '?',
'security.access.role_hierarchy_voter' => '?',
'security.access.expression_voter' => '?',
'security.impersonate_url_generator' => '?',
'security.firewall.map' => '?',
'security.logout_url_generator' => '?',
'security.http_utils' => '?',
'security.validator.user_password' => '?',
'security.password_hasher_factory' => '?',
'security.channel_listener' => '?',
'security.access_map' => '?',
'security.access_listener' => '?',
'security.rememberme.response_listener' => '?',
'security.authentication.manager' => '?',
'twig.extension.logout_url' => '?',
'twig.extension.security' => '?',
'data_collector.security' => '?',
'security.authentication.guard_handler' => '?',
'debug.security.access.decision_manager' => '?',
'debug.security.voter.vote_listener' => '?',
'debug.security.firewall' => '?',
'security.command.debug_firewall' => '?',
'security.firewall.map.config.webhooks' => '?',
'security.event_dispatcher.webhooks' => '?',
'security.context_listener.0' => '?',
'security.authentication.listener.anonymous.webhooks' => '?',
'security.authentication.provider.anonymous.webhooks' => '?',
'security.exception_listener.webhooks' => '?',
'security.firewall.map.context.webhooks' => '?',
'security.firewall.map.config.public_api' => '?',
'security.event_dispatcher.public_api' => '?',
'security.context_listener.1' => '?',
'security.authentication.listener.anonymous.public_api' => '?',
'security.authentication.provider.anonymous.public_api' => '?',
'security.exception_listener.public_api' => '?',
'security.firewall.map.context.public_api' => '?',
'security.firewall.map.config.lms_api' => '?',
'security.event_dispatcher.lms_api' => '?',
'security.authentication.provider.guard.lms_api' => '?',
'security.authentication.listener.guard.lms_api' => '?',
'security.exception_listener.lms_api' => '?',
'security.firewall.map.context.lms_api' => '?',
'security.firewall.map.config.main' => '?',
'security.event_dispatcher.main' => '?',
'security.context_listener.2' => '?',
'security.logout_listener.main' => '?',
'security.logout.listener.default.main' => '?',
'security.logout.listener.session.main' => '?',
'hwi_oauth.authentication.provider.oauth.main' => '?',
'security.authentication.success_handler.main.oauth' => '?',
'security.authentication.failure_handler.main.oauth' => '?',
'hwi_oauth.authentication.listener.oauth.main' => '?',
'hwi_oauth.context_listener.token_refresher.main' => '?',
'security.authentication.provider.dao.main' => '?',
'security.authentication.success_handler.main.form_login' => '?',
'security.authentication.failure_handler.main.form_login' => '?',
'security.authentication.listener.form.main' => '?',
'security.authentication.form_entry_point.main' => '?',
'security.authentication.provider.rememberme.main' => '?',
'security.authentication.rememberme.services.simplehash.main' => '?',
'security.authentication.listener.rememberme.main' => '?',
'security.logout.listener.remember_me.main' => '?',
'security.authentication.listener.anonymous.main' => '?',
'security.authentication.provider.anonymous.main' => '?',
'security.exception_listener.main' => '?',
'security.firewall.map.context.main' => '?',
'security.command.user_password_encoder' => '?',
'security.command.user_password_hash' => '?',
'twig' => '?',
'twig.app_variable' => '?',
'twig.template_iterator' => '?',
'twig.template_cache_warmer' => '?',
'twig.loader.native_filesystem' => '?',
'twig.extension.profiler' => '?',
'twig.profile' => '?',
'data_collector.twig' => '?',
'twig.extension.trans' => '?',
'twig.extension.assets' => '?',
'twig.extension.code' => '?',
'twig.extension.routing' => '?',
'twig.extension.yaml' => '?',
'twig.extension.debug.stopwatch' => '?',
'twig.extension.expression' => '?',
'twig.extension.httpkernel' => '?',
'twig.runtime.httpkernel' => '?',
'twig.extension.httpfoundation' => '?',
'twig.translation.extractor' => '?',
'twig.configurator.environment' => '?',
'twig.runtime_loader' => '?',
'twig.error_renderer.html' => '?',
'twig.runtime.serializer' => '?',
'twig.extension.serializer' => '?',
'twig.extension.form' => '?',
'twig.form.engine' => '?',
'twig.form.renderer' => '?',
'twig.command.debug' => '?',
'twig.command.lint' => '?',
'twig.mailer.message_listener' => '?',
'twig.mime_body_renderer' => '?',
'monolog.logger' => '?',
'monolog.processor.psr_log_message' => '?',
'monolog.handler.main' => '?',
'monolog.handler.console' => '?',
'monolog.handler.server_log' => '?',
'doctrine.dbal.logger' => '?',
'data_collector.doctrine' => '?',
'doctrine.dbal.connection_factory' => '?',
'doctrine.twig.doctrine_extension' => '?',
'doctrine.database_create_command' => '?',
'doctrine.database_drop_command' => '?',
'doctrine.query_sql_command' => '?',
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => '?',
'doctrine.database_import_command' => '?',
'doctrine.dbal.default_connection.configuration' => '?',
'doctrine.dbal.logger.profiling.default' => '?',
'doctrine.dbal.logger.chain.default' => '?',
'doctrine.dbal.default_regex_schema_filter' => '?',
'doctrine.dbal.default_connection.event_manager' => '?',
'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => '?',
'messenger.transport.doctrine.factory' => '?',
'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'doctrine.orm.proxy_cache_warmer' => '?',
'form.type_guesser.doctrine' => '?',
'form.type.entity' => '?',
'doctrine.orm.container_repository_factory' => '?',
'doctrine.orm.validator.unique' => '?',
'doctrine.orm.validator_initializer' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.naming_strategy.underscore' => '?',
'doctrine.orm.quote_strategy.default' => '?',
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
'doctrine.orm.command.entity_manager_provider' => '?',
'doctrine.cache_clear_metadata_command' => '?',
'doctrine.cache_clear_query_cache_command' => '?',
'doctrine.cache_clear_result_command' => '?',
'doctrine.cache_collection_region_command' => '?',
'doctrine.mapping_convert_command' => '?',
'doctrine.schema_create_command' => '?',
'doctrine.schema_drop_command' => '?',
'doctrine.ensure_production_settings_command' => '?',
'doctrine.clear_entity_region_command' => '?',
'doctrine.mapping_info_command' => '?',
'doctrine.clear_query_region_command' => '?',
'doctrine.query_dql_command' => '?',
'doctrine.schema_update_command' => '?',
'doctrine.schema_validate_command' => '?',
'doctrine.mapping_import_command' => '?',
'doctrine.orm.default_configuration' => '?',
'doctrine.orm.default_annotation_metadata_driver' => '?',
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.default_second_level_cache.regions_configuration' => '?',
'doctrine.orm.default_manager_configurator' => '?',
'doctrine.orm.default_entity_manager.property_info_extractor' => '?',
'doctrine.orm.default_entity_manager.validator_loader' => '?',
'sensio_framework_extra.controller.listener' => '?',
'sensio_framework_extra.converter.listener' => '?',
'sensio_framework_extra.converter.manager' => '?',
'sensio_framework_extra.converter.doctrine.orm' => '?',
'framework_extra_bundle.date_time_param_converter' => '?',
'sensio_framework_extra.converter.doctrine.orm.expression_language.default' => '?',
'sensio_framework_extra.view.guesser' => '?',
'sensio_framework_extra.view.listener' => '?',
'sensio_framework_extra.cache.listener' => '?',
'sensio_framework_extra.security.listener' => '?',
'sensio_framework_extra.security.expression_language.default' => '?',
'framework_extra_bundle.event.is_granted' => '?',
'framework_extra_bundle.argument_name_convertor' => '?',
'fos_user.object_manager' => '?',
'fos_user.user_listener' => '?',
'fos_user.validator.initializer' => '?',
'fos_user.security.interactive_login_listener' => '?',
'fos_user.security.login_manager' => '?',
'fos_user.user_provider.username_email' => '?',
'fos_user.util.canonicalizer.default' => '?',
'fos_user.util.user_manipulator' => '?',
'fos_user.util.token_generator.default' => '?',
'fos_user.util.password_updater' => '?',
'fos_user.util.canonical_fields_updater' => '?',
'fos_user.listener.authentication' => '?',
'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' => '?',
'fos_user.listener.flash' => '?',
'fos_user.username_form_type' => '?',
'fos_user.user_to_username_transformer' => '?',
'fos_user.profile.form.factory' => '?',
'fos_user.profile.form.type' => '?',
'fos_user.registration.form.factory' => '?',
'fos_user.registration.form.type' => '?',
'fos_user.change_password.form.factory' => '?',
'fos_user.change_password.form.type' => '?',
'fos_user.resetting.form.factory' => '?',
'fos_user.resetting.form.type' => '?',
'fos_user.listener.resetting' => '?',
'time.datetime_formatter' => '?',
'time.twig.extension.time' => '?',
'httplug.strategy_listener' => '?',
'httplug.message_factory.default' => '?',
'httplug.stream_factory.default' => '?',
'httplug.uri_factory.default' => '?',
'httplug.psr18_client.default' => '?',
'httplug.psr17_request_factory.default' => '?',
'httplug.psr17_response_factory.default' => '?',
'httplug.psr17_stream_factory.default' => '?',
'httplug.psr17_uri_factory.default' => '?',
'httplug.psr17_uploaded_file_factory.default' => '?',
'httplug.psr17_server_request_factory.default' => '?',
'Http\\Client\\Common\\PluginClientFactory' => '?',
'httplug.plugin.content_length' => '?',
'httplug.plugin.redirect' => '?',
'httplug.formatter.full_http_message' => '?',
'httplug.collector.formatter' => '?',
'httplug.collector.collector' => '?',
'httplug.collector.twig.http_message' => '?',
'httplug.collector.factory.auto' => '?',
'Http\\HttplugBundle\\Collector\\PluginClientFactoryListener' => '?',
'httplug.client.app.client' => '?',
'httplug.client.app.http_methods' => '?',
'hwi_oauth.storage.session' => '?',
'hwi_oauth.security.oauth_utils' => '?',
'hwi_oauth.resource_ownermap_locator' => '?',
'hwi_oauth.templating.helper.oauth' => '?',
'hwi_oauth.twig.extension.oauth' => '?',
'hwi_oauth.twig.extension.oauth.runtime' => '?',
'hwi_oauth.util.domain_whitelist' => '?',
'hwi_oauth.resource_owner.google' => '?',
'hwi_oauth.resource_owner.github' => '?',
'jms_serializer.event_dispatcher.service_locator' => '?',
'jms_serializer.doctrine_proxy_subscriber' => '?',
'jms_serializer.stopwatch_subscriber' => '?',
'jms_serializer.handler_registry.service_locator' => '?',
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.form_error_handler' => '?',
'jms_serializer.iterator_handler' => '?',
'jms_serializer.type_parser' => '?',
'jms_serializer.metadata.yaml_driver' => '?',
'jms_serializer.metadata.xml_driver' => '?',
'jms_serializer.metadata.annotation_driver' => '?',
'jms_serializer.metadata.chain_driver' => '?',
'jms_serializer.metadata.doctrine_type_driver' => '?',
'jms_serializer.metadata.typed_properties_driver' => '?',
'jms_serializer.metadata.service_locator' => '?',
'jms_serializer.metadata.lazy_loading_driver' => '?',
'jms_serializer.metadata.cache.file_cache' => '?',
'jms_serializer.doctrine_object_constructor' => '?',
'jms_serializer.unserialize_object_constructor' => '?',
'jms_serializer.serializer' => '?',
'jms_serializer.deserialization_graph_navigator_factory' => '?',
'jms_serializer.serialization_graph_navigator_factory' => '?',
'jms_serializer.expression_evaluator' => '?',
'jms_serializer.expression_language' => '?',
'jms_serializer.expression_language.function_provider' => '?',
'jms_serializer.twig_extension.runtime_serializer' => '?',
'jms_serializer.twig_extension.serializer_runtime_helper' => '?',
'jms_serializer.accessor_strategy.default' => '?',
'jms_serializer.json_serialization_visitor' => '?',
'jms_serializer.json_deserialization_visitor' => '?',
'jms_serializer.xml_serialization_visitor' => '?',
'jms_serializer.xml_deserialization_visitor' => '?',
'jms_serializer.cache.cache_clearer' => '?',
'jms_serializer.configured_serialization_context_factory' => '?',
'jms_serializer.configured_deserialization_context_factory' => '?',
'data_collector.jms_serializer' => '?',
'jms_serializer.traceable_event_dispatcher' => '?',
'jms_serializer.traceable_runs_listener' => '?',
'jms_serializer.traceable_metadata_factory' => '?',
'jms_serializer.traceable_handler_registry' => '?',
'jms_serializer.metadata.traceable_file_locator' => '?',
'jms_serializer.metadata.annotation_and_attributes_reader' => '?',
'doctrine.migrations.dependency_factory' => '?',
'doctrine.migrations.configuration_loader' => '?',
'doctrine.migrations.entity_manager_registry_loader' => '?',
'doctrine.migrations.configuration' => '?',
'doctrine.migrations.container_aware_migrations_factory' => '?',
'doctrine_migrations.diff_command' => '?',
'doctrine_migrations.sync_metadata_command' => '?',
'doctrine_migrations.versions_command' => '?',
'doctrine_migrations.current_command' => '?',
'doctrine_migrations.dump_schema_command' => '?',
'doctrine_migrations.execute_command' => '?',
'doctrine_migrations.generate_command' => '?',
'doctrine_migrations.latest_command' => '?',
'doctrine_migrations.migrate_command' => '?',
'doctrine_migrations.rollup_command' => '?',
'doctrine_migrations.status_command' => '?',
'doctrine_migrations.up_to_date_command' => '?',
'doctrine_migrations.version_command' => '?',
'doctrine.migrations.storage.table_storage' => '?',
'doctrine.fixtures_load_command' => '?',
'doctrine.fixtures.loader' => '?',
'doctrine.fixtures.purger.orm_purger_factory' => '?',
'Sentry\\Transport\\TransportFactoryInterface' => '?',
'Sentry\\State\\HubInterface' => '?',
'Sentry\\SentryBundle\\EventListener\\ConsoleListener' => '?',
'Sentry\\SentryBundle\\EventListener\\ErrorListener' => '?',
'Sentry\\SentryBundle\\EventListener\\RequestListener' => '?',
'Sentry\\SentryBundle\\EventListener\\SubRequestListener' => '?',
'Sentry\\SentryBundle\\EventListener\\TracingRequestListener' => '?',
'Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener' => '?',
'Sentry\\SentryBundle\\EventListener\\TracingConsoleListener' => '?',
'Sentry\\SentryBundle\\EventListener\\MessengerListener' => '?',
'Sentry\\SentryBundle\\Command\\SentryTestCommand' => '?',
'Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension' => '?',
'Sentry\\Integration\\RequestFetcherInterface' => '?',
'Sentry\\SentryBundle\\Twig\\SentryExtension' => '?',
'sentry.client.options' => '?',
'sentry.client' => '?',
'knp_paginator.subscriber.paginate' => '?',
'knp_paginator.subscriber.sortable' => '?',
'knp_paginator.subscriber.filtration' => '?',
'knp_paginator.subscriber.sliding_pagination' => '?',
'knp_paginator.helper.processor' => '?',
'knp_paginator.twig.extension.pagination' => '?',
'lexik_jwt_authentication.key_loader.raw' => '?',
'lexik_jwt_authentication.encoder.lcobucci' => '?',
'lexik_jwt_authentication.jws_provider.lcobucci' => '?',
'lexik_jwt_authentication.extractor.chain_extractor' => '?',
'lexik_jwt_authentication.extractor.authorization_header_extractor' => '?',
'lexik_jwt_authentication.extractor.cookie_extractor' => '?',
'lexik_jwt_authentication.security.guard.jwt_token_authenticator' => '?',
'lexik_jwt_authentication.check_config_command' => '?',
'lexik_jwt_authentication.generate_keypair_command' => '?',
'twig.extension.dump' => '?',
'debug.dump_listener' => '?',
'var_dumper.contextualized_cli_dumper' => '?',
'var_dumper.html_dumper' => '?',
'var_dumper.server_connection' => '?',
'var_dumper.dump_server' => '?',
'var_dumper.command.server_dump' => '?',
'monolog.command.server_log' => '?',
'web_profiler.csp.handler' => '?',
'twig.extension.webprofiler' => '?',
'debug.file_link_formatter.url_format' => '?',
'web_profiler.debug_toolbar' => '?',
'nelmio_alice.file_locator.default' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple' => '?',
'nelmio_alice.fixture_builder.denormalizer.specs.simple' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler' => '?',
'nelmio_alice.fixture_builder.denormalizer.flag_parser.element' => '?',
'nelmio_alice.fixture_builder.denormalizer.flag_parser.registry' => '?',
'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator' => '?',
'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend' => '?',
'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional' => '?',
'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template' => '?',
'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique' => '?',
'nelmio_alice.fixture_builder.simple' => '?',
'nelmio_alice.fixture_builder.denormalizer.simple' => '?',
'nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer' => '?',
'nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer' => '?',
'nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer' => '?',
'nelmio_alice.fixture_builder.expression_language.lexer.function_lexer' => '?',
'nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer' => '?',
'nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer' => '?',
'nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.string_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.simple_parser' => '?',
'nelmio_alice.property_accessor.std' => '?',
'nelmio_alice.faker.generator' => '?',
'nelmio_alice.faker.provider.alice' => '?',
'nelmio_alice.generator.hydrator.simple' => '?',
'nelmio_alice.generator.hydrator.property.symfony_property_access' => '?',
'nelmio_alice.generator.resolver.fixture_bag.template_bag' => '?',
'nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects' => '?',
'nelmio_alice.generator.resolver.fixture_set.simple' => '?',
'nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters' => '?',
'nelmio_alice.generator.resolver.parameter_bag.simple' => '?',
'nelmio_alice.generator.resolver.parameter.registry' => '?',
'nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver' => '?',
'nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver' => '?',
'nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver' => '?',
'nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver' => '?',
'nelmio_alice.generator.named_arguments_resolver' => '?',
'nelmio_alice.generator.resolver.value.registry' => '?',
'nelmio_alice.generator.resolver.value.unique_values_pool' => '?',
'nelmio_alice.generator.resolver.value.chainable.array_value_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.faker_value_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.php_value_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.function_argument_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.list_value_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.optional_value_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.unique_value_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver' => '?',
'nelmio_alice.generator.resolver.value.chainable.variable_value_resolver' => '?',
'nelmio_alice.generator.double_pass' => '?',
'nelmio_alice.generator.object_generator.complete' => '?',
'nelmio_alice.generator.object_generator.simple' => '?',
'nelmio_alice.generator.instantiator.existing_instance' => '?',
'nelmio_alice.generator.instantiator.resolver' => '?',
'nelmio_alice.generator.instantiator.registry' => '?',
'nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator' => '?',
'nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator' => '?',
'nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator' => '?',
'nelmio_alice.generator.instantiator.chainable.static_factory_instantiator' => '?',
'nelmio_alice.generator.caller.simple' => '?',
'nelmio_alice.generator.caller.registry' => '?',
'nelmio_alice.generator.caller.chainable.configurator_method_call' => '?',
'nelmio_alice.generator.caller.chainable.method_call_with_reference' => '?',
'nelmio_alice.generator.caller.chainable.optional_method_call' => '?',
'nelmio_alice.generator.caller.chainable.simple_call' => '?',
'nelmio_alice.file_parser.runtime_cache' => '?',
'nelmio_alice.file_parser.symfony_yaml' => '?',
'nelmio_alice.file_parser.default_include_processor' => '?',
'nelmio_alice.file_parser.registry' => '?',
'nelmio_alice.file_parser.chainable.yaml' => '?',
'nelmio_alice.file_parser.chainable.php' => '?',
'nelmio_alice.file_parser.chainable.json' => '?',
'nelmio_alice.data_loader.simple' => '?',
'nelmio_alice.file_loader.simple' => '?',
'nelmio_alice.files_loader.simple' => '?',
'fidry_alice_data_fixtures.loader.simple' => '?',
'fidry_alice_data_fixtures.doctrine.purger_loader' => '?',
'fidry_alice_data_fixtures.doctrine.persister_loader' => '?',
'fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory' => '?',
'fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister' => '?',
'hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator' => '?',
'hautelook_alice.alice.file_locator.kernel' => '?',
'hautelook_alice.resolver.bundle.simple_resolver' => '?',
'hautelook_alice.resolver.bundle.no_bundle_resolver' => '?',
'hautelook_alice.resolver.file.kernel_file_resolver' => '?',
'hautelook_alice.locator.env_directory' => '?',
'hautelook_alice.locator.environmentless' => '?',
'hautelook_alice.loader.doctrine_orm_loader' => '?',
'maker.file_manager' => '?',
'maker.autoloader_finder' => '?',
'maker.autoloader_util' => '?',
'maker.file_link_formatter' => '?',
'maker.event_registry' => '?',
'maker.console_error_listener' => '?',
'maker.doctrine_helper' => '?',
'maker.generator' => '?',
'maker.entity_class_generator' => '?',
'maker.user_class_builder' => '?',
'maker.security_config_updater' => '?',
'maker.renderer.form_type_renderer' => '?',
'maker.security_controller_builder' => '?',
'maker.php_compat_util' => '?',
'maker.template_component_generator' => '?',
'maker.maker.make_authenticator' => '?',
'maker.maker.make_command' => '?',
'maker.maker.make_twig_component' => '?',
'maker.maker.make_controller' => '?',
'maker.maker.make_crud' => '?',
'maker.maker.make_docker_database' => '?',
'maker.maker.make_entity' => '?',
'maker.maker.make_fixtures' => '?',
'maker.maker.make_form' => '?',
'maker.maker.make_message' => '?',
'maker.maker.make_messenger_middleware' => '?',
'maker.maker.make_registration_form' => '?',
'maker.maker.make_reset_password' => '?',
'maker.maker.make_serializer_encoder' => '?',
'maker.maker.make_serializer_normalizer' => '?',
'maker.maker.make_subscriber' => '?',
'maker.maker.make_twig_extension' => '?',
'maker.maker.make_test' => '?',
'maker.maker.make_validator' => '?',
'maker.maker.make_voter' => '?',
'maker.maker.make_user' => '?',
'maker.maker.make_migration' => '?',
'maker.maker.make_stimulus_controller' => '?',
'nelmio_api_doc.render_docs.html' => '?',
'nelmio_api_doc.render_docs.html.asset' => '?',
'nelmio_api_doc.render_docs.json' => '?',
'nelmio_api_doc.render_docs.yaml' => '?',
'nelmio_api_doc.controller_reflector' => '?',
'nelmio_api_doc.describers.config' => '?',
'nelmio_api_doc.describers.default' => '?',
'nelmio_api_doc.route_describers.route_metadata' => '?',
'nelmio_api_doc.model_describers.object' => '?',
'nelmio_api_doc.model_describers.enum' => '?',
'nelmio_api_doc.model_describers.object_fallback' => '?',
'nelmio_api_doc.object_model.property_describers.array' => '?',
'nelmio_api_doc.object_model.property_describers.boolean' => '?',
'nelmio_api_doc.object_model.property_describers.float' => '?',
'nelmio_api_doc.object_model.property_describers.integer' => '?',
'nelmio_api_doc.object_model.property_describers.string' => '?',
'nelmio_api_doc.object_model.property_describers.date_time' => '?',
'nelmio_api_doc.object_model.property_describers.object' => '?',
'nelmio_api_doc.object_model.property_describers.compound' => '?',
'nelmio_api_doc.form.documentation_extension' => '?',
'nelmio_api_doc.describers.route.default' => '?',
'nelmio_api_doc.describers.openapi_php.default' => '?',
'nelmio_api_doc.describers.config.default' => '?',
'nelmio_api_doc.routes.default' => '?',
'nelmio_api_doc.generator_locator' => '?',
'nelmio_api_doc.route_describers.php_doc' => '?',
'nelmio_api_doc.model_describers.jms' => '?',
'nelmio_cors.cors_listener' => '?',
'nelmio_cors.options_resolver' => '?',
'nelmio_cors.options_provider.config' => '?',
'nelmio_cors.cacheable_response_vary_listener' => '?',
'simplethings_entityaudit.log_revisions_listener' => '?',
'simplethings_entityaudit.create_schema_listener' => '?',
'simplethings_entityaudit.username_callable.token_storage' => '?',
'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' => '?',
'debug.argument_resolver.request_attribute' => '?',
'debug.argument_resolver.request' => '?',
'debug.argument_resolver.session' => '?',
'debug.security.user_value_resolver' => '?',
'debug.argument_resolver.service' => '?',
'debug.argument_resolver.default' => '?',
'debug.argument_resolver.variadic' => '?',
'debug.argument_resolver.not_tagged_controller' => '?',
'command_bus.middleware.traceable' => '?',
'command_bus.middleware.add_bus_name_stamp_middleware' => '?',
'command_bus.middleware.handle_message' => '?',
'debug.traced.command_bus' => '?',
'event_bus.middleware.traceable' => '?',
'event_bus.middleware.add_bus_name_stamp_middleware' => '?',
'event_bus.middleware.handle_message' => '?',
'debug.traced.event_bus' => '?',
'command_bus.messenger.handlers_locator' => '?',
'event_bus.messenger.handlers_locator' => '?',
'debug.security.voter.security.access.authenticated_voter' => '?',
'debug.security.voter.security.access.role_hierarchy_voter' => '?',
'debug.security.voter.security.access.expression_voter' => '?',
'monolog.logger.request' => '?',
'monolog.logger.console' => '?',
'monolog.logger.messenger' => '?',
'monolog.logger.cache' => '?',
'monolog.logger.http_client' => '?',
'monolog.logger.mailer' => '?',
'monolog.logger.php' => '?',
'monolog.logger.event' => '?',
'monolog.logger.router' => '?',
'monolog.logger.profiler' => '?',
'monolog.logger.security' => '?',
'monolog.logger.doctrine' => '?',
'monolog.logger.debug' => '?',
'monolog.logger.nelmio_api_doc' => '?',
'doctrine.second_level_cache_pool.compatibility_layer' => '?',
'doctrine.dbal.default_schema_asset_filter_manager' => '?',
'cache.app.traceable' => '?',
'cache.system.traceable' => '?',
'cache.validator.traceable' => '?',
'cache.serializer.traceable' => '?',
'cache.annotations.traceable' => '?',
'cache.property_info.traceable' => '?',
'cache.messenger.restart_workers_signal.traceable' => '?',
'materials_cache.traceable' => '?',
'response_cache.traceable' => '?',
'doctrine.result_cache_pool.traceable' => '?',
'doctrine.system_cache_pool.traceable' => '?',
'doctrine.second_level_cache_pool.traceable' => '?',
'cache.validator_expression_language.traceable' => '?',
'cache.security_expression_language.traceable' => '?',
'nelmio_api_doc.model_describers.form' => '?',
'debug.validator.inner' => '?',
'debug.event_dispatcher.inner' => '?',
'debug.controller_resolver.inner' => '?',
'debug.argument_resolver.inner' => '?',
'debug.security.access.decision_manager.inner' => '?',
'httplug.collector.factory.auto.inner' => '?',
'httplug.client.app.http_methods.inner' => '?',
'doctrine.migrations.container_aware_migrations_factory.inner' => '?',
'var_dumper.contextualized_cli_dumper.inner' => '?',
'debug.argument_resolver.request_attribute.inner' => '?',
'debug.argument_resolver.request.inner' => '?',
'debug.argument_resolver.session.inner' => '?',
'debug.security.user_value_resolver.inner' => '?',
'debug.argument_resolver.service.inner' => '?',
'debug.argument_resolver.default.inner' => '?',
'debug.argument_resolver.variadic.inner' => '?',
'debug.argument_resolver.not_tagged_controller.inner' => '?',
'debug.traced.command_bus.inner' => '?',
'debug.traced.event_bus.inner' => '?',
'cache.app.traceable.inner' => '?',
'cache.system.traceable.inner' => '?',
'cache.validator.traceable.inner' => '?',
'cache.serializer.traceable.inner' => '?',
'cache.annotations.traceable.inner' => '?',
'cache.property_info.traceable.inner' => '?',
'cache.messenger.restart_workers_signal.traceable.inner' => '?',
'materials_cache.traceable.inner' => '?',
'response_cache.traceable.inner' => '?',
'doctrine.result_cache_pool.traceable.inner' => '?',
'doctrine.system_cache_pool.traceable.inner' => '?',
'doctrine.second_level_cache_pool.traceable.inner' => '?',
'cache.validator_expression_language.traceable.inner' => '?',
'cache.security_expression_language.traceable.inner' => '?',
'jms_serializer.traceable_metadata_factory.inner' => '?',
'jms_serializer.traceable_handler_registry.inner' => '?',
'jms_serializer.metadata.traceable_file_locator.inner' => '?',
'cache.app.traceable.recorder_inner' => '?',
'cache.system.traceable.recorder_inner' => '?',
'cache.validator.traceable.recorder_inner' => '?',
'cache.serializer.traceable.recorder_inner' => '?',
'cache.annotations.traceable.recorder_inner' => '?',
'cache.property_info.traceable.recorder_inner' => '?',
'cache.messenger.restart_workers_signal.traceable.recorder_inner' => '?',
'materials_cache.traceable.recorder_inner' => '?',
'response_cache.traceable.recorder_inner' => '?',
'doctrine.result_cache_pool.traceable.recorder_inner' => '?',
'doctrine.system_cache_pool.traceable.recorder_inner' => '?',
'doctrine.second_level_cache_pool.traceable.recorder_inner' => '?',
'cache.validator_expression_language.traceable.recorder_inner' => '?',
'cache.security_expression_language.traceable.recorder_inner' => '?',
'Psr\\Container\\ContainerInterface' => '?',
'Symfony\\Component\\DependencyInjection\\ContainerInterface' => '?',
'Psr\\Http\\Message\\RequestFactoryInterface' => '?',
'Psr\\Http\\Message\\ResponseFactoryInterface' => '?',
'Psr\\Http\\Message\\ServerRequestFactoryInterface' => '?',
'Psr\\Http\\Message\\StreamFactoryInterface' => '?',
'Psr\\Http\\Message\\UploadedFileFactoryInterface' => '?',
'Psr\\Http\\Message\\UriFactoryInterface' => '?',
'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => '?',
'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => '?',
'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => '?',
'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
'Symfony\\Component\\HttpFoundation\\UrlHelper' => '?',
'Symfony\\Component\\HttpKernel\\KernelInterface' => '?',
'Symfony\\Component\\Filesystem\\Filesystem' => '?',
'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => '?',
'Symfony\\Component\\HttpKernel\\UriSigner' => '?',
'Symfony\\Component\\String\\Slugger\\SluggerInterface' => '?',
'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => '?',
'error_renderer.html' => '?',
'error_renderer' => '?',
'Psr\\EventDispatcher\\EventDispatcherInterface' => '?',
'Psr\\Container\\ContainerInterface $parameterBag' => '?',
'Psr\\Cache\\CacheItemPoolInterface' => '?',
'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => '?',
'Symfony\\Contracts\\Cache\\CacheInterface' => '?',
'Symfony\\Contracts\\Cache\\TagAwareCacheInterface' => '?',
'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
'Symfony\\Component\\Asset\\Packages' => '?',
'Symfony\\Contracts\\HttpClient\\HttpClientInterface' => '?',
'mailer' => '?',
'Symfony\\Component\\Mailer\\MailerInterface' => '?',
'mailer.logger_message_listener' => '?',
'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => '?',
'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => '?',
'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => '?',
'translator.formatter' => '?',
'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => '?',
'Symfony\\Component\\Stopwatch\\Stopwatch' => '?',
'Symfony\\Component\\Routing\\RouterInterface' => '?',
'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => '?',
'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => '?',
'Symfony\\Component\\Routing\\RequestContextAwareInterface' => '?',
'Symfony\\Component\\Routing\\RequestContext' => '?',
'annotation_reader' => '?',
'Doctrine\\Common\\Annotations\\Reader' => '?',
'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => '?',
'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
'Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface' => '?',
'Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface' => '?',
'Symfony\\Component\\Serializer\\Encoder\\EncoderInterface' => '?',
'Symfony\\Component\\Serializer\\Encoder\\DecoderInterface' => '?',
'serializer.property_accessor' => '?',
'Symfony\\Component\\Serializer\\Mapping\\ClassDiscriminatorResolverInterface' => '?',
'Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer' => '?',
'Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer' => '?',
'Symfony\\Component\\Serializer\\Mapping\\Factory\\ClassMetadataFactoryInterface' => '?',
'error_renderer.serializer' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => '?',
'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => '?',
'cache.default_redis_provider' => '?',
'cache.default_doctrine_dbal_provider' => '?',
'Symfony\\Contracts\\Cache\\TagAwareCacheInterface $materialsCache' => '?',
'Symfony\\Contracts\\Cache\\CacheInterface $materialsCache' => '?',
'Psr\\Cache\\CacheItemPoolInterface $materialsCache' => '?',
'Symfony\\Contracts\\Cache\\TagAwareCacheInterface $responseCache' => '?',
'Symfony\\Contracts\\Cache\\CacheInterface $responseCache' => '?',
'Psr\\Cache\\CacheItemPoolInterface $responseCache' => '?',
'Symfony\\Contracts\\Cache\\CacheInterface $doctrineResultCachePool' => '?',
'Psr\\Cache\\CacheItemPoolInterface $doctrineResultCachePool' => '?',
'Symfony\\Contracts\\Cache\\CacheInterface $doctrineSystemCachePool' => '?',
'Psr\\Cache\\CacheItemPoolInterface $doctrineSystemCachePool' => '?',
'Symfony\\Contracts\\Cache\\CacheInterface $doctrineSecondLevelCachePool' => '?',
'Psr\\Cache\\CacheItemPoolInterface $doctrineSecondLevelCachePool' => '?',
'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '?',
'SessionHandlerInterface' => '?',
'session.storage.factory' => '?',
'session.handler' => '?',
'session_listener' => '?',
'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => '?',
'Symfony\\Component\\Form\\FormRegistryInterface' => '?',
'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
'form.property_accessor' => '?',
'form.choice_list_factory' => '?',
'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => '?',
'validator.mapping.class_metadata_factory' => '?',
'Symfony\\Component\\Messenger\\Transport\\Serialization\\SerializerInterface' => '?',
'Symfony\\Component\\Messenger\\MessageBusInterface' => '?',
'Symfony\\Component\\Messenger\\MessageBusInterface $eventBus' => '?',
'messenger.default_serializer' => '?',
'messenger.failure_transports.default' => '?',
'Symfony\\Component\\Mime\\MimeTypesInterface' => '?',
'Symfony\\Component\\Mime\\MimeTypeGuesserInterface' => '?',
'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
'Symfony\\Component\\Security\\Core\\Security' => '?',
'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => '?',
'security.encoder_factory' => '?',
'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => '?',
'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => '?',
'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => '?',
'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => '?',
'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => '?',
'Symfony\\Component\\Security\\Http\\Firewall' => '?',
'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => '?',
'Symfony\\Component\\Security\\Http\\HttpUtils' => '?',
'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => '?',
'security.password_hasher' => '?',
'Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface' => '?',
'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationManagerInterface' => '?',
'Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler' => '?',
'security.firewall' => '?',
'security.user.provider.concrete.fos_userbundle' => '?',
'security.user_providers' => '?',
'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => '?',
'security.authentication.session_strategy.webhooks' => '?',
'security.user_checker.webhooks' => '?',
'security.authentication.session_strategy.public_api' => '?',
'security.user_checker.public_api' => '?',
'security.user_checker.lms_api' => '?',
'security.authentication.session_strategy.main' => '?',
'hwi_oauth.user.provider.entity.main' => '?',
'security.user_checker.main' => '?',
'security.firewall.context_locator' => '?',
'Twig_Environment' => '?',
'Twig\\Environment' => '?',
'logger' => '?',
'Psr\\Log\\LoggerInterface' => '?',
'Doctrine\\DBAL\\Driver\\Connection' => '?',
'Doctrine\\DBAL\\Connection' => '?',
'Doctrine\\Persistence\\ManagerRegistry' => '?',
'Doctrine\\Common\\Persistence\\ManagerRegistry' => '?',
'doctrine.dbal.event_manager' => '?',
'Doctrine\\DBAL\\Connection $defaultConnection' => '?',
'Doctrine\\ORM\\EntityManagerInterface' => '?',
'doctrine.orm.metadata.annotation_reader' => '?',
'doctrine.orm.default_metadata_cache' => '?',
'doctrine.orm.default_result_cache' => '?',
'doctrine.orm.default_query_cache' => '?',
'doctrine.orm.default_entity_listener_resolver' => '?',
'doctrine.orm.default_second_level_cache.region_cache_driver' => '?',
'Doctrine\\ORM\\EntityManagerInterface $defaultEntityManager' => '?',
'doctrine.orm.default_entity_manager.event_manager' => '?',
'sensio_framework_extra.converter.doctrine.orm.expression_language' => '?',
'sensio_framework_extra.security.expression_language' => '?',
'fos_user.doctrine_registry' => '?',
'FOS\\UserBundle\\Security\\LoginManagerInterface' => '?',
'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => '?',
'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => '?',
'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => '?',
'FOS\\UserBundle\\Model\\UserManagerInterface' => '?',
'fos_user.util.email_canonicalizer' => '?',
'fos_user.util.username_canonicalizer' => '?',
'fos_user.util.token_generator' => '?',
'fos_user.mailer' => '?',
'Knp\\Bundle\\TimeBundle\\DateTimeFormatter' => '?',
'Http\\Client\\HttpClient' => '?',
'Http\\Client\\HttpClient $app' => '?',
'Psr\\Http\\Client\\ClientInterface $app' => '?',
'httplug.client.default' => '?',
'Http\\Client\\Common\\HttpMethodsClientInterface' => '?',
'hwi_oauth.resource_owners.locator' => '?',
'jms_serializer.metadata.cache' => '?',
'jms_serializer.object_constructor' => '?',
'JMS\\Serializer\\SerializerInterface' => '?',
'JMS\\Serializer\\ArrayTransformerInterface' => '?',
'jms_serializer.accessor_strategy' => '?',
'JMS\\Serializer\\ContextFactory\\SerializationContextFactoryInterface' => '?',
'JMS\\Serializer\\ContextFactory\\DeserializationContextFactoryInterface' => '?',
'jms_serializer.event_dispatcher' => '?',
'doctrine.migrations.metadata_storage' => '?',
'Sentry\\ClientInterface' => '?',
'Sentry\\SentryBundle\\EventListener\\ConsoleCommandListener' => '?',
'Knp\\Component\\Pager\\PaginatorInterface' => '?',
'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => '?',
'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => '?',
'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => '?',
'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface' => '?',
'lexik_jwt_authentication.jwt_token_authenticator' => '?',
'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => '?',
'nelmio_alice.file_locator' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture_bag' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture' => '?',
'nelmio_alice.fixture_builder.denormalizer.specs' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.property' => '?',
'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls' => '?',
'nelmio_alice.fixture_builder.denormalizer.flag_parser' => '?',
'nelmio_alice.fixture_builder' => '?',
'nelmio_alice.fixture_builder.denormalizer' => '?',
'nelmio_alice.fixture_builder.denormalizer.parameter_bag' => '?',
'nelmio_alice.fixture_builder.expression_language.parser.token_parser' => '?',
'nelmio_alice.fixture_builder.expression_language.lexer' => '?',
'nelmio_alice.fixture_builder.expression_language.parser' => '?',
'nelmio_alice.property_accessor' => '?',
'nelmio_alice.generator.hydrator' => '?',
'nelmio_alice.generator.hydrator.property' => '?',
'nelmio_alice.generator.resolver.fixture_bag' => '?',
'nelmio_alice.generator.resolver.fixture_set' => '?',
'nelmio_alice.generator.resolver.parameter_bag' => '?',
'nelmio_alice.generator.resolver.value' => '?',
'nelmio_alice.generator.resolver.value.property_accessor' => '?',
'nelmio_alice.generator' => '?',
'nelmio_alice.generator.object_generator' => '?',
'nelmio_alice.generator.instantiator' => '?',
'nelmio_alice.generator.caller' => '?',
'nelmio_alice.file_parser' => '?',
'fidry_alice_data_fixtures.doctrine.loader' => '?',
'fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger' => '?',
'SimpleThings\\EntityAudit\\AuditReader' => '?',
'SimpleThings\\EntityAudit\\AuditConfiguration' => '?',
'simplethings_entityaudit.username_callable' => '?',
'twig.loader.filesystem' => '?',
'argument_resolver.controller_locator' => '?',
'twig.loader' => '?',
'Psr\\Log\\LoggerInterface $requestLogger' => '?',
'Psr\\Log\\LoggerInterface $consoleLogger' => '?',
'Psr\\Log\\LoggerInterface $messengerLogger' => '?',
'Psr\\Log\\LoggerInterface $cacheLogger' => '?',
'Psr\\Log\\LoggerInterface $httpClientLogger' => '?',
'Psr\\Log\\LoggerInterface $mailerLogger' => '?',
'Psr\\Log\\LoggerInterface $phpLogger' => '?',
'Psr\\Log\\LoggerInterface $eventLogger' => '?',
'Psr\\Log\\LoggerInterface $routerLogger' => '?',
'Psr\\Log\\LoggerInterface $profilerLogger' => '?',
'Psr\\Log\\LoggerInterface $securityLogger' => '?',
'Psr\\Log\\LoggerInterface $doctrineLogger' => '?',
'Psr\\Log\\LoggerInterface $debugLogger' => '?',
'Psr\\Log\\LoggerInterface $nelmioApiDocLogger' => '?',
'doctrine.id_generator_locator' => '?',
'controller_resolver' => '?',
'argument_resolver' => '?',
'translator.data_collector.inner' => '?',
'security.access.decision_manager' => '?',
'twig.error_renderer.html.inner' => '?',
'httplug.factory.auto' => '?',
'httplug.client.app' => '?',
'jms_serializer.metadata.doctrine_type_driver.inner' => '?',
'jms_serializer.metadata.typed_properties_driver.inner' => '?',
'jms_serializer.doctrine_object_constructor.inner' => '?',
'doctrine.migrations.migrations_factory' => '?',
'var_dumper.cli_dumper' => '?',
'argument_resolver.request_attribute' => '?',
'argument_resolver.request' => '?',
'argument_resolver.session' => '?',
'security.user_value_resolver' => '?',
'argument_resolver.service' => '?',
'argument_resolver.default' => '?',
'argument_resolver.variadic' => '?',
'argument_resolver.not_tagged_controller' => '?',
'command_bus' => '?',
'event_bus' => '?',
'http_client' => '?',
'hwi_oauth.http_client' => '?',
'doctrine.orm.default_metadata_driver' => '?',
'cache.validator' => '?',
'cache.serializer' => '?',
'cache.annotations' => '?',
'cache.property_info' => '?',
'cache.messenger.restart_workers_signal' => '?',
'doctrine.result_cache_pool' => '?',
'doctrine.system_cache_pool' => '?',
'doctrine.second_level_cache_pool' => '?',
'cache.security_expression_language' => '?',
'jms_serializer.metadata_factory' => '?',
'jms_serializer.handler_registry' => '?',
'jms_serializer.metadata.file_locator' => '?',
]);
}
/**
* Gets the public 'test.service_container' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Test\TestContainer
*/
protected function getTest_ServiceContainerService()
{
return $this->services['test.service_container'] = new \Symfony\Bundle\FrameworkBundle\Test\TestContainer(($this->services['kernel'] ?? $this->get('kernel', 1)), 'test.private_services_locator');
}
/**
* 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 '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 '.5_doctrine_metadata_driver~M7E.AoK' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\XmlDriver
*/
protected function get_5DoctrineMetadataDriverM7E_AoKService()
{
return $this->privates['.5_doctrine_metadata_driver~M7E.AoK'] = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'));
}
/**
* Gets the private '.CodersLab\Lms\UserInterface\Cli\Command\CachePoolInvalidateTagsCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getCachePoolInvalidateTagsCommand_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['.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:invalidate-tags', [], 'Invalidate cache tags for all or a specific pool', false, function (): \CodersLab\Lms\UserInterface\Cli\Command\CachePoolInvalidateTagsCommand {
return ($this->privates['CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand'] ?? $this->getCachePoolInvalidateTagsCommandService());
});
}
/**
* Gets the private '.cache_connection.VkIJQtB' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AbstractAdapter
*/
protected function get_CacheConnection_VkIJQtBService()
{
return $this->privates['.cache_connection.VkIJQtB'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://redis:6379', ['lazy' => true]);
}
/**
* 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_failed_messages_remove.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerFailedMessagesRemove_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_failed_messages_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:remove', [], 'Remove given messages from the failure transport', false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand {
return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
});
}
/**
* Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerFailedMessagesRetry_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_failed_messages_retry.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:retry', [], 'Retry one or more messages from the failure transport', false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand {
return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
});
}
/**
* Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerFailedMessagesShow_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_failed_messages_show.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:show', [], 'Show one or more messages from the failure transport', false, function (): \Symfony\Component\Messenger\Command\FailedMessagesShowCommand {
return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
});
}
/**
* 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);
$a->setLogger(($this->privates['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.debug.hwi_oauth.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HwiOauth_HttpClientService()
{
return $this->privates['.debug.hwi_oauth.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\HttpClient::create(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.doctrine.orm.default_metadata_driver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver
*/
protected function get_Doctrine_Orm_DefaultMetadataDriverService()
{
$a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
$a->addDriver($b, 'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\Model');
$a->addDriver($b, 'CodersLab\\Lms\\Modules\\Materials\\Domain');
$a->addDriver($b, 'CodersLab\\Lms\\Modules\\Learning\\Domain');
$a->addDriver($b, 'CodersLab\\Lms\\Modules\\IdentityAccess\\Domain');
$a->addDriver($b, 'AppBundle\\Entity');
$a->addDriver(($this->privates['.5_doctrine_metadata_driver~M7E.AoK'] ?? $this->get_5DoctrineMetadataDriverM7E_AoKService()), 'FOS\\UserBundle\\Model');
return $this->privates['.doctrine.orm.default_metadata_driver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($a, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService()));
}
/**
* Gets the private '.errored..service_locator.4VniufD.AppBundle\Entity\Instance' shared service.
*
* @return \AppBundle\Entity\Instance
*/
protected function getInstance2Service()
{
$this->throw('Cannot autowire service ".service_locator.4VniufD": it references class "AppBundle\\Entity\\Instance" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4mcw0dN.AppBundle\Entity\Language' shared service.
*
* @return \AppBundle\Entity\Language
*/
protected function getLanguageService()
{
$this->throw('Cannot autowire service ".service_locator.4mcw0dN": it references class "AppBundle\\Entity\\Language" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.7z.4GMP.AppBundle\Entity\Instance' shared service.
*
* @return \AppBundle\Entity\Instance
*/
protected function getInstance3Service()
{
$this->throw('Cannot autowire service ".service_locator.7z.4GMP": it references class "AppBundle\\Entity\\Instance" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.7z.4GMP.AppBundle\Entity\Language' shared service.
*
* @return \AppBundle\Entity\Language
*/
protected function getLanguage2Service()
{
$this->throw('Cannot autowire service ".service_locator.7z.4GMP": it references class "AppBundle\\Entity\\Language" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.BpR6uEC.CodersLab\Lms\UserInterface\Rest\Controller\DTO\MaterialReview' shared service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\DTO\MaterialReview
*/
protected function getMaterialReviewService()
{
$this->throw('Cannot autowire service ".service_locator.BpR6uEC": it references class "CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\MaterialReview" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.F1oPjYI.AppBundle\Entity\User' shared service.
*
* @return \AppBundle\Entity\User
*/
protected function getUserService()
{
$this->throw('Cannot autowire service ".service_locator.F1oPjYI": it references class "AppBundle\\Entity\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.I2_Fg2P.AppBundle\Entity\Notification' shared service.
*
* @return \AppBundle\Entity\Notification
*/
protected function getNotificationService()
{
$this->throw('Cannot autowire service ".service_locator.I2_Fg2P": it references class "AppBundle\\Entity\\Notification" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.NhlS.14.CodersLab\Lms\SharedKernel\Common\DTO\PresentationIssue' shared service.
*
* @return \CodersLab\Lms\SharedKernel\Common\DTO\PresentationIssue
*/
protected function getPresentationIssueService()
{
$this->throw('Cannot autowire service ".service_locator.NhlS.14": it references class "CodersLab\\Lms\\SharedKernel\\Common\\DTO\\PresentationIssue" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.YL9g80o.CodersLab\Lms\UserInterface\Rest\Controller\DTO\ExamAccess' shared service.
*
* @return \CodersLab\Lms\UserInterface\Rest\Controller\DTO\ExamAccess
*/
protected function getExamAccessService()
{
$this->throw('Cannot autowire service ".service_locator.YL9g80o": it references class "CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\ExamAccess" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.bRdave9.Symfony\Component\HttpFoundation\Response' shared service.
*
* @return \Symfony\Component\HttpFoundation\Response
*/
protected function getResponseService()
{
$this->throw('Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.dOajF2L.AppBundle\Entity\Instance' shared service.
*
* @return \AppBundle\Entity\Instance
*/
protected function getInstance4Service()
{
$this->throw('Cannot autowire service ".service_locator.dOajF2L": it references class "AppBundle\\Entity\\Instance" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.fvcRFtK.CodersLab\Lms\SharedKernel\Common\DTO\User\ChangePassword' shared service.
*
* @return \CodersLab\Lms\SharedKernel\Common\DTO\User\ChangePassword
*/
protected function getChangePasswordService()
{
$this->throw('Cannot autowire service ".service_locator.fvcRFtK": it references class "CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\ChangePassword" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.t5khzQp.AppBundle\Entity\Instance' shared service.
*
* @return \AppBundle\Entity\Instance
*/
protected function getInstance5Service()
{
$this->throw('Cannot autowire service ".service_locator.t5khzQp": it references class "AppBundle\\Entity\\Instance" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.vfx_ji0.CodersLab\Lms\SharedKernel\Common\DTO\User\User' shared service.
*
* @return \CodersLab\Lms\SharedKernel\Common\DTO\User\User
*/
protected function getUser2Service()
{
$this->throw('Cannot autowire service ".service_locator.vfx_ji0": it references class "CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\User" 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".');
}
/**
* Gets the private '.lexik_jwt_authentication.check_config_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_LexikJwtAuthentication_CheckConfigCommand_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['.lexik_jwt_authentication.check_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:check-config', [], 'Checks that the bundle is properly configured.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand {
return ($this->privates['lexik_jwt_authentication.check_config_command'] ?? $this->getLexikJwtAuthentication_CheckConfigCommandService());
});
}
/**
* Gets the private '.lexik_jwt_authentication.generate_keypair_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_LexikJwtAuthentication_GenerateKeypairCommand_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['.lexik_jwt_authentication.generate_keypair_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-keypair', [], 'Generate public/private keys for use in your application.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand {
return ($this->privates['lexik_jwt_authentication.generate_keypair_command'] ?? $this->getLexikJwtAuthentication_GenerateKeypairCommandService());
});
}
/**
* Gets the private '.lexik_jwt_authentication.generate_token_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_LexikJwtAuthentication_GenerateTokenCommand_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['.lexik_jwt_authentication.generate_token_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-token', [], 'Generates a JWT token for a given user.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand {
return ($this->services['lexik_jwt_authentication.generate_token_command'] ?? $this->getLexikJwtAuthentication_GenerateTokenCommandService());
});
}
/**
* 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_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 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 '.materials_cache.taggable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
*/
protected function get_MaterialsCache_TaggableService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
return $this->privates['.materials_cache.taggable'] = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->services['materials_cache'] ?? $this->getMaterialsCacheService()));
}
/**
* Gets the private '.messenger.handler_descriptor..DnGeME' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor__DnGeMEService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor..DnGeME'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentExamAccessHandler'] ?? $this->getRevokeStudentExamAccessHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.0T26Fds' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_0T26FdsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.0T26Fds'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\UpdateCourseDocumentsHandler'] ?? $this->getUpdateCourseDocumentsHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.1y0THQi' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_1y0THQiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.1y0THQi'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseBuiltListener'] ?? $this->getExerciseBuiltListenerService()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.23yC2ah' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_23yC2ahService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.23yC2ah'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\ChangeGithubRepositoryNameHandler'] ?? $this->getChangeGithubRepositoryNameHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.2C86Ctb' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_2C86CtbService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.2C86Ctb'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromGithubTeamHandler'] ?? $this->getRemoveUserFromGithubTeamHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.4gx0ATC' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_4gx0ATCService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.4gx0ATC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultSyncHandler'] ?? $this->getAddMaterialResultSyncHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.5YFyD67' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_5YFyD67Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.5YFyD67'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentsExamsAccessHandler'] ?? $this->getAddStudentsExamsAccessHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.5n.vgbm' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_5n_VgbmService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.5n.vgbm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreCoursesHandler'] ?? $this->getStoreCoursesHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.5nVwGR4' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_5nVwGR4Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.5nVwGR4'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\RepositoryForUserSharedListener'] ?? $this->getRepositoryForUserSharedListenerService()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.81d1IXg' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_81d1IXgService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.81d1IXg'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForMentorsHandler'] ?? $this->getShareRepositoryForMentorsHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.8M6wqym' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_8M6wqymService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.8M6wqym'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateShowWelcomePageHandler'] ?? $this->getUpdateShowWelcomePageHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.8t8JSDi' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_8t8JSDiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.8t8JSDi'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\NotifyPreworkSharedHandler'] ?? $this->getNotifyPreworkSharedHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.9KbgIUC' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_9KbgIUCService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.9KbgIUC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\CourseInstanceAddedListener'] ?? $this->getCourseInstanceAddedListenerService()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.9V0GYLS' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_9V0GYLSService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.9V0GYLS'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromRepositoryHandler'] ?? $this->getRemoveUserFromRepositoryHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.DZ80VQK' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_DZ80VQKService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.DZ80VQK'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\SynchroniseCourseScheduleUrlHandler'] ?? $this->getSynchroniseCourseScheduleUrlHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.J1a0vpC' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_J1a0vpCService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.J1a0vpC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeAllStudentsAccessHandler'] ?? $this->getRevokeAllStudentsAccessHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.NXxQuKr' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_NXxQuKrService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.NXxQuKr'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultAsyncHandler'] ?? $this->getAddMaterialResultAsyncHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.PsQhytY' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_PsQhytYService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.PsQhytY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeLecturerAccessHandler'] ?? $this->getRevokeLecturerAccessHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.QC4iL6S' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_QC4iL6SService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.QC4iL6S'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\EditUserHandler'] ?? $this->getEditUserHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.QWgvE6j' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_QWgvE6jService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.QWgvE6j'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\UpsertBookmarkHandler'] ?? $this->getUpsertBookmarkHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.RZtTSjI' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_RZtTSjIService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.RZtTSjI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportPresentationIssueHandler'] ?? $this->getReportPresentationIssueHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.RdEeV57' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_RdEeV57Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.RdEeV57'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Listener\\CourseInstanceMemberAddedListener'] ?? $this->getCourseInstanceMemberAddedListener2Service()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.S.kZfvs' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_S_KZfvsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.S.kZfvs'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentExamAccessHandler'] ?? $this->getAddStudentExamAccessHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.SG5rJcP' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_SG5rJcPService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.SG5rJcP'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\AddUserToGithubTeamHandler'] ?? $this->getAddUserToGithubTeamHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.T.DgoeS' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_T_DgoeSService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.T.DgoeS'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\UpdateLastSeenMaterialHandler'] ?? $this->getUpdateLastSeenMaterialHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.TsflJBr' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_TsflJBrService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.TsflJBr'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForLecturersHandler'] ?? $this->getShareRepositoryForLecturersHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.UtncWkH' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_UtncWkHService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.UtncWkH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizResponseWebhookHandler'] ?? $this->getInitQuizResponseWebhookHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.V6EX5h7' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_V6EX5h7Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.V6EX5h7'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ProcessExerciseHandler'] ?? $this->getProcessExerciseHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.V6b26Z4' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_V6b26Z4Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.V6b26Z4'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\AccessGrantedEventListener'] ?? $this->getAccessGrantedEventListener2Service()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.VORAkVn' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_VORAkVnService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.VORAkVn'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseRepositoryAddedListener'] ?? $this->getExerciseRepositoryAddedListenerService()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.XR2FS5w' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_XR2FS5wService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.XR2FS5w'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseStoredListener'] ?? $this->getCourseStoredListenerService()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.YThJ6KY' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_YThJ6KYService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.YThJ6KY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentModuleAccessHandler'] ?? $this->getAddStudentModuleAccessHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.ZFtMi0u' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_ZFtMi0uService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.ZFtMi0u'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizUpdatesWebhookHandler'] ?? $this->getInitQuizUpdatesWebhookHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.ZISK8Qj' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_ZISK8QjService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.ZISK8Qj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationExpirationReminderEmailHandler'] ?? $this->getSendActivationExpirationReminderEmailHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.ZNxsrn.' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_ZNxsrn_Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.ZNxsrn.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\SignatureUpdatedListener'] ?? $this->getSignatureUpdatedListenerService()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.ZUlpGlK' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_ZUlpGlKService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.ZUlpGlK'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddAllStudentsAccessHandler'] ?? $this->getAddAllStudentsAccessHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.ZZJF1rW' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_ZZJF1rWService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.ZZJF1rW'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SelfRegisterToCourseHandler'] ?? $this->getSelfRegisterToCourseHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor._NjDIN5' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_NjDIN5Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor._NjDIN5'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationReminderEmailHandler'] ?? $this->getSendActivationReminderEmailHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.aF2swfq' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_AF2swfqService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.aF2swfq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessGrantedEventListener'] ?? $this->getAccessGrantedEventListenerService()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.bQLqaBt' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_BQLqaBtService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.bQLqaBt'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreMaterialsHandler'] ?? $this->getStoreMaterialsHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.cdW2W0v' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_CdW2W0vService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.cdW2W0v'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\NewUserAddedEventListener'] ?? $this->getNewUserAddedEventListenerService()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.dLMeqrw' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_DLMeqrwService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.dLMeqrw'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\DeleteBookmarkHandler'] ?? $this->getDeleteBookmarkHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.dNfpBZQ' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_DNfpBZQService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.dNfpBZQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizDetailsHandler'] ?? $this->getInitQuizDetailsHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.ewZP8gG' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_EwZP8gGService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.ewZP8gG'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\UserGithubUpdatedListener'] ?? $this->getUserGithubUpdatedListenerService()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.fVbgJ4O' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_FVbgJ4OService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.fVbgJ4O'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberAddedListener'] ?? $this->getCourseInstanceMemberAddedListenerService()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.fxuhVJe' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_FxuhVJeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.fxuhVJe'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\ChangePasswordHandler'] ?? $this->getChangePasswordHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.ht8H9Ts' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Ht8H9TsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.ht8H9Ts'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\CreateUserHandler'] ?? $this->getCreateUserHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.j9TBGl.' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_J9TBGl_Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.j9TBGl.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\LogMaterialSearchHandler'] ?? $this->getLogMaterialSearchHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.kKY6REF' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_KKY6REFService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.kKY6REF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService()), []);
}
/**
* Gets the private '.messenger.handler_descriptor.kYRSvVq' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_KYRSvVqService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.kYRSvVq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateUserLanguageHandler'] ?? $this->getUpdateUserLanguageHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.ly3PzCi' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Ly3PzCiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.ly3PzCi'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendWelcomeEmailHandler'] ?? $this->getSendWelcomeEmailHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.nKQv_6p' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_NKQv6pService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.nKQv_6p'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForUserHandler'] ?? $this->getShareRepositoryForUserHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.oUUETg7' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_OUUETg7Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.oUUETg7'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\ChangeUserMaterialProgressHandler'] ?? $this->getChangeUserMaterialProgressHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.qp02HcV' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Qp02HcVService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.qp02HcV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\LogAccessChangeHandler'] ?? $this->getLogAccessChangeHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.rgdaYNy' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_RgdaYNyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.rgdaYNy'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RebuildRepositoriesHandler'] ?? $this->getRebuildRepositoriesHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.sPP9ByC' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_SPP9ByCService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.sPP9ByC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExamPlannedListener'] ?? $this->getExamPlannedListenerService()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.snJ2Qng' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_SnJ2QngService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.snJ2Qng'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentModuleAccessHandler'] ?? $this->getRevokeStudentModuleAccessHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.uRnSw9K' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_URnSw9KService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.uRnSw9K'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessRevokedEventListener'] ?? $this->getAccessRevokedEventListenerService()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.uUKlb1f' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_UUKlb1fService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.uUKlb1f'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\SendGithubTeamInvitationHandler'] ?? $this->getSendGithubTeamInvitationHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.uUz4qS6' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_UUz4qS6Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.uUz4qS6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\PlanStudentExamHandler'] ?? $this->getPlanStudentExamHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.xB1uCyN' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_XB1uCyNService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.xB1uCyN'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportMaterialIssueHandler'] ?? $this->getReportMaterialIssueHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.xrSi2OC' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_XrSi2OCService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.xrSi2OC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberRemovedListener'] ?? $this->getCourseInstanceMemberRemovedListenerService()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.xwKbcHb' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_XwKbcHbService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.xwKbcHb'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\AddUserToSelfRegisterInstanceHandler'] ?? $this->getAddUserToSelfRegisterInstanceHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.y_7RaHs' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Y7RaHsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.y_7RaHs'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService()), []);
}
/**
* Gets the private '.messenger.handler_descriptor.yeGha8_' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_YeGha8Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.yeGha8_'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForTeamHandler'] ?? $this->getShareRepositoryForTeamHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.yo3GnWp' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Yo3GnWpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.yo3GnWp'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\QuizStateUpdatedListener'] ?? $this->getQuizStateUpdatedListenerService()), ['bus' => 'event_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.ywpxx3v' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Ywpxx3vService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.ywpxx3v'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddCriteriaGroupResultHandler'] ?? $this->getAddCriteriaGroupResultHandlerService()), ['bus' => 'command_bus']);
}
/**
* Gets the private '.messenger.handler_descriptor.z0tvTsx' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Z0tvTsxService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
return $this->privates['.messenger.handler_descriptor.z0tvTsx'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddLecturerAccessHandler'] ?? $this->getAddLecturerAccessHandlerService()), ['bus' => 'command_bus']);
}
/**
* 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.4VniufD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4VniufDService()
{
return $this->privates['.service_locator.4VniufD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'id' => ['privates', '.errored..service_locator.4VniufD.AppBundle\\Entity\\Instance', NULL, 'Cannot autowire service ".service_locator.4VniufD": it references class "AppBundle\\Entity\\Instance" but no such service exists.'],
], [
'id' => 'AppBundle\\Entity\\Instance',
]);
}
/**
* Gets the private '.service_locator.4mcw0dN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4mcw0dNService()
{
return $this->privates['.service_locator.4mcw0dN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'language' => ['privates', '.errored..service_locator.4mcw0dN.AppBundle\\Entity\\Language', NULL, 'Cannot autowire service ".service_locator.4mcw0dN": it references class "AppBundle\\Entity\\Language" but no such service exists.'],
], [
'language' => 'AppBundle\\Entity\\Language',
]);
}
/**
* Gets the private '.service_locator.7z.4GMP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7z_4GMPService()
{
return $this->privates['.service_locator.7z.4GMP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'instance' => ['privates', '.errored..service_locator.7z.4GMP.AppBundle\\Entity\\Instance', NULL, 'Cannot autowire service ".service_locator.7z.4GMP": it references class "AppBundle\\Entity\\Instance" but no such service exists.'],
'language' => ['privates', '.errored..service_locator.7z.4GMP.AppBundle\\Entity\\Language', NULL, 'Cannot autowire service ".service_locator.7z.4GMP": it references class "AppBundle\\Entity\\Language" but no such service exists.'],
], [
'instance' => 'AppBundle\\Entity\\Instance',
'language' => 'AppBundle\\Entity\\Language',
]);
}
/**
* Gets the private '.service_locator.BpR6uEC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BpR6uECService()
{
return $this->privates['.service_locator.BpR6uEC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'reviewDTO' => ['privates', '.errored..service_locator.BpR6uEC.CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\MaterialReview', NULL, 'Cannot autowire service ".service_locator.BpR6uEC": it references class "CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\MaterialReview" but no such service exists.'],
], [
'reviewDTO' => 'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\MaterialReview',
]);
}
/**
* Gets the private '.service_locator.F1oPjYI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_F1oPjYIService()
{
return $this->privates['.service_locator.F1oPjYI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'passwordEncoder' => ['services', 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder', 'getPasswordEncoderService', false],
'user' => ['privates', '.errored..service_locator.F1oPjYI.AppBundle\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.F1oPjYI": it references class "AppBundle\\Entity\\User" but no such service exists.'],
], [
'em' => '?',
'passwordEncoder' => '?',
'user' => 'AppBundle\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.I2_Fg2P' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_I2Fg2PService()
{
return $this->privates['.service_locator.I2_Fg2P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'notification' => ['privates', '.errored..service_locator.I2_Fg2P.AppBundle\\Entity\\Notification', NULL, 'Cannot autowire service ".service_locator.I2_Fg2P": it references class "AppBundle\\Entity\\Notification" but no such service exists.'],
], [
'notification' => 'AppBundle\\Entity\\Notification',
]);
}
/**
* Gets the private '.service_locator.KLVvNIq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KLVvNIqService()
{
return $this->privates['.service_locator.KLVvNIq'] = 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' => '?',
]);
}
/**
* Gets the private '.service_locator.MyxJHXb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MyxJHXbService()
{
return $this->privates['.service_locator.MyxJHXb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'AppBundle\\Controller\\AdminController::instanceAction' => ['privates', '.service_locator.dOajF2L', 'get_ServiceLocator_DOajF2LService', false],
'AppBundle\\Controller\\AdminController::instanceCreateAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AppBundle\\Controller\\AdminController::userAction' => ['privates', '.service_locator.F1oPjYI', 'get_ServiceLocator_F1oPjYIService', false],
'AppBundle\\Controller\\AdminController::userCreateAction' => ['privates', '.service_locator.hjmXbPg', 'get_ServiceLocator_HjmXbPgService', false],
'AppBundle\\Controller\\AuthController::githubConnect' => ['privates', '.service_locator.ndCZOvS', 'get_ServiceLocator_NdCZOvSService', false],
'AppBundle\\Controller\\AuthController::githubConnectCheck' => ['privates', '.service_locator.ndCZOvS', 'get_ServiceLocator_NdCZOvSService', false],
'AppBundle\\Controller\\InstanceController::instanceEditAction' => ['privates', '.service_locator.t5khzQp', 'get_ServiceLocator_T5khzQpService', false],
'AppBundle\\Controller\\InstanceController::instanceGetAction' => ['privates', '.service_locator.t5khzQp', 'get_ServiceLocator_T5khzQpService', false],
'AppBundle\\Controller\\LanguageController::languageAction' => ['privates', '.service_locator.7z.4GMP', 'get_ServiceLocator_7z_4GMPService', false],
'AppBundle\\Controller\\LanguageController::languageVersion' => ['privates', '.service_locator.4mcw0dN', 'get_ServiceLocator_4mcw0dNService', false],
'AppBundle\\Controller\\LanguageController::versionsListAction' => ['privates', '.service_locator.4mcw0dN', 'get_ServiceLocator_4mcw0dNService', false],
'AppBundle\\Controller\\NotificationController::readNotification' => ['privates', '.service_locator.I2_Fg2P', 'get_ServiceLocator_I2Fg2PService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CriteriaGroupController::getInstanceCriteriaGroups' => ['privates', '.service_locator.4VniufD', 'get_ServiceLocator_4VniufDService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ExamController::planExamForStudent' => ['privates', '.service_locator.YL9g80o', 'get_ServiceLocator_YL9g80oService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialReviewController::review' => ['privates', '.service_locator.BpR6uEC', 'get_ServiceLocator_BpR6uECService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\PresentationController::injectNotificationAction' => ['privates', '.service_locator.NhlS.14', 'get_ServiceLocator_NhlS_14Service', false],
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController::changePassword' => ['privates', '.service_locator.fvcRFtK', 'get_ServiceLocator_FvcRFtKService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController::editProfile' => ['privates', '.service_locator.vfx_ji0', 'get_ServiceLocator_VfxJi0Service', false],
'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'kernel::terminate' => ['privates', '.service_locator.bRdave9', 'get_ServiceLocator_BRdave9Service', false],
'AppBundle\\Controller\\AdminController:instanceAction' => ['privates', '.service_locator.dOajF2L', 'get_ServiceLocator_DOajF2LService', false],
'AppBundle\\Controller\\AdminController:instanceCreateAction' => ['privates', '.service_locator.t6i3vFk', 'get_ServiceLocator_T6i3vFkService', false],
'AppBundle\\Controller\\AdminController:userAction' => ['privates', '.service_locator.F1oPjYI', 'get_ServiceLocator_F1oPjYIService', false],
'AppBundle\\Controller\\AdminController:userCreateAction' => ['privates', '.service_locator.hjmXbPg', 'get_ServiceLocator_HjmXbPgService', false],
'AppBundle\\Controller\\AuthController:githubConnect' => ['privates', '.service_locator.ndCZOvS', 'get_ServiceLocator_NdCZOvSService', false],
'AppBundle\\Controller\\AuthController:githubConnectCheck' => ['privates', '.service_locator.ndCZOvS', 'get_ServiceLocator_NdCZOvSService', false],
'AppBundle\\Controller\\InstanceController:instanceEditAction' => ['privates', '.service_locator.t5khzQp', 'get_ServiceLocator_T5khzQpService', false],
'AppBundle\\Controller\\InstanceController:instanceGetAction' => ['privates', '.service_locator.t5khzQp', 'get_ServiceLocator_T5khzQpService', false],
'AppBundle\\Controller\\LanguageController:languageAction' => ['privates', '.service_locator.7z.4GMP', 'get_ServiceLocator_7z_4GMPService', false],
'AppBundle\\Controller\\LanguageController:languageVersion' => ['privates', '.service_locator.4mcw0dN', 'get_ServiceLocator_4mcw0dNService', false],
'AppBundle\\Controller\\LanguageController:versionsListAction' => ['privates', '.service_locator.4mcw0dN', 'get_ServiceLocator_4mcw0dNService', false],
'AppBundle\\Controller\\NotificationController:readNotification' => ['privates', '.service_locator.I2_Fg2P', 'get_ServiceLocator_I2Fg2PService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CriteriaGroupController:getInstanceCriteriaGroups' => ['privates', '.service_locator.4VniufD', 'get_ServiceLocator_4VniufDService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ExamController:planExamForStudent' => ['privates', '.service_locator.YL9g80o', 'get_ServiceLocator_YL9g80oService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialReviewController:review' => ['privates', '.service_locator.BpR6uEC', 'get_ServiceLocator_BpR6uECService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\PresentationController:injectNotificationAction' => ['privates', '.service_locator.NhlS.14', 'get_ServiceLocator_NhlS_14Service', false],
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController:changePassword' => ['privates', '.service_locator.fvcRFtK', 'get_ServiceLocator_FvcRFtKService', false],
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController:editProfile' => ['privates', '.service_locator.vfx_ji0', 'get_ServiceLocator_VfxJi0Service', false],
'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'kernel:terminate' => ['privates', '.service_locator.bRdave9', 'get_ServiceLocator_BRdave9Service', false],
], [
'AppBundle\\Controller\\AdminController::instanceAction' => '?',
'AppBundle\\Controller\\AdminController::instanceCreateAction' => '?',
'AppBundle\\Controller\\AdminController::userAction' => '?',
'AppBundle\\Controller\\AdminController::userCreateAction' => '?',
'AppBundle\\Controller\\AuthController::githubConnect' => '?',
'AppBundle\\Controller\\AuthController::githubConnectCheck' => '?',
'AppBundle\\Controller\\InstanceController::instanceEditAction' => '?',
'AppBundle\\Controller\\InstanceController::instanceGetAction' => '?',
'AppBundle\\Controller\\LanguageController::languageAction' => '?',
'AppBundle\\Controller\\LanguageController::languageVersion' => '?',
'AppBundle\\Controller\\LanguageController::versionsListAction' => '?',
'AppBundle\\Controller\\NotificationController::readNotification' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CriteriaGroupController::getInstanceCriteriaGroups' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ExamController::planExamForStudent' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialReviewController::review' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\PresentationController::injectNotificationAction' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController::changePassword' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController::editProfile' => '?',
'kernel::loadRoutes' => '?',
'kernel::registerContainerConfiguration' => '?',
'kernel::terminate' => '?',
'AppBundle\\Controller\\AdminController:instanceAction' => '?',
'AppBundle\\Controller\\AdminController:instanceCreateAction' => '?',
'AppBundle\\Controller\\AdminController:userAction' => '?',
'AppBundle\\Controller\\AdminController:userCreateAction' => '?',
'AppBundle\\Controller\\AuthController:githubConnect' => '?',
'AppBundle\\Controller\\AuthController:githubConnectCheck' => '?',
'AppBundle\\Controller\\InstanceController:instanceEditAction' => '?',
'AppBundle\\Controller\\InstanceController:instanceGetAction' => '?',
'AppBundle\\Controller\\LanguageController:languageAction' => '?',
'AppBundle\\Controller\\LanguageController:languageVersion' => '?',
'AppBundle\\Controller\\LanguageController:versionsListAction' => '?',
'AppBundle\\Controller\\NotificationController:readNotification' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CriteriaGroupController:getInstanceCriteriaGroups' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ExamController:planExamForStudent' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialReviewController:review' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\PresentationController:injectNotificationAction' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController:changePassword' => '?',
'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController:editProfile' => '?',
'kernel:loadRoutes' => '?',
'kernel:registerContainerConfiguration' => '?',
'kernel:terminate' => '?',
]);
}
/**
* Gets the private '.service_locator.NhlS.14' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NhlS_14Service()
{
return $this->privates['.service_locator.NhlS.14'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'issueDTO' => ['privates', '.errored..service_locator.NhlS.14.CodersLab\\Lms\\SharedKernel\\Common\\DTO\\PresentationIssue', NULL, 'Cannot autowire service ".service_locator.NhlS.14": it references class "CodersLab\\Lms\\SharedKernel\\Common\\DTO\\PresentationIssue" but no such service exists.'],
], [
'issueDTO' => 'CodersLab\\Lms\\SharedKernel\\Common\\DTO\\PresentationIssue',
]);
}
/**
* Gets the private '.service_locator.V0VSF2r' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_V0VSF2rService()
{
return $this->privates['.service_locator.V0VSF2r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.lms_api' => ['privates', 'security.firewall.map.context.lms_api', 'getSecurity_Firewall_Map_Context_LmsApiService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
'security.firewall.map.context.public_api' => ['privates', 'security.firewall.map.context.public_api', 'getSecurity_Firewall_Map_Context_PublicApiService', false],
'security.firewall.map.context.webhooks' => ['privates', 'security.firewall.map.context.webhooks', 'getSecurity_Firewall_Map_Context_WebhooksService', false],
], [
'security.firewall.map.context.lms_api' => '?',
'security.firewall.map.context.main' => '?',
'security.firewall.map.context.public_api' => '?',
'security.firewall.map.context.webhooks' => '?',
]);
}
/**
* Gets the private '.service_locator.Y4J.A.e' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Y4J_A_EService()
{
return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
], [
'failed' => '?',
]);
}
/**
* Gets the private '.service_locator.YL9g80o' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YL9g80oService()
{
return $this->privates['.service_locator.YL9g80o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'accessDTO' => ['privates', '.errored..service_locator.YL9g80o.CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\ExamAccess', NULL, 'Cannot autowire service ".service_locator.YL9g80o": it references class "CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\ExamAccess" but no such service exists.'],
], [
'accessDTO' => 'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\ExamAccess',
]);
}
/**
* Gets the private '.service_locator.b0HYDVb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_B0HYDVbService()
{
return $this->privates['.service_locator.b0HYDVb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'security.event_dispatcher.lms_api' => ['privates', 'security.event_dispatcher.lms_api', 'getSecurity_EventDispatcher_LmsApiService', false],
'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
'security.event_dispatcher.public_api' => ['privates', 'security.event_dispatcher.public_api', 'getSecurity_EventDispatcher_PublicApiService', false],
'security.event_dispatcher.webhooks' => ['privates', 'security.event_dispatcher.webhooks', 'getSecurity_EventDispatcher_WebhooksService', false],
], [
'event_dispatcher' => '?',
'security.event_dispatcher.lms_api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.public_api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.webhooks' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
]);
}
/**
* Gets the private '.service_locator.bRdave9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BRdave9Service()
{
return $this->privates['.service_locator.bRdave9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'response' => ['privates', '.errored..service_locator.bRdave9.Symfony\\Component\\HttpFoundation\\Response', NULL, 'Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
], [
'response' => 'Symfony\\Component\\HttpFoundation\\Response',
]);
}
/**
* Gets the private '.service_locator.dOajF2L' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DOajF2LService()
{
return $this->privates['.service_locator.dOajF2L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'courses' => ['services', 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourses', 'getORMCoursesService', false],
'eventRecorder' => ['services', 'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder', 'getEventRecorderService', false],
'instance' => ['privates', '.errored..service_locator.dOajF2L.AppBundle\\Entity\\Instance', NULL, 'Cannot autowire service ".service_locator.dOajF2L": it references class "AppBundle\\Entity\\Instance" but no such service exists.'],
'instanceContext' => ['services', 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext', 'getCourseInstanceContextService', false],
'registrationMailer' => ['services', 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\RegistrationMailer', 'getRegistrationMailerService', false],
], [
'courses' => '?',
'eventRecorder' => 'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder',
'instance' => 'AppBundle\\Entity\\Instance',
'instanceContext' => '?',
'registrationMailer' => '?',
]);
}
/**
* Gets the private '.service_locator.fvcRFtK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FvcRFtKService()
{
return $this->privates['.service_locator.fvcRFtK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'dto' => ['privates', '.errored..service_locator.fvcRFtK.CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\ChangePassword', NULL, 'Cannot autowire service ".service_locator.fvcRFtK": it references class "CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\ChangePassword" but no such service exists.'],
], [
'dto' => 'CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\ChangePassword',
]);
}
/**
* Gets the private '.service_locator.hFbzeT.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HFbzeT_Service()
{
return $this->privates['.service_locator.hFbzeT.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
'async_commands' => ['privates', 'messenger.transport.async_commands', 'getMessenger_Transport_AsyncCommandsService', false],
'async_events' => ['privates', 'messenger.transport.async_events', 'getMessenger_Transport_AsyncEventsService', false],
'failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
'messenger.transport.async_commands' => ['privates', 'messenger.transport.async_commands', 'getMessenger_Transport_AsyncCommandsService', false],
'messenger.transport.async_events' => ['privates', 'messenger.transport.async_events', 'getMessenger_Transport_AsyncEventsService', false],
'messenger.transport.failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'messenger.transport.sync' => ['privates', 'messenger.transport.sync', 'getMessenger_Transport_SyncService', false],
'sync' => ['privates', 'messenger.transport.sync', 'getMessenger_Transport_SyncService', false],
], [
'async' => '?',
'async_commands' => '?',
'async_events' => '?',
'failed' => '?',
'messenger.transport.async' => '?',
'messenger.transport.async_commands' => '?',
'messenger.transport.async_events' => '?',
'messenger.transport.failed' => '?',
'messenger.transport.sync' => '?',
'sync' => '?',
]);
}
/**
* Gets the private '.service_locator.hjmXbPg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HjmXbPgService()
{
return $this->privates['.service_locator.hjmXbPg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'passwordEncoder' => ['services', 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder', 'getPasswordEncoderService', false],
], [
'em' => '?',
'passwordEncoder' => '?',
]);
}
/**
* 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.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.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.ndCZOvS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NdCZOvSService()
{
return $this->privates['.service_locator.ndCZOvS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'gitHubResourceOwner' => ['services', 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner', 'getGitHubResourceOwnerService', false],
], [
'gitHubResourceOwner' => '?',
]);
}
/**
* Gets the private '.service_locator.t5khzQp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T5khzQpService()
{
return $this->privates['.service_locator.t5khzQp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'instance' => ['privates', '.errored..service_locator.t5khzQp.AppBundle\\Entity\\Instance', NULL, 'Cannot autowire service ".service_locator.t5khzQp": it references class "AppBundle\\Entity\\Instance" but no such service exists.'],
], [
'instance' => 'AppBundle\\Entity\\Instance',
]);
}
/**
* 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.vfx_ji0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VfxJi0Service()
{
return $this->privates['.service_locator.vfx_ji0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'userDTO' => ['privates', '.errored..service_locator.vfx_ji0.CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\User', NULL, 'Cannot autowire service ".service_locator.vfx_ji0": it references class "CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\User" but no such service exists.'],
], [
'userDTO' => 'CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\User',
]);
}
/**
* Gets the private '.service_locator.x7qCGOo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_X7qCGOoService()
{
return $this->privates['.service_locator.x7qCGOo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'github' => ['services', 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner', 'getGitHubResourceOwnerService', false],
'google' => ['privates', 'hwi_oauth.resource_owner.google', 'getHwiOauth_ResourceOwner_GoogleService', false],
], [
'github' => '?',
'google' => '?',
]);
}
/**
* 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".'],
], [
'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]);
}
/**
* 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/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 'CodersLab\Lms\SharedKernel\Infrastructure\Bus\EventBusMiddleware' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Bus\EventBusMiddleware
*/
protected function getEventBusMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Bus/EventBusMiddleware.php';
return $this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\EventBusMiddleware'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Bus\EventBusMiddleware(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] = new \CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder())));
}
/**
* Gets the private 'CodersLab\Lms\SharedKernel\Infrastructure\Bus\HandleMessageMiddleware' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Bus\HandleMessageMiddleware
*/
protected function getHandleMessageMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Bus/HandleMessageMiddleware.php';
return $this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\HandleMessageMiddleware'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Bus\HandleMessageMiddleware();
}
/**
* Gets the private 'CodersLab\Lms\SharedKernel\Infrastructure\Bus\MessageStoreMiddleware' shared autowired service.
*
* @return \CodersLab\Lms\SharedKernel\Infrastructure\Bus\MessageStoreMiddleware
*/
protected function getMessageStoreMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Bus/MessageStoreMiddleware.php';
return $this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\MessageStoreMiddleware'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Bus\MessageStoreMiddleware(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()));
}
/**
* Gets the private 'CodersLab\Lms\UserInterface\Cli\Command\CachePoolInvalidateTagsCommand' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Cli\Command\CachePoolInvalidateTagsCommand
*/
protected function getCachePoolInvalidateTagsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Lms/UserInterface/Cli/Command/CachePoolInvalidateTagsCommand.php';
$this->privates['CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand'] = $instance = new \CodersLab\Lms\UserInterface\Cli\Command\CachePoolInvalidateTagsCommand(($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()));
$instance->setName('cache:pool:invalidate-tags');
$instance->setDescription('Invalidate cache tags for all or a specific pool');
return $instance;
}
/**
* Gets the private 'CodersLab\Lms\UserInterface\Rest\RequestConverter\ChangePasswordConverter' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\RequestConverter\ChangePasswordConverter
*/
protected function getChangePasswordConverterService()
{
return $this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ChangePasswordConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\ChangePasswordConverter();
}
/**
* Gets the private 'CodersLab\Lms\UserInterface\Rest\RequestConverter\ExamAccessRequestConverter' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\RequestConverter\ExamAccessRequestConverter
*/
protected function getExamAccessRequestConverterService()
{
return $this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ExamAccessRequestConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\ExamAccessRequestConverter();
}
/**
* Gets the private 'CodersLab\Lms\UserInterface\Rest\RequestConverter\IssueRequestConverter' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\RequestConverter\IssueRequestConverter
*/
protected function getIssueRequestConverterService()
{
return $this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\IssueRequestConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\IssueRequestConverter(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()));
}
/**
* Gets the private 'CodersLab\Lms\UserInterface\Rest\RequestConverter\MaterialReviewRequestConverter' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\RequestConverter\MaterialReviewRequestConverter
*/
protected function getMaterialReviewRequestConverterService()
{
return $this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\MaterialReviewRequestConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\MaterialReviewRequestConverter();
}
/**
* Gets the private 'CodersLab\Lms\UserInterface\Rest\RequestConverter\UserRequestConverter' shared autowired service.
*
* @return \CodersLab\Lms\UserInterface\Rest\RequestConverter\UserRequestConverter
*/
protected function getUserRequestConverterService()
{
return $this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\UserRequestConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\UserRequestConverter();
}
/**
* 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/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/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/lib/Doctrine/DBAL/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 'Http\Client\Common\PluginClientFactory' shared service.
*
* @return \Http\HttplugBundle\Collector\PluginClientFactory
*/
protected function getPluginClientFactoryService()
{
return $this->privates['Http\\Client\\Common\\PluginClientFactory'] = new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
*
* @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
*/
protected function getPluginClientFactoryListenerService()
{
return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
}
/**
* Gets the private 'Sentry\Integration\RequestFetcherInterface' shared service.
*
* @return \Sentry\SentryBundle\Integration\RequestFetcher
*/
protected function getRequestFetcherInterfaceService()
{
return $this->privates['Sentry\\Integration\\RequestFetcherInterface'] = new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
}
/**
* 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();
$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\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()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* 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\SentryBundle\Tracing\Twig\TwigTracingExtension' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension
*/
protected function getTwigTracingExtensionService()
{
return $this->privates['Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension'] = new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\Twig\SentryExtension' shared service.
*
* @return \Sentry\SentryBundle\Twig\SentryExtension
*/
protected function getSentryExtensionService()
{
return $this->privates['Sentry\\SentryBundle\\Twig\\SentryExtension'] = new \Sentry\SentryBundle\Twig\SentryExtension(($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();
$instance->bindClient(($this->privates['sentry.client'] ?? $this->getSentry_ClientService()));
return $instance;
}
/**
* Gets the private 'Sentry\Transport\TransportFactoryInterface' shared service.
*
* @return \Sentry\SentryBundle\Transport\TransportFactory
*/
protected function getTransportFactoryInterfaceService()
{
$a = ($this->privates['nyholm.psr7.psr17_factory'] ?? ($this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
return $this->privates['Sentry\\Transport\\TransportFactoryInterface'] = new \Sentry\SentryBundle\Transport\TransportFactory($a, $a, $a, $a, NULL, NULL);
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return $this->privates['annotations.cache_adapter'] = \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->privates['annotations.cache_adapter'] ?? $this->getAnnotations_CacheAdapterService()), true);
}
/**
* Gets the private 'annotations.dummy_registry' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationRegistry
*/
protected function getAnnotations_DummyRegistryService()
{
$this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
$instance->registerUniqueLoader('class_exists');
return $instance;
}
/**
* 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', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
return $instance;
}
/**
* Gets the private 'argument_metadata_factory' shared service.
*
* @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
*/
protected function getArgumentMetadataFactoryService()
{
return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
}
/**
* Gets the private 'assets._default_package' shared service.
*
* @return \Symfony\Component\Asset\PathPackage
*/
protected function getAssets_DefaultPackageService()
{
return $this->privates['assets._default_package'] = new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
}
/**
* Gets the private 'assets.context' shared service.
*
* @return \Symfony\Component\Asset\Context\RequestStackContext
*/
protected function getAssets_ContextService()
{
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
}
/**
* Gets the private 'assets.empty_version_strategy' shared service.
*
* @return \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy
*/
protected function getAssets_EmptyVersionStrategyService()
{
return $this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
}
/**
* Gets the private 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* 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(($this->privates['cache.annotations.traceable.recorder_inner'] ?? $this->getCache_Annotations_Traceable_RecorderInnerService()));
}
/**
* Gets the private 'cache.annotations.traceable.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_Annotations_Traceable_InnerService()
{
return $this->privates['cache.annotations.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sIsjkUEyQr', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.annotations.traceable.recorder_inner' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
*/
protected function getCache_Annotations_Traceable_RecorderInnerService()
{
return $this->privates['cache.annotations.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.annotations.traceable.inner'] ?? $this->getCache_Annotations_Traceable_InnerService()));
}
/**
* Gets the private 'cache.app.taggable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
*/
protected function getCache_App_TaggableService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
return $this->privates['cache.app.taggable'] = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->services['cache.app'] ?? $this->getCache_AppService()));
}
/**
* Gets the private 'cache.app.traceable.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\RedisAdapter
*/
protected function getCache_App_Traceable_InnerService()
{
$this->privates['cache.app.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.VkIJQtB'] ?? $this->get_CacheConnection_VkIJQtBService()), 'kmDiIDDoDx', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $instance;
}
/**
* Gets the private 'cache.app.traceable.recorder_inner' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
*/
protected function getCache_App_Traceable_RecorderInnerService()
{
return $this->privates['cache.app.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.app.traceable.inner'] ?? $this->getCache_App_Traceable_InnerService()));
}
/**
* Gets the private 'cache.default_marshaller' shared service.
*
* @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
*/
protected function getCache_DefaultMarshallerService()
{
return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true);
}
/**
* Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
{
return $this->privates['cache.messenger.restart_workers_signal.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.messenger.restart_workers_signal.traceable.recorder_inner'] ?? $this->getCache_Messenger_RestartWorkersSignal_Traceable_RecorderInnerService()));
}
/**
* Gets the private 'cache.messenger.restart_workers_signal.traceable.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\RedisAdapter
*/
protected function getCache_Messenger_RestartWorkersSignal_Traceable_InnerService()
{
$this->privates['cache.messenger.restart_workers_signal.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.VkIJQtB'] ?? $this->get_CacheConnection_VkIJQtBService()), 'as8zhaTOuL', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $instance;
}
/**
* Gets the private 'cache.messenger.restart_workers_signal.traceable.recorder_inner' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
*/
protected function getCache_Messenger_RestartWorkersSignal_Traceable_RecorderInnerService()
{
return $this->privates['cache.messenger.restart_workers_signal.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.messenger.restart_workers_signal.traceable.inner'] ?? $this->getCache_Messenger_RestartWorkersSignal_Traceable_InnerService()));
}
/**
* Gets the private 'cache.property_access' shared service.
*
* @return \Symfony\Component\Cache\Adapter\ArrayAdapter
*/
protected function getCache_PropertyAccessService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
return $this->privates['cache.property_access'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false);
}
/**
* 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(($this->privates['cache.property_info.traceable.recorder_inner'] ?? $this->getCache_PropertyInfo_Traceable_RecorderInnerService()));
}
/**
* Gets the private 'cache.property_info.traceable.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_PropertyInfo_Traceable_InnerService()
{
return $this->privates['cache.property_info.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BAFGDSz1za', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.property_info.traceable.recorder_inner' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
*/
protected function getCache_PropertyInfo_Traceable_RecorderInnerService()
{
return $this->privates['cache.property_info.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.property_info.traceable.inner'] ?? $this->getCache_PropertyInfo_Traceable_InnerService()));
}
/**
* 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(($this->privates['cache.security_expression_language.traceable.recorder_inner'] ?? $this->getCache_SecurityExpressionLanguage_Traceable_RecorderInnerService()));
}
/**
* Gets the private 'cache.security_expression_language.traceable.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_SecurityExpressionLanguage_Traceable_InnerService()
{
return $this->privates['cache.security_expression_language.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kkEDJZ21SQ', 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.recorder_inner' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
*/
protected function getCache_SecurityExpressionLanguage_Traceable_RecorderInnerService()
{
return $this->privates['cache.security_expression_language.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.security_expression_language.traceable.inner'] ?? $this->getCache_SecurityExpressionLanguage_Traceable_InnerService()));
}
/**
* 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(($this->privates['cache.serializer.traceable.recorder_inner'] ?? $this->getCache_Serializer_Traceable_RecorderInnerService()));
}
/**
* Gets the private 'cache.serializer.traceable.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_Serializer_Traceable_InnerService()
{
return $this->privates['cache.serializer.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lAhqkpVvDE', 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.recorder_inner' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
*/
protected function getCache_Serializer_Traceable_RecorderInnerService()
{
return $this->privates['cache.serializer.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.serializer.traceable.inner'] ?? $this->getCache_Serializer_Traceable_InnerService()));
}
/**
* Gets the private 'cache.system.traceable.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_System_Traceable_InnerService()
{
return $this->privates['cache.system.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4WGMuw3py3', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.system.traceable.recorder_inner' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
*/
protected function getCache_System_Traceable_RecorderInnerService()
{
return $this->privates['cache.system.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.system.traceable.inner'] ?? $this->getCache_System_Traceable_InnerService()));
}
/**
* 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(($this->privates['cache.validator.traceable.recorder_inner'] ?? $this->getCache_Validator_Traceable_RecorderInnerService()));
}
/**
* Gets the private 'cache.validator.traceable.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_Validator_Traceable_InnerService()
{
return $this->privates['cache.validator.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NA+JririzU', 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.recorder_inner' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
*/
protected function getCache_Validator_Traceable_RecorderInnerService()
{
return $this->privates['cache.validator.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.validator.traceable.inner'] ?? $this->getCache_Validator_Traceable_InnerService()));
}
/**
* Gets the private 'cache.validator_expression_language.traceable.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getCache_ValidatorExpressionLanguage_Traceable_InnerService()
{
return $this->privates['cache.validator_expression_language.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nTvAs-Cv1t', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'cache.validator_expression_language.traceable.recorder_inner' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
*/
protected function getCache_ValidatorExpressionLanguage_Traceable_RecorderInnerService()
{
return $this->privates['cache.validator_expression_language.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.validator_expression_language.traceable.inner'] ?? $this->getCache_ValidatorExpressionLanguage_Traceable_InnerService()));
}
/**
* 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 'command_bus.messenger.handlers_locator' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlersLocator
*/
protected function getCommandBus_Messenger_HandlersLocatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
return $this->privates['command_bus.messenger.handlers_locator'] = new \Symfony\Component\Messenger\Handler\HandlersLocator(['CodersLab\\Lms\\Modules\\Courses\\Application\\Command\\AddUserToSelfRegisterInstance' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.xwKbcHb'] ?? $this->get_Messenger_HandlerDescriptor_XwKbcHbService());
}, 1), 'CodersLab\\Lms\\Modules\\Courses\\Application\\Command\\ChangeGithubRepositoryName' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.23yC2ah'] ?? $this->get_Messenger_HandlerDescriptor_23yC2ahService());
}, 1), 'CodersLab\\Lms\\Modules\\Courses\\Command\\SynchroniseCourseScheduleUrl' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.DZ80VQK'] ?? $this->get_Messenger_HandlerDescriptor_DZ80VQKService());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddAllStudentsAccess' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.ZUlpGlK'] ?? $this->get_Messenger_HandlerDescriptor_ZUlpGlKService());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddLecturerAccess' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.z0tvTsx'] ?? $this->get_Messenger_HandlerDescriptor_Z0tvTsxService());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddStudentExamAccess' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.S.kZfvs'] ?? $this->get_Messenger_HandlerDescriptor_S_KZfvsService());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddStudentModuleAccess' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.YThJ6KY'] ?? $this->get_Messenger_HandlerDescriptor_YThJ6KYService());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddStudentsExamsAccess' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.5YFyD67'] ?? $this->get_Messenger_HandlerDescriptor_5YFyD67Service());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\Bookmark\\DeleteBookmark' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.dLMeqrw'] ?? $this->get_Messenger_HandlerDescriptor_DLMeqrwService());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\Bookmark\\UpsertBookmark' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.QWgvE6j'] ?? $this->get_Messenger_HandlerDescriptor_QWgvE6jService());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\Progress\\ChangeUserMaterialProgress' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.oUUETg7'] ?? $this->get_Messenger_HandlerDescriptor_OUUETg7Service());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\LogAccessChange' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.qp02HcV'] ?? $this->get_Messenger_HandlerDescriptor_Qp02HcVService());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\NotifyPreworkShared' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.8t8JSDi'] ?? $this->get_Messenger_HandlerDescriptor_8t8JSDiService());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\PlanStudentExam' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.uUz4qS6'] ?? $this->get_Messenger_HandlerDescriptor_UUz4qS6Service());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeAllStudentsAccess' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.J1a0vpC'] ?? $this->get_Messenger_HandlerDescriptor_J1a0vpCService());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeLecturerAccess' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.PsQhytY'] ?? $this->get_Messenger_HandlerDescriptor_PsQhytYService());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeStudentExamAccess' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor..DnGeME'] ?? $this->get_Messenger_HandlerDescriptor__DnGeMEService());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeStudentModuleAccess' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.snJ2Qng'] ?? $this->get_Messenger_HandlerDescriptor_SnJ2QngService());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\SendGithubTeamInvitation' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.uUKlb1f'] ?? $this->get_Messenger_HandlerDescriptor_UUKlb1fService());
}, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\UpdateLastSeenMaterial' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.T.DgoeS'] ?? $this->get_Messenger_HandlerDescriptor_T_DgoeSService());
}, 1), 'CodersLab\\Lms\\Modules\\Learning\\Application\\Command\\AddCriteriaGroupResult' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.ywpxx3v'] ?? $this->get_Messenger_HandlerDescriptor_Ywpxx3vService());
}, 1), 'CodersLab\\Lms\\Modules\\Learning\\Application\\Command\\AddMaterialResultAsync' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.NXxQuKr'] ?? $this->get_Messenger_HandlerDescriptor_NXxQuKrService());
}, 1), 'CodersLab\\Lms\\Modules\\Learning\\Application\\Command\\AddMaterialResultSync' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.4gx0ATC'] ?? $this->get_Messenger_HandlerDescriptor_4gx0ATCService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\AddUserToGithubTeam' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.SG5rJcP'] ?? $this->get_Messenger_HandlerDescriptor_SG5rJcPService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\InitQuizDetails' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.dNfpBZQ'] ?? $this->get_Messenger_HandlerDescriptor_DNfpBZQService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\InitQuizResponseWebhook' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.UtncWkH'] ?? $this->get_Messenger_HandlerDescriptor_UtncWkHService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\InitQuizUpdatesWebhook' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.ZFtMi0u'] ?? $this->get_Messenger_HandlerDescriptor_ZFtMi0uService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\SearchEngine\\LogMaterialSearch' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.j9TBGl.'] ?? $this->get_Messenger_HandlerDescriptor_J9TBGl_Service());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ProcessExercise' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.V6EX5h7'] ?? $this->get_Messenger_HandlerDescriptor_V6EX5h7Service());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\RebuildRepositories' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.rgdaYNy'] ?? $this->get_Messenger_HandlerDescriptor_RgdaYNyService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\RemoveUserFromGithubTeam' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.2C86Ctb'] ?? $this->get_Messenger_HandlerDescriptor_2C86CtbService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\RemoveUserFromRepository' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.9V0GYLS'] ?? $this->get_Messenger_HandlerDescriptor_9V0GYLSService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ReportMaterialIssue' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.xB1uCyN'] ?? $this->get_Messenger_HandlerDescriptor_XB1uCyNService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ReportPresentationIssue' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.RZtTSjI'] ?? $this->get_Messenger_HandlerDescriptor_RZtTSjIService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForLecturers' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.TsflJBr'] ?? $this->get_Messenger_HandlerDescriptor_TsflJBrService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForMentors' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.81d1IXg'] ?? $this->get_Messenger_HandlerDescriptor_81d1IXgService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForTeam' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.yeGha8_'] ?? $this->get_Messenger_HandlerDescriptor_YeGha8Service());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForUser' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.nKQv_6p'] ?? $this->get_Messenger_HandlerDescriptor_NKQv6pService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\StoreCourses' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.5n.vgbm'] ?? $this->get_Messenger_HandlerDescriptor_5n_VgbmService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\StoreMaterials' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.bQLqaBt'] ?? $this->get_Messenger_HandlerDescriptor_BQLqaBtService());
}, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\SearchEngine\\UpdateCourseDocuments' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.0T26Fds'] ?? $this->get_Messenger_HandlerDescriptor_0T26FdsService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\ChangePassword' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.fxuhVJe'] ?? $this->get_Messenger_HandlerDescriptor_FxuhVJeService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\UserCreate' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.ht8H9Ts'] ?? $this->get_Messenger_HandlerDescriptor_Ht8H9TsService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\EditUser' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.QC4iL6S'] ?? $this->get_Messenger_HandlerDescriptor_QC4iL6SService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SelfRegisterToCourse' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.ZZJF1rW'] ?? $this->get_Messenger_HandlerDescriptor_ZZJF1rWService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SendActivationExpirationReminderEmail' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.ZISK8Qj'] ?? $this->get_Messenger_HandlerDescriptor_ZISK8QjService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SendActivationReminderEmail' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor._NjDIN5'] ?? $this->get_Messenger_HandlerDescriptor_NjDIN5Service());
}, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SendWelcomeEmail' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.ly3PzCi'] ?? $this->get_Messenger_HandlerDescriptor_Ly3PzCiService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\UpdateShowWelcomePage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.8M6wqym'] ?? $this->get_Messenger_HandlerDescriptor_8M6wqymService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\UpdateUserLanguage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.kYRSvVq'] ?? $this->get_Messenger_HandlerDescriptor_KYRSvVqService());
}, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.kKY6REF'] ?? $this->get_Messenger_HandlerDescriptor_KKY6REFService());
}, 1)]);
}
/**
* Gets the private 'command_bus.middleware.add_bus_name_stamp_middleware' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware
*/
protected function getCommandBus_Middleware_AddBusNameStampMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/AddBusNameStampMiddleware.php';
return $this->privates['command_bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('command_bus');
}
/**
* Gets the private 'command_bus.middleware.handle_message' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
*/
protected function getCommandBus_Middleware_HandleMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
$this->privates['command_bus.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(($this->privates['command_bus.messenger.handlers_locator'] ?? $this->getCommandBus_Messenger_HandlersLocatorService()));
$instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
return $instance;
}
/**
* Gets the private 'command_bus.middleware.traceable' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
*/
protected function getCommandBus_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['command_bus.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'command_bus');
}
/**
* Gets the private 'config.resource.self_checking_resource_checker' shared service.
*
* @return \Symfony\Component\Config\Resource\SelfCheckingResourceChecker
*/
protected function getConfig_Resource_SelfCheckingResourceCheckerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php';
return $this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker();
}
/**
* 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 => 'materials_cache', 8 => 'response_cache', 9 => 'doctrine.result_cache_pool', 10 => 'doctrine.system_cache_pool', 11 => 'doctrine.second_level_cache_pool', 12 => 'cache.validator_expression_language', 13 => 'cache.security_expression_language']);
$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 => 'materials_cache', 8 => 'response_cache', 9 => 'doctrine.result_cache_pool', 10 => 'doctrine.system_cache_pool', 11 => 'doctrine.second_level_cache_pool', 12 => 'cache.validator_expression_language', 13 => 'cache.security_expression_language']);
$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 => 'materials_cache', 8 => 'response_cache', 9 => 'doctrine.result_cache_pool', 10 => 'doctrine.system_cache_pool', 11 => 'doctrine.second_level_cache_pool', 12 => 'cache.validator_expression_language', 13 => 'cache.security_expression_language']);
$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 'doctrine.result_cache_pool.traceable' => ($this->privates['doctrine.result_cache_pool.traceable'] ?? $this->getDoctrine_ResultCachePool_TraceableService());
yield 'doctrine.system_cache_pool.traceable' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService());
yield 'doctrine.second_level_cache_pool.traceable' => ($this->privates['doctrine.second_level_cache_pool.traceable'] ?? $this->getDoctrine_SecondLevelCachePool_TraceableService());
yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
yield 'materials_cache' => ($this->services['materials_cache'] ?? $this->getMaterialsCacheService());
yield 'response_cache' => ($this->services['response_cache'] ?? $this->getResponseCacheService());
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
}, 14));
$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.b0HYDVb'] ?? $this->get_ServiceLocator_B0HYDVbService()));
$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 => 'AppBundle\\Form', 2 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 3 => 'FOS\\UserBundle\\Form\\Type'], [0 => 'AppBundle\\Form\\InstanceType', 1 => 'AppBundle\\Form\\UserType', 2 => 'AppBundle\\Form\\RegistrationType', 3 => 'AppBundle\\Form\\InstanceForm', 4 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 5 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 6 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 7 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 8 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 9 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType', 10 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType', 11 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType', 12 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType', 13 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'], [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\\DataCollector\\Type\\DataCollectorTypeExtension', 7 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [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', 1 => 'async_commands', 2 => 'async_events', 3 => 'failed', 4 => 'sync'], ($this->privates['messenger.listener.reset_services'] ?? $this->getMessenger_Listener_ResetServicesService()), [0 => 'command_bus', 1 => 'event_bus']);
$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(['command_bus' => ['CodersLab\\Lms\\Modules\\Courses\\Application\\Command\\AddUserToSelfRegisterInstance' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\AddUserToSelfRegisterInstanceHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Courses\\Application\\Command\\ChangeGithubRepositoryName' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\ChangeGithubRepositoryNameHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Courses\\Command\\SynchroniseCourseScheduleUrl' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\SynchroniseCourseScheduleUrlHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddAllStudentsAccess' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddAllStudentsAccessHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddLecturerAccess' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddLecturerAccessHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddStudentExamAccess' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentExamAccessHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddStudentModuleAccess' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentModuleAccessHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddStudentsExamsAccess' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentsExamsAccessHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\Bookmark\\DeleteBookmark' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\DeleteBookmarkHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\Bookmark\\UpsertBookmark' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\UpsertBookmarkHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\Progress\\ChangeUserMaterialProgress' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\ChangeUserMaterialProgressHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\LogAccessChange' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\LogAccessChangeHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\NotifyPreworkShared' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\NotifyPreworkSharedHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\PlanStudentExam' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\PlanStudentExamHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeAllStudentsAccess' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeAllStudentsAccessHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeLecturerAccess' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeLecturerAccessHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeStudentExamAccess' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentExamAccessHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeStudentModuleAccess' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentModuleAccessHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\SendGithubTeamInvitation' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\SendGithubTeamInvitationHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\UpdateLastSeenMaterial' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\UpdateLastSeenMaterialHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Learning\\Application\\Command\\AddCriteriaGroupResult' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddCriteriaGroupResultHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Learning\\Application\\Command\\AddMaterialResultAsync' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultAsyncHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Learning\\Application\\Command\\AddMaterialResultSync' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultSyncHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\AddUserToGithubTeam' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\AddUserToGithubTeamHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\InitQuizDetails' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizDetailsHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\InitQuizResponseWebhook' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizResponseWebhookHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\InitQuizUpdatesWebhook' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizUpdatesWebhookHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\SearchEngine\\LogMaterialSearch' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\LogMaterialSearchHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ProcessExercise' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ProcessExerciseHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\RebuildRepositories' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RebuildRepositoriesHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\RemoveUserFromGithubTeam' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromGithubTeamHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\RemoveUserFromRepository' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromRepositoryHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ReportMaterialIssue' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportMaterialIssueHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ReportPresentationIssue' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportPresentationIssueHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForLecturers' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForLecturersHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForMentors' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForMentorsHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForTeam' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForTeamHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForUser' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForUserHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\StoreCourses' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreCoursesHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\StoreMaterials' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreMaterialsHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\SearchEngine\\UpdateCourseDocuments' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\UpdateCourseDocumentsHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\ChangePassword' => [0 => [0 => 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\ChangePasswordHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\UserCreate' => [0 => [0 => 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\CreateUserHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\EditUser' => [0 => [0 => 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\EditUserHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SelfRegisterToCourse' => [0 => [0 => 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SelfRegisterToCourseHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SendActivationExpirationReminderEmail' => [0 => [0 => 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationExpirationReminderEmailHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SendActivationReminderEmail' => [0 => [0 => 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationReminderEmailHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SendWelcomeEmail' => [0 => [0 => 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendWelcomeEmailHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\UpdateShowWelcomePage' => [0 => [0 => 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateShowWelcomePageHandler', 1 => ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\UpdateUserLanguage' => [0 => [0 => 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateUserLanguageHandler', 1 => ['bus' => 'command_bus']]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [0 => [0 => 'mailer.messenger.message_handler', 1 => []]]], 'event_bus' => ['CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseInstanceAdded' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\CourseInstanceAddedListener', 1 => ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Events\\NewUserAdded' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\NewUserAddedEventListener', 1 => ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\SignatureUpdated' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\SignatureUpdatedListener', 1 => ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\AccessGrantedEvent' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessGrantedEventListener', 1 => ['bus' => 'event_bus']], 1 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\AccessGrantedEventListener', 1 => ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\AccessRevokedEvent' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessRevokedEventListener', 1 => ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseInstanceMemberAdded' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberAddedListener', 1 => ['bus' => 'event_bus']], 1 => [0 => 'CodersLab\\Lms\\Modules\\Learning\\Application\\Listener\\CourseInstanceMemberAddedListener', 1 => ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseInstanceMemberRemoved' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberRemovedListener', 1 => ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseStored' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseStoredListener', 1 => ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\RepositoryForUserShared' => [0 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\RepositoryForUserSharedListener', 1 => ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\ExamPlanned' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExamPlannedListener', 1 => ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\ExerciseBuilt' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseBuiltListener', 1 => ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\ExerciseRepositoryAdded' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseRepositoryAddedListener', 1 => ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\QuizStateUpdated' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\QuizStateUpdatedListener', 1 => ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\UserGithubUpdated' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\UserGithubUpdatedListener', 1 => ['bus' => 'event_bus']]], '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_failed_messages_remove' shared service.
*
* @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
*/
protected function getConsole_Command_MessengerFailedMessagesRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
$this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
$instance->setName('messenger:failed:remove');
$instance->setDescription('Remove given messages from the failure transport');
return $instance;
}
/**
* Gets the private 'console.command.messenger_failed_messages_retry' shared service.
*
* @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
*/
protected function getConsole_Command_MessengerFailedMessagesRetryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
$this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setName('messenger:failed:retry');
$instance->setDescription('Retry one or more messages from the failure transport');
return $instance;
}
/**
* Gets the private 'console.command.messenger_failed_messages_show' shared service.
*
* @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
*/
protected function getConsole_Command_MessengerFailedMessagesShowService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
$this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
$instance->setName('messenger:failed:show');
$instance->setDescription('Show one or more messages from the failure transport');
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', 1 => 'async_commands', 2 => 'async_events', 3 => 'failed', 4 => 'sync']);
$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')], [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/Lms/SharedKernel/Infrastructure/Mailer/RegistrationMailer.php'), 3 => (\dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/StudentAddedMailer.php'), 4 => (\dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/StudentRemovedMailer.php'), 5 => (\dirname(__DIR__, 4).'/src/AppBundle/Service/Instance.php'), 6 => (\dirname(__DIR__, 4).'/src/AppBundle/Controller/ExceptionController.php'), 7 => (\dirname(__DIR__, 4).'/src/AppBundle/Event/GitHubCallExceptionListener.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 19 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 20 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php'), 21 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 22 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 23 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 24 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.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()), $this->getEnv('PRIMARY_LANG'), (\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')], [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/Lms/SharedKernel/Infrastructure/Mailer/RegistrationMailer.php'), 3 => (\dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/StudentAddedMailer.php'), 4 => (\dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Mailer/StudentRemovedMailer.php'), 5 => (\dirname(__DIR__, 4).'/src/AppBundle/Service/Instance.php'), 6 => (\dirname(__DIR__, 4).'/src/AppBundle/Controller/ExceptionController.php'), 7 => (\dirname(__DIR__, 4).'/src/AppBundle/Event/GitHubCallExceptionListener.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 18 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 19 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 20 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php'), 21 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 22 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 23 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 24 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.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()), $this->getEnv('PRIMARY_LANG'), [], []);
$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';
return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener(($this->privates['monolog.logger.console'] ?? $this->getMonolog_Logger_ConsoleService()));
}
/**
* Gets the private 'console.suggest_missing_package_subscriber' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber
*/
protected function getConsole_SuggestMissingPackageSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/EventListener/SuggestMissingPackageSubscriber.php';
return $this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber();
}
/**
* 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 'data_collector.ajax' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
*/
protected function getDataCollector_AjaxService()
{
return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
}
/**
* Gets the private 'data_collector.cache' shared service.
*
* @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
*/
protected function getDataCollector_CacheService()
{
$this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$instance->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$instance->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$instance->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
$instance->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
$instance->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
$instance->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
$instance->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
$instance->addInstance('materials_cache.traceable', ($this->services['materials_cache'] ?? $this->getMaterialsCacheService()));
$instance->addInstance('response_cache.traceable', ($this->services['response_cache'] ?? $this->getResponseCacheService()));
$instance->addInstance('doctrine.result_cache_pool.traceable', ($this->privates['doctrine.result_cache_pool.traceable'] ?? $this->getDoctrine_ResultCachePool_TraceableService()));
$instance->addInstance('doctrine.system_cache_pool.traceable', ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService()));
$instance->addInstance('doctrine.second_level_cache_pool.traceable', ($this->privates['doctrine.second_level_cache_pool.traceable'] ?? $this->getDoctrine_SecondLevelCachePool_TraceableService()));
$instance->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$instance->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
return $instance;
}
/**
* Gets the private 'data_collector.config' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
*/
protected function getDataCollector_ConfigService()
{
$this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$instance->setKernel(($this->services['kernel'] ?? $this->get('kernel', 3)));
}
return $instance;
}
/**
* Gets the private 'data_collector.doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
*/
protected function getDataCollector_DoctrineService()
{
$this->privates['data_collector.doctrine'] = $instance = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL);
$instance->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
return $instance;
}
/**
* Gets the private 'data_collector.events' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
*/
protected function getDataCollector_EventsService()
{
return $this->privates['data_collector.events'] = new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'data_collector.exception' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
*/
protected function getDataCollector_ExceptionService()
{
return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
}
/**
* 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(($this->privates['data_collector.form.extractor'] ?? ($this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())));
}
/**
* Gets the private 'data_collector.form.extractor' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
*/
protected function getDataCollector_Form_ExtractorService()
{
return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
}
/**
* Gets the private 'data_collector.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector
*/
protected function getDataCollector_HttpClientService()
{
$this->privates['data_collector.http_client'] = $instance = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$instance->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$instance->registerClient('hwi_oauth.http_client', ($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()));
return $instance;
}
/**
* Gets the private 'data_collector.jms_serializer' shared service.
*
* @return \JMS\SerializerBundle\Debug\DataCollector
*/
protected function getDataCollector_JmsSerializerService()
{
return $this->privates['data_collector.jms_serializer'] = new \JMS\SerializerBundle\Debug\DataCollector(['FOS\\UserBundle' => (\dirname(__DIR__, 4).'/src/AppBundle/Resources/FOSUserBundle/serializer')], ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener())));
}
/**
* Gets the private 'data_collector.logger' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
*/
protected function getDataCollector_LoggerService()
{
return $this->privates['data_collector.logger'] = new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector(($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), ($this->targetDir.''.'/AppBundle_KernelDevDebugContainer'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'data_collector.memory' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
*/
protected function getDataCollector_MemoryService()
{
return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
}
/**
* Gets the private 'data_collector.messenger' shared service.
*
* @return \Symfony\Component\Messenger\DataCollector\MessengerDataCollector
*/
protected function getDataCollector_MessengerService()
{
$this->privates['data_collector.messenger'] = $instance = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$instance->registerBus('command_bus', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->registerBus('event_bus', ($this->privates['debug.traced.event_bus'] ?? $this->getDebug_Traced_EventBusService()));
return $instance;
}
/**
* 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.router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
*/
protected function getDataCollector_RouterService()
{
return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
}
/**
* Gets the private 'data_collector.security' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
*/
protected function getDataCollector_SecurityService()
{
return $this->privates['data_collector.security'] = 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()), false);
}
/**
* Gets the private 'data_collector.time' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
*/
protected function getDataCollector_TimeService()
{
return $this->privates['data_collector.time'] = new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector(($this->services['kernel'] ?? $this->get('kernel', 3)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'data_collector.translation' shared service.
*
* @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
*/
protected function getDataCollector_TranslationService()
{
return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'data_collector.twig' shared service.
*
* @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
*/
protected function getDataCollector_TwigService()
{
return $this->privates['data_collector.twig'] = 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()));
}
/**
* Gets the private 'data_collector.validator' shared service.
*
* @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
*/
protected function getDataCollector_ValidatorService()
{
return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
}
/**
* Gets the private 'debug.argument_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
*/
protected function getDebug_ArgumentResolverService()
{
return $this->privates['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(($this->privates['debug.argument_resolver.inner'] ?? $this->getDebug_ArgumentResolver_InnerService()), ($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(($this->privates['debug.argument_resolver.default.inner'] ?? ($this->privates['debug.argument_resolver.default.inner'] = 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.default.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver
*/
protected function getDebug_ArgumentResolver_Default_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
return $this->privates['debug.argument_resolver.default.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver();
}
/**
* Gets the private 'debug.argument_resolver.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
*/
protected function getDebug_ArgumentResolver_InnerService()
{
return $this->privates['debug.argument_resolver.inner'] = 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.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
}, 8));
}
/**
* 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';
return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.not_tagged_controller.inner'] ?? $this->getDebug_ArgumentResolver_NotTaggedController_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.not_tagged_controller.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver
*/
protected function getDebug_ArgumentResolver_NotTaggedController_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
return $this->privates['debug.argument_resolver.not_tagged_controller.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.MyxJHXb'] ?? $this->get_ServiceLocator_MyxJHXbService()));
}
/**
* 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(($this->privates['debug.argument_resolver.request.inner'] ?? ($this->privates['debug.argument_resolver.request.inner'] = 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.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver
*/
protected function getDebug_ArgumentResolver_Request_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
return $this->privates['debug.argument_resolver.request.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver();
}
/**
* 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(($this->privates['debug.argument_resolver.request_attribute.inner'] ?? ($this->privates['debug.argument_resolver.request_attribute.inner'] = 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.request_attribute.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver
*/
protected function getDebug_ArgumentResolver_RequestAttribute_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
return $this->privates['debug.argument_resolver.request_attribute.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver();
}
/**
* 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';
return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.service.inner'] ?? $this->getDebug_ArgumentResolver_Service_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.service.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver
*/
protected function getDebug_ArgumentResolver_Service_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
return $this->privates['debug.argument_resolver.service.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.MyxJHXb'] ?? $this->get_ServiceLocator_MyxJHXbService()));
}
/**
* 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(($this->privates['debug.argument_resolver.session.inner'] ?? ($this->privates['debug.argument_resolver.session.inner'] = 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.session.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver
*/
protected function getDebug_ArgumentResolver_Session_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
return $this->privates['debug.argument_resolver.session.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver();
}
/**
* 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(($this->privates['debug.argument_resolver.variadic.inner'] ?? ($this->privates['debug.argument_resolver.variadic.inner'] = 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.argument_resolver.variadic.inner' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver
*/
protected function getDebug_ArgumentResolver_Variadic_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
return $this->privates['debug.argument_resolver.variadic.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver();
}
/**
* 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(($this->privates['debug.controller_resolver.inner'] ?? $this->getDebug_ControllerResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.controller_resolver.inner' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
*/
protected function getDebug_ControllerResolver_InnerService()
{
return $this->privates['debug.controller_resolver.inner'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->privates['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1, true, true, NULL);
}
/**
* 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';
return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.contextualized_cli_dumper'] ?? $this->getVarDumper_ContextualizedCliDumperService()), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the private 'debug.event_dispatcher.inner' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getDebug_EventDispatcher_InnerService()
{
return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
}
/**
* 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()
{
return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_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(($this->privates['debug.security.access.decision_manager.inner'] ?? $this->getDebug_Security_Access_DecisionManager_InnerService()));
}
/**
* Gets the private 'debug.security.access.decision_manager.inner' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManager_InnerService()
{
return $this->privates['debug.security.access.decision_manager.inner'] = 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.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
}, 3), 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()
{
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* 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';
return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.security.user_value_resolver.inner'] ?? $this->getDebug_Security_UserValueResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.security.user_value_resolver.inner' shared service.
*
* @return \Symfony\Component\Security\Http\Controller\UserValueResolver
*/
protected function getDebug_Security_UserValueResolver_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
return $this->privates['debug.security.user_value_resolver.inner'] = new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* 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';
return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(($this->privates['security.access.authenticated_voter'] ?? $this->getSecurity_Access_AuthenticatedVoterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* 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';
return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(($this->privates['security.access.expression_voter'] ?? $this->getSecurity_Access_ExpressionVoterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* 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';
return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(($this->privates['security.access.role_hierarchy_voter'] ?? $this->getSecurity_Access_RoleHierarchyVoterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* 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';
return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
}
/**
* Gets the private 'debug.stopwatch' shared service.
*
* @return \Symfony\Component\Stopwatch\Stopwatch
*/
protected function getDebug_StopwatchService()
{
return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
}
/**
* Gets the private 'debug.traced.command_bus.inner' shared service.
*
* @return \Symfony\Component\Messenger\MessageBus
*/
protected function getDebug_Traced_CommandBus_InnerService()
{
return $this->privates['debug.traced.command_bus.inner'] = new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['command_bus.middleware.traceable'] ?? $this->getCommandBus_Middleware_TraceableService());
yield 1 => ($this->privates['command_bus.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['command_bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('command_bus')));
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.validation'] ?? $this->getMessenger_Middleware_ValidationService());
yield 6 => ($this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\HandleMessageMiddleware'] ?? ($this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\HandleMessageMiddleware'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Bus\HandleMessageMiddleware()));
yield 7 => ($this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\MessageStoreMiddleware'] ?? $this->getMessageStoreMiddlewareService());
yield 8 => ($this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\EventBusMiddleware'] ?? $this->getEventBusMiddlewareService());
yield 9 => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
yield 10 => ($this->privates['command_bus.middleware.handle_message'] ?? $this->getCommandBus_Middleware_HandleMessageService());
}, 11));
}
/**
* Gets the private 'debug.traced.event_bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getDebug_Traced_EventBusService()
{
return $this->privates['debug.traced.event_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(($this->privates['debug.traced.event_bus.inner'] ?? $this->getDebug_Traced_EventBus_InnerService()));
}
/**
* Gets the private 'debug.traced.event_bus.inner' shared service.
*
* @return \Symfony\Component\Messenger\MessageBus
*/
protected function getDebug_Traced_EventBus_InnerService()
{
return $this->privates['debug.traced.event_bus.inner'] = new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['event_bus.middleware.traceable'] ?? $this->getEventBus_Middleware_TraceableService());
yield 1 => ($this->privates['event_bus.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['event_bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('event_bus')));
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.validation'] ?? $this->getMessenger_Middleware_ValidationService());
yield 6 => ($this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\MessageStoreMiddleware'] ?? $this->getMessageStoreMiddlewareService());
yield 7 => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
yield 8 => ($this->privates['event_bus.middleware.handle_message'] ?? $this->getEventBus_Middleware_HandleMessageService());
}, 9));
}
/**
* Gets the private 'debug.validator.inner' shared service.
*
* @return \Symfony\Component\Validator\Validator\ValidatorInterface
*/
protected function getDebug_Validator_InnerService()
{
return $this->privates['debug.validator.inner'] = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator();
}
/**
* Gets the private 'dependency_injection.config.container_parameters_resource_checker' shared service.
*
* @return \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker
*/
protected function getDependencyInjection_Config_ContainerParametersResourceCheckerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/Config/ContainerParametersResourceChecker.php';
return $this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this);
}
/**
* Gets the private 'disallow_search_engine_index_response_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
*/
protected function getDisallowSearchEngineIndexResponseListenerService()
{
return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
}
/**
* Gets the private 'doctrine.cache_clear_metadata_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($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\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($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\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
$this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($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\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
$this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($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\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
$this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($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\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
$this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($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/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/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/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/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.database_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
*/
protected function getDoctrine_DatabaseImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
$this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
$instance->setName('doctrine:database:import');
return $instance;
}
/**
* Gets the private 'doctrine.dbal.connection_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
*/
protected function getDoctrine_Dbal_ConnectionFactoryService()
{
return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']);
}
/**
* Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
*
* @return \Doctrine\DBAL\Configuration
*/
protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
{
$this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
$instance->setAutoCommit(true);
$instance->setSQLLogger(($this->privates['doctrine.dbal.logger.chain.default'] ?? $this->getDoctrine_Dbal_Logger_Chain_DefaultService()));
$instance->setSchemaAssetsFilter(($this->privates['doctrine.dbal.default_schema_asset_filter_manager'] ?? $this->getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()));
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, [
'AppBundle\\EventListener\\ExerciseRenamerListener' => ['services', 'AppBundle\\EventListener\\ExerciseRenamerListener', 'getExerciseRenamerListenerService', false],
'app.revision.subscriber' => ['services', 'app.revision.subscriber', 'getApp_Revision_SubscriberService', 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],
'simplethings_entityaudit.create_schema_listener' => ['privates', 'simplethings_entityaudit.create_schema_listener', 'getSimplethingsEntityaudit_CreateSchemaListenerService', false],
'simplethings_entityaudit.log_revisions_listener' => ['privates', 'simplethings_entityaudit.log_revisions_listener', 'getSimplethingsEntityaudit_LogRevisionsListenerService', false],
], [
'AppBundle\\EventListener\\ExerciseRenamerListener' => '?',
'app.revision.subscriber' => '?',
'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' => '?',
'simplethings_entityaudit.create_schema_listener' => '?',
'simplethings_entityaudit.log_revisions_listener' => '?',
]), [0 => 'app.revision.subscriber', 1 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 2 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 3 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 4 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 5 => 'fos_user.user_listener', 6 => 'simplethings_entityaudit.log_revisions_listener', 7 => 'simplethings_entityaudit.create_schema_listener', 8 => [0 => [0 => 'onFlush'], 1 => 'AppBundle\\EventListener\\ExerciseRenamerListener'], 9 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
}
/**
* Gets the private 'doctrine.dbal.default_regex_schema_filter' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter
*/
protected function getDoctrine_Dbal_DefaultRegexSchemaFilterService()
{
return $this->privates['doctrine.dbal.default_regex_schema_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!message_store|messenger_messages|v_products|ia_access_change_history|materials_exercise_status_sequence|issue_queue|materials_course_tree|proxy_errors|proxy_settings)~');
}
/**
* Gets the private 'doctrine.dbal.default_schema_asset_filter_manager' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager
*/
protected function getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()
{
return $this->privates['doctrine.dbal.default_schema_asset_filter_manager'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine.dbal.default_regex_schema_filter'] ?? ($this->privates['doctrine.dbal.default_regex_schema_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!message_store|messenger_messages|v_products|ia_access_change_history|materials_exercise_status_sequence|issue_queue|materials_course_tree|proxy_errors|proxy_settings)~')))]);
}
/**
* Gets the private 'doctrine.dbal.logger' shared service.
*
* @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
*/
protected function getDoctrine_Dbal_LoggerService()
{
return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'doctrine.dbal.logger.chain.default' shared service.
*
* @return \Doctrine\DBAL\Logging\LoggerChain
*/
protected function getDoctrine_Dbal_Logger_Chain_DefaultService()
{
return $this->privates['doctrine.dbal.logger.chain.default'] = new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]);
}
/**
* Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
*
* @return \Doctrine\DBAL\Logging\DebugStack
*/
protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
{
return $this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
}
/**
* Gets the private 'doctrine.ensure_production_settings_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
*/
protected function getDoctrine_EnsureProductionSettingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
$this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($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.fixtures.loader' shared service.
*
* @return \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader
*/
protected function getDoctrine_Fixtures_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/CourseInstances.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/Courses.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/Exercise.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/LegacyDictionaries.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/LegacyLanguages.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/LegacyModules.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/LegacyUsers.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/Pill.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/Repositories.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/StudentResults.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/Tags.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/UsersAccess.php';
include_once \dirname(__DIR__, 4).'/tests/Common/DataFixtures/Fixtures/UsersMaterialsProgress.php';
$this->privates['doctrine.fixtures.loader'] = $instance = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
$instance->addFixtures([0 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\CourseInstances'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\CourseInstances'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\CourseInstances())), 'groups' => []], 1 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Courses'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Courses'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Courses())), 'groups' => []], 2 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Exercise'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Exercise'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Exercise())), 'groups' => []], 3 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyDictionaries'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyDictionaries'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyDictionaries())), 'groups' => []], 4 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyLanguages'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyLanguages'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyLanguages())), 'groups' => []], 5 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyModules'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyModules'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyModules())), 'groups' => []], 6 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyUsers'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyUsers'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyUsers())), 'groups' => []], 7 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Pill'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Pill'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Pill())), 'groups' => []], 8 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Repositories'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Repositories'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Repositories())), 'groups' => []], 9 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\StudentResults'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\StudentResults'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\StudentResults())), 'groups' => []], 10 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Tags'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Tags'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Tags())), 'groups' => []], 11 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersAccess'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersAccess'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersAccess())), 'groups' => []], 12 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersMaterialsProgress'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersMaterialsProgress'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersMaterialsProgress())), 'groups' => []]]);
return $instance;
}
/**
* Gets the private 'doctrine.fixtures.purger.orm_purger_factory' shared service.
*
* @return \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory
*/
protected function getDoctrine_Fixtures_Purger_OrmPurgerFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
return $this->privates['doctrine.fixtures.purger.orm_purger_factory'] = new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory();
}
/**
* Gets the private 'doctrine.fixtures_load_command' shared service.
*
* @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
*/
protected function getDoctrine_FixturesLoadCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
$this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand(($this->privates['doctrine.fixtures.loader'] ?? $this->getDoctrine_Fixtures_LoaderService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => ($this->privates['doctrine.fixtures.purger.orm_purger_factory'] ?? ($this->privates['doctrine.fixtures.purger.orm_purger_factory'] = new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()))]);
$instance->setName('doctrine:fixtures:load');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_convert_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($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/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/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\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
$this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:info');
return $instance;
}
/**
* Gets the private 'doctrine.migrations.configuration' shared service.
*
* @return \Doctrine\Migrations\Configuration\Configuration
*/
protected function getDoctrine_Migrations_ConfigurationService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
$this->privates['doctrine.migrations.configuration'] = $instance = new \Doctrine\Migrations\Configuration\Configuration();
$instance->addMigrationsDirectory('Application\\Migrations', (\dirname(__DIR__, 4).'/app/DoctrineMigrations'));
$instance->setAllOrNothing(false);
$instance->setCheckDatabasePlatform(true);
$instance->setTransactional(true);
$instance->setMetadataStorageConfiguration(($this->privates['doctrine.migrations.storage.table_storage'] ?? $this->getDoctrine_Migrations_Storage_TableStorageService()));
return $instance;
}
/**
* Gets the private 'doctrine.migrations.configuration_loader' shared service.
*
* @return \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration
*/
protected function getDoctrine_Migrations_ConfigurationLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
return $this->privates['doctrine.migrations.configuration_loader'] = new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration(($this->privates['doctrine.migrations.configuration'] ?? $this->getDoctrine_Migrations_ConfigurationService()));
}
/**
* Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
*/
protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService()), $this);
}
/**
* Gets the private 'doctrine.migrations.container_aware_migrations_factory.inner' shared service.
*
* @return \Doctrine\Migrations\Version\MigrationFactory
*/
protected function getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
return $this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory();
}
/**
* Gets the private 'doctrine.migrations.dependency_factory' shared service.
*
* @return \Doctrine\Migrations\DependencyFactory
*/
protected function getDoctrine_Migrations_DependencyFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
$this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(($this->privates['doctrine.migrations.configuration_loader'] ?? $this->getDoctrine_Migrations_ConfigurationLoaderService()), ($this->privates['doctrine.migrations.entity_manager_registry_loader'] ?? $this->getDoctrine_Migrations_EntityManagerRegistryLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
});
return $instance;
}
/**
* Gets the private 'doctrine.migrations.entity_manager_registry_loader' shared service.
*
* @return \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager
*/
protected function getDoctrine_Migrations_EntityManagerRegistryLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
return $this->privates['doctrine.migrations.entity_manager_registry_loader'] = \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.migrations.storage.table_storage' shared service.
*
* @return \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration
*/
protected function getDoctrine_Migrations_Storage_TableStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
$this->privates['doctrine.migrations.storage.table_storage'] = $instance = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
$instance->setTableName('migration_versions');
$instance->setVersionColumnName('version');
$instance->setVersionColumnLength(1024);
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/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/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.container_repository_factory' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
*/
protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
{
return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []));
}
/**
* 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/Lms/Modules/Courses/Application/Query/Model'), 1 => (\dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Domain'), 2 => (\dirname(__DIR__, 4).'/src/Lms/Modules/Learning/Domain'), 3 => (\dirname(__DIR__, 4).'/src/Lms/Modules/IdentityAccess/Domain'), 4 => (\dirname(__DIR__, 4).'/src/AppBundle/Entity')]);
}
/**
* Gets the private 'doctrine.orm.default_configuration' shared service.
*
* @return \Doctrine\ORM\Configuration
*/
protected function getDoctrine_Orm_DefaultConfigurationService()
{
$this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
$a = new \Doctrine\ORM\Cache\CacheConfiguration();
$b = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
$b->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
$a->setCacheLogger($b);
$a->setCacheFactory(new \Doctrine\ORM\Cache\DefaultCacheFactory(($this->privates['doctrine.orm.default_second_level_cache.regions_configuration'] ?? ($this->privates['doctrine.orm.default_second_level_cache.regions_configuration'] = new \Doctrine\ORM\Cache\RegionsConfiguration(3600, 60))), ($this->privates['doctrine.second_level_cache_pool.compatibility_layer'] ?? $this->getDoctrine_SecondLevelCachePool_CompatibilityLayerService())));
$a->setRegionsConfiguration(new \Doctrine\ORM\Cache\RegionsConfiguration(3600, 60));
$c = ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService());
$instance->setEntityNamespaces(['CoursesViewModels' => 'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\Model', 'Materials' => 'CodersLab\\Lms\\Modules\\Materials\\Domain', 'Learning' => 'CodersLab\\Lms\\Modules\\Learning\\Domain', 'IdentityAccess' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Domain', 'AppBundle' => 'AppBundle\\Entity']);
$instance->setSecondLevelCacheEnabled(true);
$instance->setSecondLevelCacheConfiguration($a);
$instance->setMetadataCache($c);
$instance->setQueryCache($c);
$instance->setResultCache(($this->privates['doctrine.result_cache_pool.traceable'] ?? $this->getDoctrine_ResultCachePool_TraceableService()));
$instance->setMetadataDriverImpl(($this->privates['.doctrine.orm.default_metadata_driver'] ?? $this->get_Doctrine_Orm_DefaultMetadataDriverService()));
$instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$instance->setProxyNamespace('Proxies');
$instance->setAutoGenerateProxyClasses(true);
$instance->setSchemaIgnoreClasses([]);
$instance->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$instance->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
$instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
$instance->setEntityListenerResolver(($this->services['app.doctrine.entity_listener_resolver'] ?? $this->getApp_Doctrine_EntityListenerResolverService()));
$instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
$instance->addCustomStringFunction('JSON_CONTAINS', 'Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonContains');
return $instance;
}
/**
* 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';
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
*/
protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
{
return $this->privates['doctrine.orm.default_entity_manager.validator_loader'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL);
}
/**
* 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/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.default_manager_configurator' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
*/
protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
{
return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
}
/**
* Gets the private 'doctrine.orm.default_second_level_cache.regions_configuration' shared service.
*
* @return \Doctrine\ORM\Cache\RegionsConfiguration
*/
protected function getDoctrine_Orm_DefaultSecondLevelCache_RegionsConfigurationService()
{
return $this->privates['doctrine.orm.default_second_level_cache.regions_configuration'] = new \Doctrine\ORM\Cache\RegionsConfiguration(3600, 60);
}
/**
* 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/lib/Doctrine/Common/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/lib/Doctrine/Common/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 () {
return new \EmptyIterator();
}, 0));
}
/**
* 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/lib/Doctrine/Common/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/lib/Doctrine/Common/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());
yield 1 => ($this->privates['messenger.transport.async_commands'] ?? $this->getMessenger_Transport_AsyncCommandsService());
yield 2 => ($this->privates['messenger.transport.async_events'] ?? $this->getMessenger_Transport_AsyncEventsService());
yield 3 => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
yield 4 => ($this->privates['messenger.transport.sync'] ?? $this->getMessenger_Transport_SyncService());
}, 5));
}
/**
* 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.naming_strategy.underscore' shared service.
*
* @return \Doctrine\ORM\Mapping\UnderscoreNamingStrategy
*/
protected function getDoctrine_Orm_NamingStrategy_UnderscoreService()
{
return $this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy();
}
/**
* 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.quote_strategy.default' shared service.
*
* @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
*/
protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
{
return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
}
/**
* 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.orm.validator_initializer' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
*/
protected function getDoctrine_Orm_ValidatorInitializerService()
{
return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.query_dql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
$this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($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/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/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.result_cache_pool.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getDoctrine_ResultCachePool_TraceableService()
{
return $this->privates['doctrine.result_cache_pool.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['doctrine.result_cache_pool.traceable.recorder_inner'] ?? $this->getDoctrine_ResultCachePool_Traceable_RecorderInnerService()));
}
/**
* Gets the private 'doctrine.result_cache_pool.traceable.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\RedisAdapter
*/
protected function getDoctrine_ResultCachePool_Traceable_InnerService()
{
$this->privates['doctrine.result_cache_pool.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.VkIJQtB'] ?? $this->get_CacheConnection_VkIJQtBService()), '3aNXSQmm5g', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $instance;
}
/**
* Gets the private 'doctrine.result_cache_pool.traceable.recorder_inner' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
*/
protected function getDoctrine_ResultCachePool_Traceable_RecorderInnerService()
{
return $this->privates['doctrine.result_cache_pool.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['doctrine.result_cache_pool.traceable.inner'] ?? $this->getDoctrine_ResultCachePool_Traceable_InnerService()));
}
/**
* Gets the private 'doctrine.schema_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($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\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($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\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
$this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($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\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
$this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\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.second_level_cache_pool.compatibility_layer' shared service.
*
* @return \Doctrine\Common\Cache\CacheProvider
*/
protected function getDoctrine_SecondLevelCachePool_CompatibilityLayerService()
{
return $this->privates['doctrine.second_level_cache_pool.compatibility_layer'] = \Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['doctrine.second_level_cache_pool.traceable'] ?? $this->getDoctrine_SecondLevelCachePool_TraceableService()));
}
/**
* Gets the private 'doctrine.second_level_cache_pool.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getDoctrine_SecondLevelCachePool_TraceableService()
{
return $this->privates['doctrine.second_level_cache_pool.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['doctrine.second_level_cache_pool.traceable.recorder_inner'] ?? $this->getDoctrine_SecondLevelCachePool_Traceable_RecorderInnerService()));
}
/**
* Gets the private 'doctrine.second_level_cache_pool.traceable.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\RedisAdapter
*/
protected function getDoctrine_SecondLevelCachePool_Traceable_InnerService()
{
$this->privates['doctrine.second_level_cache_pool.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.VkIJQtB'] ?? $this->get_CacheConnection_VkIJQtBService()), 'THd69hMln1', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $instance;
}
/**
* Gets the private 'doctrine.second_level_cache_pool.traceable.recorder_inner' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
*/
protected function getDoctrine_SecondLevelCachePool_Traceable_RecorderInnerService()
{
return $this->privates['doctrine.second_level_cache_pool.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['doctrine.second_level_cache_pool.traceable.inner'] ?? $this->getDoctrine_SecondLevelCachePool_Traceable_InnerService()));
}
/**
* Gets the private 'doctrine.system_cache_pool.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getDoctrine_SystemCachePool_TraceableService()
{
return $this->privates['doctrine.system_cache_pool.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['doctrine.system_cache_pool.traceable.recorder_inner'] ?? $this->getDoctrine_SystemCachePool_Traceable_RecorderInnerService()));
}
/**
* Gets the private 'doctrine.system_cache_pool.traceable.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\AdapterInterface
*/
protected function getDoctrine_SystemCachePool_Traceable_InnerService()
{
return $this->privates['doctrine.system_cache_pool.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mVlFe50yzz', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
}
/**
* Gets the private 'doctrine.system_cache_pool.traceable.recorder_inner' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
*/
protected function getDoctrine_SystemCachePool_Traceable_RecorderInnerService()
{
return $this->privates['doctrine.system_cache_pool.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['doctrine.system_cache_pool.traceable.inner'] ?? $this->getDoctrine_SystemCachePool_Traceable_InnerService()));
}
/**
* Gets the private 'doctrine.twig.doctrine_extension' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
*/
protected function getDoctrine_Twig_DoctrineExtensionService()
{
return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
}
/**
* 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/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
}
/**
* 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/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
}
/**
* Gets the private 'doctrine_migrations.current_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
*/
protected function getDoctrineMigrations_CurrentCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
$this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
$instance->setName('doctrine:migrations:current');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.diff_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
*/
protected function getDoctrineMigrations_DiffCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
$this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
$instance->setName('doctrine:migrations:diff');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.dump_schema_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
*/
protected function getDoctrineMigrations_DumpSchemaCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
$this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
$instance->setName('doctrine:migrations:dump-schema');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.execute_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
*/
protected function getDoctrineMigrations_ExecuteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
$this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
$instance->setName('doctrine:migrations:execute');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.generate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
*/
protected function getDoctrineMigrations_GenerateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
$this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
$instance->setName('doctrine:migrations:generate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.latest_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
*/
protected function getDoctrineMigrations_LatestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
$this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
$instance->setName('doctrine:migrations:latest');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.migrate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
*/
protected function getDoctrineMigrations_MigrateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
$this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
$instance->setName('doctrine:migrations:migrate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.rollup_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
*/
protected function getDoctrineMigrations_RollupCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
$this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
$instance->setName('doctrine:migrations:rollup');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.status_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
*/
protected function getDoctrineMigrations_StatusCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
$this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
$instance->setName('doctrine:migrations:status');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
*/
protected function getDoctrineMigrations_SyncMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
$this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
$instance->setName('doctrine:migrations:sync-metadata-storage');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.up_to_date_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
*/
protected function getDoctrineMigrations_UpToDateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
$this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
$instance->setName('doctrine:migrations:up-to-date');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.version_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
*/
protected function getDoctrineMigrations_VersionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
$this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
$instance->setName('doctrine:migrations:version');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.versions_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
*/
protected function getDoctrineMigrations_VersionsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
$this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
$instance->setName('doctrine:migrations:list');
return $instance;
}
/**
* 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 'error_handler.error_renderer.serializer' shared service.
*
* @return \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer
*/
protected function getErrorHandler_ErrorRenderer_SerializerService()
{
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/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.serializer'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), ($this->privates['twig.error_renderer.html'] ?? $this->getTwig_ErrorRenderer_HtmlService()), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true));
}
/**
* Gets the private 'event_bus.messenger.handlers_locator' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlersLocator
*/
protected function getEventBus_Messenger_HandlersLocatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
return $this->privates['event_bus.messenger.handlers_locator'] = new \Symfony\Component\Messenger\Handler\HandlersLocator(['CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseInstanceAdded' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.9KbgIUC'] ?? $this->get_Messenger_HandlerDescriptor_9KbgIUCService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Events\\NewUserAdded' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.cdW2W0v'] ?? $this->get_Messenger_HandlerDescriptor_CdW2W0vService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\SignatureUpdated' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.ZNxsrn.'] ?? $this->get_Messenger_HandlerDescriptor_ZNxsrn_Service());
}, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\AccessGrantedEvent' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.aF2swfq'] ?? $this->get_Messenger_HandlerDescriptor_AF2swfqService());
yield 1 => ($this->privates['.messenger.handler_descriptor.V6b26Z4'] ?? $this->get_Messenger_HandlerDescriptor_V6b26Z4Service());
}, 2), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\AccessRevokedEvent' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.uRnSw9K'] ?? $this->get_Messenger_HandlerDescriptor_URnSw9KService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseInstanceMemberAdded' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.fVbgJ4O'] ?? $this->get_Messenger_HandlerDescriptor_FVbgJ4OService());
yield 1 => ($this->privates['.messenger.handler_descriptor.RdEeV57'] ?? $this->get_Messenger_HandlerDescriptor_RdEeV57Service());
}, 2), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseInstanceMemberRemoved' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.xrSi2OC'] ?? $this->get_Messenger_HandlerDescriptor_XrSi2OCService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseStored' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.XR2FS5w'] ?? $this->get_Messenger_HandlerDescriptor_XR2FS5wService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\RepositoryForUserShared' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.5nVwGR4'] ?? $this->get_Messenger_HandlerDescriptor_5nVwGR4Service());
}, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\ExamPlanned' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.sPP9ByC'] ?? $this->get_Messenger_HandlerDescriptor_SPP9ByCService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\ExerciseBuilt' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.1y0THQi'] ?? $this->get_Messenger_HandlerDescriptor_1y0THQiService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\ExerciseRepositoryAdded' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.VORAkVn'] ?? $this->get_Messenger_HandlerDescriptor_VORAkVnService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\QuizStateUpdated' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.yo3GnWp'] ?? $this->get_Messenger_HandlerDescriptor_Yo3GnWpService());
}, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\UserGithubUpdated' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.ewZP8gG'] ?? $this->get_Messenger_HandlerDescriptor_EwZP8gGService());
}, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.y_7RaHs'] ?? $this->get_Messenger_HandlerDescriptor_Y7RaHsService());
}, 1)]);
}
/**
* Gets the private 'event_bus.middleware.add_bus_name_stamp_middleware' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware
*/
protected function getEventBus_Middleware_AddBusNameStampMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/AddBusNameStampMiddleware.php';
return $this->privates['event_bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('event_bus');
}
/**
* Gets the private 'event_bus.middleware.handle_message' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
*/
protected function getEventBus_Middleware_HandleMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
$this->privates['event_bus.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(($this->privates['event_bus.messenger.handlers_locator'] ?? $this->getEventBus_Messenger_HandlersLocatorService()), true);
$instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
return $instance;
}
/**
* Gets the private 'event_bus.middleware.traceable' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
*/
protected function getEventBus_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['event_bus.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'event_bus');
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
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 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
*/
protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Loader\PersisterLoader(($this->privates['fidry_alice_data_fixtures.loader.simple'] ?? $this->getFidryAliceDataFixtures_Loader_SimpleService()), ($this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), []);
}
/**
* Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
*/
protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'file_locator' shared service.
*
* @return \Symfony\Component\HttpKernel\Config\FileLocator
*/
protected function getFileLocatorService()
{
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';
return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* 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';
return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(($this->privates['form.choice_list_factory.property_access'] ?? $this->getForm_ChoiceListFactory_PropertyAccessService()));
}
/**
* Gets the private 'form.choice_list_factory.default' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory
*/
protected function getForm_ChoiceListFactory_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
return $this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory();
}
/**
* Gets the private 'form.choice_list_factory.property_access' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator
*/
protected function getForm_ChoiceListFactory_PropertyAccessService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.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.property_access'] = new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(($this->privates['form.choice_list_factory.default'] ?? ($this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory())), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'form.extension' shared service.
*
* @return \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension
*/
protected function getForm_ExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
return $this->privates['form.extension'] = new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'AppBundle\\Form\\InstanceForm' => ['services', 'AppBundle\\Form\\InstanceForm', 'getInstanceFormService', false],
'AppBundle\\Form\\InstanceType' => ['services', 'AppBundle\\Form\\InstanceType', 'getInstanceTypeService', false],
'AppBundle\\Form\\RegistrationType' => ['services', 'AppBundle\\Form\\RegistrationType', 'getRegistrationTypeService', false],
'AppBundle\\Form\\UserType' => ['services', 'AppBundle\\Form\\UserType', 'getUserTypeService', 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],
'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],
], [
'AppBundle\\Form\\InstanceForm' => '?',
'AppBundle\\Form\\InstanceType' => '?',
'AppBundle\\Form\\RegistrationType' => '?',
'AppBundle\\Form\\UserType' => '?',
'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' => '?',
'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' => '?',
]), ['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.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
yield 5 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
}, 6), '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)], 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));
}
/**
* 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';
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => ($this->privates['form.extension'] ?? $this->getForm_ExtensionService())], ($this->privates['form.resolved_type_factory'] ?? $this->getForm_ResolvedTypeFactoryService()));
}
/**
* Gets the private 'form.resolved_type_factory' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy
*/
protected function getForm_ResolvedTypeFactoryService()
{
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.resolved_type_factory'] = 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.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';
return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(($this->privates['form.type_extension.form.request_handler'] ?? $this->getForm_TypeExtension_Form_RequestHandlerService()));
}
/**
* Gets the private 'form.type_extension.form.request_handler' shared service.
*
* @return \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler
*/
protected function getForm_TypeExtension_Form_RequestHandlerService()
{
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.request_handler'] = 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';
return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.repeated.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension
*/
protected function getForm_TypeExtension_Repeated_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/RepeatedTypeValidatorExtension.php';
return $this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension();
}
/**
* Gets the private 'form.type_extension.submit.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension
*/
protected function getForm_TypeExtension_Submit_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/SubmitTypeValidatorExtension.php';
return $this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension();
}
/**
* 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.factory' shared service.
*
* @return \FOS\UserBundle\Form\Factory\FormFactory
*/
protected function getFosUser_ChangePassword_Form_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
return $this->privates['fos_user.change_password.form.factory'] = 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']);
}
/**
* 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/Form/Type/ChangePasswordFormType.php';
return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('AppBundle\\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/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');
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/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');
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/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');
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/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');
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/Command/RoleCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/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');
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/Command/RoleCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/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');
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/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/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/EventListener/ResettingListener.php';
return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
}
/**
* Gets the private 'fos_user.object_manager' shared service.
*
* @return \Doctrine\Persistence\ObjectManager
*/
protected function getFosUser_ObjectManagerService()
{
return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
}
/**
* Gets the private 'fos_user.profile.form.factory' shared service.
*
* @return \FOS\UserBundle\Form\Factory\FormFactory
*/
protected function getFosUser_Profile_Form_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
return $this->privates['fos_user.profile.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_profile_form', 'AppBundle\\Form\\ProfileType', $this->parameters['fos_user.profile.form.validation_groups']);
}
/**
* 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/Form/Type/ProfileFormType.php';
return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('AppBundle\\Entity\\User');
}
/**
* Gets the private 'fos_user.registration.form.factory' shared service.
*
* @return \FOS\UserBundle\Form\Factory\FormFactory
*/
protected function getFosUser_Registration_Form_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
return $this->privates['fos_user.registration.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_registration_form', 'AppBundle\\Form\\RegistrationType', $this->parameters['fos_user.registration.form.validation_groups']);
}
/**
* 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/Form/Type/RegistrationFormType.php';
return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('AppBundle\\Entity\\User');
}
/**
* Gets the private 'fos_user.resetting.form.factory' shared service.
*
* @return \FOS\UserBundle\Form\Factory\FormFactory
*/
protected function getFosUser_Resetting_Form_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
return $this->privates['fos_user.resetting.form.factory'] = 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']);
}
/**
* 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/Form/Type/ResettingFormType.php';
return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('AppBundle\\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/EventListener/LastLoginListener.php';
return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()));
}
/**
* 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/Security/LoginManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Security/UserChecker.php';
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['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['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Security\UserChecker())), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_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/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/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_email' shared service.
*
* @return \FOS\UserBundle\Security\EmailUserProvider
*/
protected function getFosUser_UserProvider_UsernameEmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()));
}
/**
* Gets the private 'fos_user.user_to_username_transformer' shared service.
*
* @return \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer
*/
protected function getFosUser_UserToUsernameTransformerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/DataTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
return $this->privates['fos_user.user_to_username_transformer'] = new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()));
}
/**
* 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/Form/Type/UsernameFormType.php';
return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(($this->privates['fos_user.user_to_username_transformer'] ?? $this->getFosUser_UserToUsernameTransformerService()));
}
/**
* Gets the private 'fos_user.util.canonical_fields_updater' shared service.
*
* @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
*/
protected function getFosUser_Util_CanonicalFieldsUpdaterService()
{
$a = ($this->privates['fos_user.util.canonicalizer.default'] ?? ($this->privates['fos_user.util.canonicalizer.default'] = 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.canonicalizer.default' shared service.
*
* @return \FOS\UserBundle\Util\Canonicalizer
*/
protected function getFosUser_Util_Canonicalizer_DefaultService()
{
return $this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer();
}
/**
* 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/Util/PasswordUpdaterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/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.token_generator.default' shared service.
*
* @return \FOS\UserBundle\Util\TokenGenerator
*/
protected function getFosUser_Util_TokenGenerator_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
return $this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator();
}
/**
* 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/Util/UserManipulator.php';
return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'fos_user.validator.initializer' shared service.
*
* @return \FOS\UserBundle\Validator\Initializer
*/
protected function getFosUser_Validator_InitializerService()
{
return $this->privates['fos_user.validator.initializer'] = new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
}
/**
* Gets the private 'fragment.handler' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
*/
protected function getFragment_HandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
return $this->privates['fragment.handler'] = 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' => '?',
]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
}
/**
* 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($this->getEnv('APP_SECRET')))), '/_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';
$this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), 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';
$this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'fragment.uri_generator' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator
*/
protected function getFragment_UriGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
return $this->privates['fragment.uri_generator'] = new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.date_time_param_converter' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
*/
protected function getFrameworkExtraBundle_DateTimeParamConverterService()
{
return $this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
}
/**
* Gets the private 'hautelook_alice.alice.file_locator.kernel' shared service.
*
* @return \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator
*/
protected function getHautelookAlice_Alice_FileLocator_KernelService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
return $this->privates['hautelook_alice.alice.file_locator.kernel'] = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(($this->privates['nelmio_alice.file_locator.default'] ?? ($this->privates['nelmio_alice.file_locator.default'] = new \Nelmio\Alice\FileLocator\DefaultFileLocator())), ($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* Gets the private 'hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator' shared service.
*
* @return \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator
*/
protected function getHautelookAlice_Alice_Generator_Instantiator_Chainable_InstantiatedReferenceInstantiatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
$this->privates['hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator'] = $instance = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
$instance->setContainer($this);
return $instance;
}
/**
* Gets the private 'hautelook_alice.locator.env_directory' shared service.
*
* @return \Hautelook\AliceBundle\Locator\EnvDirectoryLocator
*/
protected function getHautelookAlice_Locator_EnvDirectoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
return $this->privates['hautelook_alice.locator.env_directory'] = new \Hautelook\AliceBundle\Locator\EnvDirectoryLocator($this->parameters['hautelook_alice.fixtures_path'], $this->parameters['hautelook_alice.root_dirs']);
}
/**
* Gets the private 'hautelook_alice.resolver.bundle.simple_resolver' shared service.
*
* @return \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver
*/
protected function getHautelookAlice_Resolver_Bundle_SimpleResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
return $this->privates['hautelook_alice.resolver.bundle.simple_resolver'] = new \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver(($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* Gets the private 'httplug.client.app.client' shared service.
*
* @return \Http\Client\HttpClient
*/
protected function getHttplug_Client_App_ClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug/src/HttpClient.php';
return $this->privates['httplug.client.app.client'] = ($this->privates['httplug.collector.factory.auto'] ?? $this->getHttplug_Collector_Factory_AutoService())->createClient([]);
}
/**
* Gets the private 'httplug.client.app.http_methods.inner' shared service.
*
* @return \Http\Client\Common\PluginClient
*/
protected function getHttplug_Client_App_HttpMethods_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/psr/http-client/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug/src/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug/src/HttpAsyncClient.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/client-common/src/PluginClient.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/client-common/src/Plugin.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/client-common/src/Plugin/ContentLengthPlugin.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/client-common/src/Plugin/RedirectPlugin.php';
return $this->privates['httplug.client.app.http_methods.inner'] = ($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService())->createClient(($this->privates['httplug.client.app.client'] ?? $this->getHttplug_Client_App_ClientService()), [0 => ($this->privates['httplug.plugin.content_length'] ?? ($this->privates['httplug.plugin.content_length'] = new \Http\Client\Common\Plugin\ContentLengthPlugin())), 1 => ($this->privates['httplug.plugin.redirect'] ?? ($this->privates['httplug.plugin.redirect'] = new \Http\Client\Common\Plugin\RedirectPlugin(['preserve_header' => true, 'use_default_for_multiple' => true])))], ['client_name' => 'app']);
}
/**
* Gets the private 'httplug.collector.collector' shared service.
*
* @return \Http\HttplugBundle\Collector\Collector
*/
protected function getHttplug_Collector_CollectorService()
{
return $this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector();
}
/**
* Gets the private 'httplug.collector.factory.auto' shared service.
*
* @return \Http\HttplugBundle\Collector\ProfileClientFactory
*/
protected function getHttplug_Collector_Factory_AutoService()
{
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/ClientFactory/ClientFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Collector/ProfileClientFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/ClientFactory/AutoDiscoveryFactory.php';
return $this->privates['httplug.collector.factory.auto'] = new \Http\HttplugBundle\Collector\ProfileClientFactory(($this->privates['httplug.collector.factory.auto.inner'] ?? ($this->privates['httplug.collector.factory.auto.inner'] = new \Http\HttplugBundle\ClientFactory\AutoDiscoveryFactory())), ($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'httplug.collector.factory.auto.inner' shared service.
*
* @return \Http\HttplugBundle\ClientFactory\AutoDiscoveryFactory
*/
protected function getHttplug_Collector_Factory_Auto_InnerService()
{
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/ClientFactory/ClientFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/ClientFactory/AutoDiscoveryFactory.php';
return $this->privates['httplug.collector.factory.auto.inner'] = new \Http\HttplugBundle\ClientFactory\AutoDiscoveryFactory();
}
/**
* Gets the private 'httplug.collector.formatter' shared service.
*
* @return \Http\HttplugBundle\Collector\Formatter
*/
protected function getHttplug_Collector_FormatterService()
{
return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(($this->privates['httplug.formatter.full_http_message'] ?? ($this->privates['httplug.formatter.full_http_message'] = new \Http\Message\Formatter\FullHttpMessageFormatter(0))), new \Http\Message\Formatter\CurlCommandFormatter());
}
/**
* Gets the private 'httplug.collector.twig.http_message' shared service.
*
* @return \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension
*/
protected function getHttplug_Collector_Twig_HttpMessageService()
{
return $this->privates['httplug.collector.twig.http_message'] = new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()));
}
/**
* Gets the private 'httplug.formatter.full_http_message' shared service.
*
* @return \Http\Message\Formatter\FullHttpMessageFormatter
*/
protected function getHttplug_Formatter_FullHttpMessageService()
{
return $this->privates['httplug.formatter.full_http_message'] = new \Http\Message\Formatter\FullHttpMessageFormatter(0);
}
/**
* Gets the private 'httplug.plugin.content_length' shared service.
*
* @return \Http\Client\Common\Plugin\ContentLengthPlugin
*/
protected function getHttplug_Plugin_ContentLengthService()
{
include_once \dirname(__DIR__, 4).'/vendor/php-http/client-common/src/Plugin.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/client-common/src/Plugin/ContentLengthPlugin.php';
return $this->privates['httplug.plugin.content_length'] = new \Http\Client\Common\Plugin\ContentLengthPlugin();
}
/**
* Gets the private 'httplug.plugin.redirect' shared service.
*
* @return \Http\Client\Common\Plugin\RedirectPlugin
*/
protected function getHttplug_Plugin_RedirectService()
{
include_once \dirname(__DIR__, 4).'/vendor/php-http/client-common/src/Plugin.php';
include_once \dirname(__DIR__, 4).'/vendor/php-http/client-common/src/Plugin/RedirectPlugin.php';
return $this->privates['httplug.plugin.redirect'] = new \Http\Client\Common\Plugin\RedirectPlugin(['preserve_header' => true, 'use_default_for_multiple' => true]);
}
/**
* Gets the private 'httplug.strategy_listener' shared service.
*
* @return \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener
*/
protected function getHttplug_StrategyListenerService()
{
return $this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener();
}
/**
* Gets the private 'hwi_oauth.authentication.listener.oauth.main' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener
*/
protected function getHwiOauth_Authentication_Listener_Oauth_MainService()
{
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/AbstractAuthenticationListener.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/OAuthListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
$this->privates['hwi_oauth.authentication.listener.oauth.main'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main', ($this->privates['security.authentication.success_handler.main.oauth'] ?? $this->getSecurity_Authentication_SuccessHandler_Main_OauthService()), ($this->privates['security.authentication.failure_handler.main.oauth'] ?? $this->getSecurity_Authentication_FailureHandler_Main_OauthService()), ['login_path' => '/login', 'use_forward' => false, 'check_path' => '/login_check', 'require_previous_session' => false], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->setResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
$instance->setCheckPaths($this->parameters['hwi_oauth.resource_ownermap.configured.main']);
$instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
return $instance;
}
/**
* Gets the private 'hwi_oauth.authentication.provider.oauth.main' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Security\Core\Authentication\Provider\OAuthProvider
*/
protected function getHwiOauth_Authentication_Provider_Oauth_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Security/Core/Authentication/Provider/OAuthProvider.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['hwi_oauth.authentication.provider.oauth.main'] = new \HWI\Bundle\OAuthBundle\Security\Core\Authentication\Provider\OAuthProvider(($this->services['app.provider.oauth'] ?? $this->getApp_Provider_OauthService()), ($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()), ($this->services['hwi_oauth.user_checker'] ?? ($this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'hwi_oauth.context_listener.token_refresher.main' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Security\Http\Firewall\RefreshAccessTokenListenerOld
*/
protected function getHwiOauth_ContextListener_TokenRefresher_MainService()
{
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/hwi/oauth-bundle/src/Security/Http/Firewall/AbstractRefreshAccessTokenListener.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/RefreshAccessTokenListener.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/RefreshAccessTokenListenerOld.php';
$this->privates['hwi_oauth.context_listener.token_refresher.main'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\Firewall\RefreshAccessTokenListenerOld(($this->privates['hwi_oauth.authentication.provider.oauth.main'] ?? $this->getHwiOauth_Authentication_Provider_Oauth_MainService()));
$instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->setResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
return $instance;
}
/**
* Gets the private 'hwi_oauth.resource_owner.google' shared service.
*
* @return \HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\GoogleResourceOwner
*/
protected function getHwiOauth_ResourceOwner_GoogleService()
{
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwnerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/AbstractResourceOwner.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/GenericOAuth2ResourceOwner.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/GoogleResourceOwner.php';
return $this->privates['hwi_oauth.resource_owner.google'] = new \HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\GoogleResourceOwner(($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ['client_id' => '902750113591-bve9npki8lk031u5g2oogq3p6c5bbouo.apps.googleusercontent.com', 'client_secret' => 'MvlXw-tKrtUivbMZ4mu7i-Hz', 'scope' => 'https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile', 'paths' => ['email' => 'email'], 'options' => []], 'google', ($this->privates['hwi_oauth.storage.session'] ?? $this->getHwiOauth_Storage_SessionService()));
}
/**
* Gets the private 'hwi_oauth.resource_ownermap_locator' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMapLocator
*/
protected function getHwiOauth_ResourceOwnermapLocatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Security/Http/ResourceOwnerMapLocator.php';
$this->privates['hwi_oauth.resource_ownermap_locator'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMapLocator();
$instance->set('main', ($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
return $instance;
}
/**
* Gets the private 'hwi_oauth.security.oauth_utils' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Security\OAuthUtils
*/
protected function getHwiOauth_Security_OauthUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Security/OAuthUtils.php';
$this->privates['hwi_oauth.security.oauth_utils'] = $instance = new \HWI\Bundle\OAuthBundle\Security\OAuthUtils(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), false, 'IS_AUTHENTICATED_REMEMBERED');
$instance->addResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
return $instance;
}
/**
* Gets the private 'hwi_oauth.storage.session' shared service.
*
* @return \HWI\Bundle\OAuthBundle\OAuth\RequestDataStorage\SessionStorage
*/
protected function getHwiOauth_Storage_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/OAuth/RequestDataStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/OAuth/RequestDataStorage/SessionStorage.php';
return $this->privates['hwi_oauth.storage.session'] = new \HWI\Bundle\OAuthBundle\OAuth\RequestDataStorage\SessionStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'hwi_oauth.templating.helper.oauth' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper
*/
protected function getHwiOauth_Templating_Helper_OauthService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/Helper/HelperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/Helper/Helper.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Templating/Helper/OAuthHelper.php';
return $this->privates['hwi_oauth.templating.helper.oauth'] = new \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'hwi_oauth.twig.extension.oauth' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension
*/
protected function getHwiOauth_Twig_Extension_OauthService()
{
return $this->privates['hwi_oauth.twig.extension.oauth'] = new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension();
}
/**
* Gets the private 'hwi_oauth.twig.extension.oauth.runtime' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthRuntime
*/
protected function getHwiOauth_Twig_Extension_Oauth_RuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthRuntime.php';
return $this->privates['hwi_oauth.twig.extension.oauth.runtime'] = new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthRuntime(($this->privates['hwi_oauth.templating.helper.oauth'] ?? $this->getHwiOauth_Templating_Helper_OauthService()));
}
/**
* Gets the private 'hwi_oauth.util.domain_whitelist' shared service.
*
* @return \HWI\Bundle\OAuthBundle\Util\DomainWhitelist
*/
protected function getHwiOauth_Util_DomainWhitelistService()
{
include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Util/DomainWhitelist.php';
return $this->privates['hwi_oauth.util.domain_whitelist'] = new \HWI\Bundle\OAuthBundle\Util\DomainWhitelist([]);
}
/**
* Gets the private 'identity_translator' shared service.
*
* @return \Symfony\Component\Translation\IdentityTranslator
*/
protected function getIdentityTranslatorService()
{
return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
}
/**
* Gets the private 'jms_serializer.accessor_strategy.default' shared service.
*
* @return \JMS\Serializer\Accessor\DefaultAccessorStrategy
*/
protected function getJmsSerializer_AccessorStrategy_DefaultService()
{
return $this->privates['jms_serializer.accessor_strategy.default'] = new \JMS\Serializer\Accessor\DefaultAccessorStrategy(($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
}
/**
* Gets the private 'jms_serializer.array_collection_handler' shared service.
*
* @return \JMS\Serializer\Handler\ArrayCollectionHandler
*/
protected function getJmsSerializer_ArrayCollectionHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
}
/**
* Gets the private 'jms_serializer.cache.cache_clearer' shared service.
*
* @return \JMS\SerializerBundle\Cache\CacheClearer
*/
protected function getJmsSerializer_Cache_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
}
/**
* Gets the private 'jms_serializer.constraint_violation_handler' shared service.
*
* @return \JMS\Serializer\Handler\ConstraintViolationHandler
*/
protected function getJmsSerializer_ConstraintViolationHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
}
/**
* Gets the private 'jms_serializer.datetime_handler' shared service.
*
* @return \JMS\Serializer\Handler\DateHandler
*/
protected function getJmsSerializer_DatetimeHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP', 'UTC', true);
}
/**
* Gets the private 'jms_serializer.deserialization_graph_navigator_factory' shared service.
*
* @return \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory
*/
protected function getJmsSerializer_DeserializationGraphNavigatorFactoryService()
{
return $this->privates['jms_serializer.deserialization_graph_navigator_factory'] = new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.doctrine_object_constructor'] ?? $this->getJmsSerializer_DoctrineObjectConstructorService()), ($this->privates['jms_serializer.accessor_strategy.default'] ?? $this->getJmsSerializer_AccessorStrategy_DefaultService()), ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
}
/**
* Gets the private 'jms_serializer.doctrine_object_constructor' shared service.
*
* @return \JMS\Serializer\Construction\DoctrineObjectConstructor
*/
protected function getJmsSerializer_DoctrineObjectConstructorService()
{
return $this->privates['jms_serializer.doctrine_object_constructor'] = new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), 'null');
}
/**
* Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
*
* @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
*/
protected function getJmsSerializer_DoctrineProxySubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(true, false);
}
/**
* Gets the private 'jms_serializer.event_dispatcher.service_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getJmsSerializer_EventDispatcher_ServiceLocatorService()
{
return $this->privates['jms_serializer.event_dispatcher.service_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', false],
'jms_serializer.traceable_runs_listener' => ['privates', 'jms_serializer.traceable_runs_listener', 'getJmsSerializer_TraceableRunsListenerService', false],
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', false],
], [
'jms_serializer.stopwatch_subscriber' => '?',
'jms_serializer.traceable_runs_listener' => '?',
'jms_serializer.doctrine_proxy_subscriber' => '?',
]);
}
/**
* Gets the private 'jms_serializer.expression_evaluator' shared service.
*
* @return \JMS\Serializer\Expression\ExpressionEvaluator
*/
protected function getJmsSerializer_ExpressionEvaluatorService()
{
return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator(($this->privates['jms_serializer.expression_language'] ?? $this->getJmsSerializer_ExpressionLanguageService()), ['container' => $this]);
}
/**
* Gets the private 'jms_serializer.expression_language' shared service.
*
* @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
*/
protected function getJmsSerializer_ExpressionLanguageService()
{
$this->privates['jms_serializer.expression_language'] = $instance = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
$instance->registerProvider(($this->privates['jms_serializer.expression_language.function_provider'] ?? ($this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider())));
return $instance;
}
/**
* Gets the private 'jms_serializer.expression_language.function_provider' shared service.
*
* @return \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider
*/
protected function getJmsSerializer_ExpressionLanguage_FunctionProviderService()
{
return $this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider();
}
/**
* Gets the private 'jms_serializer.form_error_handler' shared service.
*
* @return \JMS\Serializer\Handler\FormErrorHandler
*/
protected function getJmsSerializer_FormErrorHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'jms_serializer.handler_registry.service_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getJmsSerializer_HandlerRegistry_ServiceLocatorService()
{
return $this->privates['jms_serializer.handler_registry.service_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Serialization\\Material\\MaterialOnInstance\\SlugHandler' => ['services', 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Serialization\\Material\\MaterialOnInstance\\SlugHandler', 'getSlugHandlerService', false],
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', false],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', false],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', false],
'jms_serializer.form_error_handler' => ['privates', 'jms_serializer.form_error_handler', 'getJmsSerializer_FormErrorHandlerService', false],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', false],
], [
'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Serialization\\Material\\MaterialOnInstance\\SlugHandler' => '?',
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.form_error_handler' => '?',
'jms_serializer.iterator_handler' => '?',
]);
}
/**
* Gets the private 'jms_serializer.iterator_handler' shared service.
*
* @return \JMS\Serializer\Handler\IteratorHandler
*/
protected function getJmsSerializer_IteratorHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
}
/**
* Gets the private 'jms_serializer.json_deserialization_visitor' shared service.
*
* @return \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory
*/
protected function getJmsSerializer_JsonDeserializationVisitorService()
{
$this->privates['jms_serializer.json_deserialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
$instance->setOptions(0);
return $instance;
}
/**
* Gets the private 'jms_serializer.json_serialization_visitor' shared service.
*
* @return \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory
*/
protected function getJmsSerializer_JsonSerializationVisitorService()
{
$this->privates['jms_serializer.json_serialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
$instance->setOptions(64);
return $instance;
}
/**
* Gets the private 'jms_serializer.metadata.annotation_and_attributes_reader' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\AttributeDriver\AttributeReader
*/
protected function getJmsSerializer_Metadata_AnnotationAndAttributesReaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AttributeDriver/AttributeReader.php';
return $this->privates['jms_serializer.metadata.annotation_and_attributes_reader'] = new \JMS\Serializer\Metadata\Driver\AttributeDriver\AttributeReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'jms_serializer.metadata.annotation_driver' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\AnnotationDriver
*/
protected function getJmsSerializer_Metadata_AnnotationDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Serialization/SerializedNameOrIdenticalPropertyStrategy.php';
return $this->privates['jms_serializer.metadata.annotation_driver'] = new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['jms_serializer.metadata.annotation_and_attributes_reader'] ?? $this->getJmsSerializer_Metadata_AnnotationAndAttributesReaderService()), ($this->services['jms_serializer.serialized_name_or_identical_property_strategy'] ?? ($this->services['jms_serializer.serialized_name_or_identical_property_strategy'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\SerializedNameOrIdenticalPropertyStrategy())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the private 'jms_serializer.metadata.cache.file_cache' shared service.
*
* @return \Metadata\Cache\FileCache
*/
protected function getJmsSerializer_Metadata_Cache_FileCacheService()
{
return $this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer'));
}
/**
* Gets the private 'jms_serializer.metadata.chain_driver' shared service.
*
* @return \Metadata\Driver\DriverChain
*/
protected function getJmsSerializer_Metadata_ChainDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
return $this->privates['jms_serializer.metadata.chain_driver'] = new \Metadata\Driver\DriverChain([0 => ($this->privates['jms_serializer.metadata.yaml_driver'] ?? $this->getJmsSerializer_Metadata_YamlDriverService()), 1 => ($this->privates['jms_serializer.metadata.xml_driver'] ?? $this->getJmsSerializer_Metadata_XmlDriverService()), 2 => ($this->privates['jms_serializer.metadata.annotation_driver'] ?? $this->getJmsSerializer_Metadata_AnnotationDriverService())]);
}
/**
* Gets the private 'jms_serializer.metadata.doctrine_type_driver' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver
*/
protected function getJmsSerializer_Metadata_DoctrineTypeDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
return $this->privates['jms_serializer.metadata.doctrine_type_driver'] = new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(($this->privates['jms_serializer.metadata.chain_driver'] ?? $this->getJmsSerializer_Metadata_ChainDriverService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the private 'jms_serializer.metadata.lazy_loading_driver' shared service.
*
* @return \Metadata\Driver\LazyLoadingDriver
*/
protected function getJmsSerializer_Metadata_LazyLoadingDriverService()
{
return $this->privates['jms_serializer.metadata.lazy_loading_driver'] = new \Metadata\Driver\LazyLoadingDriver(($this->privates['jms_serializer.metadata.service_locator'] ?? $this->getJmsSerializer_Metadata_ServiceLocatorService()), 'metadata_driver');
}
/**
* Gets the private 'jms_serializer.metadata.service_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getJmsSerializer_Metadata_ServiceLocatorService()
{
return $this->privates['jms_serializer.metadata.service_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', false],
], [
'metadata_driver' => '?',
]);
}
/**
* Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableFileLocator
*/
protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
{
return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(($this->privates['jms_serializer.metadata.traceable_file_locator.inner'] ?? ($this->privates['jms_serializer.metadata.traceable_file_locator.inner'] = new \Metadata\Driver\FileLocator(['FOS\\UserBundle' => (\dirname(__DIR__, 4).'/src/AppBundle/Resources/FOSUserBundle/serializer')]))));
}
/**
* Gets the private 'jms_serializer.metadata.traceable_file_locator.inner' shared service.
*
* @return \Metadata\Driver\FileLocator
*/
protected function getJmsSerializer_Metadata_TraceableFileLocator_InnerService()
{
return $this->privates['jms_serializer.metadata.traceable_file_locator.inner'] = new \Metadata\Driver\FileLocator(['FOS\\UserBundle' => (\dirname(__DIR__, 4).'/src/AppBundle/Resources/FOSUserBundle/serializer')]);
}
/**
* Gets the private 'jms_serializer.metadata.xml_driver' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\XmlDriver
*/
protected function getJmsSerializer_Metadata_XmlDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Serialization/SerializedNameOrIdenticalPropertyStrategy.php';
return $this->privates['jms_serializer.metadata.xml_driver'] = new \JMS\Serializer\Metadata\Driver\XmlDriver(($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->services['jms_serializer.serialized_name_or_identical_property_strategy'] ?? ($this->services['jms_serializer.serialized_name_or_identical_property_strategy'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\SerializedNameOrIdenticalPropertyStrategy())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the private 'jms_serializer.metadata.yaml_driver' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\YamlDriver
*/
protected function getJmsSerializer_Metadata_YamlDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Serialization/SerializedNameOrIdenticalPropertyStrategy.php';
return $this->privates['jms_serializer.metadata.yaml_driver'] = new \JMS\Serializer\Metadata\Driver\YamlDriver(($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->services['jms_serializer.serialized_name_or_identical_property_strategy'] ?? ($this->services['jms_serializer.serialized_name_or_identical_property_strategy'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\SerializedNameOrIdenticalPropertyStrategy())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the private 'jms_serializer.serialization_graph_navigator_factory' shared service.
*
* @return \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory
*/
protected function getJmsSerializer_SerializationGraphNavigatorFactoryService()
{
return $this->privates['jms_serializer.serialization_graph_navigator_factory'] = new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.accessor_strategy.default'] ?? $this->getJmsSerializer_AccessorStrategy_DefaultService()), ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
}
/**
* Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
*
* @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
*/
protected function getJmsSerializer_StopwatchSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
*/
protected function getJmsSerializer_TraceableEventDispatcherService()
{
$this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(($this->privates['jms_serializer.event_dispatcher.service_locator'] ?? $this->getJmsSerializer_EventDispatcher_ServiceLocatorService()));
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ORM\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\MongoDB\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\ODM\\PHPCR\\PersistentCollection');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'Doctrine\\Common\\Persistence\\Proxy');
$instance->addListener('serializer.pre_serialize', [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], NULL, NULL, 'ProxyManager\\Proxy\\LazyLoadingInterface');
$instance->addListener('serializer.pre_deserialize', [0 => 'jms_serializer.traceable_runs_listener', 1 => 'saveRunInfo'], NULL, NULL, NULL);
$instance->addListener('serializer.post_serialize', [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], NULL, NULL, NULL);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_handler_registry' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
*/
protected function getJmsSerializer_TraceableHandlerRegistryService()
{
$this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(($this->privates['jms_serializer.traceable_handler_registry.inner'] ?? $this->getJmsSerializer_TraceableHandlerRegistry_InnerService()));
$instance->registerHandler(1, 'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialInstanceSlug\\Slug', 'json', [0 => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Serialization\\Material\\MaterialOnInstance\\SlugHandler', 1 => 'serialize']);
$instance->registerHandler(1, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'ArrayCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\Common\\Collections\\ArrayCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ORM\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolationList', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'xml', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Validator\\ConstraintViolation', 'json', [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']);
$instance->registerHandler(1, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']);
$instance->registerHandler(1, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']);
$instance->registerHandler(1, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']);
$instance->registerHandler(1, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\Form', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormTojson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToXml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormInterface', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToJson']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'xml', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorToxml']);
$instance->registerHandler(1, 'Symfony\\Component\\Form\\FormError', 'json', [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorTojson']);
$instance->registerHandler(1, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(1, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']);
$instance->registerHandler(2, 'ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'ArrayCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\Common\\Collections\\ArrayCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ORM\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\MongoDB\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'json', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'xml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'Doctrine\\ODM\\PHPCR\\PersistentCollection', 'yml', [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']);
$instance->registerHandler(2, 'DateTime', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson']);
$instance->registerHandler(2, 'DateTime', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']);
$instance->registerHandler(2, 'DateTimeImmutable', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson']);
$instance->registerHandler(2, 'DateTimeImmutable', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']);
$instance->registerHandler(2, 'DateInterval', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson']);
$instance->registerHandler(2, 'DateInterval', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']);
$instance->registerHandler(2, 'DateTimeInterface', 'json', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson']);
$instance->registerHandler(2, 'DateTimeInterface', 'xml', [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']);
$instance->registerHandler(2, 'Iterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Iterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'ArrayIterator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']);
$instance->registerHandler(2, 'Generator', 'json', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
$instance->registerHandler(2, 'Generator', 'xml', [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_handler_registry.inner' shared service.
*
* @return \JMS\Serializer\Handler\LazyHandlerRegistry
*/
protected function getJmsSerializer_TraceableHandlerRegistry_InnerService()
{
return $this->privates['jms_serializer.traceable_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(($this->privates['jms_serializer.handler_registry.service_locator'] ?? $this->getJmsSerializer_HandlerRegistry_ServiceLocatorService()));
}
/**
* Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
*
* @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
*/
protected function getJmsSerializer_TraceableMetadataFactoryService()
{
return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory(($this->privates['jms_serializer.traceable_metadata_factory.inner'] ?? $this->getJmsSerializer_TraceableMetadataFactory_InnerService()));
}
/**
* Gets the private 'jms_serializer.traceable_metadata_factory.inner' shared service.
*
* @return \Metadata\MetadataFactory
*/
protected function getJmsSerializer_TraceableMetadataFactory_InnerService()
{
$this->privates['jms_serializer.traceable_metadata_factory.inner'] = $instance = new \Metadata\MetadataFactory(($this->privates['jms_serializer.metadata.lazy_loading_driver'] ?? $this->getJmsSerializer_Metadata_LazyLoadingDriverService()), 'Metadata\\ClassHierarchyMetadata', true);
$instance->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
$instance->setIncludeInterfaces(false);
return $instance;
}
/**
* Gets the private 'jms_serializer.traceable_runs_listener' shared service.
*
* @return \JMS\SerializerBundle\Debug\RunsListener
*/
protected function getJmsSerializer_TraceableRunsListenerService()
{
return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
}
/**
* Gets the private 'jms_serializer.twig_extension.runtime_serializer' shared service.
*
* @return \JMS\Serializer\Twig\SerializerRuntimeExtension
*/
protected function getJmsSerializer_TwigExtension_RuntimeSerializerService()
{
return $this->privates['jms_serializer.twig_extension.runtime_serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_');
}
/**
* Gets the private 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
*
* @return \JMS\Serializer\Twig\SerializerRuntimeHelper
*/
protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
return $this->privates['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
}
/**
* Gets the private 'jms_serializer.type_parser' shared service.
*
* @return \JMS\Serializer\Type\Parser
*/
protected function getJmsSerializer_TypeParserService()
{
return $this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser();
}
/**
* Gets the private 'jms_serializer.unserialize_object_constructor' shared service.
*
* @return \JMS\Serializer\Construction\UnserializeObjectConstructor
*/
protected function getJmsSerializer_UnserializeObjectConstructorService()
{
return $this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor();
}
/**
* Gets the private 'jms_serializer.xml_deserialization_visitor' shared service.
*
* @return \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory
*/
protected function getJmsSerializer_XmlDeserializationVisitorService()
{
return $this->privates['jms_serializer.xml_deserialization_visitor'] = new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory();
}
/**
* Gets the private 'jms_serializer.xml_serialization_visitor' shared service.
*
* @return \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory
*/
protected function getJmsSerializer_XmlSerializationVisitorService()
{
$this->privates['jms_serializer.xml_serialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
$instance->setFormatOutput(true);
return $instance;
}
/**
* Gets the private 'knp_paginator.helper.processor' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Helper\Processor
*/
protected function getKnpPaginator_Helper_ProcessorService()
{
return $this->privates['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'knp_paginator.subscriber.filtration' shared service.
*
* @return \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber
*/
protected function getKnpPaginator_Subscriber_FiltrationService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Filtration/FiltrationSubscriber.php';
return $this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber();
}
/**
* Gets the private 'knp_paginator.subscriber.paginate' shared service.
*
* @return \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber
*/
protected function getKnpPaginator_Subscriber_PaginateService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Paginate/PaginationSubscriber.php';
return $this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber();
}
/**
* 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' => '@KnpPaginator/Pagination/sliding.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
}
/**
* Gets the private 'knp_paginator.subscriber.sortable' shared service.
*
* @return \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber
*/
protected function getKnpPaginator_Subscriber_SortableService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Sortable/SortableSubscriber.php';
return $this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber();
}
/**
* Gets the private 'knp_paginator.twig.extension.pagination' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension
*/
protected function getKnpPaginator_Twig_Extension_PaginationService()
{
return $this->privates['knp_paginator.twig.extension.pagination'] = new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(($this->privates['knp_paginator.helper.processor'] ?? $this->getKnpPaginator_Helper_ProcessorService()));
}
/**
* Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
*/
protected function getLexikJwtAuthentication_CheckConfigCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
$this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'RS256');
$instance->setName('lexik:jwt:check-config');
$instance->setDescription('Checks that the bundle is properly configured.');
return $instance;
}
/**
* Gets the private 'lexik_jwt_authentication.extractor.authorization_header_extractor' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor
*/
protected function getLexikJwtAuthentication_Extractor_AuthorizationHeaderExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
return $this->privates['lexik_jwt_authentication.extractor.authorization_header_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer', 'Authorization');
}
/**
* Gets the private 'lexik_jwt_authentication.extractor.chain_extractor' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor
*/
protected function getLexikJwtAuthentication_Extractor_ChainExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/CookieTokenExtractor.php';
return $this->privates['lexik_jwt_authentication.extractor.chain_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([0 => ($this->privates['lexik_jwt_authentication.extractor.authorization_header_extractor'] ?? ($this->privates['lexik_jwt_authentication.extractor.authorization_header_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer', 'Authorization'))), 1 => ($this->privates['lexik_jwt_authentication.extractor.cookie_extractor'] ?? ($this->privates['lexik_jwt_authentication.extractor.cookie_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\CookieTokenExtractor('jwt')))]);
}
/**
* Gets the private 'lexik_jwt_authentication.extractor.cookie_extractor' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\CookieTokenExtractor
*/
protected function getLexikJwtAuthentication_Extractor_CookieExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/CookieTokenExtractor.php';
return $this->privates['lexik_jwt_authentication.extractor.cookie_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\CookieTokenExtractor('jwt');
}
/**
* Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
*/
protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), (\dirname(__DIR__, 4).'/'.$this->getEnv('string:JWT_SECRET_KEY')), (\dirname(__DIR__, 4).'/'.$this->getEnv('string:JWT_PUBLIC_KEY')), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
$instance->setName('lexik:jwt:generate-keypair');
$instance->setDescription('Generate public/private keys for use in your application.');
return $instance;
}
/**
* Gets the private 'lexik_jwt_authentication.jws_provider.lcobucci' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider
*/
protected function getLexikJwtAuthentication_JwsProvider_LcobucciService()
{
return $this->privates['lexik_jwt_authentication.jws_provider.lcobucci'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl', 'RS256', $this->getEnv('JWT_TOKEN_TTL'), 0, false);
}
/**
* Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
*/
protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['lexik_jwt_authentication.extractor.chain_extractor'] ?? $this->getLexikJwtAuthentication_Extractor_ChainExtractorService()), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage(), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* 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($this->getEnv('PRIMARY_LANG'))));
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()
{
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('PRIMARY_LANG'), ($this->services['router'] ?? $this->getRouterService()), false, []);
}
/**
* Gets the private 'mailer.data_collector' shared service.
*
* @return \Symfony\Component\Mailer\DataCollector\MessageDataCollector
*/
protected function getMailer_DataCollectorService()
{
return $this->privates['mailer.data_collector'] = new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
}
/**
* Gets the private 'mailer.envelope_listener' shared service.
*
* @return \Symfony\Component\Mailer\EventListener\EnvelopeListener
*/
protected function getMailer_EnvelopeListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/EnvelopeListener.php';
return $this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL);
}
/**
* 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';
return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'mailer.message_logger_listener' shared service.
*
* @return \Symfony\Component\Mailer\EventListener\MessageLoggerListener
*/
protected function getMailer_MessageLoggerListenerService()
{
return $this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener();
}
/**
* Gets the private 'mailer.messenger.message_handler' shared service.
*
* @return \Symfony\Component\Mailer\Messenger\MessageHandler
*/
protected function getMailer_Messenger_MessageHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
return $this->privates['mailer.messenger.message_handler'] = new \Symfony\Component\Mailer\Messenger\MessageHandler(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()));
}
/**
* Gets the private 'mailer.transport_factory' shared service.
*
* @return \Symfony\Component\Mailer\Transport
*/
protected function getMailer_TransportFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
return $this->privates['mailer.transport_factory'] = new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
yield 0 => ($this->privates['mailer.transport_factory.gmail'] ?? $this->getMailer_TransportFactory_GmailService());
yield 1 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
yield 2 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
yield 3 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
yield 4 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
}, 5));
}
/**
* Gets the private 'mailer.transport_factory.gmail' shared service.
*
* @return \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory
*/
protected function getMailer_TransportFactory_GmailService()
{
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/google-mailer/Transport/GmailTransportFactory.php';
return $this->privates['mailer.transport_factory.gmail'] = new \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* 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';
return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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';
return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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';
return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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';
return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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';
return $this->privates['mailer.transports'] = ($this->privates['mailer.transport_factory'] ?? $this->getMailer_TransportFactoryService())->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
}
/**
* 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';
$this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_authenticator'] ?? $this->getMaker_Maker_MakeAuthenticatorService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_command'] ?? $this->getMaker_Maker_MakeCommandService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_controller'] ?? $this->getMaker_Maker_MakeControllerService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_crud'] ?? $this->getMaker_Maker_MakeCrudService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_docker_database'] ?? $this->getMaker_Maker_MakeDockerDatabaseService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_entity'] ?? $this->getMaker_Maker_MakeEntityService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_fixtures'] ?? ($this->privates['maker.maker.make_fixtures'] = new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_form'] ?? $this->getMaker_Maker_MakeFormService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_message'] ?? $this->getMaker_Maker_MakeMessageService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_messenger_middleware'] ?? ($this->privates['maker.maker.make_messenger_middleware'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_migration'] ?? ($this->privates['maker.maker.make_migration'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4)))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_registration_form'] ?? $this->getMaker_Maker_MakeRegistrationFormService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_reset_password'] ?? $this->getMaker_Maker_MakeResetPasswordService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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_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';
$this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_serializer_encoder'] ?? ($this->privates['maker.maker.make_serializer_encoder'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_serializer_normalizer'] ?? ($this->privates['maker.maker.make_serializer_normalizer'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_stimulus_controller'] ?? ($this->privates['maker.maker.make_stimulus_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_subscriber'] ?? $this->getMaker_Maker_MakeSubscriberService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_test'] ?? ($this->privates['maker.maker.make_test'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTest())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_twig_component'] ?? ($this->privates['maker.maker.make_twig_component'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_twig_extension'] ?? ($this->privates['maker.maker.make_twig_extension'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:twig-extension');
$instance->setDescription('Creates a new Twig extension 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';
$this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_user'] ?? $this->getMaker_Maker_MakeUserService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_validator'] ?? ($this->privates['maker.maker.make_validator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeValidator())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$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';
$this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_voter'] ?? ($this->privates['maker.maker.make_voter'] = new \Symfony\Bundle\MakerBundle\Maker\MakeVoter())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:voter');
$instance->setDescription('Creates a new security voter class');
return $instance;
}
/**
* Gets the private 'maker.autoloader_finder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder
*/
protected function getMaker_AutoloaderFinderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
return $this->privates['maker.autoloader_finder'] = new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App');
}
/**
* Gets the private 'maker.autoloader_util' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil
*/
protected function getMaker_AutoloaderUtilService()
{
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';
return $this->privates['maker.autoloader_util'] = new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(($this->privates['maker.autoloader_finder'] ?? ($this->privates['maker.autoloader_finder'] = new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App'))));
}
/**
* Gets the private 'maker.console_error_listener' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber
*/
protected function getMaker_ConsoleErrorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Event/ConsoleErrorSubscriber.php';
return $this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber();
}
/**
* 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('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [0 => [0 => 'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\Model', 1 => $a], 1 => [0 => 'CodersLab\\Lms\\Modules\\Materials\\Domain', 1 => $a], 2 => [0 => 'CodersLab\\Lms\\Modules\\Learning\\Domain', 1 => $a], 3 => [0 => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Domain', 1 => $a], 4 => [0 => 'AppBundle\\Entity', 1 => $a], 5 => [0 => 'FOS\\UserBundle\\Model', 1 => ($this->privates['.5_doctrine_metadata_driver~M7E.AoK'] ?? $this->get_5DoctrineMetadataDriverM7E_AoKService())]]]);
}
/**
* 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.event_registry' shared service.
*
* @return \Symfony\Bundle\MakerBundle\EventRegistry
*/
protected function getMaker_EventRegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
return $this->privates['maker.event_registry'] = new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* 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/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())), ($this->privates['maker.autoloader_util'] ?? $this->getMaker_AutoloaderUtilService()), ($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()), 'App', NULL, ($this->privates['maker.template_component_generator'] ?? ($this->privates['maker.template_component_generator'] = new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator())));
}
/**
* Gets the private 'maker.maker.make_authenticator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator
*/
protected function getMaker_Maker_MakeAuthenticatorService()
{
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';
return $this->privates['maker.maker.make_authenticator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($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())));
}
/**
* Gets the private 'maker.maker.make_command' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeCommand
*/
protected function getMaker_Maker_MakeCommandService()
{
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';
return $this->privates['maker.maker.make_command'] = new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
}
/**
* Gets the private 'maker.maker.make_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeController
*/
protected function getMaker_Maker_MakeControllerService()
{
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';
return $this->privates['maker.maker.make_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
}
/**
* Gets the private 'maker.maker.make_crud' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeCrud
*/
protected function getMaker_Maker_MakeCrudService()
{
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';
return $this->privates['maker.maker.make_crud'] = 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()));
}
/**
* Gets the private 'maker.maker.make_docker_database' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase
*/
protected function getMaker_Maker_MakeDockerDatabaseService()
{
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';
return $this->privates['maker.maker.make_docker_database'] = new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.maker.make_entity' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeEntity
*/
protected function getMaker_Maker_MakeEntityService()
{
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';
return $this->privates['maker.maker.make_entity'] = new \Symfony\Bundle\MakerBundle\Maker\MakeEntity(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
}
/**
* Gets the private 'maker.maker.make_fixtures' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeFixtures
*/
protected function getMaker_Maker_MakeFixturesService()
{
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';
return $this->privates['maker.maker.make_fixtures'] = new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures();
}
/**
* Gets the private 'maker.maker.make_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeForm
*/
protected function getMaker_Maker_MakeFormService()
{
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';
return $this->privates['maker.maker.make_form'] = 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()));
}
/**
* Gets the private 'maker.maker.make_message' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeMessage
*/
protected function getMaker_Maker_MakeMessageService()
{
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';
return $this->privates['maker.maker.make_message'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessage(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.maker.make_messenger_middleware' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware
*/
protected function getMaker_Maker_MakeMessengerMiddlewareService()
{
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';
return $this->privates['maker.maker.make_messenger_middleware'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware();
}
/**
* Gets the private 'maker.maker.make_migration' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeMigration
*/
protected function getMaker_Maker_MakeMigrationService()
{
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';
return $this->privates['maker.maker.make_migration'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4));
}
/**
* Gets the private 'maker.maker.make_registration_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm
*/
protected function getMaker_Maker_MakeRegistrationFormService()
{
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';
return $this->privates['maker.maker.make_registration_form'] = new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
}
/**
* Gets the private 'maker.maker.make_reset_password' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword
*/
protected function getMaker_Maker_MakeResetPasswordService()
{
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';
return $this->privates['maker.maker.make_reset_password'] = new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()));
}
/**
* Gets the private 'maker.maker.make_serializer_encoder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder
*/
protected function getMaker_Maker_MakeSerializerEncoderService()
{
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';
return $this->privates['maker.maker.make_serializer_encoder'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder();
}
/**
* Gets the private 'maker.maker.make_serializer_normalizer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer
*/
protected function getMaker_Maker_MakeSerializerNormalizerService()
{
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';
return $this->privates['maker.maker.make_serializer_normalizer'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer();
}
/**
* Gets the private 'maker.maker.make_stimulus_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController
*/
protected function getMaker_Maker_MakeStimulusControllerService()
{
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';
return $this->privates['maker.maker.make_stimulus_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController();
}
/**
* Gets the private 'maker.maker.make_subscriber' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber
*/
protected function getMaker_Maker_MakeSubscriberService()
{
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';
return $this->privates['maker.maker.make_subscriber'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(($this->privates['maker.event_registry'] ?? $this->getMaker_EventRegistryService()));
}
/**
* Gets the private 'maker.maker.make_test' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeTest
*/
protected function getMaker_Maker_MakeTestService()
{
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';
return $this->privates['maker.maker.make_test'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTest();
}
/**
* Gets the private 'maker.maker.make_twig_component' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent
*/
protected function getMaker_Maker_MakeTwigComponentService()
{
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';
return $this->privates['maker.maker.make_twig_component'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent();
}
/**
* Gets the private 'maker.maker.make_twig_extension' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension
*/
protected function getMaker_Maker_MakeTwigExtensionService()
{
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';
return $this->privates['maker.maker.make_twig_extension'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension();
}
/**
* Gets the private 'maker.maker.make_user' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeUser
*/
protected function getMaker_Maker_MakeUserService()
{
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';
return $this->privates['maker.maker.make_user'] = new \Symfony\Bundle\MakerBundle\Maker\MakeUser(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.user_class_builder'] ?? ($this->privates['maker.user_class_builder'] = 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()));
}
/**
* Gets the private 'maker.maker.make_validator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeValidator
*/
protected function getMaker_Maker_MakeValidatorService()
{
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';
return $this->privates['maker.maker.make_validator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeValidator();
}
/**
* Gets the private 'maker.maker.make_voter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Maker\MakeVoter
*/
protected function getMaker_Maker_MakeVoterService()
{
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';
return $this->privates['maker.maker.make_voter'] = new \Symfony\Bundle\MakerBundle\Maker\MakeVoter();
}
/**
* 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 'maker.security_config_updater' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater
*/
protected function getMaker_SecurityConfigUpdaterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
return $this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater();
}
/**
* Gets the private 'maker.security_controller_builder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder
*/
protected function getMaker_SecurityControllerBuilderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
return $this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder();
}
/**
* Gets the private 'maker.template_component_generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator
*/
protected function getMaker_TemplateComponentGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
return $this->privates['maker.template_component_generator'] = new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator();
}
/**
* Gets the private 'maker.user_class_builder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Security\UserClassBuilder
*/
protected function getMaker_UserClassBuilderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
return $this->privates['maker.user_class_builder'] = new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder();
}
/**
* Gets the private 'materials_cache.traceable.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
*/
protected function getMaterialsCache_Traceable_InnerService()
{
$this->privates['materials_cache.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('18JPvNO2ND', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $instance;
}
/**
* Gets the private 'materials_cache.traceable.recorder_inner' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
*/
protected function getMaterialsCache_Traceable_RecorderInnerService()
{
return $this->privates['materials_cache.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['materials_cache.traceable.inner'] ?? $this->getMaterialsCache_Traceable_InnerService()));
}
/**
* Gets the private 'messenger.failure.add_error_details_stamp_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener
*/
protected function getMessenger_Failure_AddErrorDetailsStampListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/AddErrorDetailsStampListener.php';
return $this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener();
}
/**
* Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
*/
protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'async' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'async_commands' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'async_events' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'sync' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
], [
'async' => '?',
'async_commands' => '?',
'async_events' => '?',
'failed' => '?',
'sync' => '?',
]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
}
/**
* Gets the private 'messenger.listener.reset_services' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\ResetServicesListener
*/
protected function getMessenger_Listener_ResetServicesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
return $this->privates['messenger.listener.reset_services'] = new \Symfony\Component\Messenger\EventListener\ResetServicesListener(($this->services['services_resetter'] ?? $this->getServicesResetterService()));
}
/**
* 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_stop_exception_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener
*/
protected function getMessenger_Listener_StopWorkerOnStopExceptionListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnCustomStopExceptionListener.php';
return $this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener();
}
/**
* Gets the private 'messenger.middleware.dispatch_after_current_bus' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware
*/
protected function getMessenger_Middleware_DispatchAfterCurrentBusService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/DispatchAfterCurrentBusMiddleware.php';
return $this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware();
}
/**
* Gets the private 'messenger.middleware.failed_message_processing_middleware' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware
*/
protected function getMessenger_Middleware_FailedMessageProcessingMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/FailedMessageProcessingMiddleware.php';
return $this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware();
}
/**
* Gets the private 'messenger.middleware.reject_redelivered_message_middleware' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware
*/
protected function getMessenger_Middleware_RejectRedeliveredMessageMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/RejectRedeliveredMessageMiddleware.php';
return $this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware();
}
/**
* 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';
$this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(($this->privates['messenger.senders_locator'] ?? $this->getMessenger_SendersLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
$instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
return $instance;
}
/**
* Gets the private 'messenger.middleware.validation' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\ValidationMiddleware
*/
protected function getMessenger_Middleware_ValidationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/ValidationMiddleware.php';
return $this->privates['messenger.middleware.validation'] = new \Symfony\Component\Messenger\Middleware\ValidationMiddleware(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
}
/**
* 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],
'async_commands' => ['privates', 'messenger.transport.async_commands', 'getMessenger_Transport_AsyncCommandsService', false],
'async_events' => ['privates', 'messenger.transport.async_events', 'getMessenger_Transport_AsyncEventsService', false],
'failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
'messenger.transport.async_commands' => ['privates', 'messenger.transport.async_commands', 'getMessenger_Transport_AsyncCommandsService', false],
'messenger.transport.async_events' => ['privates', 'messenger.transport.async_events', 'getMessenger_Transport_AsyncEventsService', false],
'messenger.transport.failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'messenger.transport.sync' => ['privates', 'messenger.transport.sync', 'getMessenger_Transport_SyncService', false],
'sync' => ['privates', 'messenger.transport.sync', 'getMessenger_Transport_SyncService', false],
], [
'async' => '?',
'async_commands' => '?',
'async_events' => '?',
'failed' => '?',
'messenger.transport.async' => '?',
'messenger.transport.async_commands' => '?',
'messenger.transport.async_events' => '?',
'messenger.transport.failed' => '?',
'messenger.transport.sync' => '?',
'sync' => '?',
]);
}
/**
* 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(2, 61000, 4, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async_commands' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncCommandsService()
{
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_commands'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(2, 61000, 4, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async_events' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncEventsService()
{
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_events'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(2, 61000, 4, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
{
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.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.sync' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_SyncService()
{
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.sync'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 61000, 3, 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';
return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.hFbzeT.'] ?? $this->get_ServiceLocator_HFbzeT_Service()), ($this->privates['messenger.retry_strategy_locator'] ?? $this->getMessenger_RetryStrategyLocatorService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
}
/**
* Gets the private 'messenger.retry_strategy_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getMessenger_RetryStrategyLocatorService()
{
return $this->privates['messenger.retry_strategy_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'async' => ['privates', 'messenger.retry.multiplier_retry_strategy.async', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncService', false],
'async_commands' => ['privates', 'messenger.retry.multiplier_retry_strategy.async_commands', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncCommandsService', false],
'async_events' => ['privates', 'messenger.retry.multiplier_retry_strategy.async_events', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncEventsService', false],
'failed' => ['privates', 'messenger.retry.multiplier_retry_strategy.failed', 'getMessenger_Retry_MultiplierRetryStrategy_FailedService', false],
'sync' => ['privates', 'messenger.retry.multiplier_retry_strategy.sync', 'getMessenger_Retry_MultiplierRetryStrategy_SyncService', false],
], [
'async' => '?',
'async_commands' => '?',
'async_events' => '?',
'failed' => '?',
'sync' => '?',
]);
}
/**
* 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';
return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'command_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'event_bus' => ['privates', 'debug.traced.event_bus', 'getDebug_Traced_EventBusService', false],
], [
'command_bus' => '?',
'event_bus' => '?',
]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
}
/**
* Gets the private 'messenger.senders_locator' shared service.
*
* @return \Symfony\Component\Messenger\Transport\Sender\SendersLocator
*/
protected function getMessenger_SendersLocatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
return $this->privates['messenger.senders_locator'] = new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\AsyncCommand' => [0 => 'async_commands'], 'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\Command' => [0 => 'sync'], 'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\AbstractPublicEvent' => [0 => 'async_events'], 'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\AbstractDomainEvent' => [0 => 'sync'], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [0 => 'async']], ($this->privates['.service_locator.hFbzeT.'] ?? $this->get_ServiceLocator_HFbzeT_Service()));
}
/**
* Gets the private 'messenger.transport.amqp.factory' shared service.
*
* @return \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory
*/
protected function getMessenger_Transport_Amqp_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/amqp-messenger/Transport/AmqpTransportFactory.php';
return $this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory();
}
/**
* 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/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
return $this->privates['messenger.transport.async'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'/async_messages', ['consumer' => $this->getEnv('default:async_consumer:MESSENGER_CONSUMER_NAME'), 'delete_after_ack' => true, 'serializer' => 2, 'auto_setup' => true, 'transport_name' => 'async'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.async_commands' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncCommandsService()
{
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/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
return $this->privates['messenger.transport.async_commands'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'/async_commands', ['consumer' => $this->getEnv('default:async_commands_consumer:MESSENGER_CONSUMER_NAME'), 'delete_after_ack' => true, 'serializer' => 2, 'auto_setup' => true, 'transport_name' => 'async_commands'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.async_events' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncEventsService()
{
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/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
return $this->privates['messenger.transport.async_events'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'/async_events', ['consumer' => $this->getEnv('default:async_events_consumer:MESSENGER_CONSUMER_NAME'), 'delete_after_ack' => true, 'serializer' => 2, 'auto_setup' => true, 'transport_name' => 'async_events'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = 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 $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'messenger.transport.failed' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_FailedService()
{
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/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
return $this->privates['messenger.transport.failed'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport('doctrine://default?queue_name=failed&auto_setup=0', ['transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.in_memory.factory' shared service.
*
* @return \Symfony\Component\Messenger\Transport\InMemoryTransportFactory
*/
protected function getMessenger_Transport_InMemory_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/InMemoryTransportFactory.php';
return $this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory();
}
/**
* Gets the private 'messenger.transport.native_php_serializer' shared service.
*
* @return \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer
*/
protected function getMessenger_Transport_NativePhpSerializerService()
{
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.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer();
}
/**
* Gets the private 'messenger.transport.redis.factory' shared service.
*
* @return \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory
*/
protected function getMessenger_Transport_Redis_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/redis-messenger/Transport/RedisTransportFactory.php';
return $this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory();
}
/**
* Gets the private 'messenger.transport.sync' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_SyncService()
{
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/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
return $this->privates['messenger.transport.sync'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport('sync://', ['transport_name' => 'sync'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* 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';
return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
}
/**
* Gets the private 'messenger.transport_factory' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportFactory
*/
protected function getMessenger_TransportFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
yield 1 => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = 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->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
}, 5));
}
/**
* 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.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).'/log/dev.log'), 100, 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.server_log' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ServerLogHandler
*/
protected function getMonolog_Handler_ServerLogService()
{
return $this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, true);
}
/**
* 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->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, 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->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, 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.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ConsoleService()
{
$this->privates['monolog.logger.console'] = $instance = new \Symfony\Bridge\Monolog\Logger('console');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, true))));
$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.debug' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DebugService()
{
$this->privates['monolog.logger.debug'] = $instance = new \Symfony\Bridge\Monolog\Logger('debug');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, 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.doctrine' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DoctrineService()
{
$this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, true))));
$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.event' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_EventService()
{
$this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, true))));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.http_client' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_HttpClientService()
{
$this->privates['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, 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.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->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, 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.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->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, true))));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.nelmio_api_doc' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_NelmioApiDocService()
{
$this->privates['monolog.logger.nelmio_api_doc'] = $instance = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, 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.php' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_PhpService()
{
$this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, 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.profiler' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ProfilerService()
{
$this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, 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.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->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, 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.router' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RouterService()
{
$this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, 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.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->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911', 100, 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.processor.psr_log_message' shared service.
*
* @return \Monolog\Processor\PsrLogMessageProcessor
*/
protected function getMonolog_Processor_PsrLogMessageService()
{
return $this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor();
}
/**
* Gets the private 'nelmio_alice.faker.provider.alice' shared service.
*
* @return \Nelmio\Alice\Faker\Provider\AliceProvider
*/
protected function getNelmioAlice_Faker_Provider_AliceService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
return $this->privates['nelmio_alice.faker.provider.alice'] = new \Nelmio\Alice\Faker\Provider\AliceProvider();
}
/**
* Gets the private 'nelmio_alice.file_locator.default' shared service.
*
* @return \Nelmio\Alice\FileLocator\DefaultFileLocator
*/
protected function getNelmioAlice_FileLocator_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
return $this->privates['nelmio_alice.file_locator.default'] = new \Nelmio\Alice\FileLocator\DefaultFileLocator();
}
/**
* Gets the private 'nelmio_alice.file_parser.chainable.json' shared service.
*
* @return \Nelmio\Alice\Parser\Chainable\JsonParser
*/
protected function getNelmioAlice_FileParser_Chainable_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
return $this->privates['nelmio_alice.file_parser.chainable.json'] = new \Nelmio\Alice\Parser\Chainable\JsonParser();
}
/**
* Gets the private 'nelmio_alice.file_parser.chainable.php' shared service.
*
* @return \Nelmio\Alice\Parser\Chainable\PhpParser
*/
protected function getNelmioAlice_FileParser_Chainable_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
return $this->privates['nelmio_alice.file_parser.chainable.php'] = new \Nelmio\Alice\Parser\Chainable\PhpParser();
}
/**
* Gets the private 'nelmio_alice.file_parser.chainable.yaml' shared service.
*
* @return \Nelmio\Alice\Parser\Chainable\YamlParser
*/
protected function getNelmioAlice_FileParser_Chainable_YamlService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Parser.php';
return $this->privates['nelmio_alice.file_parser.chainable.yaml'] = new \Nelmio\Alice\Parser\Chainable\YamlParser(($this->privates['nelmio_alice.file_parser.symfony_yaml'] ?? ($this->privates['nelmio_alice.file_parser.symfony_yaml'] = new \Symfony\Component\Yaml\Parser())));
}
/**
* Gets the private 'nelmio_alice.file_parser.default_include_processor' shared service.
*
* @return \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor
*/
protected function getNelmioAlice_FileParser_DefaultIncludeProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
return $this->privates['nelmio_alice.file_parser.default_include_processor'] = new \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor(($this->privates['hautelook_alice.alice.file_locator.kernel'] ?? $this->getHautelookAlice_Alice_FileLocator_KernelService()));
}
/**
* Gets the private 'nelmio_alice.file_parser.registry' shared service.
*
* @return \Nelmio\Alice\Parser\ParserRegistry
*/
protected function getNelmioAlice_FileParser_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
return $this->privates['nelmio_alice.file_parser.registry'] = new \Nelmio\Alice\Parser\ParserRegistry([0 => ($this->privates['nelmio_alice.file_parser.chainable.yaml'] ?? $this->getNelmioAlice_FileParser_Chainable_YamlService()), 1 => ($this->privates['nelmio_alice.file_parser.chainable.php'] ?? ($this->privates['nelmio_alice.file_parser.chainable.php'] = new \Nelmio\Alice\Parser\Chainable\PhpParser())), 2 => ($this->privates['nelmio_alice.file_parser.chainable.json'] ?? ($this->privates['nelmio_alice.file_parser.chainable.json'] = new \Nelmio\Alice\Parser\Chainable\JsonParser()))]);
}
/**
* Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
*
* @return \Nelmio\Alice\Parser\RuntimeCacheParser
*/
protected function getNelmioAlice_FileParser_RuntimeCacheService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
return $this->privates['nelmio_alice.file_parser.runtime_cache'] = new \Nelmio\Alice\Parser\RuntimeCacheParser(($this->privates['nelmio_alice.file_parser.registry'] ?? $this->getNelmioAlice_FileParser_RegistryService()), ($this->privates['hautelook_alice.alice.file_locator.kernel'] ?? $this->getHautelookAlice_Alice_FileLocator_KernelService()), ($this->privates['nelmio_alice.file_parser.default_include_processor'] ?? $this->getNelmioAlice_FileParser_DefaultIncludeProcessorService()));
}
/**
* Gets the private 'nelmio_alice.file_parser.symfony_yaml' shared service.
*
* @return \Symfony\Component\Yaml\Parser
*/
protected function getNelmioAlice_FileParser_SymfonyYamlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Parser.php';
return $this->privates['nelmio_alice.file_parser.symfony_yaml'] = new \Symfony\Component\Yaml\Parser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_NullListService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_NullRangeService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_ReferenceRangeNameService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.specs.simple'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Specs_SimpleService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.specs.simple'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Specs_SimpleService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleListService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_TemporaryListService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleRangeService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_TemporaryRangeService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_TemporaryListService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer())));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_TemporaryRangeService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer())));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_RegistryDenormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry(($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.element'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_ElementService()), [0 => ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleListService()), 1 => ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_ReferenceRangeNameService()), 2 => ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleRangeService()), 3 => ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleService())]);
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_SimpleFixtureBagDenormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_TolerantDenormalizerService()), ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.element'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_ElementService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Arguments_SimpleArgumentsDenormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_UniqueValueDenormalizerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_FunctionDenormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Arguments_SimpleArgumentsDenormalizerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_MethodFlagHandler_ConfiguratorFlagHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_MethodFlagHandler_OptionalFlagHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_SimpleDenormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_FunctionDenormalizerService()), [0 => ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler())), 1 => ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler()))]);
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_ConstructorDenormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Arguments_SimpleArgumentsDenormalizerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_FactoryDenormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_SimpleDenormalizerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_LegacyConstructorDenormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_ConstructorDenormalizerService()), ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_FactoryDenormalizerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Property_SimpleDenormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_UniqueValueDenormalizerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_SimpleValueDenormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer(($this->privates['nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_FunctionFixtureReferenceParserService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_UniqueValueDenormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_SimpleValueDenormalizerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_TolerantDenormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_RegistryDenormalizerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_ConfiguratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_ExtendService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_OptionalService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_TemplateService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_UniqueService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.flag_parser.element' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_ElementService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.element'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser(($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.registry'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_RegistryService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.flag_parser.registry' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.registry'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry([0 => ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser())), 1 => ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser())), 2 => ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser())), 3 => ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser())), 4 => ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser()))]);
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Parameter_SimpleParameterBagDenormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.simple' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_SimpleService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.simple'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer())), ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_SimpleFixtureBagDenormalizerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.denormalizer.specs.simple' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer
*/
protected function getNelmioAlice_FixtureBuilder_Denormalizer_Specs_SimpleService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
return $this->privates['nelmio_alice.fixture_builder.denormalizer.specs.simple'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_LegacyConstructorDenormalizerService()), ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Property_SimpleDenormalizerService()), ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_SimpleDenormalizerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_EmptyValueLexerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer(($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_ReferenceEscaperLexerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.lexer.function_lexer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_FunctionLexerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.lexer.function_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer(($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_StringThenReferenceLexerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_GlobalsPatternsLexerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer(($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.function_lexer'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_FunctionLexerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_ReferenceEscaperLexerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer(($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_GlobalsPatternsLexerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_ReferenceLexerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_StringThenReferenceLexerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer(($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_SubPatternsLexerService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_SubPatternsLexerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer(($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer())));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_FunctionFixtureReferenceParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser(($this->privates['nelmio_alice.fixture_builder.expression_language.parser.string_parser'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_StringParserService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.simple_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_SimpleParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.simple_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser(($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_EmptyValueLexerService()), ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_RegistryService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.string_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_StringParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.string_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser(($this->privates['nelmio_alice.fixture_builder.expression_language.parser.simple_parser'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_SimpleParserService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_ArgumentEscaperService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_DynamicArrayTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_EscapedValueTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FixtureListReferenceTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FixtureMethodReferenceTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FixtureRangeReferenceTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FunctionTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser(($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper())));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_IdentityTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser(($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FunctionTokenParserService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_MethodReferenceTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_OptionalTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_ParameterTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_PropertyReferenceTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_SimpleReferenceTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_StringArrayTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_StringTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser(($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper())));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_TolerantFunctionTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser(($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_IdentityTokenParserService()));
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_VariableReferenceTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_VariableTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_WildcardReferenceTokenParserService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser();
}
/**
* Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry
*/
protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry([0 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser())), 1 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser())), 2 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser())), 3 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser())), 4 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser())), 5 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser())), 6 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser())), 7 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser())), 8 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser())), 9 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser())), 10 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser())), 11 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser())), 12 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_StringTokenParserService()), 13 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_TolerantFunctionTokenParserService()), 14 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser())), 15 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser()))]);
}
/**
* Gets the private 'nelmio_alice.fixture_builder.simple' shared service.
*
* @return \Nelmio\Alice\FixtureBuilder\SimpleBuilder
*/
protected function getNelmioAlice_FixtureBuilder_SimpleService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
return $this->privates['nelmio_alice.fixture_builder.simple'] = new \Nelmio\Alice\FixtureBuilder\SimpleBuilder(($this->privates['nelmio_alice.fixture_builder.denormalizer.simple'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_SimpleService()));
}
/**
* Gets the private 'nelmio_alice.generator.caller.chainable.configurator_method_call' shared service.
*
* @return \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor
*/
protected function getNelmioAlice_Generator_Caller_Chainable_ConfiguratorMethodCallService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
return $this->privates['nelmio_alice.generator.caller.chainable.configurator_method_call'] = new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor();
}
/**
* Gets the private 'nelmio_alice.generator.caller.chainable.method_call_with_reference' shared service.
*
* @return \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor
*/
protected function getNelmioAlice_Generator_Caller_Chainable_MethodCallWithReferenceService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
return $this->privates['nelmio_alice.generator.caller.chainable.method_call_with_reference'] = new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor();
}
/**
* Gets the private 'nelmio_alice.generator.caller.chainable.optional_method_call' shared service.
*
* @return \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor
*/
protected function getNelmioAlice_Generator_Caller_Chainable_OptionalMethodCallService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
return $this->privates['nelmio_alice.generator.caller.chainable.optional_method_call'] = new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor();
}
/**
* Gets the private 'nelmio_alice.generator.caller.chainable.simple_call' shared service.
*
* @return \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor
*/
protected function getNelmioAlice_Generator_Caller_Chainable_SimpleCallService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
return $this->privates['nelmio_alice.generator.caller.chainable.simple_call'] = new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor();
}
/**
* Gets the private 'nelmio_alice.generator.caller.registry' shared service.
*
* @return \Nelmio\Alice\Generator\Caller\CallProcessorRegistry
*/
protected function getNelmioAlice_Generator_Caller_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
return $this->privates['nelmio_alice.generator.caller.registry'] = new \Nelmio\Alice\Generator\Caller\CallProcessorRegistry([0 => ($this->privates['nelmio_alice.generator.caller.chainable.configurator_method_call'] ?? ($this->privates['nelmio_alice.generator.caller.chainable.configurator_method_call'] = new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor())), 1 => ($this->privates['nelmio_alice.generator.caller.chainable.method_call_with_reference'] ?? ($this->privates['nelmio_alice.generator.caller.chainable.method_call_with_reference'] = new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor())), 2 => ($this->privates['nelmio_alice.generator.caller.chainable.optional_method_call'] ?? ($this->privates['nelmio_alice.generator.caller.chainable.optional_method_call'] = new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor())), 3 => ($this->privates['nelmio_alice.generator.caller.chainable.simple_call'] ?? ($this->privates['nelmio_alice.generator.caller.chainable.simple_call'] = new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor()))]);
}
/**
* Gets the private 'nelmio_alice.generator.caller.simple' shared service.
*
* @return \Nelmio\Alice\Generator\Caller\SimpleCaller
*/
protected function getNelmioAlice_Generator_Caller_SimpleService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
return $this->privates['nelmio_alice.generator.caller.simple'] = new \Nelmio\Alice\Generator\Caller\SimpleCaller(($this->privates['nelmio_alice.generator.caller.registry'] ?? $this->getNelmioAlice_Generator_Caller_RegistryService()), ($this->privates['nelmio_alice.generator.resolver.value.registry'] ?? $this->getNelmioAlice_Generator_Resolver_Value_RegistryService()), ($this->privates['nelmio_alice.generator.named_arguments_resolver'] ?? ($this->privates['nelmio_alice.generator.named_arguments_resolver'] = new \Nelmio\Alice\Generator\NamedArgumentsResolver())));
}
/**
* Gets the private 'nelmio_alice.generator.double_pass' shared service.
*
* @return \Nelmio\Alice\Generator\DoublePassGenerator
*/
protected function getNelmioAlice_Generator_DoublePassService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
return $this->privates['nelmio_alice.generator.double_pass'] = new \Nelmio\Alice\Generator\DoublePassGenerator(($this->privates['nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects'] ?? $this->getNelmioAlice_Generator_Resolver_FixtureSet_RemoveConflictingObjectsService()), ($this->privates['nelmio_alice.generator.object_generator.complete'] ?? $this->getNelmioAlice_Generator_ObjectGenerator_CompleteService()));
}
/**
* Gets the private 'nelmio_alice.generator.hydrator.property.symfony_property_access' shared service.
*
* @return \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator
*/
protected function getNelmioAlice_Generator_Hydrator_Property_SymfonyPropertyAccessService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
return $this->privates['nelmio_alice.generator.hydrator.property.symfony_property_access'] = new \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator(($this->privates['nelmio_alice.property_accessor.std'] ?? $this->getNelmioAlice_PropertyAccessor_StdService()));
}
/**
* Gets the private 'nelmio_alice.generator.hydrator.simple' shared service.
*
* @return \Nelmio\Alice\Generator\Hydrator\SimpleHydrator
*/
protected function getNelmioAlice_Generator_Hydrator_SimpleService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
return $this->privates['nelmio_alice.generator.hydrator.simple'] = new \Nelmio\Alice\Generator\Hydrator\SimpleHydrator(($this->privates['nelmio_alice.generator.hydrator.property.symfony_property_access'] ?? $this->getNelmioAlice_Generator_Hydrator_Property_SymfonyPropertyAccessService()));
}
/**
* Gets the private 'nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator' shared service.
*
* @return \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator
*/
protected function getNelmioAlice_Generator_Instantiator_Chainable_NoCallerMethodInstantiatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
return $this->privates['nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator'] = new \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator(($this->privates['nelmio_alice.generator.named_arguments_resolver'] ?? ($this->privates['nelmio_alice.generator.named_arguments_resolver'] = new \Nelmio\Alice\Generator\NamedArgumentsResolver())));
}
/**
* Gets the private 'nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator' shared service.
*
* @return \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator
*/
protected function getNelmioAlice_Generator_Instantiator_Chainable_NoMethodCallInstantiatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
return $this->privates['nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator'] = new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator();
}
/**
* Gets the private 'nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator' shared service.
*
* @return \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator
*/
protected function getNelmioAlice_Generator_Instantiator_Chainable_NullConstructorInstantiatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
return $this->privates['nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator'] = new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator();
}
/**
* Gets the private 'nelmio_alice.generator.instantiator.chainable.static_factory_instantiator' shared service.
*
* @return \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator
*/
protected function getNelmioAlice_Generator_Instantiator_Chainable_StaticFactoryInstantiatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
return $this->privates['nelmio_alice.generator.instantiator.chainable.static_factory_instantiator'] = new \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator(($this->privates['nelmio_alice.generator.named_arguments_resolver'] ?? ($this->privates['nelmio_alice.generator.named_arguments_resolver'] = new \Nelmio\Alice\Generator\NamedArgumentsResolver())));
}
/**
* Gets the private 'nelmio_alice.generator.instantiator.existing_instance' shared service.
*
* @return \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator
*/
protected function getNelmioAlice_Generator_Instantiator_ExistingInstanceService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
return $this->privates['nelmio_alice.generator.instantiator.existing_instance'] = new \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator(($this->privates['nelmio_alice.generator.instantiator.resolver'] ?? $this->getNelmioAlice_Generator_Instantiator_ResolverService()));
}
/**
* Gets the private 'nelmio_alice.generator.instantiator.registry' shared service.
*
* @return \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry
*/
protected function getNelmioAlice_Generator_Instantiator_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
return $this->privates['nelmio_alice.generator.instantiator.registry'] = new \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry([0 => ($this->privates['nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator'] ?? $this->getNelmioAlice_Generator_Instantiator_Chainable_NoCallerMethodInstantiatorService()), 1 => ($this->privates['nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator'] ?? ($this->privates['nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator'] = new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator())), 2 => ($this->privates['nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator'] ?? ($this->privates['nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator'] = new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator())), 3 => ($this->privates['nelmio_alice.generator.instantiator.chainable.static_factory_instantiator'] ?? $this->getNelmioAlice_Generator_Instantiator_Chainable_StaticFactoryInstantiatorService()), 4 => ($this->privates['hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator'] ?? $this->getHautelookAlice_Alice_Generator_Instantiator_Chainable_InstantiatedReferenceInstantiatorService())]);
}
/**
* Gets the private 'nelmio_alice.generator.instantiator.resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver
*/
protected function getNelmioAlice_Generator_Instantiator_ResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
return $this->privates['nelmio_alice.generator.instantiator.resolver'] = new \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver(($this->privates['nelmio_alice.generator.instantiator.registry'] ?? $this->getNelmioAlice_Generator_Instantiator_RegistryService()));
}
/**
* Gets the private 'nelmio_alice.generator.named_arguments_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\NamedArgumentsResolver
*/
protected function getNelmioAlice_Generator_NamedArgumentsResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
return $this->privates['nelmio_alice.generator.named_arguments_resolver'] = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
}
/**
* Gets the private 'nelmio_alice.generator.object_generator.complete' shared service.
*
* @return \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator
*/
protected function getNelmioAlice_Generator_ObjectGenerator_CompleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
return $this->privates['nelmio_alice.generator.object_generator.complete'] = new \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator(($this->privates['nelmio_alice.generator.object_generator.simple'] ?? $this->getNelmioAlice_Generator_ObjectGenerator_SimpleService()));
}
/**
* Gets the private 'nelmio_alice.generator.object_generator.simple' shared service.
*
* @return \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator
*/
protected function getNelmioAlice_Generator_ObjectGenerator_SimpleService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
return $this->privates['nelmio_alice.generator.object_generator.simple'] = new \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator(($this->privates['nelmio_alice.generator.resolver.value.registry'] ?? $this->getNelmioAlice_Generator_Resolver_Value_RegistryService()), ($this->privates['nelmio_alice.generator.instantiator.existing_instance'] ?? $this->getNelmioAlice_Generator_Instantiator_ExistingInstanceService()), ($this->privates['nelmio_alice.generator.hydrator.simple'] ?? $this->getNelmioAlice_Generator_Hydrator_SimpleService()), ($this->privates['nelmio_alice.generator.caller.simple'] ?? $this->getNelmioAlice_Generator_Caller_SimpleService()));
}
/**
* Gets the private 'nelmio_alice.generator.resolver.fixture_bag.template_bag' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver
*/
protected function getNelmioAlice_Generator_Resolver_FixtureBag_TemplateBagService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
return $this->privates['nelmio_alice.generator.resolver.fixture_bag.template_bag'] = new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver
*/
protected function getNelmioAlice_Generator_Resolver_FixtureSet_RemoveConflictingObjectsService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
return $this->privates['nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects'] = new \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver(($this->privates['nelmio_alice.generator.resolver.fixture_set.simple'] ?? $this->getNelmioAlice_Generator_Resolver_FixtureSet_SimpleService()));
}
/**
* Gets the private 'nelmio_alice.generator.resolver.fixture_set.simple' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver
*/
protected function getNelmioAlice_Generator_Resolver_FixtureSet_SimpleService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
return $this->privates['nelmio_alice.generator.resolver.fixture_set.simple'] = new \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver(($this->privates['nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters'] ?? $this->getNelmioAlice_Generator_Resolver_ParameterBag_RemoveConflictingParametersService()), ($this->privates['nelmio_alice.generator.resolver.fixture_bag.template_bag'] ?? ($this->privates['nelmio_alice.generator.resolver.fixture_bag.template_bag'] = new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver())));
}
/**
* Gets the private 'nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver
*/
protected function getNelmioAlice_Generator_Resolver_Parameter_Chainable_ArrayParameterResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
return $this->privates['nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver'] = new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver
*/
protected function getNelmioAlice_Generator_Resolver_Parameter_Chainable_RecursiveParameterResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
return $this->privates['nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver'] = new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver(($this->privates['nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver'] = new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver())), 5);
}
/**
* Gets the private 'nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver
*/
protected function getNelmioAlice_Generator_Resolver_Parameter_Chainable_StaticParameterResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
return $this->privates['nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver'] = new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver
*/
protected function getNelmioAlice_Generator_Resolver_Parameter_Chainable_StringParameterResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
return $this->privates['nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver'] = new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.parameter.registry' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry
*/
protected function getNelmioAlice_Generator_Resolver_Parameter_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
return $this->privates['nelmio_alice.generator.resolver.parameter.registry'] = new \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry([0 => ($this->privates['nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver'] = new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver())), 1 => ($this->privates['nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver'] = new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver())), 2 => ($this->privates['nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Parameter_Chainable_RecursiveParameterResolverService())]);
}
/**
* Gets the private 'nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver
*/
protected function getNelmioAlice_Generator_Resolver_ParameterBag_RemoveConflictingParametersService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
return $this->privates['nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters'] = new \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver(($this->privates['nelmio_alice.generator.resolver.parameter_bag.simple'] ?? $this->getNelmioAlice_Generator_Resolver_ParameterBag_SimpleService()));
}
/**
* Gets the private 'nelmio_alice.generator.resolver.parameter_bag.simple' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver
*/
protected function getNelmioAlice_Generator_Resolver_ParameterBag_SimpleService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
return $this->privates['nelmio_alice.generator.resolver.parameter_bag.simple'] = new \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver(($this->privates['nelmio_alice.generator.resolver.parameter.registry'] ?? $this->getNelmioAlice_Generator_Resolver_Parameter_RegistryService()));
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.array_value_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_ArrayValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.array_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_DynamicArrayValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_EvaluatedValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.faker_value_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_FakerValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.faker_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver(($this->services['Faker\\Generator'] ?? $this->getGeneratorService()));
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_FixtureMethodCallReferenceResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_FixturePropertyReferenceResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver(($this->privates['nelmio_alice.property_accessor.std'] ?? $this->getNelmioAlice_PropertyAccessor_StdService()));
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_FixtureReferenceResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_FixtureWildcardReferenceResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.function_argument_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_FunctionArgumentResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.function_argument_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver(($this->privates['nelmio_alice.generator.resolver.value.chainable.php_value_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Value_Chainable_PhpValueResolverService()));
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.list_value_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_ListValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.list_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.optional_value_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_OptionalValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.optional_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_ParameterValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.php_value_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_PhpValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.php_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver($this->parameters['nelmio_alice.functions_blacklist'], ($this->privates['nelmio_alice.generator.resolver.value.chainable.faker_value_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Value_Chainable_FakerValueResolverService()));
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_SelfFixtureReferenceResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver(($this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver())));
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.unique_value_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_UniqueValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.unique_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver(($this->privates['nelmio_alice.generator.resolver.value.unique_values_pool'] ?? ($this->privates['nelmio_alice.generator.resolver.value.unique_values_pool'] = new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool())), NULL, 150);
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_UnresolvedFixtureReferenceResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver(($this->privates['nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Value_Chainable_SelfFixtureReferenceResolverService()));
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_ValueForCurrentValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.chainable.variable_value_resolver' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver
*/
protected function getNelmioAlice_Generator_Resolver_Value_Chainable_VariableValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.chainable.variable_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver();
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.registry' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry
*/
protected function getNelmioAlice_Generator_Resolver_Value_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
return $this->privates['nelmio_alice.generator.resolver.value.registry'] = new \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry([0 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.array_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.array_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver())), 1 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver())), 2 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver())), 3 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.function_argument_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Value_Chainable_FunctionArgumentResolverService()), 4 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Value_Chainable_FixturePropertyReferenceResolverService()), 5 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver())), 6 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Value_Chainable_UnresolvedFixtureReferenceResolverService()), 7 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver())), 8 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.list_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.list_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver())), 9 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.optional_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.optional_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver())), 10 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver())), 11 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.unique_value_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Value_Chainable_UniqueValueResolverService()), 12 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver())), 13 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.variable_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.variable_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver()))]);
}
/**
* Gets the private 'nelmio_alice.generator.resolver.value.unique_values_pool' shared service.
*
* @return \Nelmio\Alice\Generator\Resolver\UniqueValuesPool
*/
protected function getNelmioAlice_Generator_Resolver_Value_UniqueValuesPoolService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
return $this->privates['nelmio_alice.generator.resolver.value.unique_values_pool'] = new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool();
}
/**
* Gets the private 'nelmio_alice.property_accessor.std' shared service.
*
* @return \Nelmio\Alice\PropertyAccess\StdPropertyAccessor
*/
protected function getNelmioAlice_PropertyAccessor_StdService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
return $this->privates['nelmio_alice.property_accessor.std'] = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'nelmio_api_doc.controller_reflector' shared service.
*
* @return \Nelmio\ApiDocBundle\Util\ControllerReflector
*/
protected function getNelmioApiDoc_ControllerReflectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
return $this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this);
}
/**
* 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/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'LMS', 'description' => 'Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live', 'version' => '2.0.0'], 'components' => ['securitySchemes' => ['Bearer' => ['type' => 'apiKey', 'description' => 'Value: Bearer {jwt}', 'name' => 'Authorization', 'in' => 'header']]], 'security' => [0 => ['Bearer' => []]]]);
}
/**
* Gets the private 'nelmio_api_doc.describers.config.default' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
*/
protected function getNelmioApiDoc_Describers_Config_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
return $this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true);
}
/**
* Gets the private 'nelmio_api_doc.describers.default' shared service.
*
* @return \Nelmio\ApiDocBundle\Describer\DefaultDescriber
*/
protected function getNelmioApiDoc_Describers_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/DefaultDescriber.php';
return $this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber();
}
/**
* 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/Util/SetsContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/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/Describer/DescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/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.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
yield 1 => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
}, 2));
}
/**
* Gets the private 'nelmio_api_doc.form.documentation_extension' shared service.
*
* @return \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension
*/
protected function getNelmioApiDoc_Form_DocumentationExtensionService()
{
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/nelmio/api-doc-bundle/Form/Extension/DocumentationExtension.php';
return $this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension();
}
/**
* Gets the private 'nelmio_api_doc.generator_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getNelmioApiDoc_GeneratorLocatorService()
{
return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'default' => ['services', 'nelmio_api_doc.generator.default', 'getNelmioApiDoc_Generator_DefaultService', false],
], [
'default' => '?',
]);
}
/**
* Gets the private 'nelmio_api_doc.model_describers.enum' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_EnumService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/EnumModelDescriber.php';
return $this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber();
}
/**
* 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/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/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);
}
/**
* Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_JmsService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/JMSModelDescriber.php';
return $this->privates['nelmio_api_doc.model_describers.jms'] = new \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [0 => 'json'], NULL, false, ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
}
/**
* 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/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/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['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
yield 1 => ($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 2 => ($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 3 => ($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 4 => ($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 5 => ($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 6 => ($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 7 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
}, 8), [0 => 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), false);
}
/**
* Gets the private 'nelmio_api_doc.model_describers.object_fallback' shared service.
*
* @return \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber
*/
protected function getNelmioApiDoc_ModelDescribers_ObjectFallbackService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FallbackObjectModelDescriber.php';
return $this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber();
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
yield 1 => ($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 2 => ($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 3 => ($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 4 => ($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 5 => ($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 6 => ($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 7 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
}, 8));
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describers.boolean' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_BooleanService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/BooleanPropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber();
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
yield 1 => ($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 2 => ($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 3 => ($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 4 => ($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 5 => ($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 6 => ($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 7 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
}, 8));
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describers.date_time' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_DateTimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/DateTimePropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber();
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describers.float' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_FloatService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/FloatPropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber();
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describers.integer' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_IntegerService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/IntegerPropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber();
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describers.object' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ObjectPropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber();
}
/**
* Gets the private 'nelmio_api_doc.object_model.property_describers.string' shared service.
*
* @return \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber
*/
protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_StringService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/StringPropertyDescriber.php';
return $this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber();
}
/**
* Gets the private 'nelmio_api_doc.render_docs.html' shared service.
*
* @return \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer
*/
protected function getNelmioApiDoc_RenderDocs_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
return $this->privates['nelmio_api_doc.render_docs.html'] = new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the private 'nelmio_api_doc.render_docs.html.asset' shared service.
*
* @return \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset
*/
protected function getNelmioApiDoc_RenderDocs_Html_AssetService()
{
return $this->privates['nelmio_api_doc.render_docs.html.asset'] = new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
}
/**
* Gets the private 'nelmio_api_doc.render_docs.json' shared service.
*
* @return \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer
*/
protected function getNelmioApiDoc_RenderDocs_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
return $this->privates['nelmio_api_doc.render_docs.json'] = new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer();
}
/**
* Gets the private 'nelmio_api_doc.render_docs.yaml' shared service.
*
* @return \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer
*/
protected function getNelmioApiDoc_RenderDocs_YamlService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
return $this->privates['nelmio_api_doc.render_docs.yaml'] = new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer();
}
/**
* Gets the private 'nelmio_api_doc.route_describers.php_doc' shared service.
*
* @return \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber
*/
protected function getNelmioApiDoc_RouteDescribers_PhpDocService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/PhpDocDescriber.php';
return $this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber();
}
/**
* Gets the private 'nelmio_api_doc.route_describers.route_metadata' shared service.
*
* @return \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber
*/
protected function getNelmioApiDoc_RouteDescribers_RouteMetadataService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteMetadataDescriber.php';
return $this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber();
}
/**
* 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/Routing/FilteredRouteCollectionBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/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 => '^/lms-api(?!/docs$)', 1 => '^/public-api(?!/docs$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false, 'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
}
/**
* Gets the private 'nelmio_cors.cacheable_response_vary_listener' shared service.
*
* @return \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener
*/
protected function getNelmioCors_CacheableResponseVaryListenerService()
{
return $this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener();
}
/**
* 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(($this->privates['nelmio_cors.options_resolver'] ?? $this->getNelmioCors_OptionsResolverService()));
}
/**
* Gets the private 'nelmio_cors.options_provider.config' shared service.
*
* @return \Nelmio\CorsBundle\Options\ConfigProvider
*/
protected function getNelmioCors_OptionsProvider_ConfigService()
{
return $this->privates['nelmio_cors.options_provider.config'] = new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'));
}
/**
* Gets the private 'nelmio_cors.options_resolver' shared service.
*
* @return \Nelmio\CorsBundle\Options\Resolver
*/
protected function getNelmioCors_OptionsResolverService()
{
return $this->privates['nelmio_cors.options_resolver'] = new \Nelmio\CorsBundle\Options\Resolver([0 => ($this->privates['nelmio_cors.options_provider.config'] ?? $this->getNelmioCors_OptionsProvider_ConfigService())]);
}
/**
* Gets the private 'nyholm.psr7.psr17_factory' shared service.
*
* @return \Nyholm\Psr7\Factory\Psr17Factory
*/
protected function getNyholm_Psr7_Psr17FactoryService()
{
return $this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory();
}
/**
* 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.storage' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
*/
protected function getProfiler_StorageService()
{
return $this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler'));
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($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/cache/Adapter/ArrayAdapter.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, ($this->privates['cache.property_access'] ?? ($this->privates['cache.property_access'] = 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.php_doc_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor
*/
protected function getPropertyInfo_PhpDocExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/PhpDocExtractor.php';
return $this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor();
}
/**
* Gets the private 'property_info.phpstan_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor
*/
protected function getPropertyInfo_PhpstanExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/PhpStanExtractor.php';
return $this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor();
}
/**
* Gets the private 'property_info.reflection_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor
*/
protected function getPropertyInfo_ReflectionExtractorService()
{
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';
return $this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor();
}
/**
* 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 'response_cache.traceable.inner' shared service.
*
* @return \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter
*/
protected function getResponseCache_Traceable_InnerService()
{
$this->privates['response_cache.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter(($this->privates['.cache_connection.VkIJQtB'] ?? $this->get_CacheConnection_VkIJQtBService()), 'y32+4DWXq3', 0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $instance;
}
/**
* Gets the private 'response_cache.traceable.recorder_inner' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Cache\TraceableTagAwareCacheAdapter
*/
protected function getResponseCache_Traceable_RecorderInnerService()
{
return $this->privates['response_cache.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableTagAwareCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['response_cache.traceable.inner'] ?? $this->getResponseCache_Traceable_InnerService()));
}
/**
* Gets the private 'response_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
*/
protected function getResponseListenerService()
{
return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false);
}
/**
* 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('', 'dev-lms.coderslab.pl', 'https', 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()
{
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($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 'routing.loader.annotation' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader
*/
protected function getRouting_Loader_AnnotationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
return $this->privates['routing.loader.annotation'] = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
}
/**
* Gets the private 'routing.loader.annotation.directory' shared service.
*
* @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
*/
protected function getRouting_Loader_Annotation_DirectoryService()
{
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/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.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';
return $this->privates['routing.loader.annotation.directory'] = new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), ($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
}
/**
* Gets the private 'routing.loader.annotation.file' shared service.
*
* @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
*/
protected function getRouting_Loader_Annotation_FileService()
{
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/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.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';
return $this->privates['routing.loader.annotation.file'] = new \Symfony\Component\Routing\Loader\AnnotationFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), ($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
}
/**
* Gets the private 'routing.loader.container' shared service.
*
* @return \Symfony\Component\Routing\Loader\ContainerLoader
*/
protected function getRouting_Loader_ContainerService()
{
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/routing/Loader/ObjectLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
return $this->privates['routing.loader.container'] = new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => 'AppBundle\\Kernel',
]), 'dev');
}
/**
* Gets the private 'routing.loader.directory' shared service.
*
* @return \Symfony\Component\Routing\Loader\DirectoryLoader
*/
protected function getRouting_Loader_DirectoryService()
{
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/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.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';
return $this->privates['routing.loader.directory'] = new \Symfony\Component\Routing\Loader\DirectoryLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), 'dev');
}
/**
* Gets the private 'routing.loader.glob' shared service.
*
* @return \Symfony\Component\Routing\Loader\GlobFileLoader
*/
protected function getRouting_Loader_GlobService()
{
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/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.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';
return $this->privates['routing.loader.glob'] = new \Symfony\Component\Routing\Loader\GlobFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), 'dev');
}
/**
* Gets the private 'routing.loader.php' shared service.
*
* @return \Symfony\Component\Routing\Loader\PhpFileLoader
*/
protected function getRouting_Loader_PhpService()
{
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/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.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';
return $this->privates['routing.loader.php'] = new \Symfony\Component\Routing\Loader\PhpFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), 'dev');
}
/**
* Gets the private 'routing.loader.xml' shared service.
*
* @return \Symfony\Component\Routing\Loader\XmlFileLoader
*/
protected function getRouting_Loader_XmlService()
{
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/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';
return $this->privates['routing.loader.xml'] = new \Symfony\Component\Routing\Loader\XmlFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), 'dev');
}
/**
* Gets the private 'routing.loader.yml' shared service.
*
* @return \Symfony\Component\Routing\Loader\YamlFileLoader
*/
protected function getRouting_Loader_YmlService()
{
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/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/YamlFileLoader.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';
return $this->privates['routing.loader.yml'] = new \Symfony\Component\Routing\Loader\YamlFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1))))), 'dev');
}
/**
* Gets the private 'routing.resolver' shared service.
*
* @return \Symfony\Component\Config\Loader\LoaderResolver
*/
protected function getRouting_ResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
$this->privates['routing.resolver'] = $instance = new \Symfony\Component\Config\Loader\LoaderResolver();
$instance->addLoader(($this->privates['routing.loader.xml'] ?? $this->getRouting_Loader_XmlService()));
$instance->addLoader(($this->privates['routing.loader.yml'] ?? $this->getRouting_Loader_YmlService()));
$instance->addLoader(($this->privates['routing.loader.php'] ?? $this->getRouting_Loader_PhpService()));
$instance->addLoader(($this->privates['routing.loader.glob'] ?? $this->getRouting_Loader_GlobService()));
$instance->addLoader(($this->privates['routing.loader.directory'] ?? $this->getRouting_Loader_DirectoryService()));
$instance->addLoader(($this->privates['routing.loader.container'] ?? $this->getRouting_Loader_ContainerService()));
$instance->addLoader(($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
$instance->addLoader(($this->privates['routing.loader.annotation.directory'] ?? $this->getRouting_Loader_Annotation_DirectoryService()));
$instance->addLoader(($this->privates['routing.loader.annotation.file'] ?? $this->getRouting_Loader_Annotation_FileService()));
return $instance;
}
/**
* Gets the private 'secrets.decryption_key' shared service.
*
* @return \Symfony\Component\String\LazyString
*/
protected function getSecrets_DecryptionKeyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
return $this->privates['secrets.decryption_key'] = \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET');
}
/**
* Gets the private 'secrets.local_vault' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault
*/
protected function getSecrets_LocalVaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
return $this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local'));
}
/**
* 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';
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')), ($this->privates['secrets.decryption_key'] ?? $this->getSecrets_DecryptionKeyService()));
}
/**
* Gets the private 'security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter
*/
protected function getSecurity_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/AuthenticatedVoter.php';
return $this->privates['security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())));
}
/**
* Gets the private 'security.access.expression_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter
*/
protected function getSecurity_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/ExpressionVoter.php';
return $this->privates['security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
}
/**
* Gets the private 'security.access.role_hierarchy_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter
*/
protected function getSecurity_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/RoleVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
return $this->privates['security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
}
/**
* 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/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
}
/**
* 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('^/webhooks'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/public-api'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/auth'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/lms-api/'), [0 => 'IS_AUTHENTICATED_FULLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/app/'), [0 => 'IS_AUTHENTICATED_FULLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/connect'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/set_lang'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/avatar'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_snap'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/inject_notify'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/signup'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/resetting'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/hook/push'), [0 => 'PUBLIC_ACCESS'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [0 => 'ROLE_MENTOR'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/partner-company-mail'), [0 => 'ROLE_HR'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/partner-company'), [0 => 'ROLE_SELLER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [0 => 'ROLE_USER'], NULL);
return $instance;
}
/**
* Gets the private 'security.authentication.failure_handler.main.form_login' shared service.
*
* @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
*/
protected function getSecurity_Authentication_FailureHandler_Main_FormLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
$this->privates['security.authentication.failure_handler.main.form_login'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
$instance->setOptions(['login_path' => '/login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']);
return $instance;
}
/**
* Gets the private 'security.authentication.failure_handler.main.oauth' shared service.
*
* @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
*/
protected function getSecurity_Authentication_FailureHandler_Main_OauthService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
$this->privates['security.authentication.failure_handler.main.oauth'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
$instance->setOptions(['login_path' => '/login', 'failure_path' => '/login', 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']);
return $instance;
}
/**
* Gets the private 'security.authentication.form_entry_point.main' shared service.
*
* @return \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint
*/
protected function getSecurity_Authentication_FormEntryPoint_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
return $this->privates['security.authentication.form_entry_point.main'] = new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/login', false);
}
/**
* Gets the private 'security.authentication.guard_handler' shared service.
*
* @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_GuardHandlerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
$this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [0 => 'lms_api']);
$instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
return $instance;
}
/**
* Gets the private 'security.authentication.listener.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Anonymous_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
}
/**
* Gets the private 'security.authentication.listener.anonymous.public_api' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.public_api" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Anonymous_PublicApiService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.public_api" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.listener.anonymous.public_api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
}
/**
* Gets the private 'security.authentication.listener.anonymous.webhooks' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.webhooks" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Anonymous_WebhooksService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.webhooks" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.listener.anonymous.webhooks'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
}
/**
* Gets the private 'security.authentication.listener.form.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Form_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
$this->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main', ($this->privates['security.authentication.success_handler.main.form_login'] ?? $this->getSecurity_Authentication_SuccessHandler_Main_FormLoginService()), ($this->privates['security.authentication.failure_handler.main.form_login'] ?? $this->getSecurity_Authentication_FailureHandler_Main_FormLoginService()), ['check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'login_path' => '/login', 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true, 'form_only' => false], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
$instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
return $instance;
}
/**
* Gets the private 'security.authentication.listener.guard.lms_api' shared service.
*
* @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.lms_api" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Guard_LmsApiService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.lms_api" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.listener.guard.lms_api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'lms_api', new RewindableGenerator(function () {
yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
}, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
}
/**
* Gets the private 'security.authentication.listener.rememberme.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Rememberme_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
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.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_ManagerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.anonymous.webhooks'] ?? $this->getSecurity_Authentication_Provider_Anonymous_WebhooksService());
yield 1 => ($this->privates['security.authentication.provider.anonymous.public_api'] ?? $this->getSecurity_Authentication_Provider_Anonymous_PublicApiService());
yield 2 => ($this->privates['security.authentication.provider.guard.lms_api'] ?? $this->getSecurity_Authentication_Provider_Guard_LmsApiService());
yield 3 => ($this->privates['hwi_oauth.authentication.provider.oauth.main'] ?? $this->getHwiOauth_Authentication_Provider_Oauth_MainService());
yield 4 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
yield 5 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
yield 6 => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
}, 7), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.authentication.provider.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Anonymous_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
}
/**
* Gets the private 'security.authentication.provider.anonymous.public_api' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.public_api" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Anonymous_PublicApiService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.public_api" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.provider.anonymous.public_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
}
/**
* Gets the private 'security.authentication.provider.anonymous.webhooks' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.webhooks" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Anonymous_WebhooksService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.webhooks" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.provider.anonymous.webhooks'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
}
/**
* Gets the private 'security.authentication.provider.dao.main' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Dao_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Security/UserChecker.php';
return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Security\UserChecker())), 'main', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
}
/**
* Gets the private 'security.authentication.provider.guard.lms_api' shared service.
*
* @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.lms_api" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Guard_LmsApiService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.lms_api" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Security/UserChecker.php';
return $this->privates['security.authentication.provider.guard.lms_api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
}, 1), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), 'lms_api', ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Security\UserChecker())), ($this->services['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
}
/**
* Gets the private 'security.authentication.provider.rememberme.main' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Rememberme_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Lms/SharedKernel/Infrastructure/Security/UserChecker.php';
return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Security\UserChecker())), $this->getEnv('APP_SECRET'), 'main');
}
/**
* Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
*
* @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
*/
protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
yield 0 => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
}, 1), $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 31536000, 'path' => '/', 'remember_me_parameter' => '_rememberMe', 'name' => 'REMEMBERME', 'domain' => NULL, 'secure' => false, 'httponly' => true, 'samesite' => NULL, 'always_remember_me' => false], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
}
/**
* 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');
}
/**
* Gets the private 'security.authentication.success_handler.main.form_login' shared service.
*
* @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
*/
protected function getSecurity_Authentication_SuccessHandler_Main_FormLoginService()
{
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';
$this->privates['security.authentication.success_handler.main.form_login'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setOptions(['login_path' => '/login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false]);
$instance->setFirewallName('main');
return $instance;
}
/**
* Gets the private 'security.authentication.success_handler.main.oauth' shared service.
*
* @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
*/
protected function getSecurity_Authentication_SuccessHandler_Main_OauthService()
{
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';
$this->privates['security.authentication.success_handler.main.oauth'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setOptions(['login_path' => '/login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false]);
$instance->setFirewallName('main');
return $instance;
}
/**
* Gets the private 'security.authentication.trust_resolver' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
*/
protected function getSecurity_Authentication_TrustResolverService()
{
return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver();
}
/**
* 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.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/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
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.V0VSF2r'] ?? $this->get_ServiceLocator_V0VSF2rService()), ($this->privates['.service_locator.b0HYDVb'] ?? $this->get_ServiceLocator_B0HYDVbService()), [], false);
$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 => 'AppBundle\\Entity\\User', 1 => 'CodersLab\\Lms\\SharedKernel\\Application\\SecurityContext\\IUser']);
$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 => 'AppBundle\\Entity\\User', 1 => 'CodersLab\\Lms\\SharedKernel\\Application\\SecurityContext\\IUser']);
$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()
{
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';
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_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
}, 1), 'webhooks', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.1' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_1Service()
{
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';
return $this->privates['security.context_listener.1'] = 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_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
}, 1), 'public_api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.2' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_2Service()
{
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';
$this->privates['security.context_listener.2'] = $instance = 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_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
}, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
$instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
return $instance;
}
/**
* 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(['AppBundle\\Entity\\User' => ['algorithm' => 'sodium', 'migrate_from' => [0 => 'bcrypt'], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL], 'CodersLab\\Lms\\SharedKernel\\Application\\SecurityContext\\IUser' => ['algorithm' => 'sodium', 'migrate_from' => [0 => 'bcrypt'], '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.lms_api' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_LmsApiService()
{
$this->privates['security.event_dispatcher.lms_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->services['AppBundle\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
}, 1 => 'onSecurityInteractiveLogin'], 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\\LogoutEvent', [0 => function () {
return ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Listener\\AuthLogoutListener'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Listener\\AuthLogoutListener'] = new \CodersLab\Lms\SharedKernel\Application\Listener\AuthLogoutListener()));
}, 1 => 'onSymfonyComponentSecurityHttpEventLogoutEvent'], 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\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
}, 1 => 'onLogout'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->services['AppBundle\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
}, 1 => 'onSecurityInteractiveLogin'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.public_api' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_PublicApiService()
{
$this->privates['security.event_dispatcher.public_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->services['AppBundle\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
}, 1 => 'onSecurityInteractiveLogin'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.webhooks' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_WebhooksService()
{
$this->privates['security.event_dispatcher.webhooks'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->services['AppBundle\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
}, 1 => 'onSecurityInteractiveLogin'], 0);
$instance->addListener('security.interactive_login', [0 => function () {
return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
}, 1 => 'onSecurityInteractiveLogin'], 0);
return $instance;
}
/**
* Gets the private 'security.exception_listener.lms_api' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
*/
protected function getSecurity_ExceptionListener_LmsApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
return $this->privates['security.exception_listener.lms_api'] = new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'lms_api', ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
}
/**
* Gets the private 'security.exception_listener.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
*/
protected function getSecurity_ExceptionListener_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
return $this->privates['security.exception_listener.main'] = new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main', ($this->privates['security.authentication.form_entry_point.main'] ?? $this->getSecurity_Authentication_FormEntryPoint_MainService()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false);
}
/**
* Gets the private 'security.exception_listener.public_api' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
*/
protected function getSecurity_ExceptionListener_PublicApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
return $this->privates['security.exception_listener.public_api'] = new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'public_api', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false);
}
/**
* Gets the private 'security.exception_listener.webhooks' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
*/
protected function getSecurity_ExceptionListener_WebhooksService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
return $this->privates['security.exception_listener.webhooks'] = new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'webhooks', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false);
}
/**
* Gets the private 'security.expression_language' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
*/
protected function getSecurity_ExpressionLanguageService()
{
return $this->privates['security.expression_language'] = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.V0VSF2r'] ?? $this->get_ServiceLocator_V0VSF2rService()), new RewindableGenerator(function () {
yield 'security.firewall.map.context.webhooks' => ($this->privates['.security.request_matcher.tOCuDd2'] ?? ($this->privates['.security.request_matcher.tOCuDd2'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/webhooks/')));
yield 'security.firewall.map.context.public_api' => ($this->privates['.security.request_matcher.4aXhBvZ'] ?? ($this->privates['.security.request_matcher.4aXhBvZ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/public-api')));
yield 'security.firewall.map.context.lms_api' => ($this->privates['.security.request_matcher.ezB6pYy'] ?? ($this->privates['.security.request_matcher.ezB6pYy'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/lms-api/')));
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.config.lms_api' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
*/
protected function getSecurity_Firewall_Map_Config_LmsApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.config.lms_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('lms_api', 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker', '.security.request_matcher.ezB6pYy', true, true, 'fos_user.user_provider.username_email', NULL, 'lexik_jwt_authentication.jwt_token_authenticator', NULL, NULL, [0 => 'guard'], NULL);
}
/**
* Gets the private 'security.firewall.map.config.main' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
*/
protected function getSecurity_Firewall_Map_Config_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.config.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker', '.security.request_matcher.3UEFixr', true, false, 'fos_user.user_provider.username_email', 'main', 'security.authentication.form_entry_point.main', NULL, NULL, [0 => 'oauth', 1 => 'form_login', 2 => 'remember_me', 3 => 'anonymous'], NULL);
}
/**
* Gets the private 'security.firewall.map.config.public_api' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
*/
protected function getSecurity_Firewall_Map_Config_PublicApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.config.public_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('public_api', 'security.user_checker', '.security.request_matcher.4aXhBvZ', true, false, 'fos_user.user_provider.username_email', 'public_api', NULL, NULL, NULL, [0 => 'anonymous'], NULL);
}
/**
* Gets the private 'security.firewall.map.config.webhooks' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
*/
protected function getSecurity_Firewall_Map_Config_WebhooksService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.config.webhooks'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('webhooks', 'security.user_checker', '.security.request_matcher.tOCuDd2', true, false, 'fos_user.user_provider.username_email', 'webhooks', NULL, NULL, NULL, [0 => 'anonymous'], NULL);
}
/**
* Gets the private 'security.firewall.map.context.lms_api' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_LmsApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
return $this->privates['security.firewall.map.context.lms_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.authentication.listener.guard.lms_api'] ?? $this->getSecurity_Authentication_Listener_Guard_LmsApiService());
yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 3), ($this->privates['security.exception_listener.lms_api'] ?? $this->getSecurity_ExceptionListener_LmsApiService()), NULL, ($this->privates['security.firewall.map.config.lms_api'] ?? $this->getSecurity_Firewall_Map_Config_LmsApiService()));
}
/**
* 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';
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.2'] ?? $this->getSecurity_ContextListener_2Service());
yield 2 => ($this->privates['hwi_oauth.authentication.listener.oauth.main'] ?? $this->getHwiOauth_Authentication_Listener_Oauth_MainService());
yield 3 => ($this->privates['hwi_oauth.context_listener.token_refresher.main'] ?? $this->getHwiOauth_ContextListener_TokenRefresher_MainService());
yield 4 => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
yield 5 => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
yield 6 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
yield 7 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 8), ($this->privates['security.exception_listener.main'] ?? $this->getSecurity_ExceptionListener_MainService()), ($this->privates['security.logout_listener.main'] ?? $this->getSecurity_LogoutListener_MainService()), ($this->privates['security.firewall.map.config.main'] ?? $this->getSecurity_Firewall_Map_Config_MainService()));
}
/**
* Gets the private 'security.firewall.map.context.public_api' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_PublicApiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
return $this->privates['security.firewall.map.context.public_api'] = 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.1'] ?? $this->getSecurity_ContextListener_1Service());
yield 2 => ($this->privates['security.authentication.listener.anonymous.public_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_PublicApiService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 4), ($this->privates['security.exception_listener.public_api'] ?? $this->getSecurity_ExceptionListener_PublicApiService()), NULL, ($this->privates['security.firewall.map.config.public_api'] ?? $this->getSecurity_Firewall_Map_Config_PublicApiService()));
}
/**
* Gets the private 'security.firewall.map.context.webhooks' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_WebhooksService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
return $this->privates['security.firewall.map.context.webhooks'] = 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['security.authentication.listener.anonymous.webhooks'] ?? $this->getSecurity_Authentication_Listener_Anonymous_WebhooksService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 4), ($this->privates['security.exception_listener.webhooks'] ?? $this->getSecurity_ExceptionListener_WebhooksService()), NULL, ($this->privates['security.firewall.map.config.webhooks'] ?? $this->getSecurity_Firewall_Map_Config_WebhooksService()));
}
/**
* 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()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', NULL);
}
/**
* Gets the private 'security.impersonate_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator
*/
protected function getSecurity_ImpersonateUrlGeneratorService()
{
return $this->privates['security.impersonate_url_generator'] = new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_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.listener.remember_me.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
*/
protected function getSecurity_Logout_Listener_RememberMe_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
}
/**
* Gets the private 'security.logout.listener.session.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\SessionLogoutListener
*/
protected function getSecurity_Logout_Listener_Session_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionLogoutListener.php';
return $this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener();
}
/**
* Gets the private 'security.logout_listener.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\LogoutListener
*/
protected function getSecurity_LogoutListener_MainService()
{
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/LogoutListener.php';
return $this->privates['security.logout_listener.main'] = new \Symfony\Component\Security\Http\Firewall\LogoutListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']);
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$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())), ($this->services['router'] ?? $this->getRouterService()), ($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(['AppBundle\\Entity\\User' => ['algorithm' => 'sodium', 'migrate_from' => [0 => 'bcrypt'], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL], 'CodersLab\\Lms\\SharedKernel\\Application\\SecurityContext\\IUser' => ['algorithm' => 'sodium', 'migrate_from' => [0 => 'bcrypt'], '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.rememberme.response_listener' shared service.
*
* @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
*/
protected function getSecurity_Rememberme_ResponseListenerService()
{
return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
}
/**
* 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.untracked_token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
*/
protected function getSecurity_UntrackedTokenStorageService()
{
return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
}
/**
* 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 'sensio_framework_extra.cache.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
*/
protected function getSensioFrameworkExtra_Cache_ListenerService()
{
return $this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.doctrine.orm' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
*/
protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService()
{
return $this->privates['sensio_framework_extra.converter.doctrine.orm'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] ?? ($this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage())));
}
/**
* Gets the private 'sensio_framework_extra.converter.doctrine.orm.expression_language.default' shared service.
*
* @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
*/
protected function getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService()
{
return $this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener(($this->privates['sensio_framework_extra.converter.manager'] ?? $this->getSensioFrameworkExtra_Converter_ManagerService()), true);
}
/**
* Gets the private 'sensio_framework_extra.converter.manager' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
*/
protected function getSensioFrameworkExtra_Converter_ManagerService()
{
$this->privates['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$instance->add(($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\MaterialReviewRequestConverter'] ?? ($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\MaterialReviewRequestConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\MaterialReviewRequestConverter())), -2, 'material_review_converter');
$instance->add(($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ExamAccessRequestConverter'] ?? ($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ExamAccessRequestConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\ExamAccessRequestConverter())), -2, 'exam_access_converter');
$instance->add(($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\IssueRequestConverter'] ?? $this->getIssueRequestConverterService()), -2, 'presentation_issue_converter');
$instance->add(($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\UserRequestConverter'] ?? ($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\UserRequestConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\UserRequestConverter())), -2, 'user_converter');
$instance->add(($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ChangePasswordConverter'] ?? ($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ChangePasswordConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\ChangePasswordConverter())), -2, 'user_converter');
$instance->add(($this->privates['sensio_framework_extra.converter.doctrine.orm'] ?? $this->getSensioFrameworkExtra_Converter_Doctrine_OrmService()), 0, 'doctrine.orm');
$instance->add(($this->privates['framework_extra_bundle.date_time_param_converter'] ?? ($this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter())), 0, 'datetime');
return $instance;
}
/**
* Gets the private 'sensio_framework_extra.security.expression_language.default' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage
*/
protected function getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService()
{
return $this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->privates['sensio_framework_extra.security.expression_language.default'] ?? ($this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.guesser' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
*/
protected function getSensioFrameworkExtra_View_GuesserService()
{
return $this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(($this->privates['sensio_framework_extra.view.guesser'] ?? ($this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'sentry.client' shared service.
*
* @return \Sentry\Client
*/
protected function getSentry_ClientService()
{
$a = ($this->privates['sentry.client.options'] ?? $this->getSentry_Client_OptionsService());
$b = new \Sentry\ClientBuilder($a);
$b->setSdkIdentifier('sentry.php.symfony');
$b->setSdkVersion('4.3.0');
$b->setTransportFactory(($this->privates['Sentry\\Transport\\TransportFactoryInterface'] ?? $this->getTransportFactoryInterfaceService()));
$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)));
}
return $this->privates['sentry.client'] = $b->getClient();
}
/**
* Gets the private 'sentry.client.options' shared service.
*
* @return \Sentry\Options
*/
protected function getSentry_Client_OptionsService()
{
return $this->privates['sentry.client.options'] = new \Sentry\Options(['enable_compression' => true, 'traces_sample_rate' => 1.0, 'integrations' => [0 => ($this->services['Sentry\\Integration\\IgnoreErrorsIntegration'] ?? $this->getIgnoreErrorsIntegrationService()), 1 => new \Sentry\Integration\RequestIntegration(($this->privates['Sentry\\Integration\\RequestFetcherInterface'] ?? $this->getRequestFetcherInterfaceService()))], 'class_serializers' => ['CodersLab\\Lms\\SharedKernel\\Domain\\Identity\\Uuid' => ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Serialization\\Sentry\\UuidSentrySerializer'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Serialization\\Sentry\\UuidSentrySerializer'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\Sentry\UuidSentrySerializer()))], 'send_default_pii' => true, 'prefixes' => [0 => \dirname(__DIR__, 4), 1 => '.', 2 => (\dirname(__DIR__, 7).'/local/lib/php')], 'environment' => 'dev', 'release' => 'dev-develop@2069c4e', 'tags' => [], 'in_app_exclude' => [0 => $this->targetDir.'', 1 => $this->targetDir.'', 2 => (\dirname(__DIR__, 4).'/vendor')], 'in_app_include' => [], 'dsn' => 'https://c6cdb97fdeb9434ba7667832256afe34@sentry.io/1860754']);
}
/**
* Gets the private 'serializer.denormalizer.array' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer
*/
protected function getSerializer_Denormalizer_ArrayService()
{
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/Normalizer/DenormalizerAwareInterface.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/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
return $this->privates['serializer.denormalizer.array'] = new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer();
}
/**
* Gets the private 'serializer.denormalizer.unwrapping' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer
*/
protected function getSerializer_Denormalizer_UnwrappingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.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';
return $this->privates['serializer.denormalizer.unwrapping'] = new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'serializer.encoder.csv' shared service.
*
* @return \Symfony\Component\Serializer\Encoder\CsvEncoder
*/
protected function getSerializer_Encoder_CsvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
return $this->privates['serializer.encoder.csv'] = new \Symfony\Component\Serializer\Encoder\CsvEncoder();
}
/**
* Gets the private 'serializer.encoder.json' shared service.
*
* @return \Symfony\Component\Serializer\Encoder\JsonEncoder
*/
protected function getSerializer_Encoder_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
return $this->privates['serializer.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
}
/**
* Gets the private 'serializer.encoder.xml' shared service.
*
* @return \Symfony\Component\Serializer\Encoder\XmlEncoder
*/
protected function getSerializer_Encoder_XmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
return $this->privates['serializer.encoder.xml'] = new \Symfony\Component\Serializer\Encoder\XmlEncoder();
}
/**
* Gets the private 'serializer.encoder.yaml' shared service.
*
* @return \Symfony\Component\Serializer\Encoder\YamlEncoder
*/
protected function getSerializer_Encoder_YamlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
return $this->privates['serializer.encoder.yaml'] = new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL);
}
/**
* 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.chain_loader' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Loader\LoaderChain
*/
protected function getSerializer_Mapping_ChainLoaderService()
{
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.chain_loader'] = 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.mapping.class_discriminator_resolver' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata
*/
protected function getSerializer_Mapping_ClassDiscriminatorResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
return $this->privates['serializer.mapping.class_discriminator_resolver'] = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* 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';
return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(($this->privates['serializer.mapping.chain_loader'] ?? $this->getSerializer_Mapping_ChainLoaderService()));
}
/**
* 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 'serializer.normalizer.backed_enum' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer
*/
protected function getSerializer_Normalizer_BackedEnumService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
return $this->privates['serializer.normalizer.backed_enum'] = new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer();
}
/**
* Gets the private 'serializer.normalizer.constraint_violation_list' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer
*/
protected function getSerializer_Normalizer_ConstraintViolationListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
return $this->privates['serializer.normalizer.constraint_violation_list'] = new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'serializer.normalizer.data_uri' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\DataUriNormalizer
*/
protected function getSerializer_Normalizer_DataUriService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
return $this->privates['serializer.normalizer.data_uri'] = new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService()));
}
/**
* Gets the private 'serializer.normalizer.dateinterval' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer
*/
protected function getSerializer_Normalizer_DateintervalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
return $this->privates['serializer.normalizer.dateinterval'] = new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer();
}
/**
* Gets the private 'serializer.normalizer.datetime' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer
*/
protected function getSerializer_Normalizer_DatetimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
return $this->privates['serializer.normalizer.datetime'] = new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer();
}
/**
* Gets the private 'serializer.normalizer.datetimezone' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer
*/
protected function getSerializer_Normalizer_DatetimezoneService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
return $this->privates['serializer.normalizer.datetimezone'] = new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer();
}
/**
* Gets the private 'serializer.normalizer.flatten_exception' shared service.
*
* @return \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer
*/
protected function getSerializer_Normalizer_FlattenExceptionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.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/NormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
return $this->privates['serializer.normalizer.flatten_exception'] = new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer();
}
/**
* Gets the private 'serializer.normalizer.form_error' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer
*/
protected function getSerializer_Normalizer_FormErrorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
return $this->privates['serializer.normalizer.form_error'] = new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer();
}
/**
* Gets the private 'serializer.normalizer.json_serializable' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer
*/
protected function getSerializer_Normalizer_JsonSerializableService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.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/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
return $this->privates['serializer.normalizer.json_serializable'] = new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL);
}
/**
* Gets the private 'serializer.normalizer.mime_message' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer
*/
protected function getSerializer_Normalizer_MimeMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.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/Normalizer/MimeMessageNormalizer.php';
return $this->privates['serializer.normalizer.mime_message'] = new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(($this->privates['serializer.normalizer.property'] ?? $this->getSerializer_Normalizer_PropertyService()));
}
/**
* Gets the private 'serializer.normalizer.object' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\ObjectNormalizer
*/
protected function getSerializer_Normalizer_ObjectService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.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/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.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/ObjectNormalizer.php';
return $this->privates['serializer.normalizer.object'] = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, []);
}
/**
* Gets the private 'serializer.normalizer.problem' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\ProblemNormalizer
*/
protected function getSerializer_Normalizer_ProblemService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
return $this->privates['serializer.normalizer.problem'] = new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true);
}
/**
* Gets the private 'serializer.normalizer.property' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\PropertyNormalizer
*/
protected function getSerializer_Normalizer_PropertyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.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/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.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';
return $this->privates['serializer.normalizer.property'] = new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, []);
}
/**
* Gets the private 'serializer.normalizer.uid' shared service.
*
* @return \Symfony\Component\Serializer\Normalizer\UidNormalizer
*/
protected function getSerializer_Normalizer_UidService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
return $this->privates['serializer.normalizer.uid'] = new \Symfony\Component\Serializer\Normalizer\UidNormalizer();
}
/**
* Gets the private 'session.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
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->privates['session.storage.factory.native'] ?? $this->getSession_Storage_Factory_NativeService()), [0 => ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService()), 1 => 'onSessionUsage']);
}
/**
* Gets the private 'session.storage.factory.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
*/
protected function getSession_Storage_Factory_NativeService()
{
return $this->privates['session.storage.factory.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->getParameter('session.storage.options'), ($this->services['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler'] ?? $this->getRedisSessionHandlerService()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0), false);
}
/**
* Gets the private 'simplethings_entityaudit.create_schema_listener' shared service.
*
* @return \SimpleThings\EntityAudit\EventListener\CreateSchemaListener
*/
protected function getSimplethingsEntityaudit_CreateSchemaListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src/EventListener/CreateSchemaListener.php';
return $this->privates['simplethings_entityaudit.create_schema_listener'] = new \SimpleThings\EntityAudit\EventListener\CreateSchemaListener(($this->services['simplethings_entityaudit.manager'] ?? $this->getSimplethingsEntityaudit_ManagerService()));
}
/**
* Gets the private 'simplethings_entityaudit.log_revisions_listener' shared service.
*
* @return \SimpleThings\EntityAudit\EventListener\LogRevisionsListener
*/
protected function getSimplethingsEntityaudit_LogRevisionsListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src/EventListener/LogRevisionsListener.php';
return $this->privates['simplethings_entityaudit.log_revisions_listener'] = new \SimpleThings\EntityAudit\EventListener\LogRevisionsListener(($this->services['simplethings_entityaudit.manager'] ?? $this->getSimplethingsEntityaudit_ManagerService()));
}
/**
* Gets the private 'simplethings_entityaudit.username_callable.token_storage' shared service.
*
* @return \SimpleThings\EntityAudit\User\TokenStorageUsernameCallable
*/
protected function getSimplethingsEntityaudit_UsernameCallable_TokenStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src/User/TokenStorageUsernameCallable.php';
return $this->privates['simplethings_entityaudit.username_callable.token_storage'] = new \SimpleThings\EntityAudit\User\TokenStorageUsernameCallable(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'slugger' shared service.
*
* @return \Symfony\Component\String\Slugger\AsciiSlugger
*/
protected function getSluggerService()
{
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['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('PRIMARY_LANG'));
}
/**
* Gets the private 'streamed_response_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
*/
protected function getStreamedResponseListenerService()
{
return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
}
/**
* Gets the private 'test.client.cookiejar' service.
*
* @return \Symfony\Component\BrowserKit\CookieJar
*/
protected function getTest_Client_CookiejarService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/browser-kit/CookieJar.php';
$this->factories['service_container']['test.client.cookiejar'] = function () {
return new \Symfony\Component\BrowserKit\CookieJar();
};
return $this->factories['service_container']['test.client.cookiejar']();
}
/**
* Gets the private 'test.client.history' service.
*
* @return \Symfony\Component\BrowserKit\History
*/
protected function getTest_Client_HistoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/browser-kit/History.php';
$this->factories['service_container']['test.client.history'] = function () {
return new \Symfony\Component\BrowserKit\History();
};
return $this->factories['service_container']['test.client.history']();
}
/**
* Gets the private 'test.session.listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getTest_Session_ListenerService()
{
return $this->privates['test.session.listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
], [
'session' => '?',
'session_factory' => '?',
]), true, $this->getParameter('session.storage.options'));
}
/**
* Gets the private 'time.datetime_formatter' shared service.
*
* @return \Knp\Bundle\TimeBundle\DateTimeFormatter
*/
protected function getTime_DatetimeFormatterService()
{
return $this->privates['time.datetime_formatter'] = new \Knp\Bundle\TimeBundle\DateTimeFormatter(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'time.twig.extension.time' shared service.
*
* @return \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension
*/
protected function getTime_Twig_Extension_TimeService()
{
return $this->privates['time.twig.extension.time'] = new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(($this->privates['time.datetime_formatter'] ?? $this->getTime_DatetimeFormatterService()));
}
/**
* Gets the private 'translation.dumper.csv' shared service.
*
* @return \Symfony\Component\Translation\Dumper\CsvFileDumper
*/
protected function getTranslation_Dumper_CsvService()
{
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/CsvFileDumper.php';
return $this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper();
}
/**
* Gets the private 'translation.dumper.ini' shared service.
*
* @return \Symfony\Component\Translation\Dumper\IniFileDumper
*/
protected function getTranslation_Dumper_IniService()
{
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/IniFileDumper.php';
return $this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper();
}
/**
* Gets the private 'translation.dumper.json' shared service.
*
* @return \Symfony\Component\Translation\Dumper\JsonFileDumper
*/
protected function getTranslation_Dumper_JsonService()
{
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/JsonFileDumper.php';
return $this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper();
}
/**
* Gets the private 'translation.dumper.mo' shared service.
*
* @return \Symfony\Component\Translation\Dumper\MoFileDumper
*/
protected function getTranslation_Dumper_MoService()
{
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/MoFileDumper.php';
return $this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper();
}
/**
* Gets the private 'translation.dumper.php' shared service.
*
* @return \Symfony\Component\Translation\Dumper\PhpFileDumper
*/
protected function getTranslation_Dumper_PhpService()
{
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';
return $this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper();
}
/**
* Gets the private 'translation.dumper.po' shared service.
*
* @return \Symfony\Component\Translation\Dumper\PoFileDumper
*/
protected function getTranslation_Dumper_PoService()
{
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/PoFileDumper.php';
return $this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper();
}
/**
* Gets the private 'translation.dumper.qt' shared service.
*
* @return \Symfony\Component\Translation\Dumper\QtFileDumper
*/
protected function getTranslation_Dumper_QtService()
{
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/QtFileDumper.php';
return $this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper();
}
/**
* Gets the private 'translation.dumper.res' shared service.
*
* @return \Symfony\Component\Translation\Dumper\IcuResFileDumper
*/
protected function getTranslation_Dumper_ResService()
{
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/IcuResFileDumper.php';
return $this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper();
}
/**
* Gets the private 'translation.dumper.xliff' shared service.
*
* @return \Symfony\Component\Translation\Dumper\XliffFileDumper
*/
protected function getTranslation_Dumper_XliffService()
{
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/XliffFileDumper.php';
return $this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper();
}
/**
* Gets the private 'translation.dumper.yaml' shared service.
*
* @return \Symfony\Component\Translation\Dumper\YamlFileDumper
*/
protected function getTranslation_Dumper_YamlService()
{
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/YamlFileDumper.php';
return $this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml');
}
/**
* Gets the private 'translation.dumper.yml' shared service.
*
* @return \Symfony\Component\Translation\Dumper\YamlFileDumper
*/
protected function getTranslation_Dumper_YmlService()
{
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/YamlFileDumper.php';
return $this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper();
}
/**
* 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';
$this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
$instance->addExtractor('php', ($this->privates['translation.extractor.php'] ?? ($this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor())));
$instance->addExtractor('twig', ($this->privates['twig.translation.extractor'] ?? $this->getTwig_Translation_ExtractorService()));
return $instance;
}
/**
* Gets the private 'translation.extractor.php' shared service.
*
* @return \Symfony\Component\Translation\Extractor\PhpExtractor
*/
protected function getTranslation_Extractor_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
return $this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor();
}
/**
* 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';
return $this->privates['translation.provider_collection'] = ($this->privates['translation.provider_collection_factory'] ?? $this->getTranslation_ProviderCollectionFactoryService())->fromConfig([]);
}
/**
* Gets the private 'translation.provider_collection_factory' shared service.
*
* @return \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory
*/
protected function getTranslation_ProviderCollectionFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
return $this->privates['translation.provider_collection_factory'] = new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
yield 0 => ($this->privates['translation.provider_factory.null'] ?? ($this->privates['translation.provider_factory.null'] = new \Symfony\Component\Translation\Provider\NullProviderFactory()));
}, 1), []);
}
/**
* Gets the private 'translation.provider_factory.null' shared service.
*
* @return \Symfony\Component\Translation\Provider\NullProviderFactory
*/
protected function getTranslation_ProviderFactory_NullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/ProviderFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/AbstractProviderFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/NullProviderFactory.php';
return $this->privates['translation.provider_factory.null'] = new \Symfony\Component\Translation\Provider\NullProviderFactory();
}
/**
* 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', ($this->privates['translation.dumper.php'] ?? ($this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper())));
$instance->addDumper('xlf', ($this->privates['translation.dumper.xliff'] ?? ($this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper())));
$instance->addDumper('po', ($this->privates['translation.dumper.po'] ?? ($this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper())));
$instance->addDumper('mo', ($this->privates['translation.dumper.mo'] ?? ($this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper())));
$instance->addDumper('yml', ($this->privates['translation.dumper.yml'] ?? ($this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper())));
$instance->addDumper('yaml', ($this->privates['translation.dumper.yaml'] ?? ($this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'))));
$instance->addDumper('ts', ($this->privates['translation.dumper.qt'] ?? ($this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper())));
$instance->addDumper('csv', ($this->privates['translation.dumper.csv'] ?? ($this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper())));
$instance->addDumper('ini', ($this->privates['translation.dumper.ini'] ?? ($this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper())));
$instance->addDumper('json', ($this->privates['translation.dumper.json'] ?? ($this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper())));
$instance->addDumper('res', ($this->privates['translation.dumper.res'] ?? ($this->privates['translation.dumper.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' => '?',
]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), $this->getEnv('PRIMARY_LANG'), ['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/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/Resources/translations/FOSUserBundle.ar.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ar.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], '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/Resources/translations/FOSUserBundle.bg.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.bg.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], '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/Resources/translations/FOSUserBundle.ca.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ca.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], '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/Resources/translations/FOSUserBundle.cs.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.cs.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.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/Resources/translations/FOSUserBundle.da.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.da.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], '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/Resources/translations/FOSUserBundle.de.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.de.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.de.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 8 => (\dirname(__DIR__, 4).'/translations/FOSUserBundle.de.yml'), 9 => (\dirname(__DIR__, 4).'/translations/email/registration_confirmation.de.yml'), 10 => (\dirname(__DIR__, 4).'/translations/email/reset_password.de.yml'), 11 => (\dirname(__DIR__, 4).'/translations/email/student_added.de.yml'), 12 => (\dirname(__DIR__, 4).'/translations/email/student_removed.de.yml'), 13 => (\dirname(__DIR__, 4).'/translations/login_clkosova.de.yml'), 14 => (\dirname(__DIR__, 4).'/translations/login_coderslab.de.yml'), 15 => (\dirname(__DIR__, 4).'/translations/login_coderslabcz.de.yml'), 16 => (\dirname(__DIR__, 4).'/translations/login_coderslabro.de.yml'), 17 => (\dirname(__DIR__, 4).'/translations/login_coderslabsi.de.yml'), 18 => (\dirname(__DIR__, 4).'/translations/login_producthouse.de.yml'), 19 => (\dirname(__DIR__, 4).'/translations/login_visuality.de.yml'), 20 => (\dirname(__DIR__, 4).'/translations/messages.de.yml'), 21 => (\dirname(__DIR__, 4).'/translations/validators.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/Resources/translations/FOSUserBundle.el.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], '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/Resources/translations/FOSUserBundle.en.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.en.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.en.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 8 => (\dirname(__DIR__, 4).'/translations/email/registration_confirmation.en.yml'), 9 => (\dirname(__DIR__, 4).'/translations/email/reset_password.en.yml'), 10 => (\dirname(__DIR__, 4).'/translations/email/student_added.en.yml'), 11 => (\dirname(__DIR__, 4).'/translations/email/student_removed.en.yml'), 12 => (\dirname(__DIR__, 4).'/translations/login_clkosova.en.yml'), 13 => (\dirname(__DIR__, 4).'/translations/login_coderslab.en.yml'), 14 => (\dirname(__DIR__, 4).'/translations/login_coderslabcz.en.yml'), 15 => (\dirname(__DIR__, 4).'/translations/login_coderslabro.en.yml'), 16 => (\dirname(__DIR__, 4).'/translations/login_coderslabsi.en.yml'), 17 => (\dirname(__DIR__, 4).'/translations/login_producthouse.en.yml'), 18 => (\dirname(__DIR__, 4).'/translations/login_visuality.en.yml'), 19 => (\dirname(__DIR__, 4).'/translations/messages.en.yml'), 20 => (\dirname(__DIR__, 4).'/translations/validators.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/Resources/translations/FOSUserBundle.es.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.es.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.es.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], '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/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/Resources/translations/FOSUserBundle.eu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.eu.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], '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/Resources/translations/FOSUserBundle.fa.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fa.yml'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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/Resources/translations/FOSUserBundle.fi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.fi.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], '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/Resources/translations/FOSUserBundle.fr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.fr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], '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/Resources/translations/FOSUserBundle.gl.yml')], '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/Resources/translations/FOSUserBundle.he.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], '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/Resources/translations/FOSUserBundle.hr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], '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/Resources/translations/FOSUserBundle.hu.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.hu.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.hu.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], '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')], '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/Resources/translations/FOSUserBundle.id.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.id.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], '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/Resources/translations/FOSUserBundle.it.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.it.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.it.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], '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/Resources/translations/FOSUserBundle.ja.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ja.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], '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/Resources/translations/FOSUserBundle.lb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], '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/Resources/translations/FOSUserBundle.lt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.lt.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], '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/Resources/translations/FOSUserBundle.lv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], '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/Resources/translations/FOSUserBundle.mn.yml')], '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/Resources/translations/FOSUserBundle.nb.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.nb.xliff')], '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/Resources/translations/FOSUserBundle.nl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.nl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.nl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.nn.xliff')], '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')], '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/Resources/translations/FOSUserBundle.pl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pl.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.pl.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 8 => (\dirname(__DIR__, 4).'/translations/email/registration_confirmation.pl.yml'), 9 => (\dirname(__DIR__, 4).'/translations/email/reset_password.pl.yml'), 10 => (\dirname(__DIR__, 4).'/translations/email/student_added.pl.yml'), 11 => (\dirname(__DIR__, 4).'/translations/email/student_removed.pl.yml'), 12 => (\dirname(__DIR__, 4).'/translations/login_clkosova.pl.yml'), 13 => (\dirname(__DIR__, 4).'/translations/login_coderslab.pl.yml'), 14 => (\dirname(__DIR__, 4).'/translations/login_coderslabcz.pl.yml'), 15 => (\dirname(__DIR__, 4).'/translations/login_coderslabro.pl.yml'), 16 => (\dirname(__DIR__, 4).'/translations/login_coderslabsi.pl.yml'), 17 => (\dirname(__DIR__, 4).'/translations/login_producthouse.pl.yml'), 18 => (\dirname(__DIR__, 4).'/translations/login_visuality.pl.yml'), 19 => (\dirname(__DIR__, 4).'/translations/messages.pl.yml'), 20 => (\dirname(__DIR__, 4).'/translations/validators.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/Resources/translations/FOSUserBundle.pt.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt.xliff')], '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/Resources/translations/FOSUserBundle.pt_BR.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt_BR.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], '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/Resources/translations/FOSUserBundle.ro.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ro.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], '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/Resources/translations/FOSUserBundle.ru.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ru.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.ru.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], '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/Resources/translations/FOSUserBundle.sk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sk.xliff')], '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/Resources/translations/FOSUserBundle.sl.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sl.xliff')], '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/Resources/translations/FOSUserBundle.sr_Latn.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/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/Resources/translations/FOSUserBundle.sv.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sv.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], '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/Resources/translations/FOSUserBundle.th.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.th.xliff')], '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/Resources/translations/FOSUserBundle.tr.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.tr.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.tr.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], '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/Resources/translations/FOSUserBundle.uk.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.uk.xliff'), 6 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.uk.yml'), 7 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], '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/Resources/translations/FOSUserBundle.vi.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.vi.xliff')], '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/Resources/translations/FOSUserBundle.zh_CN.yml'), 4 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), 5 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_CN.xliff')], '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/knplabs/knp-time-bundle/Resources/translations/time.zh_TW.xliff')], 'bn' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.eo.xliff')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), 1 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml'), 2 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ky.xliff'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'bs_Latn_BA' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.bs_Latn_BA.xliff')], 'hr_HR' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.hr_HR.xliff')], 'pt_PT' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt_PT.xliff')], 'sr_Latin' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sr_Latin.xliff')], 'zh' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh.xliff'), 1 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.zh.yml')], 'zh_HK' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_HK.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], '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/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 14 => (\dirname(__DIR__, 4).'/src/AppBundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/translations'), 27 => (\dirname(__DIR__, 4).'/src/SnapshotMergeToolBundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-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/Resources/translations', 4 => 'vendor/knplabs/knp-time-bundle/Resources/translations', 5 => 'vendor/hwi/oauth-bundle/src/Resources/translations', 6 => 'vendor/knplabs/knp-paginator-bundle/translations', 7 => 'translations', 8 => 'vendor/symfony/framework-bundle/translations', 9 => 'vendor/symfony/security-bundle/translations', 10 => 'vendor/symfony/twig-bundle/translations', 11 => 'vendor/symfony/monolog-bundle/translations', 12 => 'vendor/doctrine/doctrine-bundle/translations', 13 => 'vendor/sensio/framework-extra-bundle/src/translations', 14 => 'src/AppBundle/translations', 15 => 'vendor/php-http/httplug-bundle/src/translations', 16 => 'vendor/jms/serializer-bundle/translations', 17 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 18 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 19 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 20 => 'vendor/sentry/sentry-symfony/src/translations', 21 => 'vendor/lexik/jwt-authentication-bundle/translations', 22 => 'vendor/symfony/debug-bundle/translations', 23 => 'vendor/symfony/web-profiler-bundle/translations', 24 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations', 25 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations', 26 => 'vendor/hautelook/alice-bundle/src/translations', 27 => 'src/SnapshotMergeToolBundle/translations', 28 => 'vendor/symfony/maker-bundle/src/translations', 29 => 'vendor/nelmio/api-doc-bundle/translations', 30 => 'vendor/nelmio/cors-bundle/translations', 31 => 'vendor/sonata-project/entity-audit-bundle/src/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => $this->getEnv('string:PRIMARY_LANG'), 1 => 'en']);
return $instance;
}
/**
* Gets the private 'translator.formatter.default' shared service.
*
* @return \Symfony\Component\Translation\Formatter\MessageFormatter
*/
protected function getTranslator_Formatter_DefaultService()
{
return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(($this->privates['identity_translator'] ?? ($this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator())));
}
/**
* Gets the private 'twig.app_variable' shared service.
*
* @return \Symfony\Bridge\Twig\AppVariable
*/
protected function getTwig_AppVariableService()
{
$this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
$instance->setEnvironment('dev');
$instance->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
if ($this->has('request_stack')) {
$instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
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.configurator.environment' shared service.
*
* @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
*/
protected function getTwig_Configurator_EnvironmentService()
{
return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ',');
}
/**
* Gets the private 'twig.error_renderer.html' shared service.
*
* @return \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer
*/
protected function getTwig_ErrorRenderer_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
return $this->privates['twig.error_renderer.html'] = 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(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
}
/**
* Gets the private 'twig.extension.assets' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\AssetExtension
*/
protected function getTwig_Extension_AssetsService()
{
return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
}
/**
* Gets the private 'twig.extension.code' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CodeExtension
*/
protected function getTwig_Extension_CodeService()
{
return $this->privates['twig.extension.code'] = new \Symfony\Bridge\Twig\Extension\CodeExtension(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), 'UTF-8');
}
/**
* Gets the private 'twig.extension.debug.stopwatch' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
*/
protected function getTwig_Extension_Debug_StopwatchService()
{
return $this->privates['twig.extension.debug.stopwatch'] = new \Symfony\Bridge\Twig\Extension\StopwatchExtension(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), true);
}
/**
* Gets the private 'twig.extension.dump' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\DumpExtension
*/
protected function getTwig_Extension_DumpService()
{
return $this->privates['twig.extension.dump'] = new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()));
}
/**
* Gets the private 'twig.extension.expression' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
*/
protected function getTwig_Extension_ExpressionService()
{
return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
}
/**
* Gets the private 'twig.extension.form' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\FormExtension
*/
protected function getTwig_Extension_FormService()
{
return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'twig.extension.httpfoundation' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
*/
protected function getTwig_Extension_HttpfoundationService()
{
return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
}
/**
* Gets the private 'twig.extension.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
*/
protected function getTwig_Extension_HttpkernelService()
{
return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
}
/**
* Gets the private 'twig.extension.logout_url' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
*/
protected function getTwig_Extension_LogoutUrlService()
{
return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'twig.extension.profiler' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
*/
protected function getTwig_Extension_ProfilerService()
{
return $this->privates['twig.extension.profiler'] = new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'twig.extension.routing' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\RoutingExtension
*/
protected function getTwig_Extension_RoutingService()
{
return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'twig.extension.security' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SecurityExtension
*/
protected function getTwig_Extension_SecurityService()
{
return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.impersonate_url_generator'] ?? $this->getSecurity_ImpersonateUrlGeneratorService()));
}
/**
* Gets the private 'twig.extension.serializer' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SerializerExtension
*/
protected function getTwig_Extension_SerializerService()
{
return $this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension();
}
/**
* Gets the private 'twig.extension.trans' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\TranslationExtension
*/
protected function getTwig_Extension_TransService()
{
return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'twig.extension.webprofiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
*/
protected function getTwig_Extension_WebprofilerService()
{
$a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$a->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
}
/**
* Gets the private 'twig.extension.yaml' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\YamlExtension
*/
protected function getTwig_Extension_YamlService()
{
return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
}
/**
* 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';
return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* 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';
return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), NULL);
}
/**
* Gets the private 'twig.loader.native_filesystem' shared service.
*
* @return \Twig\Loader\FilesystemLoader
*/
protected function getTwig_Loader_NativeFilesystemService()
{
$this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/views'), 'HWIOAuth');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Resources/views'), '!HWIOAuth');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$instance->addPath((\dirname(__DIR__, 4).'/src/SnapshotMergeToolBundle/Resources/views'), 'SnapshotMergeTool');
$instance->addPath((\dirname(__DIR__, 4).'/src/SnapshotMergeToolBundle/Resources/views'), '!SnapshotMergeTool');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
$instance->addPath((\dirname(__DIR__, 4).'/templates/bundles/SimpleThingsEntityAuditBundle'), 'SimpleThingsEntityAudit');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src/Resources/views'), 'SimpleThingsEntityAudit');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src/Resources/views'), '!SimpleThingsEntityAudit');
$instance->addPath((\dirname(__DIR__, 4).'/templates'));
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$instance->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
return $instance;
}
/**
* 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';
return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, ($this->privates['twig.mime_body_renderer'] ?? $this->getTwig_MimeBodyRendererService()));
}
/**
* Gets the private 'twig.mime_body_renderer' shared service.
*
* @return \Symfony\Bridge\Twig\Mime\BodyRenderer
*/
protected function getTwig_MimeBodyRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
return $this->privates['twig.mime_body_renderer'] = new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the private 'twig.profile' shared service.
*
* @return \Twig\Profiler\Profile
*/
protected function getTwig_ProfileService()
{
return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
}
/**
* 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';
return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()), ($this->privates['fragment.uri_generator'] ?? $this->getFragment_UriGeneratorService()));
}
/**
* 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.runtime_loader' shared service.
*
* @return \Twig\RuntimeLoader\ContainerRuntimeLoader
*/
protected function getTwig_RuntimeLoaderService()
{
return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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],
'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => ['privates', 'hwi_oauth.twig.extension.oauth.runtime', 'getHwiOauth_Twig_Extension_Oauth_RuntimeService', false],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', false],
], [
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
]));
}
/**
* 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), ($this->privates['twig.template_iterator'] ?? ($this->privates['twig.template_iterator'] = 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 'twig.template_iterator' shared service.
*
* @return \Symfony\Bundle\TwigBundle\TemplateIterator
*/
protected function getTwig_TemplateIteratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
return $this->privates['twig.template_iterator'] = 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 'twig.translation.extractor' shared service.
*
* @return \Symfony\Bridge\Twig\Translation\TwigExtractor
*/
protected function getTwig_Translation_ExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
return $this->privates['twig.translation.extractor'] = new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the private 'uri_signer' shared service.
*
* @return \Symfony\Component\HttpKernel\UriSigner
*/
protected function getUriSignerService()
{
return $this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'));
}
/**
* Gets the private 'url_helper' shared service.
*
* @return \Symfony\Component\HttpFoundation\UrlHelper
*/
protected function getUrlHelperService()
{
return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
}
/**
* Gets the private 'validate_request_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
*/
protected function getValidateRequestListenerService()
{
return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
}
/**
* 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();
$instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
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/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService()), 1 => ($this->privates['fos_user.validator.initializer'] ?? $this->getFosUser_Validator_InitializerService())]);
$instance->addLoader(($this->privates['validator.property_info_loader'] ?? $this->getValidator_PropertyInfoLoaderService()));
$instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
$instance->addXmlMapping((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle/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';
return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(($this->privates['validator.expression_language'] ?? $this->getValidator_ExpressionLanguageService()));
}
/**
* Gets the private 'validator.expression_language' shared service.
*
* @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
*/
protected function getValidator_ExpressionLanguageService()
{
return $this->privates['validator.expression_language'] = 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 'validator.property_info_loader' shared service.
*
* @return \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader
*/
protected function getValidator_PropertyInfoLoaderService()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
return $this->privates['validator.property_info_loader'] = new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL);
}
/**
* Gets the private 'validator.validator_factory' shared service.
*
* @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
*/
protected function getValidator_ValidatorFactoryService()
{
return $this->privates['validator.validator_factory'] = 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' => '?',
]));
}
/**
* 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/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';
$this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(($this->privates['var_dumper.dump_server'] ?? $this->getVarDumper_DumpServerService()), ['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' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\ContextualizedDumper
*/
protected function getVarDumper_ContextualizedCliDumperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
return $this->privates['var_dumper.contextualized_cli_dumper'] = 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()))]);
}
/**
* 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.dump_server' shared service.
*
* @return \Symfony\Component\VarDumper\Server\DumpServer
*/
protected function getVarDumper_DumpServerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
return $this->privates['var_dumper.dump_server'] = new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ($this->privates['monolog.logger.debug'] ?? $this->getMonolog_Logger_DebugService()));
}
/**
* 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 '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()
{
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((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 '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,
'locale' => false,
'env(MAIN_ORGANISATION)' => false,
'kernel.secret' => false,
'kernel.default_locale' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'session.storage.options' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'stof_doctrine_extensions.default_locale' => false,
'lexik_jwt_authentication.pass_phrase' => false,
'lexik_jwt_authentication.token_ttl' => false,
'nelmio_cors.defaults' => 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 'locale': $value = $this->getEnv('string:PRIMARY_LANG'); break;
case 'env(MAIN_ORGANISATION)': $value = $this->getEnv('default:default_organisation:ORGANISATION'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'kernel.default_locale': $value = $this->getEnv('PRIMARY_LANG'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/AppBundle_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'session.storage.options': $value = [
'cache_limiter' => '0',
'cookie_lifetime' => $this->getEnv('JWT_TOKEN_TTL'),
'cookie_httponly' => true,
'gc_probability' => 1,
]; break;
case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); 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;
case 'stof_doctrine_extensions.default_locale': $value = $this->getEnv('string:PRIMARY_LANG'); break;
case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
case 'lexik_jwt_authentication.token_ttl': $value = $this->getEnv('JWT_TOKEN_TTL'); break;
case 'nelmio_cors.defaults': $value = [
'allow_origin' => [
0 => $this->getEnv('CORS_ALLOW_ORIGIN'),
],
'allow_credentials' => false,
'allow_headers' => [
0 => 'content-type',
1 => 'authorization',
],
'expose_headers' => [
0 => 'Link',
1 => 'Content-Disposition',
],
'allow_methods' => [
0 => 'GET',
1 => 'OPTIONS',
2 => 'POST',
3 => 'PUT',
4 => 'PATCH',
5 => 'DELETE',
],
'max_age' => 3600,
'hosts' => [
],
'origin_regex' => true,
'forced_allow_origin_value' => NULL,
]; 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).'/log'),
'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',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'AppBundle' => 'AppBundle\\AppBundle',
'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
'SnapshotMergeToolBundle' => 'SnapshotMergeToolBundle\\SnapshotMergeToolBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
'SimpleThingsEntityAuditBundle' => 'SimpleThings\\EntityAudit\\SimpleThingsEntityAuditBundle',
],
'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',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'AppBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/AppBundle'),
'namespace' => 'AppBundle',
],
'FOSUserBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/user-bundle'),
'namespace' => 'FOS\\UserBundle',
],
'KnpTimeBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-time-bundle'),
'namespace' => 'Knp\\Bundle\\TimeBundle',
],
'HttplugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/php-http/httplug-bundle/src'),
'namespace' => 'Http\\HttplugBundle',
],
'HWIOAuthBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src'),
'namespace' => 'HWI\\Bundle\\OAuthBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'SentryBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src'),
'namespace' => 'Sentry\\SentryBundle',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'LexikJWTAuthenticationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'NelmioAliceBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
],
'FidryAliceDataFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
],
'HautelookAliceBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src'),
'namespace' => 'Hautelook\\AliceBundle',
],
'SnapshotMergeToolBundle' => [
'path' => (\dirname(__DIR__, 4).'/src/SnapshotMergeToolBundle'),
'namespace' => 'SnapshotMergeToolBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'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',
],
'SimpleThingsEntityAuditBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sonata-project/entity-audit-bundle/src'),
'namespace' => 'SimpleThings\\EntityAudit',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'AppBundle_KernelDevDebugContainer',
'container.autowiring.strict_mode' => true,
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'router.request_context.host' => 'dev-lms.coderslab.pl',
'router.request_context.scheme' => 'https',
'router.request_context.base_url' => '',
'raw_directory' => (\dirname(__DIR__, 4).'/Resources/raw'),
'email.receiver' => 'krzysztof.kowalski@coderslab.pl',
'email.sender_name' => 'LMS',
'email.sender_email' => 'no-reply@coderslab.pl',
'google_client_id' => '902750113591-bve9npki8lk031u5g2oogq3p6c5bbouo.apps.googleusercontent.com',
'google_client_secret' => 'MvlXw-tKrtUivbMZ4mu7i-Hz',
'github_client_id' => 'dcabc949f77a79ab66a7',
'github_client_secret' => '77322700aabeb33ebfb2c43534bf8abc1f790662',
'github_personal_token' => '002e01739e48ae25c040dc87f1b7ff52763d6134',
'github_students_organisation' => 'CodersLab-Test',
'github_core_organisation' => 'CodersLab-Core',
'repository_path' => (\dirname(__DIR__, 4).'/Resources/repos/'),
'berta_url' => 'https://dev-berta.coderslab.pl',
'materialy_password' => 'passwo_rd_sostronk_<3XD8)',
'materialy_email' => 'mateusz.sieracki@coderslab.pl',
'jira' => [
'host' => 'http://145.239.29.54:8888',
'user' => 'jira+bot@coderslab.pl',
'password' => 'ImASecretBotAndWhatYouGonnaDo?!:)',
],
'jira_students' => [
'host' => 'https://jira-kurs.coderslab.pl',
'user' => 'jira+botfake@coderslab.pl',
'password' => NULL,
'jira_access_group' => 'jira-software-users',
],
'cv_directory' => (\dirname(__DIR__, 4).'/public/uploads/cvs'),
'rodo_notification_email' => 'careerlab@coderslab.pl',
'schedule_file_name' => 'Harmonogram.pdf',
'sentry_dsn' => 'https://c6cdb97fdeb9434ba7667832256afe34@sentry.io/1860754',
'lms.repos_path' => (\dirname(__DIR__, 3).'/lms/repos'),
'lms.presentations_path' => (\dirname(__DIR__, 3).'/lms/materials'),
'lms.pdf_presentations_path' => (\dirname(__DIR__, 3).'/lms/materials'),
'lms.html_presentations_path' => (\dirname(__DIR__, 3).'/lms/materials'),
'lms.materials_path' => (\dirname(__DIR__, 3).'/lms/materials'),
'lms.temp_repo_path' => (\dirname(__DIR__, 3).'/lms/tmp_repos'),
'lms.app_domain' => 'dev-lms.coderslab.pl',
'elastic.index_mapping_dir' => (\dirname(__DIR__, 4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/Index'),
'gradebook.report_emails' => [
0 => 'magdalena.sieraczynska@coderslab.pl',
],
'env(ORGANISATION)' => 'coderslab',
'default_organisation' => 'coderslab',
'async_commands_consumer' => 'async_commands',
'async_events_consumer' => 'async_events',
'async_consumer' => 'async',
'env(GITHUB_CLIENT_CLASS)' => 'AppBundle\\Service\\GitHubManager',
'env(JWT_TOKEN_TTL)' => '31536000',
'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.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'test.client.parameters' => [
],
'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.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => false,
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'security.role_hierarchy.roles' => [
'ROLE_HR' => [
0 => 'ROLE_USER',
],
'ROLE_SELLER' => [
0 => 'ROLE_USER',
],
'ROLE_LECTURER' => [
0 => 'ROLE_USER',
],
'ROLE_MENTOR' => [
0 => 'ROLE_LECTURER',
],
'ROLE_CS' => [
0 => 'ROLE_MENTOR',
],
'ROLE_ADMIN' => [
0 => 'ROLE_CS',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
],
'ROLE_DEV' => [
0 => 'ROLE_SUPER_ADMIN',
],
],
'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 => 'webhooks',
1 => 'public_api',
2 => 'lms_api',
3 => 'main',
],
'security.webhooks._indexed_authenticators' => [
],
'security.public_api._indexed_authenticators' => [
],
'security.lms_api._indexed_authenticators' => [
],
'hwi_oauth.resource_ownermap.configured.main' => [
'google' => '/login/check-google',
'github' => '/login/check-github',
],
'security.main._indexed_authenticators' => [
],
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
1 => 'bootstrap_4_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.server_log' => NULL,
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'messenger',
],
],
],
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'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' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Persistence\\Doctrine\\UuidType',
'commented' => false,
],
'pill_material_type' => [
'class' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\MaterialTypeType',
'commented' => false,
],
'pill_material_access' => [
'class' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\MaterialAccessType',
'commented' => false,
],
'chapter_type' => [
'class' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ChapterTypeType',
'commented' => false,
],
'module_type' => [
'class' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ModuleTypeType',
'commented' => false,
],
'technology_id' => [
'class' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\TechnologyIdType',
'commented' => false,
],
'student_result_author' => [
'class' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ResultAuthorType',
'commented' => false,
],
'student_result_status' => [
'class' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ResultStatusType',
'commented' => false,
],
'role' => [
'class' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\RoleType',
'commented' => false,
],
'exercise_state' => [
'class' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ExerciseStateType',
'commented' => false,
],
'exercise_status' => [
'class' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ExerciseStatusType',
'commented' => false,
],
'user_language' => [
'class' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Persistence\\Doctrine\\UserLanguageType',
'commented' => false,
],
],
'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.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.proxy_namespace' => 'Proxies',
'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' => 'email/reset_password.html.twig',
'fos_user.registration.confirmation.template' => 'email/registration_confirmation.html.twig',
'fos_user.registration.confirmation.from_email' => [
'no-reply@coderslab.pl' => 'LMS',
],
'fos_user.resetting.email.from_email' => [
'no-reply@coderslab.pl' => 'LMS',
],
'fos_user.storage' => 'orm',
'fos_user.firewall_name' => 'main',
'fos_user.model_manager_name' => NULL,
'fos_user.model.user.class' => 'AppBundle\\Entity\\User',
'fos_user.profile.form.type' => 'AppBundle\\Form\\ProfileType',
'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' => 'AppBundle\\Form\\RegistrationType',
'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',
],
'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth1ResourceOwner',
'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth2ResourceOwner',
'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
'hwi_oauth.resource_owner.eve_online.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
'hwi_oauth.target_path_parameter' => NULL,
'hwi_oauth.target_path_domains_whitelist' => [
],
'hwi_oauth.use_referer' => false,
'hwi_oauth.failed_use_referer' => false,
'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
'hwi_oauth.resource_owners' => [
'google' => 'google',
'github' => 'github',
],
'hwi_oauth.connect' => false,
'hwi_oauth.connect.confirmation' => false,
'hwi_oauth.connect.registration_form' => NULL,
'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.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'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',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'sentry.tracing.enabled' => true,
'sentry.tracing.dbal.enabled' => false,
'sentry.tracing.dbal.connections' => [
],
'sentry.tracing.cache.enabled' => true,
'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
'knp_paginator.page_range' => 5,
'knp_paginator.page_limit' => NULL,
'lexik_jwt_authentication.clock_skew' => 0,
'lexik_jwt_authentication.user_identity_field' => 'username',
'lexik_jwt_authentication.allow_no_expiration' => false,
'lexik_jwt_authentication.user_id_claim' => 'username',
'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'nelmio_alice.locale' => 'en_US',
'nelmio_alice.seed' => 1,
'nelmio_alice.functions_blacklist' => [
0 => 'current',
],
'nelmio_alice.loading_limit' => 5,
'nelmio_alice.max_unique_values_retry' => 150,
'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
'hautelook_alice.fixtures_path' => [
0 => 'tests/Common/Fixtures/config',
],
'hautelook_alice.root_dirs' => [
0 => \dirname(__DIR__, 4),
],
'nelmio_api_doc.areas' => [
0 => 'default',
],
'nelmio_api_doc.use_validation_groups' => false,
'nelmio_cors.map' => [
'^/' => [
],
],
'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',
'simplethings.entityaudit.connection' => 'default',
'simplethings.entityaudit.entity_manager' => 'default',
'simplethings.entityaudit.audited_entities' => [
0 => 'AppBundle\\Entity\\User',
1 => 'AppBundle\\Entity\\Instance',
2 => 'AppBundle\\Entity\\InstanceUser',
3 => 'AppBundle\\Entity\\UserTerms',
],
'simplethings.entityaudit.global_ignore_columns' => [
],
'simplethings.entityaudit.table_prefix' => '',
'simplethings.entityaudit.table_suffix' => '_audit',
'simplethings.entityaudit.revision_field_name' => 'rev',
'simplethings.entityaudit.revision_type_field_name' => 'revtype',
'simplethings.entityaudit.revision_table_name' => 'revisions',
'simplethings.entityaudit.revision_id_field_type' => 'integer',
'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',
],
'httplug.collector.collector' => [
0 => 'httplug',
1 => '@Httplug/webprofiler.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'data_collector.jms_serializer' => [
0 => 'jms_serializer',
1 => '@JMSSerializer/Collector/panel.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeExerciseQueueCommand',
1 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeIssueQueueCommand',
2 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CourseProgressReportCommand',
3 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CreateNewUserCommand',
4 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\DeleteElasticsearchIndexesCommand',
5 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\GradebookScoresReportCommand',
6 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\InitializeElasticsearchIndexesCommand',
7 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\MigrateGithubLoginToIdCommand',
8 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ParseRepoCommand',
9 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizInitCommand',
10 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizListUninitializedCommand',
11 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitializeCommand',
12 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizSaveResponseCommand',
13 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeAllQuizzesForCourseCommand',
14 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeElasticsearchDocumentsForCourseCommand',
15 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeScheduleUrlForAllCoursesCommand',
16 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeTreeCommand',
17 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ResultReportCommand',
18 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SurveyMonkeyLimitBotCommand',
19 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\UserTokenCommand',
20 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitAllWithState',
21 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationReminder',
22 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationExpirationReminder',
23 => 'app.command.load_users',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}