var/cache/dev/ContainerTJvWKfw/App_KernelDevDebugContainer.php line 1617

Open in your IDE?
  1. <?php
  2. namespace ContainerTJvWKfw;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'http_kernel' => 'getHttpKernelService',
  48.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  49.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  50.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  51.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  52.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  53.             'markdown.parser' => 'getMarkdown_ParserService',
  54.             'overblog_graphql.cache_compiler' => 'getOverblogGraphql_CacheCompilerService',
  55.             'overblog_graphql.event_listener.classloader_listener' => 'getOverblogGraphql_EventListener_ClassloaderListenerService',
  56.             'request_stack' => 'getRequestStackService',
  57.             'router' => 'getRouterService',
  58.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  59.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  60.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  61.             'sonata.seo.page.default' => 'getSonata_Seo_Page_DefaultService',
  62.             'translator' => 'getTranslatorService',
  63.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  64.             'cache_clearer' => 'getCacheClearerService',
  65.             'filesystem' => 'getFilesystemService',
  66.             'serializer' => 'getSerializerService',
  67.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  68.             'form.factory' => 'getForm_FactoryService',
  69.             'form.type.file' => 'getForm_Type_FileService',
  70.             'profiler' => 'getProfilerService',
  71.             'twig' => 'getTwigService',
  72.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  73.             'security.token_storage' => 'getSecurity_TokenStorageService',
  74.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  75.             'session' => 'getSessionService',
  76.             'validator' => 'getValidatorService',
  77.         ];
  78.         $this->fileMap = [
  79.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  80.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  81.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  82.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  83.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  84.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  85.             '.container.private.session' => 'get_Container_Private_SessionService',
  86.             'App\\BackendBundle\\Common\\EventCommonController' => 'getEventCommonControllerService',
  87.             'App\\BackendBundle\\Common\\ProfileCommonController' => 'getProfileCommonControllerService',
  88.             'App\\Controller\\AdminBundle\\AddressCityController' => 'getAddressCityControllerService',
  89.             'App\\Controller\\AdminBundle\\AddressCountryController' => 'getAddressCountryControllerService',
  90.             'App\\Controller\\AdminBundle\\AddressDistrictController' => 'getAddressDistrictControllerService',
  91.             'App\\Controller\\AdminBundle\\AddressStateController' => 'getAddressStateControllerService',
  92.             'App\\Controller\\AdminBundle\\AdminController' => 'getAdminControllerService',
  93.             'App\\Controller\\AdminBundle\\AutoCompleteController' => 'getAutoCompleteControllerService',
  94.             'App\\Controller\\AdminBundle\\BaseBackendController' => 'getBaseBackendControllerService',
  95.             'App\\Controller\\AdminBundle\\BlockController' => 'getBlockControllerService',
  96.             'App\\Controller\\AdminBundle\\BoPartnerProfileController' => 'getBoPartnerProfileControllerService',
  97.             'App\\Controller\\AdminBundle\\BoPartnerProfileNameController' => 'getBoPartnerProfileNameControllerService',
  98.             'App\\Controller\\AdminBundle\\CommonController' => 'getCommonControllerService',
  99.             'App\\Controller\\AdminBundle\\CompanyBenefitController' => 'getCompanyBenefitControllerService',
  100.             'App\\Controller\\AdminBundle\\CompanyCertificateController' => 'getCompanyCertificateControllerService',
  101.             'App\\Controller\\AdminBundle\\CompanyProfileController' => 'getCompanyProfileControllerService',
  102.             'App\\Controller\\AdminBundle\\CompanyProfileNameController' => 'getCompanyProfileNameControllerService',
  103.             'App\\Controller\\AdminBundle\\CompanySizeController' => 'getCompanySizeControllerService',
  104.             'App\\Controller\\AdminBundle\\EventTagCategoryController' => 'getEventTagCategoryControllerService',
  105.             'App\\Controller\\AdminBundle\\EventTagController' => 'getEventTagControllerService',
  106.             'App\\Controller\\AdminBundle\\FaqCategoryController' => 'getFaqCategoryControllerService',
  107.             'App\\Controller\\AdminBundle\\FaqQuestionController' => 'getFaqQuestionControllerService',
  108.             'App\\Controller\\AdminBundle\\FaqSubCategoryController' => 'getFaqSubCategoryControllerService',
  109.             'App\\Controller\\AdminBundle\\GalleryController' => 'getGalleryControllerService',
  110.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanyCategoryController' => 'getInfoSectionCompanyCategoryControllerService',
  111.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanyEntryController' => 'getInfoSectionCompanyEntryControllerService',
  112.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanySubCategoryController' => 'getInfoSectionCompanySubCategoryControllerService',
  113.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideCategoryController' => 'getInfoSectionGuideCategoryControllerService',
  114.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideEntryController' => 'getInfoSectionGuideEntryControllerService',
  115.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideSubCategoryController' => 'getInfoSectionGuideSubCategoryControllerService',
  116.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherCategoryController' => 'getInfoSectionTeacherCategoryControllerService',
  117.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherEntryController' => 'getInfoSectionTeacherEntryControllerService',
  118.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherSubCategoryController' => 'getInfoSectionTeacherSubCategoryControllerService',
  119.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersCategoryController' => 'getInfoSectionVirtualOffersCategoryControllerService',
  120.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersEntryController' => 'getInfoSectionVirtualOffersEntryControllerService',
  121.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersSubCategoryController' => 'getInfoSectionVirtualOffersSubCategoryControllerService',
  122.             'App\\Controller\\AdminBundle\\JobAmsController' => 'getJobAmsControllerService',
  123.             'App\\Controller\\AdminBundle\\JobController' => 'getJobControllerService',
  124.             'App\\Controller\\AdminBundle\\JobDailyRoutine\\JobDailyRoutineApprenticeController' => 'getJobDailyRoutineApprenticeControllerService',
  125.             'App\\Controller\\AdminBundle\\JobDailyRoutine\\JobDailyRoutineApprenticeEntryController' => 'getJobDailyRoutineApprenticeEntryControllerService',
  126.             'App\\Controller\\AdminBundle\\JobDailyRoutine\\JobDailyRoutineSchoolPortraitController' => 'getJobDailyRoutineSchoolPortraitControllerService',
  127.             'App\\Controller\\AdminBundle\\JobDailyRoutine\\JobDailyRoutineSchoolPortraitEntryController' => 'getJobDailyRoutineSchoolPortraitEntryControllerService',
  128.             'App\\Controller\\AdminBundle\\JobDailyRoutine\\JobDailyRoutineVirtualRealityController' => 'getJobDailyRoutineVirtualRealityControllerService',
  129.             'App\\Controller\\AdminBundle\\JobDetailImageController' => 'getJobDetailImageControllerService',
  130.             'App\\Controller\\AdminBundle\\JobLinkController' => 'getJobLinkControllerService',
  131.             'App\\Controller\\AdminBundle\\JobSectorController' => 'getJobSectorControllerService',
  132.             'App\\Controller\\AdminBundle\\JobWorkFieldController' => 'getJobWorkFieldControllerService',
  133.             'App\\Controller\\AdminBundle\\MediaController' => 'getMediaControllerService',
  134.             'App\\Controller\\AdminBundle\\MiscFileController' => 'getMiscFileControllerService',
  135.             'App\\Controller\\AdminBundle\\NewsController' => 'getNewsControllerService',
  136.             'App\\Controller\\AdminBundle\\OperatorController' => 'getOperatorControllerService',
  137.             'App\\Controller\\AdminBundle\\PointsGeneralController' => 'getPointsGeneralControllerService',
  138.             'App\\Controller\\AdminBundle\\PointsSchoolClassController' => 'getPointsSchoolClassControllerService',
  139.             'App\\Controller\\AdminBundle\\ProviderController' => 'getProviderControllerService',
  140.             'App\\Controller\\AdminBundle\\QuizCategoryController' => 'getQuizCategoryControllerService',
  141.             'App\\Controller\\AdminBundle\\QuizDailyRoutineApprenticeController' => 'getQuizDailyRoutineApprenticeControllerService',
  142.             'App\\Controller\\AdminBundle\\QuizDailyRoutineSchoolPortraitController' => 'getQuizDailyRoutineSchoolPortraitControllerService',
  143.             'App\\Controller\\AdminBundle\\QuizQuestionController' => 'getQuizQuestionControllerService',
  144.             'App\\Controller\\AdminBundle\\RookieDay\\AdminController' => 'getAdminController2Service',
  145.             'App\\Controller\\AdminBundle\\RookieDay\\CSVController' => 'getCSVControllerService',
  146.             'App\\Controller\\AdminBundle\\RookieDay\\CompanyContactController' => 'getCompanyContactControllerService',
  147.             'App\\Controller\\AdminBundle\\RookieDay\\CompanyController' => 'getCompanyControllerService',
  148.             'App\\Controller\\AdminBundle\\RookieDay\\SchoolController' => 'getSchoolControllerService',
  149.             'App\\Controller\\AdminBundle\\RookieDay\\SecurityController' => 'getSecurityControllerService',
  150.             'App\\Controller\\AdminBundle\\RookieDay\\SetupController' => 'getSetupControllerService',
  151.             'App\\Controller\\AdminBundle\\RookieDay\\StudentController' => 'getStudentControllerService',
  152.             'App\\Controller\\AdminBundle\\RookieDay\\VariableController' => 'getVariableControllerService',
  153.             'App\\Controller\\AdminBundle\\Rookie\\AdminController' => 'getAdminController3Service',
  154.             'App\\Controller\\AdminBundle\\Rookie\\AutoCompleteController' => 'getAutoCompleteController2Service',
  155.             'App\\Controller\\AdminBundle\\Rookie\\BookingController' => 'getBookingControllerService',
  156.             'App\\Controller\\AdminBundle\\Rookie\\OfferController' => 'getOfferControllerService',
  157.             'App\\Controller\\AdminBundle\\Rookie\\OfferTsMappingController' => 'getOfferTsMappingControllerService',
  158.             'App\\Controller\\AdminBundle\\Rookie\\ProviderContactController' => 'getProviderContactControllerService',
  159.             'App\\Controller\\AdminBundle\\Rookie\\ProviderController' => 'getProviderController2Service',
  160.             'App\\Controller\\AdminBundle\\Rookie\\ProviderLocationController' => 'getProviderLocationControllerService',
  161.             'App\\Controller\\AdminBundle\\Rookie\\ProviderRegisterTimeController' => 'getProviderRegisterTimeControllerService',
  162.             'App\\Controller\\AdminBundle\\Rookie\\SchoolClassController' => 'getSchoolClassControllerService',
  163.             'App\\Controller\\AdminBundle\\Rookie\\SchoolContactController' => 'getSchoolContactControllerService',
  164.             'App\\Controller\\AdminBundle\\Rookie\\SchoolController' => 'getSchoolController2Service',
  165.             'App\\Controller\\AdminBundle\\Rookie\\SecurityController' => 'getSecurityController2Service',
  166.             'App\\Controller\\AdminBundle\\Rookie\\TimeSlotController' => 'getTimeSlotControllerService',
  167.             'App\\Controller\\AdminBundle\\SchoolAwardsController' => 'getSchoolAwardsControllerService',
  168.             'App\\Controller\\AdminBundle\\SchoolBenefitController' => 'getSchoolBenefitControllerService',
  169.             'App\\Controller\\AdminBundle\\SchoolClassController' => 'getSchoolClassController2Service',
  170.             'App\\Controller\\AdminBundle\\SchoolClassGradeController' => 'getSchoolClassGradeControllerService',
  171.             'App\\Controller\\AdminBundle\\SchoolClassYearController' => 'getSchoolClassYearControllerService',
  172.             'App\\Controller\\AdminBundle\\SchoolController' => 'getSchoolController3Service',
  173.             'App\\Controller\\AdminBundle\\SchoolDirectorController' => 'getSchoolDirectorControllerService',
  174.             'App\\Controller\\AdminBundle\\SchoolProfileController' => 'getSchoolProfileControllerService',
  175.             'App\\Controller\\AdminBundle\\SchoolProfileNameController' => 'getSchoolProfileNameControllerService',
  176.             'App\\Controller\\AdminBundle\\SchoolTeacherController' => 'getSchoolTeacherControllerService',
  177.             'App\\Controller\\AdminBundle\\SchoolTypeController' => 'getSchoolTypeControllerService',
  178.             'App\\Controller\\AdminBundle\\SearchTagController' => 'getSearchTagControllerService',
  179.             'App\\Controller\\AdminBundle\\SectorImageController' => 'getSectorImageControllerService',
  180.             'App\\Controller\\AdminBundle\\SecurityController' => 'getSecurityController3Service',
  181.             'App\\Controller\\AdminBundle\\Shuttle\\AdminController' => 'getAdminController4Service',
  182.             'App\\Controller\\AdminBundle\\Shuttle\\AutoCompleteController' => 'getAutoCompleteController3Service',
  183.             'App\\Controller\\AdminBundle\\Shuttle\\BookingController' => 'getBookingController2Service',
  184.             'App\\Controller\\AdminBundle\\Shuttle\\CSVController' => 'getCSVController2Service',
  185.             'App\\Controller\\AdminBundle\\Shuttle\\CompanyController' => 'getCompanyController2Service',
  186.             'App\\Controller\\AdminBundle\\Shuttle\\CompanyDateMappingsController' => 'getCompanyDateMappingsControllerService',
  187.             'App\\Controller\\AdminBundle\\Shuttle\\DateController' => 'getDateControllerService',
  188.             'App\\Controller\\AdminBundle\\Shuttle\\SecurityController' => 'getSecurityController4Service',
  189.             'App\\Controller\\AdminBundle\\Shuttle\\TourController' => 'getTourControllerService',
  190.             'App\\Controller\\AdminBundle\\Shuttle\\VariableController' => 'getVariableController2Service',
  191.             'App\\Controller\\AdminBundle\\SitesController' => 'getSitesControllerService',
  192.             'App\\Controller\\AdminBundle\\SliderItemController' => 'getSliderItemControllerService',
  193.             'App\\Controller\\AdminBundle\\StatisticsController' => 'getStatisticsControllerService',
  194.             'App\\Controller\\AdminBundle\\SubjectCategoryController' => 'getSubjectCategoryControllerService',
  195.             'App\\Controller\\AdminBundle\\SubjectController' => 'getSubjectControllerService',
  196.             'App\\Controller\\AdminBundle\\SwitchUserController' => 'getSwitchUserControllerService',
  197.             'App\\Controller\\AdminBundle\\TitleController' => 'getTitleControllerService',
  198.             'App\\Controller\\ApiBundle\\Job\\JobController' => 'getJobController2Service',
  199.             'App\\Controller\\BackendBundle\\ApiController' => 'getApiControllerService',
  200.             'App\\Controller\\BackendBundle\\OAuth2Controller' => 'getOAuth2ControllerService',
  201.             'App\\Controller\\FrontendBundle\\AutoCompleteController' => 'getAutoCompleteController4Service',
  202.             'App\\Controller\\FrontendBundle\\BoPartner\\BoPartnerProfileController' => 'getBoPartnerProfileController2Service',
  203.             'App\\Controller\\FrontendBundle\\BoPartner\\BoPartnerProfileSelectController' => 'getBoPartnerProfileSelectControllerService',
  204.             'App\\Controller\\FrontendBundle\\BoPartner\\EventController' => 'getEventControllerService',
  205.             'App\\Controller\\FrontendBundle\\CacheController' => 'getCacheControllerService',
  206.             'App\\Controller\\FrontendBundle\\Company\\CompanyProfileController' => 'getCompanyProfileController2Service',
  207.             'App\\Controller\\FrontendBundle\\Company\\CompanyProfileSelectController' => 'getCompanyProfileSelectControllerService',
  208.             'App\\Controller\\FrontendBundle\\Company\\EventController' => 'getEventController2Service',
  209.             'App\\Controller\\FrontendBundle\\DailyRoutinesController' => 'getDailyRoutinesControllerService',
  210.             'App\\Controller\\FrontendBundle\\DirectLinksController' => 'getDirectLinksControllerService',
  211.             'App\\Controller\\FrontendBundle\\Director\\BookingController' => 'getBookingController3Service',
  212.             'App\\Controller\\FrontendBundle\\Director\\SchoolClassController' => 'getSchoolClassController3Service',
  213.             'App\\Controller\\FrontendBundle\\ETerminController' => 'getETerminControllerService',
  214.             'App\\Controller\\FrontendBundle\\Event\\EventController' => 'getEventController3Service',
  215.             'App\\Controller\\FrontendBundle\\Event\\FeedbackController' => 'getFeedbackControllerService',
  216.             'App\\Controller\\FrontendBundle\\FaqController' => 'getFaqControllerService',
  217.             'App\\Controller\\FrontendBundle\\FrontpageController' => 'getFrontpageControllerService',
  218.             'App\\Controller\\FrontendBundle\\Games\\AnschreibenGameController' => 'getAnschreibenGameControllerService',
  219.             'App\\Controller\\FrontendBundle\\Games\\JeopardyGameController' => 'getJeopardyGameControllerService',
  220.             'App\\Controller\\FrontendBundle\\Games\\LebenslaufGameController' => 'getLebenslaufGameControllerService',
  221.             'App\\Controller\\FrontendBundle\\Games\\MemoryGameController' => 'getMemoryGameControllerService',
  222.             'App\\Controller\\FrontendBundle\\Games\\QuizGameController' => 'getQuizGameControllerService',
  223.             'App\\Controller\\FrontendBundle\\Games\\StellenanzeigeGameController' => 'getStellenanzeigeGameControllerService',
  224.             'App\\Controller\\FrontendBundle\\Games\\StellenanzeigeGameOLDController' => 'getStellenanzeigeGameOLDControllerService',
  225.             'App\\Controller\\FrontendBundle\\GeneralController' => 'getGeneralControllerService',
  226.             'App\\Controller\\FrontendBundle\\Ideas\\CompanyIdeasController' => 'getCompanyIdeasControllerService',
  227.             'App\\Controller\\FrontendBundle\\Ideas\\GuidelinesController' => 'getGuidelinesControllerService',
  228.             'App\\Controller\\FrontendBundle\\Ideas\\TeacherIdeasController' => 'getTeacherIdeasControllerService',
  229.             'App\\Controller\\FrontendBundle\\Ideas\\VirtualOffersController' => 'getVirtualOffersControllerService',
  230.             'App\\Controller\\FrontendBundle\\InfoController' => 'getInfoControllerService',
  231.             'App\\Controller\\FrontendBundle\\Job\\JobController' => 'getJobController3Service',
  232.             'App\\Controller\\FrontendBundle\\Job\\JobSectorController' => 'getJobSectorController2Service',
  233.             'App\\Controller\\FrontendBundle\\LowerAustria\\Games\\LowerAustriaMemoryGameController' => 'getLowerAustriaMemoryGameControllerService',
  234.             'App\\Controller\\FrontendBundle\\LowerAustria\\LowerAustriaController' => 'getLowerAustriaControllerService',
  235.             'App\\Controller\\FrontendBundle\\PDFController' => 'getPDFControllerService',
  236.             'App\\Controller\\FrontendBundle\\PasswortForgetController' => 'getPasswortForgetControllerService',
  237.             'App\\Controller\\FrontendBundle\\Registration\\RegisterCodePdfShowController' => 'getRegisterCodePdfShowControllerService',
  238.             'App\\Controller\\FrontendBundle\\Registration\\RegisterGeneralController' => 'getRegisterGeneralControllerService',
  239.             'App\\Controller\\FrontendBundle\\Registration\\RegisterProviderController' => 'getRegisterProviderControllerService',
  240.             'App\\Controller\\FrontendBundle\\Registration\\RegisterTeacherController' => 'getRegisterTeacherControllerService',
  241.             'App\\Controller\\FrontendBundle\\Restricted\\AppointmentsController' => 'getAppointmentsControllerService',
  242.             'App\\Controller\\FrontendBundle\\Restricted\\BookingController' => 'getBookingController4Service',
  243.             'App\\Controller\\FrontendBundle\\Restricted\\BookingEditController' => 'getBookingEditControllerService',
  244.             'App\\Controller\\FrontendBundle\\Restricted\\BookingProposalController' => 'getBookingProposalControllerService',
  245.             'App\\Controller\\FrontendBundle\\Restricted\\BookmarkController' => 'getBookmarkControllerService',
  246.             'App\\Controller\\FrontendBundle\\Restricted\\ContactController' => 'getContactControllerService',
  247.             'App\\Controller\\FrontendBundle\\Restricted\\JobMarketController' => 'getJobMarketControllerService',
  248.             'App\\Controller\\FrontendBundle\\Restricted\\LoginController' => 'getLoginControllerService',
  249.             'App\\Controller\\FrontendBundle\\Restricted\\MediaAndGalleryController' => 'getMediaAndGalleryControllerService',
  250.             'App\\Controller\\FrontendBundle\\Restricted\\NewsController' => 'getNewsController2Service',
  251.             'App\\Controller\\FrontendBundle\\Restricted\\ProviderQuizGameQuestionsController' => 'getProviderQuizGameQuestionsControllerService',
  252.             'App\\Controller\\FrontendBundle\\Restricted\\SettingsController' => 'getSettingsControllerService',
  253.             'App\\Controller\\FrontendBundle\\Restricted\\SwitchRoleController' => 'getSwitchRoleControllerService',
  254.             'App\\Controller\\FrontendBundle\\Restricted\\UserDataController' => 'getUserDataControllerService',
  255.             'App\\Controller\\FrontendBundle\\RookieDay\\CompaniesController' => 'getCompaniesControllerService',
  256.             'App\\Controller\\FrontendBundle\\RookieDay\\FrontpageController' => 'getFrontpageController2Service',
  257.             'App\\Controller\\FrontendBundle\\RookieDay\\RegisterCompanyController' => 'getRegisterCompanyControllerService',
  258.             'App\\Controller\\FrontendBundle\\RookieDay\\RegisterStudentController' => 'getRegisterStudentControllerService',
  259.             'App\\Controller\\FrontendBundle\\Rookie\\FrontpageController' => 'getFrontpageController3Service',
  260.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\FrontpageController' => 'getFrontpageController4Service',
  261.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\OfferController' => 'getOfferController2Service',
  262.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\RegistrationController' => 'getRegistrationControllerService',
  263.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\SearchController' => 'getSearchControllerService',
  264.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\FrontpageController' => 'getFrontpageController5Service',
  265.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\OfferController' => 'getOfferController3Service',
  266.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\RegistrationController' => 'getRegistrationController2Service',
  267.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\SearchController' => 'getSearchController2Service',
  268.             'App\\Controller\\FrontendBundle\\SchoolClass\\BookingController' => 'getBookingController5Service',
  269.             'App\\Controller\\FrontendBundle\\SchoolClass\\DemoSchoolClassController' => 'getDemoSchoolClassControllerService',
  270.             'App\\Controller\\FrontendBundle\\SchoolClass\\FeedbackController' => 'getFeedbackController2Service',
  271.             'App\\Controller\\FrontendBundle\\SchoolClass\\LebenslaufController' => 'getLebenslaufControllerService',
  272.             'App\\Controller\\FrontendBundle\\SchoolClass\\PreparationController' => 'getPreparationControllerService',
  273.             'App\\Controller\\FrontendBundle\\SchoolClass\\TipsController' => 'getTipsControllerService',
  274.             'App\\Controller\\FrontendBundle\\School\\EventController' => 'getEventController4Service',
  275.             'App\\Controller\\FrontendBundle\\School\\InviteTeacherController' => 'getInviteTeacherControllerService',
  276.             'App\\Controller\\FrontendBundle\\School\\SchoolClassController' => 'getSchoolClassController4Service',
  277.             'App\\Controller\\FrontendBundle\\School\\SchoolProfileController' => 'getSchoolProfileController2Service',
  278.             'App\\Controller\\FrontendBundle\\School\\SchoolProfileSelectController' => 'getSchoolProfileSelectControllerService',
  279.             'App\\Controller\\FrontendBundle\\School\\SpecialFieldsController' => 'getSpecialFieldsControllerService',
  280.             'App\\Controller\\FrontendBundle\\SearchController' => 'getSearchController3Service',
  281.             'App\\Controller\\FrontendBundle\\SecurityController' => 'getSecurityController5Service',
  282.             'App\\Controller\\FrontendBundle\\Shuttle\\FrontpageController' => 'getFrontpageController6Service',
  283.             'App\\Controller\\FrontendBundle\\Shuttle\\RegisterController' => 'getRegisterControllerService',
  284.             'App\\Controller\\FrontendBundle\\Shuttle\\TourController' => 'getTourController2Service',
  285.             'App\\Controller\\FrontendBundle\\SiteMapController' => 'getSiteMapControllerService',
  286.             'App\\Controller\\FrontendBundle\\SwitchUserController' => 'getSwitchUserController2Service',
  287.             'App\\Controller\\FrontendBundle\\Teacher\\BookingController' => 'getBookingController6Service',
  288.             'App\\Controller\\FrontendBundle\\Teacher\\OrderFolderController' => 'getOrderFolderControllerService',
  289.             'App\\Controller\\FrontendBundle\\Teacher\\SchoolClassController' => 'getSchoolClassController5Service',
  290.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  291.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  292.             'Overblog\\GraphQLBundle\\Command\\CompileCommand' => 'getCompileCommandService',
  293.             'Overblog\\GraphQLBundle\\Command\\DebugCommand' => 'getDebugCommandService',
  294.             'Overblog\\GraphQLBundle\\Command\\GraphQLDumpSchemaCommand' => 'getGraphQLDumpSchemaCommandService',
  295.             'Overblog\\GraphQLBundle\\Command\\ValidateCommand' => 'getValidateCommandService',
  296.             'Overblog\\GraphQLBundle\\Controller\\GraphController' => 'getGraphControllerService',
  297.             'Overblog\\GraphQLBundle\\Controller\\ProfilerController' => 'getProfilerController2Service',
  298.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Mutation\\MutationFieldQuery' => 'getMutationFieldQueryService',
  299.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\GlobalIdFieldQuery' => 'getGlobalIdFieldQueryService',
  300.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\NodeFieldQuery' => 'getNodeFieldQueryService',
  301.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\PluralIdentifyingRootFieldQuery' => 'getPluralIdentifyingRootFieldQueryService',
  302.             'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand' => 'getCacheFlushAllCommandService',
  303.             'Sonata\\CacheBundle\\Command\\CacheFlushCommand' => 'getCacheFlushCommandService',
  304.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  305.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  306.             'block.editor' => 'getBlock_EditorService',
  307.             'block.events.4x1' => 'getBlock_Events_4x1Service',
  308.             'block.footer' => 'getBlock_FooterService',
  309.             'block.frontpage.news' => 'getBlock_Frontpage_NewsService',
  310.             'block.header.child' => 'getBlock_Header_ChildService',
  311.             'block.header.main' => 'getBlock_Header_MainService',
  312.             'block.heading' => 'getBlock_HeadingService',
  313.             'block.random.jobs' => 'getBlock_Random_JobsService',
  314.             'block.slider' => 'getBlock_SliderService',
  315.             'cache.app_clearer' => 'getCache_AppClearerService',
  316.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  317.             'cache.system_clearer' => 'getCache_SystemClearerService',
  318.             'cache_warmer' => 'getCacheWarmerService',
  319.             'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand' => 'getAddDemoSchoolClassCommandService',
  320.             'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand' => 'getAddressCityLatLonCommandService',
  321.             'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand' => 'getAddressLatLonCommandService',
  322.             'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand' => 'getAppointmentPointsCommandService',
  323.             'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand' => 'getAssignSchoolClassStatusCommandService',
  324.             'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand' => 'getAssignTeachersToSchoolClassesCommandService',
  325.             'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand' => 'getBoMapCommandService',
  326.             'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand' => 'getCreateTeacherInvitationsCommandService',
  327.             'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand' => 'getDeleteMultipleMappingsCommandService',
  328.             'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand' => 'getDeleteNonexistantMediaCommandService',
  329.             'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand' => 'getEventTagsCommandService',
  330.             'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand' => 'getMailTemplateTestCommandService',
  331.             'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand' => 'getNewsReminderCommandService',
  332.             'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand' => 'getShuttleSchoolsCommandService',
  333.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand' => 'getTestImportBoPartnerProfileCommandService',
  334.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand' => 'getTestImportEventsCommandService',
  335.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand' => 'getTestImportSchoolProfileCommandService',
  336.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand' => 'getBicImportCleanupCommandService',
  337.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand' => 'getBicImportJobEduPathCommandService',
  338.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand' => 'getBicImportJobExpertTermsCommandService',
  339.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand' => 'getBicImportJobLinksCommandService',
  340.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand' => 'getBicImportJobRedirectsCommandService',
  341.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand' => 'getBicImportJobRemoveTextCommandService',
  342.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand' => 'getBicImportJobSectorsCommandService',
  343.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand' => 'getBicImportJobWorkFieldsCommandService',
  344.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand' => 'getBicImportJobsCommandService',
  345.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand' => 'getBicImportRequirementMappingCommandService',
  346.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand' => 'getBicImportRequirementTypesCommandService',
  347.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand' => 'getBicImportRequirementsCommandService',
  348.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand' => 'getBicImportSchoolCommandService',
  349.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand' => 'getBicImportSchoolJobsCommandService',
  350.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand' => 'getBicJobDifferencesCommandService',
  351.             'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand' => 'getProfilesWebsiteCommandService',
  352.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand' => 'getCompanyImportCleanCommandService',
  353.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand' => 'getCompanyImportCommandService',
  354.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand' => 'getCompanyProfileInterestFieldCommandService',
  355.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand' => 'getGameQuizQuestionsImportCommandService',
  356.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand' => 'getQuizGameGeneralImportCommandService',
  357.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand' => 'getQuizGameJobImportCommandService',
  358.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand' => 'getQuizGameJobUpdateCommandService',
  359.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand' => 'getSchoolClassGameHistoryCommandService',
  360.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand' => 'getSchoolClassGameTrophyCommandService',
  361.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand' => 'getJobChangeInterestFieldCommandService',
  362.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand' => 'getJobExpiredRedirectsCommandService',
  363.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand' => 'getJobRemoveCommandService',
  364.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand' => 'getJobReplaceRedirectCommandService',
  365.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand' => 'getJobSalaryAmsCommandService',
  366.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand' => 'getJobSalaryImportCommandService',
  367.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand' => 'getJobSalaryUpdateCommandService',
  368.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand' => 'getJobsImportAmsCommandService',
  369.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand' => 'getJobsImportPicturesCommandService',
  370.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand' => 'getJobsInterestFieldCommandService',
  371.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand' => 'getJobsSchoolSubjectCommandService',
  372.             'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand' => 'getCopyImagesCommandService',
  373.             'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand' => 'getImportImagesCommandService',
  374.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand' => 'getAppointmentsCommandService',
  375.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand' => 'getBoContactsCommandService',
  376.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand' => 'getBoLocationCommandService',
  377.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand' => 'getBoProfileCommandService',
  378.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand' => 'getBoProfileMappingCommandService',
  379.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand' => 'getBookingCommandService',
  380.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand' => 'getBookingPersonCountCommandService',
  381.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand' => 'getBookingProposalCommandService',
  382.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand' => 'getCompanyLocationCommandService',
  383.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand' => 'getCompanyProfileBenefitCommandService',
  384.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand' => 'getCompanyProfileCertificatesCommandService',
  385.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand' => 'getCompanyProfileCommandService',
  386.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand' => 'getCompanyProfileContactsCommandService',
  387.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand' => 'getCompanyProfileJobMappingCommandService',
  388.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand' => 'getCompanyProfileMappingCommandService',
  389.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand' => 'getCompanyProfileSectorsCommandService',
  390.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand' => 'getCompanyProfileVacancyCommandService',
  391.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand' => 'getEventFeedbackAnswerCommandService',
  392.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand' => 'getEventFeedbackCommandService',
  393.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand' => 'getEventJobMappingCommandService',
  394.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand' => 'getEventsCommandService',
  395.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand' => 'getGalleryOwnerCommandService',
  396.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand' => 'getGameQuizQuestionCommandService',
  397.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand' => 'getJobDailyRoutineCommandService',
  398.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand' => 'getJobDailyRoutineEntryCommandService',
  399.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand' => 'getJobVideoMappingCommandService',
  400.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand' => 'getJobsImagesCommandService',
  401.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand' => 'getMediaCommandService',
  402.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand' => 'getMediaGalleryCommandService',
  403.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand' => 'getMediaGalleryMediaCommandService',
  404.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand' => 'getMediaOwnerCommandService',
  405.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand' => 'getNewsCommandService',
  406.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand' => 'getNewsMessagesCommandService',
  407.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand' => 'getSchoolClassCustomSpecialFieldMappingCommandService',
  408.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand' => 'getSchoolClassTeachersCommandService',
  409.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand' => 'getSchoolClassesCommandService',
  410.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand' => 'getSchoolCommandService',
  411.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand' => 'getSchoolContactsCommandService',
  412.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand' => 'getSchoolCustomSpecialFieldCommandService',
  413.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand' => 'getSchoolCustomSpecialFieldMappingsCommandService',
  414.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand' => 'getSchoolDirectorMappingCommandService',
  415.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand' => 'getSchoolLocationCommandService',
  416.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand' => 'getSchoolProfileBenefitCommandService',
  417.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand' => 'getSchoolProfileCommandService',
  418.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand' => 'getSchoolProfileJobMappingCommandService',
  419.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand' => 'getSchoolTeacherMappingCommandService',
  420.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand' => 'getUserLoginCommandService',
  421.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand' => 'getUserNamesCommandService',
  422.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand' => 'getUserTitlesCommandService',
  423.             'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand' => 'getTransferContactsCommandService',
  424.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand' => 'getDeleteOffersCommandService',
  425.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand' => 'getDeleteOldBookingsCommandService',
  426.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand' => 'getDeleteProvidersCommandService',
  427.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand' => 'getMailConfirmationCommandService',
  428.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand' => 'getMailTemplateTestCommand2Service',
  429.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand' => 'getOfferLimitCommandService',
  430.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand' => 'getProviderAddressImportCommandService',
  431.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand' => 'getProviderImportCommandService',
  432.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand' => 'getSchoolBMFImportCommandService',
  433.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand' => 'getSchoolClassArchiveCommandService',
  434.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand' => 'getSchoolClassPTSArchiveCommandService',
  435.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand' => 'getSchoolClassUpgradeCommandService',
  436.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand' => 'getSchoolImportCommandService',
  437.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand' => 'getSchoolInterestFieldsCommandService',
  438.             'console.command.public_alias.sonata.cache.command.flush' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushService',
  439.             'console.command.public_alias.sonata.cache.command.flushall' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushallService',
  440.             'console.command_loader' => 'getConsole_CommandLoaderService',
  441.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  442.             'error_controller' => 'getErrorControllerService',
  443.             'jms_serializer' => 'getJmsSerializerService',
  444.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  445.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  446.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  447.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  448.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  449.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  450.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  451.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  452.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  453.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  454.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  455.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  456.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  457.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  458.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  459.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  460.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  461.             'overblog_graphiql.controller' => 'getOverblogGraphiql_ControllerService',
  462.             'overblog_graphql.access_resolver' => 'getOverblogGraphql_AccessResolverService',
  463.             'overblog_graphql.arguments_transformer' => 'getOverblogGraphql_ArgumentsTransformerService',
  464.             'overblog_graphql.mutation_resolver' => 'getOverblogGraphql_MutationResolverService',
  465.             'overblog_graphql.query_resolver' => 'getOverblogGraphql_QueryResolverService',
  466.             'overblog_graphql.react.promise_adapter' => 'getOverblogGraphql_React_PromiseAdapterService',
  467.             'overblog_graphql.request_batch_parser' => 'getOverblogGraphql_RequestBatchParserService',
  468.             'overblog_graphql.request_executor' => 'getOverblogGraphql_RequestExecutorService',
  469.             'overblog_graphql.request_parser' => 'getOverblogGraphql_RequestParserService',
  470.             'overblog_graphql.type_resolver' => 'getOverblogGraphql_TypeResolverService',
  471.             'routing.loader' => 'getRouting_LoaderService',
  472.             'services_resetter' => 'getServicesResetterService',
  473.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  474.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  475.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  476.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  477.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  478.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  479.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  480.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  481.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  482.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  483.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  484.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  485.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  486.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  487.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  488.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  489.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  490.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  491.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  492.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  493.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  494.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  495.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  496.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  497.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  498.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  499.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  500.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  501.             'sonata.cache.orm.event_subscriber.default' => 'getSonata_Cache_Orm_EventSubscriber_DefaultService',
  502.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  503.             'sonata.seo.block.breadcrumb.homepage' => 'getSonata_Seo_Block_Breadcrumb_HomepageService',
  504.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  505.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  506.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  507.         ];
  508.         $this->aliases = [
  509.             'App\\Kernel' => 'kernel',
  510.             'Overblog\\GraphiQLBundle\\Controller\\GraphiQLController' => 'overblog_graphiql.controller',
  511.             'database_connection' => 'doctrine.dbal.default_connection',
  512.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  513.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  514.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  515.             'sonata.seo.page' => 'sonata.seo.page.default',
  516.         ];
  517.         $this->privates['service_container'] = function () {
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  524.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  533.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/AddressHelper.php';
  534.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/BoPartnerHelper.php';
  535.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CodeGeneratorHelper.php';
  536.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CommunicationHelper.php';
  537.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CompanyHelper.php';
  538.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/EventHelper.php';
  539.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GameHelper.php';
  540.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GamePointsHelper.php';
  541.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/JobHelper.php';
  542.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MediaHelper.php';
  543.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/IdGenerator.php';
  544.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/YoutubeGenerator.php';
  545.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/ReferenceGenerator.php';
  546.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MqttHelper.php';
  547.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/RegisterHelper.php';
  548.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SchoolHelper.php';
  549.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchIndexHelper.php';
  550.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchTagHelper.php';
  551.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SecurityHelper.php';
  552.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/TitleHelper.php';
  553.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/UserHelper.php';
  554.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MenuHelper.php';
  555.             include_once \dirname(__DIR__4).'/src/Services/JobService.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  562.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  564.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  571.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  575.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  594.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  600.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  603.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  604.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  605.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  606.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  607.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  608.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  609.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  611.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerTrait.php';
  612.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/AbstractLogger.php';
  613.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  616.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Client.php';
  617.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  618.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Index.php';
  620.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  621.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  623.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  625.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  628.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  630.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  631.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  632.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  633.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  636.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  637.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  639.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  641.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  642.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  643.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  646.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  648.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  650.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  652.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  653.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  655.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  656.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  657.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  658.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  662.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/DataCollector/GraphQLCollector.php';
  663.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/EventListener/ClassLoaderListener.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  666.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  667.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  668.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  671.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  674.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  675.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  676.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  678.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  679.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  680.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  681.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  683.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  685.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  687.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  688.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  690.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  692.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  693.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  694.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  696.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  698.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  699.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  700.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  702.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  703.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  704.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  705.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  706.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  707.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  708.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  709.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  710.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/CanonicalizeRuntime.php';
  711.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  774.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  775.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  776.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  777.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  814.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  818.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  820.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  821.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  824.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  825.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  826.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  827.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  870.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  880.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
  882.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
  883.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
  884.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
  885.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
  886.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGenerator.php';
  887.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeBuilder.php';
  888.             include_once \dirname(__DIR__4).'/vendor/murtukov/php-code-generator/src/ConverterInterface.php';
  889.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/Converter/ExpressionConverter.php';
  890.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionLanguage.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunction.php';
  892.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction.php';
  893.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Call.php';
  894.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Parameter.php';
  895.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Service.php';
  896.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Arguments.php';
  897.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/IsTypeOf.php';
  898.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Mutation.php';
  899.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Query.php';
  900.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/FromGlobalID.php';
  901.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/GlobalID.php';
  902.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/IdFetcherCallback.php';
  903.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/MutateAndGetPayloadCallback.php';
  904.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/ResolveSingleInputCallback.php';
  905.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Resolver.php';
  906.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/NewObject.php';
  907.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/GetUser.php';
  908.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyPermission.php';
  909.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyRole.php';
  910.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasPermission.php';
  911.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasRole.php';
  912.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAnonymous.php';
  913.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAuthenticated.php';
  914.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsFullyAuthenticated.php';
  915.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsGranted.php';
  916.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsRememberMe.php';
  917.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGeneratorOptions.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  923.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  940.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  942.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  943.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  944.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  945.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  946.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  950.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  951.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  952.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  953.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  954.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  955.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  956.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  957.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  958.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  959.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  960.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  961.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  962.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  963.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  965.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  992.             include_once \dirname(__DIR__4).'/src/Twig/AssetExistsExtension.php';
  993.             include_once \dirname(__DIR__4).'/src/Twig/DateHelpersExtension.php';
  994.             include_once \dirname(__DIR__4).'/src/Twig/EventExtension.php';
  995.             include_once \dirname(__DIR__4).'/src/Twig/FrontendLinkExtensions.php';
  996.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  997.             include_once \dirname(__DIR__4).'/src/Twig/GlobalExtension.php';
  998.             include_once \dirname(__DIR__4).'/src/Twig/HTMLHelpersExtension.php';
  999.             include_once \dirname(__DIR__4).'/src/Twig/JsonDecodeExtension.php';
  1000.             include_once \dirname(__DIR__4).'/src/Twig/MathExtension.php';
  1001.             include_once \dirname(__DIR__4).'/src/Twig/MediaExtensions.php';
  1002.             include_once \dirname(__DIR__4).'/src/Twig/VersionExtensions.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/Extension/CanonicalizeExtension.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1048.         };
  1049.     }
  1050.     public function compile(): void
  1051.     {
  1052.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1053.     }
  1054.     public function isCompiled(): bool
  1055.     {
  1056.         return true;
  1057.     }
  1058.     public function getRemovedIds(): array
  1059.     {
  1060.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1061.     }
  1062.     protected function load($file$lazyLoad true)
  1063.     {
  1064.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1065.             return $class::do($this$lazyLoad);
  1066.         }
  1067.         if ('.' === $file[-4]) {
  1068.             $class substr($class0, -4);
  1069.         } else {
  1070.             $file .= '.php';
  1071.         }
  1072.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1073.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1074.     }
  1075.     protected function createProxy($class\Closure $factory)
  1076.     {
  1077.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1078.         return $factory();
  1079.     }
  1080.     /**
  1081.      * Gets the public '.container.private.filesystem' shared service.
  1082.      *
  1083.      * @return \Symfony\Component\Filesystem\Filesystem
  1084.      */
  1085.     protected function get_Container_Private_FilesystemService()
  1086.     {
  1087.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1088.     }
  1089.     /**
  1090.      * Gets the public '.container.private.profiler' shared service.
  1091.      *
  1092.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1093.      */
  1094.     protected function get_Container_Private_ProfilerService()
  1095.     {
  1096.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1097.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1098.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1099.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1100.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1101.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1102.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1103.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1104.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1105.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1106.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1107.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1108.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1109.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1110.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1111.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1112.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1113.         $d->addInstance('graphql.cache', ($this->privates['.graphql.cache.inner'] ?? $this->get_Graphql_Cache_InnerService()));
  1114.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1115.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1116.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1117.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1118.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1119.         if ($this->has('kernel')) {
  1120.             $f->setKernel($b);
  1121.         }
  1122.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1123.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1124.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1125.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1126.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1127.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1128.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1129.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1130.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1131.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1132.         $instance->add($d);
  1133.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1134.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  1135.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1136.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1137.         $instance->add($e);
  1138.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1139.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1140.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1141.         $instance->add(new \JMS\SerializerBundle\Debug\DataCollector(['Sonata\\BlockBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/config/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()))));
  1142.         $instance->add(($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector())));
  1143.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  1144.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1145.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  1146.         $instance->add($f);
  1147.         return $instance;
  1148.     }
  1149.     /**
  1150.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1151.      *
  1152.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1153.      */
  1154.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1155.     {
  1156.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1157.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1158.             return $this->services['.container.private.security.authorization_checker'];
  1159.         }
  1160.         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()), $afalsefalsefalse);
  1161.     }
  1162.     /**
  1163.      * Gets the public '.container.private.security.token_storage' shared service.
  1164.      *
  1165.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1166.      */
  1167.     protected function get_Container_Private_Security_TokenStorageService()
  1168.     {
  1169.         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, [
  1170.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1171.         ], [
  1172.             'request_stack' => '?',
  1173.         ]));
  1174.     }
  1175.     /**
  1176.      * Gets the public '.container.private.twig' shared service.
  1177.      *
  1178.      * @return \Twig\Environment
  1179.      */
  1180.     protected function get_Container_Private_TwigService()
  1181.     {
  1182.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1183.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1184.         $a->addPath((\dirname(__DIR__4).'/templates/frontend'), 'frontend');
  1185.         $a->addPath((\dirname(__DIR__4).'/templates/backend'), 'backend');
  1186.         $a->addPath((\dirname(__DIR__4).'/templates/admin'), 'admin');
  1187.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1188.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1189.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1190.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1191.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1192.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1193.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1194.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1195.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  1196.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  1197.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  1198.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  1199.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1200.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1201.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), 'OverblogGraphQL');
  1202.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), '!OverblogGraphQL');
  1203.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), 'OverblogGraphiQL');
  1204.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), '!OverblogGraphiQL');
  1205.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1206.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1207.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1208.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1209.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1210.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1211.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), 'SonataForm');
  1212.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), '!SonataForm');
  1213.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  1214.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  1215.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1216.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1217.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1218.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1219.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1220.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1221.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1222.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1223.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1224.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1225.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1226.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1227.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1228.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1229.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1230.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1231.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1232.         $f = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  1233.             return new \EmptyIterator();
  1234.         }, 0));
  1235.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1236.         $h = ($this->services['router'] ?? $this->getRouterService());
  1237.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1238.         $j = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  1239.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  1240.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  1241.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  1242.         $j->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  1243.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  1244.         $k = new \Knp\Menu\Util\MenuManipulator();
  1245.         $l = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1246.         $m = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1247.         $m->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1248.         $n = new \Symfony\Bridge\Twig\AppVariable();
  1249.         $n->setEnvironment('dev');
  1250.         $n->setDebug(true);
  1251.         if ($this->has('.container.private.security.token_storage')) {
  1252.             $n->setTokenStorage($i);
  1253.         }
  1254.         if ($this->has('request_stack')) {
  1255.             $n->setRequestStack($d);
  1256.         }
  1257.         $o = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1258.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1259.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1260.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1261.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  1262.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1263.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1264.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1265.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1266.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1267.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1268.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$h)));
  1269.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1270.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1271.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1272.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1273.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1274.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  1275.         $instance->addExtension(new \App\Twig\AssetExistsExtension(\dirname(__DIR__4)));
  1276.         $instance->addExtension(new \App\Twig\DateHelpersExtension());
  1277.         $instance->addExtension(new \App\Twig\EventExtension(($this->privates['App\\BackendBundle\\Helper\\EventHelper'] ?? $this->getEventHelperService())));
  1278.         $instance->addExtension(new \App\Twig\FrontendLinkExtensions($this->getEnv('FRONTEND_DOMAIN')));
  1279.         $instance->addExtension(new \App\Twig\GlobalExtension());
  1280.         $instance->addExtension(new \App\Twig\HTMLHelpersExtension());
  1281.         $instance->addExtension(new \App\Twig\JsonDecodeExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1282.         $instance->addExtension(new \App\Twig\MathExtension());
  1283.         $instance->addExtension(new \App\Twig\MediaExtensions(($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService())));
  1284.         $instance->addExtension(new \App\Twig\VersionExtensions());
  1285.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1286.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $h$f$d$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1287.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1288.         $instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension($j));
  1289.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1290.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1291.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1292.         ], [
  1293.             'list' => '?',
  1294.             'twig' => '?',
  1295.         ]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $k$l), $l$k));
  1296.         $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  1297.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1298.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1299.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1300.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1301.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\IconExtension(($this->privates['sonata.admin.twig.icon_runtime'] ?? ($this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime()))));
  1302.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1303.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1304.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1305.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1306.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1307.         $instance->addExtension(new \Sonata\Form\Twig\Extension\CanonicalizeExtension());
  1308.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  1309.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($m));
  1310.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1311.         $instance->addGlobal('app'$n);
  1312.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1313.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1314.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates''liip_imagine.templating.filter_runtime''getLiipImagine_Templating_FilterRuntimeService'true],
  1315.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1316.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  1317.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  1318.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  1319.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  1320.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  1321.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  1322.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  1323.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  1324.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  1325.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => ['privates''sonata.form.twig.canonicalize_runtime''getSonata_Form_Twig_CanonicalizeRuntimeService'false],
  1326.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1327.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1328.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1329.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1330.         ], [
  1331.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1332.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  1333.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1334.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1335.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1336.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1337.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1338.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1339.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1340.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1341.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1342.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1343.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => '?',
  1344.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1345.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1346.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1347.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1348.         ])));
  1349.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  1350.         $instance->addGlobal('sonata_config', new \Sonata\AdminBundle\SonataConfiguration('Sonata Admin''bundles/sonataadmin/images/logo_title.png', ['html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_admin_route' => 'show''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_translation_domain' => NULL'default_icon' => 'fas fa-folder''dropdown_number_groups_per_colums' => 2'logo_content' => 'all''list_action_button_content' => 'all''lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png''javascripts' => [=> 'bundles/sonataadmin/app.js'=> 'bundles/sonataform/app.js'], 'stylesheets' => [=> 'bundles/sonataadmin/app.css'=> 'bundles/sonataform/app.css'=> 'bundles/sonataadmin/admin-lte-skins/skin-black.min.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]));
  1351.         $instance->registerUndefinedFilterCallback([=> $o=> 'suggestFilter']);
  1352.         $instance->registerUndefinedFunctionCallback([=> $o=> 'suggestFunction']);
  1353.         $instance->registerUndefinedTokenParserCallback([=> $o=> 'suggestTag']);
  1354.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1355.         return $instance;
  1356.     }
  1357.     /**
  1358.      * Gets the public '.container.private.validator' shared service.
  1359.      *
  1360.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1361.      */
  1362.     protected function get_Container_Private_ValidatorService()
  1363.     {
  1364.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1365.         if (isset($this->services['.container.private.validator'])) {
  1366.             return $this->services['.container.private.validator'];
  1367.         }
  1368.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1369.     }
  1370.     /**
  1371.      * Gets the public 'cache.app' shared service.
  1372.      *
  1373.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1374.      */
  1375.     protected function getCache_AppService()
  1376.     {
  1377.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('6UwnH3UI19'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1378.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1379.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1380.     }
  1381.     /**
  1382.      * Gets the public 'cache.system' shared service.
  1383.      *
  1384.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1385.      */
  1386.     protected function getCache_SystemService()
  1387.     {
  1388.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XXUFuu10Wo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1389.     }
  1390.     /**
  1391.      * Gets the public 'cache.validator_expression_language' shared service.
  1392.      *
  1393.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1394.      */
  1395.     protected function getCache_ValidatorExpressionLanguageService()
  1396.     {
  1397.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qkPnSbbaD6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1398.     }
  1399.     /**
  1400.      * Gets the public 'data_collector.dump' shared service.
  1401.      *
  1402.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1403.      */
  1404.     protected function getDataCollector_DumpService()
  1405.     {
  1406.         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()));
  1407.     }
  1408.     /**
  1409.      * Gets the public 'doctrine' shared service.
  1410.      *
  1411.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1412.      */
  1413.     protected function getDoctrineService()
  1414.     {
  1415.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1416.     }
  1417.     /**
  1418.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1419.      *
  1420.      * @return \Doctrine\DBAL\Connection
  1421.      */
  1422.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1423.     {
  1424.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1425.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1426.             return $this->services['doctrine.dbal.default_connection'];
  1427.         }
  1428.         $b = new \Doctrine\DBAL\Configuration();
  1429.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1430.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1431.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1432.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1433.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1434.         $d->setConnectionName('default');
  1435.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1436.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1437.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('DATABASE_URL'), 'charset' => 'utf8mb4''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  1438.     }
  1439.     /**
  1440.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1441.      *
  1442.      * @return \Doctrine\ORM\EntityManager
  1443.      */
  1444.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1445.     {
  1446.         if ($lazyLoad) {
  1447.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1448.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1449.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1450.                     $proxy->setProxyInitializer(null);
  1451.                     return true;
  1452.                 });
  1453.             });
  1454.         }
  1455.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1458.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1459.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1474.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1475.         $a = new \Doctrine\ORM\Configuration();
  1476.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1477.         $c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/AdminBundle/Entity'), => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity')], false)));
  1478.         $b->addDriver(($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService()), 'App\\Entity');
  1479.         $b->addDriver($c'App\\AdminBundle\\Entity');
  1480.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1481.         $b->addDriver(($this->privates['league.oauth2_server.persistence.driver'] ?? ($this->privates['league.oauth2_server.persistence.driver'] = new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true'oauth2_'))), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1482.         $a->setEntityNamespaces(['App' => 'App\\Entity''AdminBundle' => 'App\\AdminBundle\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1483.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1484.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1485.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1486.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1487.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1488.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1489.         ], [
  1490.             'doctrine.ulid_generator' => '?',
  1491.             'doctrine.uuid_generator' => '?',
  1492.         ])));
  1493.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1494.         $a->setProxyNamespace('Proxies');
  1495.         $a->setAutoGenerateProxyClasses(false);
  1496.         $a->setSchemaIgnoreClasses([]);
  1497.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1498.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1499.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1500.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1501.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1502.         $a->setLazyGhostObjectEnabled(false);
  1503.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(($this->privates['.service_locator.Xbsa8iG'] ?? ($this->privates['.service_locator.Xbsa8iG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))));
  1504.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1505.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1506.         return $instance;
  1507.     }
  1508.     /**
  1509.      * Gets the public 'event_dispatcher' shared service.
  1510.      *
  1511.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1512.      */
  1513.     protected function getEventDispatcherService()
  1514.     {
  1515.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1516.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1517.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1518.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1519.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1520.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1521.             return ($this->privates['oauth2.authorization.requst.listener'] ?? $this->load('getOauth2_Authorization_Requst_ListenerService'));
  1522.         }, => 'resolve'], 0);
  1523.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [=> function () {
  1524.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1525.         }, => 'onPostIndexPopulate'], -9999);
  1526.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1527.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1528.         }, => 'onAuthorizationRequest'], 1024);
  1529.         $instance->addListener('league.oauth2_server.event.pre_save_client', [=> function () {
  1530.             return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1531.         }, => '__invoke'], 0);
  1532.         $instance->addListener('graphql.error_formatting', [=> function () {
  1533.             return ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] ?? ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] = new \Overblog\GraphQLBundle\Validator\Formatter()));
  1534.         }, => 'onErrorFormatting'], 0);
  1535.         $instance->addListener('graphql.executor.context', [=> function () {
  1536.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\RequestFilesListener'] ?? $this->load('getRequestFilesListenerService'));
  1537.         }, => 'onExecutorContextEvent'], 0);
  1538.         $instance->addListener('graphql.type_loaded', [=> function () {
  1539.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\TypeDecoratorListener'] ?? $this->load('getTypeDecoratorListenerService'));
  1540.         }, => 'onTypeLoaded'], 0);
  1541.         $instance->addListener('graphql.error_formatting', [=> function () {
  1542.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] ?? ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] = new \Overblog\GraphQLBundle\EventListener\ValidationErrorsListener()));
  1543.         }, => 'onErrorFormatting'], 0);
  1544.         $instance->addListener('graphql.post_executor', [=> function () {
  1545.             return ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector()));
  1546.         }, => 'onPostExecutor'], 0);
  1547.         $instance->addListener('graphql.post_executor', [=> function () {
  1548.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ErrorHandlerListener'] ?? $this->load('getErrorHandlerListenerService'));
  1549.         }, => 'onPostExecutor'], 0);
  1550.         $instance->addListener('kernel.request', [=> function () {
  1551.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1552.         }, => 'load'], 255);
  1553.         $instance->addListener('console.command', [=> function () {
  1554.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1555.         }, => 'load'], 255);
  1556.         $instance->addListener('kernel.response', [=> function () {
  1557.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
  1558.         }, => 'onKernelResponse'], 0);
  1559.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  1560.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService'));
  1561.         }, => 'onBlock'], 0);
  1562.         $instance->addListener('kernel.controller', [=> function () {
  1563.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1564.         }, => 'onKernelController'], 0);
  1565.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1566.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1567.         }, => 'checkPassport'], 1024);
  1568.         $instance->addListener('kernel.response', [=> function () {
  1569.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1570.         }, => 'onKernelResponse'], 0);
  1571.         $instance->addListener('kernel.response', [=> function () {
  1572.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1573.         }, => 'onKernelResponse'], 0);
  1574.         $instance->addListener('kernel.response', [=> function () {
  1575.             return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  1576.         }, => 'onKernelResponse'], 0);
  1577.         $instance->addListener('kernel.response', [=> function () {
  1578.             return ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  1579.         }, => 'onKernelResponse'], 0);
  1580.         $instance->addListener('kernel.response', [=> function () {
  1581.             return ($this->privates['security.context_listener.4'] ?? $this->getSecurity_ContextListener_4Service());
  1582.         }, => 'onKernelResponse'], 0);
  1583.         $instance->addListener('knp_pager.items', [=> function () {
  1584.             return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  1585.         }, => 'items'], 1);
  1586.         $instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [=> function () {
  1587.             return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  1588.         }, => 'filterObjects'], 0);
  1589.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1590.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1591.         }, => 'checkPassport'], 256);
  1592.         $instance->addListener('kernel.controller', [=> function () {
  1593.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1594.         }, => 'onKernelController'], 0);
  1595.         $instance->addListener('kernel.controller', [=> function () {
  1596.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1597.         }, => 'onKernelController'], 0);
  1598.         $instance->addListener('kernel.controller', [=> function () {
  1599.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1600.         }, => 'onKernelController'], -128);
  1601.         $instance->addListener('kernel.view', [=> function () {
  1602.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1603.         }, => 'onKernelView'], 0);
  1604.         $instance->addListener('kernel.controller', [=> function () {
  1605.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1606.         }, => 'onKernelController'], 0);
  1607.         $instance->addListener('kernel.response', [=> function () {
  1608.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1609.         }, => 'onKernelResponse'], 0);
  1610.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1611.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1612.         }, => 'onKernelControllerArguments'], 0);
  1613.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1614.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1615.         }, => 'onKernelControllerArguments'], 0);
  1616.         $instance->addListener('kernel.controller', [=> function () {
  1617.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  1618.         }, => 'onKernelController'], 0);
  1619.         $instance->addListener('kernel.response', [=> function () {
  1620.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1621.         }, => 'onKernelResponse'], 0);
  1622.         $instance->addListener('kernel.response', [=> function () {
  1623.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1624.         }, => 'onKernelResponse'], -1024);
  1625.         $instance->addListener('kernel.request', [=> function () {
  1626.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1627.         }, => 'setDefaultLocale'], 100);
  1628.         $instance->addListener('kernel.request', [=> function () {
  1629.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1630.         }, => 'onKernelRequest'], 16);
  1631.         $instance->addListener('kernel.finish_request', [=> function () {
  1632.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1633.         }, => 'onKernelFinishRequest'], 0);
  1634.         $instance->addListener('kernel.request', [=> function () {
  1635.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1636.         }, => 'onKernelRequest'], 256);
  1637.         $instance->addListener('kernel.response', [=> function () {
  1638.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1639.         }, => 'onResponse'], -255);
  1640.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1641.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1642.         }, => 'onControllerArguments'], 0);
  1643.         $instance->addListener('kernel.exception', [=> function () {
  1644.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1645.         }, => 'logKernelException'], 0);
  1646.         $instance->addListener('kernel.exception', [=> function () {
  1647.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1648.         }, => 'onKernelException'], -128);
  1649.         $instance->addListener('kernel.response', [=> function () {
  1650.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1651.         }, => 'removeCspHeader'], -128);
  1652.         $instance->addListener('kernel.request', [=> function () {
  1653.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1654.         }, => 'onKernelRequest'], 15);
  1655.         $instance->addListener('kernel.finish_request', [=> function () {
  1656.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1657.         }, => 'onKernelFinishRequest'], -15);
  1658.         $instance->addListener('console.error', [=> function () {
  1659.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1660.         }, => 'onConsoleError'], -128);
  1661.         $instance->addListener('console.terminate', [=> function () {
  1662.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1663.         }, => 'onConsoleTerminate'], -128);
  1664.         $instance->addListener('console.error', [=> function () {
  1665.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1666.         }, => 'onConsoleError'], 0);
  1667.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1668.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1669.         }, => 'onMessage'], -255);
  1670.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1671.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1672.         }, => 'onMessage'], -255);
  1673.         $instance->addListener('kernel.request', [=> function () {
  1674.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1675.         }, => 'configure'], 2048);
  1676.         $instance->addListener('console.command', [=> function () {
  1677.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1678.         }, => 'configure'], 2048);
  1679.         $instance->addListener('kernel.request', [=> function () {
  1680.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1681.         }, => 'onKernelRequest'], 32);
  1682.         $instance->addListener('kernel.finish_request', [=> function () {
  1683.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1684.         }, => 'onKernelFinishRequest'], 0);
  1685.         $instance->addListener('kernel.exception', [=> function () {
  1686.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1687.         }, => 'onKernelException'], -64);
  1688.         $instance->addListener('kernel.response', [=> function () {
  1689.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1690.         }, => 'onKernelResponse'], 0);
  1691.         $instance->addListener('kernel.request', [=> function () {
  1692.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1693.         }, => 'onKernelRequest'], 128);
  1694.         $instance->addListener('kernel.response', [=> function () {
  1695.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1696.         }, => 'onKernelResponse'], -1000);
  1697.         $instance->addListener('kernel.finish_request', [=> function () {
  1698.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1699.         }, => 'onFinishRequest'], 0);
  1700.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1701.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1702.         }, => 'onNotification'], -255);
  1703.         $instance->addListener('kernel.response', [=> function () {
  1704.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1705.         }, => 'onKernelResponse'], -100);
  1706.         $instance->addListener('kernel.exception', [=> function () {
  1707.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1708.         }, => 'onKernelException'], 0);
  1709.         $instance->addListener('kernel.terminate', [=> function () {
  1710.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1711.         }, => 'onKernelTerminate'], -1024);
  1712.         $instance->addListener('kernel.controller', [=> function () {
  1713.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1714.         }, => 'onKernelController'], 0);
  1715.         $instance->addListener('kernel.response', [=> function () {
  1716.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1717.         }, => 'onKernelResponse'], 0);
  1718.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1719.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1720.         }, => 'onMessage'], 0);
  1721.         $instance->addListener('kernel.response', [=> function () {
  1722.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1723.         }, => 'onKernelResponse'], -128);
  1724.         $instance->addListener('console.command', [=> function () {
  1725.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1726.         }, => 'onCommand'], 255);
  1727.         $instance->addListener('console.terminate', [=> function () {
  1728.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1729.         }, => 'onTerminate'], -255);
  1730.         $instance->addListener('console.command', [=> function () {
  1731.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1732.         }, => 'configure'], 1024);
  1733.         $instance->addListener('console.error', [=> function () {
  1734.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1735.         }, => 'onConsoleError'], 0);
  1736.         $instance->addListener('console.terminate', [=> function () {
  1737.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1738.         }, => 'onConsoleTerminate'], 0);
  1739.         $instance->addListener('kernel.response', [=> function () {
  1740.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1741.         }, => 'onKernelResponse'], 0);
  1742.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1743.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1744.         }, => 'checkPassport'], 0);
  1745.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1746.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1747.         }, => 'onLoginSuccess'], 0);
  1748.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1749.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1750.         }, => 'onVoterVote'], 0);
  1751.         $instance->addListener('kernel.request', [=> function () {
  1752.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1753.         }, => 'configureLogoutUrlGenerator'], 8);
  1754.         $instance->addListener('kernel.request', [=> function () {
  1755.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1756.         }, => 'onKernelRequest'], 8);
  1757.         $instance->addListener('kernel.finish_request', [=> function () {
  1758.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1759.         }, => 'onKernelFinishRequest'], 0);
  1760.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1761.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1762.         }, => 'checkPassport'], 512);
  1763.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1764.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1765.         }, => 'onLogout'], 0);
  1766.         return $instance;
  1767.     }
  1768.     /**
  1769.      * Gets the public 'http_kernel' shared service.
  1770.      *
  1771.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1772.      */
  1773.     protected function getHttpKernelService()
  1774.     {
  1775.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1776.         if (isset($this->services['http_kernel'])) {
  1777.             return $this->services['http_kernel'];
  1778.         }
  1779.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1780.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1781.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1782.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1783.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1784.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  1785.             yield => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
  1786.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1787.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1788.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1789.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1790.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1791.     }
  1792.     /**
  1793.      * Gets the public 'knp_menu.matcher' shared service.
  1794.      *
  1795.      * @return \Knp\Menu\Matcher\Matcher
  1796.      */
  1797.     protected function getKnpMenu_MatcherService()
  1798.     {
  1799.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1800.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  1801.             yield => ($this->privates['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService'));
  1802.             yield => ($this->privates['sonata.admin.menu.matcher.voter.active'] ?? ($this->privates['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  1803.         }, 3));
  1804.     }
  1805.     /**
  1806.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1807.      *
  1808.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1809.      */
  1810.     protected function getLiipImagine_Cache_ManagerService()
  1811.     {
  1812.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1813.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1814.             return $this->services['liip_imagine.cache.manager'];
  1815.         }
  1816.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a'default'false);
  1817.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1818.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1819.         return $instance;
  1820.     }
  1821.     /**
  1822.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1823.      *
  1824.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1825.      */
  1826.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1827.     {
  1828.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  1829.     }
  1830.     /**
  1831.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1832.      *
  1833.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1834.      */
  1835.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1836.     {
  1837.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1838.     }
  1839.     /**
  1840.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1841.      *
  1842.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1843.      */
  1844.     protected function getLiipImagine_Cache_SignerService()
  1845.     {
  1846.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1847.     }
  1848.     /**
  1849.      * Gets the public 'markdown.parser' shared service.
  1850.      *
  1851.      * @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
  1852.      */
  1853.     protected function getMarkdown_ParserService()
  1854.     {
  1855.         return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
  1856.     }
  1857.     /**
  1858.      * Gets the public 'overblog_graphql.cache_compiler' shared service.
  1859.      *
  1860.      * @return \Overblog\GraphQLBundle\Generator\TypeGenerator
  1861.      */
  1862.     protected function getOverblogGraphql_CacheCompilerService()
  1863.     {
  1864.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1865.         if (isset($this->services['overblog_graphql.cache_compiler'])) {
  1866.             return $this->services['overblog_graphql.cache_compiler'];
  1867.         }
  1868.         $b = new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionLanguage(NULL);
  1869.         $b->addGlobalName('services->get(\'typeResolver\')''typeResolver');
  1870.         $b->addGlobalName('services->get(\'queryResolver\')''queryResolver');
  1871.         $b->addGlobalName('services->get(\'mutationResolver\')''mutationResolver');
  1872.         $b->addGlobalName('services->get(\'argumentFactory\')''argumentFactory');
  1873.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Call());
  1874.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter());
  1875.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service());
  1876.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Arguments());
  1877.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\IsTypeOf());
  1878.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation());
  1879.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query());
  1880.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\FromGlobalID());
  1881.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\GlobalID());
  1882.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\IdFetcherCallback());
  1883.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\MutateAndGetPayloadCallback());
  1884.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\ResolveSingleInputCallback());
  1885.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Resolver());
  1886.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\NewObject());
  1887.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\GetUser());
  1888.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyPermission());
  1889.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyRole());
  1890.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasPermission());
  1891.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasRole());
  1892.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAnonymous());
  1893.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAuthenticated());
  1894.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsFullyAuthenticated());
  1895.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsGranted());
  1896.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsRememberMe());
  1897.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter('param'));
  1898.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service('serv'));
  1899.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation('m'));
  1900.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('q'));
  1901.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('res'));
  1902.         return $this->services['overblog_graphql.cache_compiler'] = new \Overblog\GraphQLBundle\Generator\TypeGenerator($this->parameters['overblog_graphql_types.config'], new \Overblog\GraphQLBundle\Generator\TypeBuilder(new \Overblog\GraphQLBundle\Generator\Converter\ExpressionConverter($b), 'Overblog\\GraphQLBundle\\__DEFINITIONS__'), $a, new \Overblog\GraphQLBundle\Generator\TypeGeneratorOptions('Overblog\\GraphQLBundle\\__DEFINITIONS__'NULLtrue$this->targetDir.''NULL));
  1903.     }
  1904.     /**
  1905.      * Gets the public 'overblog_graphql.event_listener.classloader_listener' shared service.
  1906.      *
  1907.      * @return \Overblog\GraphQLBundle\EventListener\ClassLoaderListener
  1908.      */
  1909.     protected function getOverblogGraphql_EventListener_ClassloaderListenerService()
  1910.     {
  1911.         $a = ($this->services['overblog_graphql.cache_compiler'] ?? $this->getOverblogGraphql_CacheCompilerService());
  1912.         if (isset($this->services['overblog_graphql.event_listener.classloader_listener'])) {
  1913.             return $this->services['overblog_graphql.event_listener.classloader_listener'];
  1914.         }
  1915.         return $this->services['overblog_graphql.event_listener.classloader_listener'] = new \Overblog\GraphQLBundle\EventListener\ClassLoaderListener($a);
  1916.     }
  1917.     /**
  1918.      * Gets the public 'request_stack' shared service.
  1919.      *
  1920.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1921.      */
  1922.     protected function getRequestStackService()
  1923.     {
  1924.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1925.     }
  1926.     /**
  1927.      * Gets the public 'router' shared service.
  1928.      *
  1929.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1930.      */
  1931.     protected function getRouterService()
  1932.     {
  1933.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1934.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1935.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1936.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1937.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1938.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1939.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1940.         ], [
  1941.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1942.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'de');
  1943.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1944.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1945.         return $instance;
  1946.     }
  1947.     /**
  1948.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1949.      *
  1950.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1951.      */
  1952.     protected function getSonata_Block_ContextManager_DefaultService()
  1953.     {
  1954.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  1955.         if (isset($this->services['sonata.block.context_manager.default'])) {
  1956.             return $this->services['sonata.block.context_manager.default'];
  1957.         }
  1958.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1959.     }
  1960.     /**
  1961.      * Gets the public 'sonata.block.manager' shared service.
  1962.      *
  1963.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1964.      */
  1965.     protected function getSonata_Block_ManagerService()
  1966.     {
  1967.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1968.             'block.editor' => ['services''block.editor''getBlock_EditorService'true],
  1969.             'block.events.4x1' => ['services''block.events.4x1''getBlock_Events_4x1Service'true],
  1970.             'block.footer' => ['services''block.footer''getBlock_FooterService'true],
  1971.             'block.frontpage.news' => ['services''block.frontpage.news''getBlock_Frontpage_NewsService'true],
  1972.             'block.header.child' => ['services''block.header.child''getBlock_Header_ChildService'true],
  1973.             'block.header.main' => ['services''block.header.main''getBlock_Header_MainService'true],
  1974.             'block.heading' => ['services''block.heading''getBlock_HeadingService'true],
  1975.             'block.random.jobs' => ['services''block.random.jobs''getBlock_Random_JobsService'true],
  1976.             'block.slider' => ['services''block.slider''getBlock_SliderService'true],
  1977.             'sonata.admin.block.admin_list' => ['services''sonata.admin.block.admin_list''getSonata_Admin_Block_AdminListService'true],
  1978.             'sonata.admin.block.admin_preview' => ['services''sonata.admin.block.admin_preview''getSonata_Admin_Block_AdminPreviewService'true],
  1979.             'sonata.admin.block.search_result' => ['services''sonata.admin.block.search_result''getSonata_Admin_Block_SearchResultService'true],
  1980.             'sonata.admin.block.stats' => ['services''sonata.admin.block.stats''getSonata_Admin_Block_StatsService'true],
  1981.             'sonata.block.service.container' => ['services''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  1982.             'sonata.block.service.empty' => ['services''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  1983.             'sonata.block.service.menu' => ['services''sonata.block.service.menu''getSonata_Block_Service_MenuService'true],
  1984.             'sonata.block.service.rss' => ['services''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  1985.             'sonata.block.service.template' => ['services''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  1986.             'sonata.block.service.text' => ['services''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  1987.             'sonata.seo.block.breadcrumb.homepage' => ['services''sonata.seo.block.breadcrumb.homepage''getSonata_Seo_Block_Breadcrumb_HomepageService'true],
  1988.         ], [
  1989.             'block.editor' => '?',
  1990.             'block.events.4x1' => '?',
  1991.             'block.footer' => '?',
  1992.             'block.frontpage.news' => '?',
  1993.             'block.header.child' => '?',
  1994.             'block.header.main' => '?',
  1995.             'block.heading' => '?',
  1996.             'block.random.jobs' => '?',
  1997.             'block.slider' => '?',
  1998.             'sonata.admin.block.admin_list' => '?',
  1999.             'sonata.admin.block.admin_preview' => '?',
  2000.             'sonata.admin.block.search_result' => '?',
  2001.             'sonata.admin.block.stats' => '?',
  2002.             'sonata.block.service.container' => '?',
  2003.             'sonata.block.service.empty' => '?',
  2004.             'sonata.block.service.menu' => '?',
  2005.             'sonata.block.service.rss' => '?',
  2006.             'sonata.block.service.template' => '?',
  2007.             'sonata.block.service.text' => '?',
  2008.             'sonata.seo.block.breadcrumb.homepage' => '?',
  2009.         ]), $this->parameters['sonata.block.container.types']);
  2010.         $instance->add('block.footer''block.footer', []);
  2011.         $instance->add('block.frontpage.news''block.frontpage.news', []);
  2012.         $instance->add('block.events.4x1''block.events.4x1', []);
  2013.         $instance->add('block.random.jobs''block.random.jobs', []);
  2014.         $instance->add('block.slider''block.slider', []);
  2015.         $instance->add('block.header.main''block.header.main', []);
  2016.         $instance->add('block.header.child''block.header.child', []);
  2017.         $instance->add('block.heading''block.heading', []);
  2018.         $instance->add('block.editor''block.editor', []);
  2019.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  2020.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  2021.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  2022.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  2023.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  2024.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  2025.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  2026.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  2027.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  2028.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  2029.         $instance->add('sonata.seo.block.breadcrumb.homepage''sonata.seo.block.breadcrumb.homepage', []);
  2030.         return $instance;
  2031.     }
  2032.     /**
  2033.      * Gets the public 'sonata.block.renderer.default' shared service.
  2034.      *
  2035.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  2036.      */
  2037.     protected function getSonata_Block_Renderer_DefaultService()
  2038.     {
  2039.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2040.         if (isset($this->services['sonata.block.renderer.default'])) {
  2041.             return $this->services['sonata.block.renderer.default'];
  2042.         }
  2043.         $b = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  2044.         $b->setDefaultFilter('debug_only');
  2045.         $b->setDefaultRenderer('throw');
  2046.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2047.     }
  2048.     /**
  2049.      * Gets the public 'sonata.seo.page.default' shared service.
  2050.      *
  2051.      * @return \Sonata\SeoBundle\Seo\SeoPage
  2052.      */
  2053.     protected function getSonata_Seo_Page_DefaultService()
  2054.     {
  2055.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  2056.         $instance->setTitle('Berufsreise');
  2057.         $instance->setMetas(['name' => ['keywords' => 'berufsreise, tirol, berufsorientierung, schüler, eltern, lehrer, unternehmen, beruf''description' => 'berufsreise.at ist das größte Internet-Portal zum Thema Berufsorientierung in Ã–sterreich. Das umfangreiche Angebot ist für alle Personen und Organisationen da, die sich mit Berufsorientierung beschäftigen.''robots' => 'index, follow''viewport' => 'width=device-width, initial-scale=1'], 'property' => ['og:site_name' => 'berufsreise.at''og:description' => 'berufsreise.at ist die größte Online-Plattform zum Thema Berufsorientierung in Tirol. Entdecke spannende Berufe, lerne Tiroler Unternehmen, BO-Institutionen und weiterführende Schulen kennen oder begleite Tiroler Lehrlinge und Schüler*innen in deren Ausbildungen!''og:title' => 'berufsreise.at''og:type' => 'article''og:url' => 'https://www.berufsreise.at''og:image' => 'https://www.berufsreise.at/static/images/berufsreise-og-image.png'], 'http-equiv' => ['Content-Type' => 'text/html; charset=utf-8'], 'charset' => ['UTF-8' => '']]);
  2058.         $instance->setHtmlAttributes(['xmlns' => 'http://www.w3.org/1999/xhtml''xmlns:og' => 'http://opengraphprotocol.org/schema/']);
  2059.         $instance->setSeparator(' - ');
  2060.         return $instance;
  2061.     }
  2062.     /**
  2063.      * Gets the public 'translator' shared service.
  2064.      *
  2065.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2066.      */
  2067.     protected function getTranslatorService()
  2068.     {
  2069.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2070.     }
  2071.     /**
  2072.      * Gets the public 'var_dumper.cloner' shared service.
  2073.      *
  2074.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2075.      */
  2076.     protected function getVarDumper_ClonerService()
  2077.     {
  2078.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2079.         $instance->setMaxItems(2500);
  2080.         $instance->setMinDepth(1);
  2081.         $instance->setMaxString(-1);
  2082.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2083.         return $instance;
  2084.     }
  2085.     /**
  2086.      * Gets the private '.debug.http_client' shared service.
  2087.      *
  2088.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2089.      */
  2090.     protected function get_Debug_HttpClientService()
  2091.     {
  2092.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2093.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2094.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2095.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2096.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2097.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2098.         $a->setLogger($b);
  2099.         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))));
  2100.     }
  2101.     /**
  2102.      * Gets the private '.graphql.cache.inner' shared service.
  2103.      *
  2104.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2105.      */
  2106.     protected function get_Graphql_Cache_InnerService()
  2107.     {
  2108.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('5nHlwpHdfp'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2109.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2110.         return $this->privates['.graphql.cache.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2111.     }
  2112.     /**
  2113.      * Gets the private '.service_locator.B5CP1xq' shared service.
  2114.      *
  2115.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2116.      */
  2117.     protected function get_ServiceLocator_B5CP1xqService()
  2118.     {
  2119.         return $this->privates['.service_locator.B5CP1xq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2120.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2121.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2122.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2123.             'security.firewall.map.context.oauth2_api' => ['privates''security.firewall.map.context.oauth2_api''getSecurity_Firewall_Map_Context_Oauth2ApiService'true],
  2124.             'security.firewall.map.context.rookie_admin' => ['privates''security.firewall.map.context.rookie_admin''getSecurity_Firewall_Map_Context_RookieAdminService'true],
  2125.             'security.firewall.map.context.rookie_day_admin' => ['privates''security.firewall.map.context.rookie_day_admin''getSecurity_Firewall_Map_Context_RookieDayAdminService'true],
  2126.             'security.firewall.map.context.shuttle_admin' => ['privates''security.firewall.map.context.shuttle_admin''getSecurity_Firewall_Map_Context_ShuttleAdminService'true],
  2127.         ], [
  2128.             'security.firewall.map.context.admin' => '?',
  2129.             'security.firewall.map.context.dev' => '?',
  2130.             'security.firewall.map.context.main' => '?',
  2131.             'security.firewall.map.context.oauth2_api' => '?',
  2132.             'security.firewall.map.context.rookie_admin' => '?',
  2133.             'security.firewall.map.context.rookie_day_admin' => '?',
  2134.             'security.firewall.map.context.shuttle_admin' => '?',
  2135.         ]);
  2136.     }
  2137.     /**
  2138.      * Gets the private 'App\BackendBundle\Helper\AddressHelper' shared autowired service.
  2139.      *
  2140.      * @return \App\BackendBundle\Helper\AddressHelper
  2141.      */
  2142.     protected function getAddressHelperService()
  2143.     {
  2144.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2145.         if (isset($this->privates['App\\BackendBundle\\Helper\\AddressHelper'])) {
  2146.             return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'];
  2147.         }
  2148.         return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'] = new \App\BackendBundle\Helper\AddressHelper($a);
  2149.     }
  2150.     /**
  2151.      * Gets the private 'App\BackendBundle\Helper\BoPartnerHelper' shared autowired service.
  2152.      *
  2153.      * @return \App\BackendBundle\Helper\BoPartnerHelper
  2154.      */
  2155.     protected function getBoPartnerHelperService()
  2156.     {
  2157.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2158.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2159.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2160.         }
  2161.         $b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2162.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2163.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2164.         }
  2165.         return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'] = new \App\BackendBundle\Helper\BoPartnerHelper($a, ($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] ?? $this->getCommunicationHelperService()), ($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] ?? $this->getRegisterHelperService()), ($this->privates['App\\BackendBundle\\Helper\\AddressHelper'] ?? $this->getAddressHelperService()), ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService()), ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService()), ($this->services['router'] ?? $this->getRouterService()), $b, ($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] ?? $this->getSearchTagHelperService()), ($this->privates['App\\BackendBundle\\Helper\\TitleHelper'] ?? $this->getTitleHelperService()), ($this->privates['App\\BackendBundle\\Helper\\GameHelper'] ?? $this->getGameHelperService()));
  2166.     }
  2167.     /**
  2168.      * Gets the private 'App\BackendBundle\Helper\CommunicationHelper' shared autowired service.
  2169.      *
  2170.      * @return \App\BackendBundle\Helper\CommunicationHelper
  2171.      */
  2172.     protected function getCommunicationHelperService()
  2173.     {
  2174.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2175.         if (isset($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'])) {
  2176.             return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'];
  2177.         }
  2178.         return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] = new \App\BackendBundle\Helper\CommunicationHelper($a);
  2179.     }
  2180.     /**
  2181.      * Gets the private 'App\BackendBundle\Helper\CompanyHelper' shared autowired service.
  2182.      *
  2183.      * @return \App\BackendBundle\Helper\CompanyHelper
  2184.      */
  2185.     protected function getCompanyHelperService()
  2186.     {
  2187.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2188.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2189.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2190.         }
  2191.         $b = ($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] ?? $this->getCommunicationHelperService());
  2192.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2193.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2194.         }
  2195.         $c = ($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] ?? $this->getRegisterHelperService());
  2196.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2197.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2198.         }
  2199.         $d = ($this->privates['App\\BackendBundle\\Helper\\AddressHelper'] ?? $this->getAddressHelperService());
  2200.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2201.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2202.         }
  2203.         $e = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2204.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2205.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2206.         }
  2207.         $f = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2208.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2209.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2210.         }
  2211.         $g = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2212.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2213.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2214.         }
  2215.         $h = ($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] ?? $this->getSearchTagHelperService());
  2216.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2217.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2218.         }
  2219.         $i = ($this->privates['App\\BackendBundle\\Helper\\TitleHelper'] ?? $this->getTitleHelperService());
  2220.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2221.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2222.         }
  2223.         $j = ($this->privates['App\\BackendBundle\\Helper\\GameHelper'] ?? $this->getGameHelperService());
  2224.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2225.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2226.         }
  2227.         return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'] = new \App\BackendBundle\Helper\CompanyHelper($a$b$c$d, ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService()), $e, ($this->services['router'] ?? $this->getRouterService()), $f$g$h$i$j);
  2228.     }
  2229.     /**
  2230.      * Gets the private 'App\BackendBundle\Helper\EventHelper' shared autowired service.
  2231.      *
  2232.      * @return \App\BackendBundle\Helper\EventHelper
  2233.      */
  2234.     protected function getEventHelperService()
  2235.     {
  2236.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2237.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2238.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2239.         }
  2240.         $b = ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService());
  2241.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2242.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2243.         }
  2244.         $c = ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService());
  2245.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2246.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2247.         }
  2248.         $d = ($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'] ?? $this->getCompanyHelperService());
  2249.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2250.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2251.         }
  2252.         $e = ($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'] ?? $this->getBoPartnerHelperService());
  2253.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2254.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2255.         }
  2256.         $f = ($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'] ?? $this->getSchoolHelperService());
  2257.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2258.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2259.         }
  2260.         return $this->privates['App\\BackendBundle\\Helper\\EventHelper'] = new \App\BackendBundle\Helper\EventHelper($a$b$c$d$e$f, ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService()), ($this->services['router'] ?? $this->getRouterService()));
  2261.     }
  2262.     /**
  2263.      * Gets the private 'App\BackendBundle\Helper\GameHelper' shared autowired service.
  2264.      *
  2265.      * @return \App\BackendBundle\Helper\GameHelper
  2266.      */
  2267.     protected function getGameHelperService()
  2268.     {
  2269.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2270.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2271.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2272.         }
  2273.         $b = ($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] ?? $this->getGamePointsHelperService());
  2274.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2275.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2276.         }
  2277.         return $this->privates['App\\BackendBundle\\Helper\\GameHelper'] = new \App\BackendBundle\Helper\GameHelper($a$b);
  2278.     }
  2279.     /**
  2280.      * Gets the private 'App\BackendBundle\Helper\GamePointsHelper' shared autowired service.
  2281.      *
  2282.      * @return \App\BackendBundle\Helper\GamePointsHelper
  2283.      */
  2284.     protected function getGamePointsHelperService()
  2285.     {
  2286.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2287.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2288.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2289.         }
  2290.         $b = ($this->privates['App\\BackendBundle\\Helper\\MqttHelper'] ?? $this->getMqttHelperService());
  2291.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2292.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2293.         }
  2294.         return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] = new \App\BackendBundle\Helper\GamePointsHelper($a$b);
  2295.     }
  2296.     /**
  2297.      * Gets the private 'App\BackendBundle\Helper\JobHelper' shared autowired service.
  2298.      *
  2299.      * @return \App\BackendBundle\Helper\JobHelper
  2300.      */
  2301.     protected function getJobHelperService()
  2302.     {
  2303.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2304.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2305.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2306.         }
  2307.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2308.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2309.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2310.         }
  2311.         return $this->privates['App\\BackendBundle\\Helper\\JobHelper'] = new \App\BackendBundle\Helper\JobHelper($a, ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService()), $b, ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Services\\JobService'] ?? ($this->privates['App\\Services\\JobService'] = new \App\Services\JobService())));
  2312.     }
  2313.     /**
  2314.      * Gets the private 'App\BackendBundle\Helper\MediaHelper' shared autowired service.
  2315.      *
  2316.      * @return \App\BackendBundle\Helper\MediaHelper
  2317.      */
  2318.     protected function getMediaHelperService()
  2319.     {
  2320.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2321.         if (isset($this->privates['App\\BackendBundle\\Helper\\MediaHelper'])) {
  2322.             return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'];
  2323.         }
  2324.         return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'] = new \App\BackendBundle\Helper\MediaHelper($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \App\BackendBundle\Media\Generator\IdGenerator(), new \App\BackendBundle\Media\Generator\YoutubeGenerator(), new \App\BackendBundle\Media\Generator\ReferenceGenerator(), \dirname(__DIR__4));
  2325.     }
  2326.     /**
  2327.      * Gets the private 'App\BackendBundle\Helper\MqttHelper' shared autowired service.
  2328.      *
  2329.      * @return \App\BackendBundle\Helper\MqttHelper
  2330.      */
  2331.     protected function getMqttHelperService()
  2332.     {
  2333.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2334.         if (isset($this->privates['App\\BackendBundle\\Helper\\MqttHelper'])) {
  2335.             return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'];
  2336.         }
  2337.         return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'] = new \App\BackendBundle\Helper\MqttHelper($a);
  2338.     }
  2339.     /**
  2340.      * Gets the private 'App\BackendBundle\Helper\RegisterHelper' shared autowired service.
  2341.      *
  2342.      * @return \App\BackendBundle\Helper\RegisterHelper
  2343.      */
  2344.     protected function getRegisterHelperService()
  2345.     {
  2346.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2347.         if (isset($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'])) {
  2348.             return $this->privates['App\\BackendBundle\\Helper\\RegisterHelper'];
  2349.         }
  2350.         return $this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] = new \App\BackendBundle\Helper\RegisterHelper($a, ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), ($this->privates['App\\BackendBundle\\Helper\\CodeGeneratorHelper'] ?? ($this->privates['App\\BackendBundle\\Helper\\CodeGeneratorHelper'] = new \App\BackendBundle\Helper\CodeGeneratorHelper())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  2351.     }
  2352.     /**
  2353.      * Gets the private 'App\BackendBundle\Helper\SchoolHelper' shared autowired service.
  2354.      *
  2355.      * @return \App\BackendBundle\Helper\SchoolHelper
  2356.      */
  2357.     protected function getSchoolHelperService()
  2358.     {
  2359.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2360.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2361.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2362.         }
  2363.         $b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2364.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2365.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2366.         }
  2367.         $c = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2368.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2369.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2370.         }
  2371.         return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'] = new \App\BackendBundle\Helper\SchoolHelper($a, ($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] ?? $this->getCommunicationHelperService()), ($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] ?? $this->getRegisterHelperService()), ($this->privates['App\\BackendBundle\\Helper\\AddressHelper'] ?? $this->getAddressHelperService()), ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService()), ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService()), ($this->services['router'] ?? $this->getRouterService()), $b, ($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] ?? $this->getSearchTagHelperService()), $c, ($this->privates['App\\BackendBundle\\Helper\\TitleHelper'] ?? $this->getTitleHelperService()), ($this->privates['App\\BackendBundle\\Helper\\GameHelper'] ?? $this->getGameHelperService()));
  2372.     }
  2373.     /**
  2374.      * Gets the private 'App\BackendBundle\Helper\SearchIndexHelper' shared autowired service.
  2375.      *
  2376.      * @return \App\BackendBundle\Helper\SearchIndexHelper
  2377.      */
  2378.     protected function getSearchIndexHelperService()
  2379.     {
  2380.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2381.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2382.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2383.         }
  2384.         $b = ($this->privates['fos_elastica.object_persister.events'] ?? $this->getFosElastica_ObjectPersister_EventsService());
  2385.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2386.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2387.         }
  2388.         return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] = new \App\BackendBundle\Helper\SearchIndexHelper($a$b$b$b$b);
  2389.     }
  2390.     /**
  2391.      * Gets the private 'App\BackendBundle\Helper\SearchTagHelper' shared autowired service.
  2392.      *
  2393.      * @return \App\BackendBundle\Helper\SearchTagHelper
  2394.      */
  2395.     protected function getSearchTagHelperService()
  2396.     {
  2397.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2398.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'])) {
  2399.             return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'];
  2400.         }
  2401.         return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] = new \App\BackendBundle\Helper\SearchTagHelper($a);
  2402.     }
  2403.     /**
  2404.      * Gets the private 'App\BackendBundle\Helper\SecurityHelper' shared autowired service.
  2405.      *
  2406.      * @return \App\BackendBundle\Helper\SecurityHelper
  2407.      */
  2408.     protected function getSecurityHelperService()
  2409.     {
  2410.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2411.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2412.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2413.         }
  2414.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2415.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2416.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2417.         }
  2418.         return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] = new \App\BackendBundle\Helper\SecurityHelper($a$b);
  2419.     }
  2420.     /**
  2421.      * Gets the private 'App\BackendBundle\Helper\TitleHelper' shared autowired service.
  2422.      *
  2423.      * @return \App\BackendBundle\Helper\TitleHelper
  2424.      */
  2425.     protected function getTitleHelperService()
  2426.     {
  2427.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2428.         if (isset($this->privates['App\\BackendBundle\\Helper\\TitleHelper'])) {
  2429.             return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'];
  2430.         }
  2431.         return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'] = new \App\BackendBundle\Helper\TitleHelper($a);
  2432.     }
  2433.     /**
  2434.      * Gets the private 'App\BackendBundle\Helper\UserHelper' shared autowired service.
  2435.      *
  2436.      * @return \App\BackendBundle\Helper\UserHelper
  2437.      */
  2438.     protected function getUserHelperService()
  2439.     {
  2440.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2441.         if (isset($this->privates['App\\BackendBundle\\Helper\\UserHelper'])) {
  2442.             return $this->privates['App\\BackendBundle\\Helper\\UserHelper'];
  2443.         }
  2444.         return $this->privates['App\\BackendBundle\\Helper\\UserHelper'] = new \App\BackendBundle\Helper\UserHelper($a, new \App\BackendBundle\Helper\MenuHelper($a, ($this->services['router'] ?? $this->getRouterService())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['chain.router'] ?? ($this->privates['chain.router'] = new \Symfony\Cmf\Component\Routing\ChainRouter())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2445.     }
  2446.     /**
  2447.      * Gets the private 'annotations.cache_adapter' shared service.
  2448.      *
  2449.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2450.      */
  2451.     protected function getAnnotations_CacheAdapterService()
  2452.     {
  2453.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2454.     }
  2455.     /**
  2456.      * Gets the private 'annotations.cached_reader' shared service.
  2457.      *
  2458.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2459.      */
  2460.     protected function getAnnotations_CachedReaderService()
  2461.     {
  2462.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2463.     }
  2464.     /**
  2465.      * Gets the private 'annotations.reader' shared service.
  2466.      *
  2467.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2468.      */
  2469.     protected function getAnnotations_ReaderService()
  2470.     {
  2471.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2472.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2473.         $a->registerUniqueLoader('class_exists');
  2474.         $instance->addGlobalIgnoredName('required'$a);
  2475.         return $instance;
  2476.     }
  2477.     /**
  2478.      * Gets the private 'cache.annotations' shared service.
  2479.      *
  2480.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2481.      */
  2482.     protected function getCache_AnnotationsService()
  2483.     {
  2484.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('plQQ1WPzJN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2485.     }
  2486.     /**
  2487.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2488.      *
  2489.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2490.      */
  2491.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2492.     {
  2493.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2494.     }
  2495.     /**
  2496.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2497.      *
  2498.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2499.      */
  2500.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2501.     {
  2502.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2503.     }
  2504.     /**
  2505.      * Gets the private 'cache.property_info' shared service.
  2506.      *
  2507.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2508.      */
  2509.     protected function getCache_PropertyInfoService()
  2510.     {
  2511.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VHziYcT5+O'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2512.     }
  2513.     /**
  2514.      * Gets the private 'cache.security_expression_language' shared service.
  2515.      *
  2516.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2517.      */
  2518.     protected function getCache_SecurityExpressionLanguageService()
  2519.     {
  2520.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PwRsZQ3If8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2521.     }
  2522.     /**
  2523.      * Gets the private 'cache.serializer' shared service.
  2524.      *
  2525.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2526.      */
  2527.     protected function getCache_SerializerService()
  2528.     {
  2529.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nCDa-A1QKD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2530.     }
  2531.     /**
  2532.      * Gets the private 'cache.validator' shared service.
  2533.      *
  2534.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2535.      */
  2536.     protected function getCache_ValidatorService()
  2537.     {
  2538.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HLuUouHcK7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2539.     }
  2540.     /**
  2541.      * Gets the private 'config_cache_factory' shared service.
  2542.      *
  2543.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2544.      */
  2545.     protected function getConfigCacheFactoryService()
  2546.     {
  2547.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2548.             yield => ($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)));
  2549.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2550.         }, 2));
  2551.     }
  2552.     /**
  2553.      * Gets the private 'data_collector.form' shared service.
  2554.      *
  2555.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2556.      */
  2557.     protected function getDataCollector_FormService()
  2558.     {
  2559.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2560.     }
  2561.     /**
  2562.      * Gets the private 'data_collector.request' shared service.
  2563.      *
  2564.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2565.      */
  2566.     protected function getDataCollector_RequestService()
  2567.     {
  2568.         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())));
  2569.     }
  2570.     /**
  2571.      * Gets the private 'debug.controller_resolver' shared service.
  2572.      *
  2573.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2574.      */
  2575.     protected function getDebug_ControllerResolverService()
  2576.     {
  2577.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2578.     }
  2579.     /**
  2580.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2581.      *
  2582.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2583.      */
  2584.     protected function getDebug_DebugHandlersListenerService()
  2585.     {
  2586.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2587.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2588.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2589.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2590.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2591.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2592.     }
  2593.     /**
  2594.      * Gets the private 'debug.file_link_formatter' shared service.
  2595.      *
  2596.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2597.      */
  2598.     protected function getDebug_FileLinkFormatterService()
  2599.     {
  2600.         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 () {
  2601.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2602.         });
  2603.     }
  2604.     /**
  2605.      * Gets the private 'debug.log_processor' shared service.
  2606.      *
  2607.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2608.      */
  2609.     protected function getDebug_LogProcessorService()
  2610.     {
  2611.         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())));
  2612.     }
  2613.     /**
  2614.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2615.      *
  2616.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2617.      */
  2618.     protected function getDebug_Security_Access_DecisionManagerService()
  2619.     {
  2620.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  2621.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2622.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2623.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2624.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2625.     }
  2626.     /**
  2627.      * Gets the private 'debug.security.firewall' shared service.
  2628.      *
  2629.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2630.      */
  2631.     protected function getDebug_Security_FirewallService()
  2632.     {
  2633.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2634.         if (isset($this->privates['debug.security.firewall'])) {
  2635.             return $this->privates['debug.security.firewall'];
  2636.         }
  2637.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2638.         if (isset($this->privates['debug.security.firewall'])) {
  2639.             return $this->privates['debug.security.firewall'];
  2640.         }
  2641.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2642.     }
  2643.     /**
  2644.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2645.      *
  2646.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2647.      */
  2648.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2649.     {
  2650.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2651.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2652.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2653.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2654.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2655.             'fos_elastica.listener.appointments' => ['privates''fos_elastica.listener.appointments''getFosElastica_Listener_AppointmentsService'true],
  2656.             'fos_elastica.listener.events' => ['privates''fos_elastica.listener.events''getFosElastica_Listener_EventsService'true],
  2657.             'fos_elastica.listener.jobDailyRoutines' => ['privates''fos_elastica.listener.jobDailyRoutines''getFosElastica_Listener_JobDailyRoutinesService'true],
  2658.             'fos_elastica.listener.jobOffers' => ['privates''fos_elastica.listener.jobOffers''getFosElastica_Listener_JobOffersService'true],
  2659.             'fos_elastica.listener.jobs' => ['privates''fos_elastica.listener.jobs''getFosElastica_Listener_JobsService'true],
  2660.             'fos_elastica.listener.profiles_bopartner' => ['privates''fos_elastica.listener.profiles_bopartner''getFosElastica_Listener_ProfilesBopartnerService'true],
  2661.             'fos_elastica.listener.profiles_company' => ['privates''fos_elastica.listener.profiles_company''getFosElastica_Listener_ProfilesCompanyService'true],
  2662.             'fos_elastica.listener.profiles_school' => ['privates''fos_elastica.listener.profiles_school''getFosElastica_Listener_ProfilesSchoolService'true],
  2663.             'sonata.cache.orm.event_subscriber' => ['privates''sonata.cache.orm.event_subscriber''getSonata_Cache_Orm_EventSubscriberService'true],
  2664.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  2665.         ], [
  2666.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2667.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2668.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2669.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2670.             'fos_elastica.listener.appointments' => '?',
  2671.             'fos_elastica.listener.events' => '?',
  2672.             'fos_elastica.listener.jobDailyRoutines' => '?',
  2673.             'fos_elastica.listener.jobOffers' => '?',
  2674.             'fos_elastica.listener.jobs' => '?',
  2675.             'fos_elastica.listener.profiles_bopartner' => '?',
  2676.             'fos_elastica.listener.profiles_company' => '?',
  2677.             'fos_elastica.listener.profiles_school' => '?',
  2678.             'sonata.cache.orm.event_subscriber' => '?',
  2679.             'sonata.doctrine.mapper' => '?',
  2680.         ]), [=> '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'=> 'sonata.cache.orm.event_subscriber'=> 'sonata.doctrine.mapper'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'postPersist'], => 'fos_elastica.listener.events'], => [=> [=> 'postUpdate'], => 'fos_elastica.listener.events'], => [=> [=> 'preRemove'], => 'fos_elastica.listener.events'], => [=> [=> 'postFlush'], => 'fos_elastica.listener.events'], 10 => [=> [=> 'postPersist'], => 'fos_elastica.listener.appointments'], 11 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.appointments'], 12 => [=> [=> 'preRemove'], => 'fos_elastica.listener.appointments'], 13 => [=> [=> 'postFlush'], => 'fos_elastica.listener.appointments'], 14 => [=> [=> 'postPersist'], => 'fos_elastica.listener.profiles_company'], 15 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.profiles_company'], 16 => [=> [=> 'preRemove'], => 'fos_elastica.listener.profiles_company'], 17 => [=> [=> 'postFlush'], => 'fos_elastica.listener.profiles_company'], 18 => [=> [=> 'postPersist'], => 'fos_elastica.listener.profiles_bopartner'], 19 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.profiles_bopartner'], 20 => [=> [=> 'preRemove'], => 'fos_elastica.listener.profiles_bopartner'], 21 => [=> [=> 'postFlush'], => 'fos_elastica.listener.profiles_bopartner'], 22 => [=> [=> 'postPersist'], => 'fos_elastica.listener.profiles_school'], 23 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.profiles_school'], 24 => [=> [=> 'preRemove'], => 'fos_elastica.listener.profiles_school'], 25 => [=> [=> 'postFlush'], => 'fos_elastica.listener.profiles_school'], 26 => [=> [=> 'postPersist'], => 'fos_elastica.listener.jobs'], 27 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.jobs'], 28 => [=> [=> 'preRemove'], => 'fos_elastica.listener.jobs'], 29 => [=> [=> 'postFlush'], => 'fos_elastica.listener.jobs'], 30 => [=> [=> 'postPersist'], => 'fos_elastica.listener.jobDailyRoutines'], 31 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.jobDailyRoutines'], 32 => [=> [=> 'preRemove'], => 'fos_elastica.listener.jobDailyRoutines'], 33 => [=> [=> 'postFlush'], => 'fos_elastica.listener.jobDailyRoutines'], 34 => [=> [=> 'postPersist'], => 'fos_elastica.listener.jobOffers'], 35 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.jobOffers'], 36 => [=> [=> 'preRemove'], => 'fos_elastica.listener.jobOffers'], 37 => [=> [=> 'postFlush'], => 'fos_elastica.listener.jobOffers']]);
  2681.     }
  2682.     /**
  2683.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2684.      *
  2685.      * @return \Doctrine\Migrations\DependencyFactory
  2686.      */
  2687.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2688.     {
  2689.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2690.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2691.         $a->setAllOrNothing(false);
  2692.         $a->setCheckDatabasePlatform(true);
  2693.         $a->setTransactional(true);
  2694.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2695.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2696.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2697.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2698.         });
  2699.         return $instance;
  2700.     }
  2701.     /**
  2702.      * Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
  2703.      *
  2704.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  2705.      */
  2706.     protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
  2707.     {
  2708.         $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/config/doctrine') => 'App\\Entity']);
  2709.         $instance->setGlobalBasename('mapping');
  2710.         return $instance;
  2711.     }
  2712.     /**
  2713.      * Gets the private 'exception_listener' shared service.
  2714.      *
  2715.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2716.      */
  2717.     protected function getExceptionListenerService()
  2718.     {
  2719.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2720.     }
  2721.     /**
  2722.      * Gets the private 'fos_elastica.client.default' shared service.
  2723.      *
  2724.      * @return \FOS\ElasticaBundle\Elastica\Client
  2725.      */
  2726.     protected function getFosElastica_Client_DefaultService()
  2727.     {
  2728.         $this->privates['fos_elastica.client.default'] = $instance = new \FOS\ElasticaBundle\Elastica\Client(['connections' => [=> ['host' => 'localhost''port' => 9200'http_error_codes' => [=> 400=> 403=> 404], 'ssl' => false'logger' => 'fos_elastica.logger''compression' => false'headers' => [], 'curl' => [], 'retryOnConflict' => 0'persistent' => true]], 'connectionStrategy' => 'Simple'], NULL);
  2729.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2730.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  2731.         return $instance;
  2732.     }
  2733.     /**
  2734.      * Gets the private 'fos_elastica.index.events' shared service.
  2735.      *
  2736.      * @return \FOS\ElasticaBundle\Elastica\Index
  2737.      */
  2738.     protected function getFosElastica_Index_EventsService()
  2739.     {
  2740.         return $this->privates['fos_elastica.index.events'] = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('events');
  2741.     }
  2742.     /**
  2743.      * Gets the private 'fos_elastica.logger' shared service.
  2744.      *
  2745.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  2746.      */
  2747.     protected function getFosElastica_LoggerService()
  2748.     {
  2749.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  2750.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2751.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2752.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2753.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2754.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  2755.     }
  2756.     /**
  2757.      * Gets the private 'fos_elastica.object_persister.events' shared service.
  2758.      *
  2759.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  2760.      */
  2761.     protected function getFosElastica_ObjectPersister_EventsService()
  2762.     {
  2763.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2764.         if (isset($this->privates['fos_elastica.object_persister.events'])) {
  2765.             return $this->privates['fos_elastica.object_persister.events'];
  2766.         }
  2767.         $b = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'events'], $a);
  2768.         $b->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(00))));
  2769.         return $this->privates['fos_elastica.object_persister.events'] = new \FOS\ElasticaBundle\Persister\ObjectPersister(($this->privates['fos_elastica.index.events'] ?? $this->getFosElastica_Index_EventsService()), $b'App\\Entity\\Event', ['id' => ['type' => 'integer''store' => true], 'name' => ['type' => 'text''store' => true'fielddata' => true'fields' => ['edge' => ['type' => 'text''analyzer' => 'edge'], 'raw' => ['type' => 'keyword'], 'keyword' => ['type' => 'keyword''normalizer' => 'lowercase_normalizer']]], 'description' => [], 'isVisible' => ['type' => 'boolean''store' => true], 'allTyrol' => ['type' => 'boolean''store' => true], 'countAppointments' => ['type' => 'integer''store' => true], 'eventState' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true]]], 'address' => ['type' => 'nested''properties' => ['cityID' => ['type' => 'integer''store' => true], 'cityName' => ['type' => 'text''store' => true'fielddata' => true], 'districtID' => ['type' => 'integer''store' => true], 'districtName' => ['type' => 'text''store' => true'fielddata' => true]]], 'appointments' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true], 'startDate' => ['type' => 'date''store' => true], 'endDate' => ['type' => 'date''store' => true], 'appointmentType.id' => ['type' => 'integer''store' => true], 'appointmentState.id' => ['type' => 'integer''store' => true]]], 'jobs' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true], 'name' => ['type' => 'text''store' => true'fielddata' => true]]], 'tagMappings' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true], 'eventTagID' => ['type' => 'integer''store' => true]]], 'searchTags' => ['type' => 'nested''properties' => ['name' => ['type' => 'text''store' => true'fielddata' => true]]], 'provider' => ['type' => 'nested''properties' => ['id' => ['type' => 'integer''store' => true], 'name' => ['type' => 'text''store' => true'fielddata' => true'fields' => ['edge' => ['type' => 'text''analyzer' => 'edge'], 'raw' => ['type' => 'keyword'], 'keyword' => ['type' => 'keyword''normalizer' => 'lowercase_normalizer']]]]]], []);
  2770.     }
  2771.     /**
  2772.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2773.      *
  2774.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2775.      */
  2776.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2777.     {
  2778.         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())));
  2779.     }
  2780.     /**
  2781.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2782.      *
  2783.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2784.      */
  2785.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2786.     {
  2787.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2788.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2789.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2790.         }
  2791.         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()), $a);
  2792.     }
  2793.     /**
  2794.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  2795.      *
  2796.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  2797.      */
  2798.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  2799.     {
  2800.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator(['Sonata\\BlockBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/config/serializer')]));
  2801.     }
  2802.     /**
  2803.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  2804.      *
  2805.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  2806.      */
  2807.     protected function getJmsSerializer_TraceableEventDispatcherService()
  2808.     {
  2809.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2810.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  2811.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  2812.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  2813.         ], [
  2814.             'jms_serializer.stopwatch_subscriber' => '?',
  2815.             'jms_serializer.traceable_runs_listener' => '?',
  2816.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2817.         ]));
  2818.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  2819.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2820.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2821.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2822.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  2823.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  2824.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  2825.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2826.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2827.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  2828.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2829.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  2830.         return $instance;
  2831.     }
  2832.     /**
  2833.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  2834.      *
  2835.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  2836.      */
  2837.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  2838.     {
  2839.         $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2840.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  2841.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  2842.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  2843.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'true],
  2844.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  2845.             'jms_serializer.symfony_uid_handler' => ['privates''jms_serializer.symfony_uid_handler''getJmsSerializer_SymfonyUidHandlerService'true],
  2846.         ], [
  2847.             'jms_serializer.array_collection_handler' => '?',
  2848.             'jms_serializer.constraint_violation_handler' => '?',
  2849.             'jms_serializer.datetime_handler' => '?',
  2850.             'jms_serializer.form_error_handler' => '?',
  2851.             'jms_serializer.iterator_handler' => '?',
  2852.             'jms_serializer.symfony_uid_handler' => '?',
  2853.         ])));
  2854.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2855.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2856.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2857.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2858.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2859.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2860.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2861.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2862.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2863.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2864.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  2865.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  2866.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  2867.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  2868.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2869.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2870.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2871.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2872.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2873.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2874.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2875.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2876.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  2877.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  2878.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml']);
  2879.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']);
  2880.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  2881.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  2882.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2883.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2884.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2885.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2886.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2887.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2888.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2889.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2890.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2891.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2892.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2893.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2894.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2895.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2896.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2897.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2898.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2899.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2900.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2901.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2902.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2903.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2904.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2905.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2906.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2907.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2908.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2909.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2910.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2911.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2912.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2913.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2914.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2915.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2916.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  2917.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  2918.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  2919.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  2920.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  2921.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  2922.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  2923.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  2924.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2925.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2926.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2927.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2928.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2929.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2930.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2931.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2932.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2933.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2934.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2935.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2936.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2937.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2938.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2939.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2940.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2941.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2942.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2943.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2944.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2945.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2946.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2947.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2948.         return $instance;
  2949.     }
  2950.     /**
  2951.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  2952.      *
  2953.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  2954.      */
  2955.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  2956.     {
  2957.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2958.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  2959.         ], [
  2960.             'metadata_driver' => '?',
  2961.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2962.         $a->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')))));
  2963.         $a->setIncludeInterfaces(false);
  2964.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  2965.     }
  2966.     /**
  2967.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  2968.      *
  2969.      * @return \JMS\SerializerBundle\Debug\RunsListener
  2970.      */
  2971.     protected function getJmsSerializer_TraceableRunsListenerService()
  2972.     {
  2973.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  2974.     }
  2975.     /**
  2976.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  2977.      *
  2978.      * @return \Knp\Menu\Provider\ChainProvider
  2979.      */
  2980.     protected function getKnpMenu_MenuProvider_ChainService()
  2981.     {
  2982.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  2983.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  2984.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  2985.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService'));
  2986.         }, 3));
  2987.     }
  2988.     /**
  2989.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2990.      *
  2991.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2992.      */
  2993.     protected function getLiipImagine_Filter_ConfigurationService()
  2994.     {
  2995.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2996.     }
  2997.     /**
  2998.      * Gets the private 'locale_aware_listener' shared service.
  2999.      *
  3000.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3001.      */
  3002.     protected function getLocaleAwareListenerService()
  3003.     {
  3004.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3005.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  3006.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  3007.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  3008.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3009.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3010.     }
  3011.     /**
  3012.      * Gets the private 'locale_listener' shared service.
  3013.      *
  3014.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3015.      */
  3016.     protected function getLocaleListenerService()
  3017.     {
  3018.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'de', ($this->services['router'] ?? $this->getRouterService()), false$this->parameters['kernel.enabled_locales']);
  3019.     }
  3020.     /**
  3021.      * Gets the private 'monolog.handler.console' shared service.
  3022.      *
  3023.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3024.      */
  3025.     protected function getMonolog_Handler_ConsoleService()
  3026.     {
  3027.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3028.     }
  3029.     /**
  3030.      * Gets the private 'monolog.handler.main' shared service.
  3031.      *
  3032.      * @return \Monolog\Handler\StreamHandler
  3033.      */
  3034.     protected function getMonolog_Handler_MainService()
  3035.     {
  3036.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  3037.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3038.         return $instance;
  3039.     }
  3040.     /**
  3041.      * Gets the private 'monolog.logger' shared service.
  3042.      *
  3043.      * @return \Symfony\Bridge\Monolog\Logger
  3044.      */
  3045.     protected function getMonolog_LoggerService()
  3046.     {
  3047.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3048.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3049.         $instance->useMicrosecondTimestamps(true);
  3050.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3051.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3052.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3053.         return $instance;
  3054.     }
  3055.     /**
  3056.      * Gets the private 'monolog.logger.cache' shared service.
  3057.      *
  3058.      * @return \Symfony\Bridge\Monolog\Logger
  3059.      */
  3060.     protected function getMonolog_Logger_CacheService()
  3061.     {
  3062.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3063.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3064.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3065.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3066.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3067.         return $instance;
  3068.     }
  3069.     /**
  3070.      * Gets the private 'monolog.logger.request' shared service.
  3071.      *
  3072.      * @return \Symfony\Bridge\Monolog\Logger
  3073.      */
  3074.     protected function getMonolog_Logger_RequestService()
  3075.     {
  3076.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3077.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3078.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3079.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3080.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3081.         return $instance;
  3082.     }
  3083.     /**
  3084.      * Gets the private 'monolog.logger.security' shared service.
  3085.      *
  3086.      * @return \Symfony\Bridge\Monolog\Logger
  3087.      */
  3088.     protected function getMonolog_Logger_SecurityService()
  3089.     {
  3090.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3091.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3092.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3093.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3094.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3095.         return $instance;
  3096.     }
  3097.     /**
  3098.      * Gets the private 'parameter_bag' shared service.
  3099.      *
  3100.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3101.      */
  3102.     protected function getParameterBagService()
  3103.     {
  3104.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3105.     }
  3106.     /**
  3107.      * Gets the private 'profiler_listener' shared service.
  3108.      *
  3109.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3110.      */
  3111.     protected function getProfilerListenerService()
  3112.     {
  3113.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3114.         if (isset($this->privates['profiler_listener'])) {
  3115.             return $this->privates['profiler_listener'];
  3116.         }
  3117.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  3118.     }
  3119.     /**
  3120.      * Gets the private 'property_accessor' shared service.
  3121.      *
  3122.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3123.      */
  3124.     protected function getPropertyAccessorService()
  3125.     {
  3126.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3127.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3128.     }
  3129.     /**
  3130.      * Gets the private 'property_info' shared service.
  3131.      *
  3132.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3133.      */
  3134.     protected function getPropertyInfoService()
  3135.     {
  3136.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3137.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3138.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3139.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3140.         }, 3), new RewindableGenerator(function () {
  3141.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3142.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3143.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3144.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3145.         }, 4), new RewindableGenerator(function () {
  3146.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3147.         }, 1), new RewindableGenerator(function () {
  3148.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3149.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3150.         }, 2), new RewindableGenerator(function () {
  3151.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3152.         }, 1));
  3153.     }
  3154.     /**
  3155.      * Gets the private 'router.expression_language_provider' shared service.
  3156.      *
  3157.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3158.      */
  3159.     protected function getRouter_ExpressionLanguageProviderService()
  3160.     {
  3161.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3162.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3163.         ], [
  3164.             'env' => 'Closure',
  3165.         ]));
  3166.     }
  3167.     /**
  3168.      * Gets the private 'router.request_context' shared service.
  3169.      *
  3170.      * @return \Symfony\Component\Routing\RequestContext
  3171.      */
  3172.     protected function getRouter_RequestContextService()
  3173.     {
  3174.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3175.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3176.         return $instance;
  3177.     }
  3178.     /**
  3179.      * Gets the private 'router_listener' shared service.
  3180.      *
  3181.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3182.      */
  3183.     protected function getRouterListenerService()
  3184.     {
  3185.         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);
  3186.     }
  3187.     /**
  3188.      * Gets the private 'security.context_listener.0' shared service.
  3189.      *
  3190.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3191.      */
  3192.     protected function getSecurity_ContextListener_0Service()
  3193.     {
  3194.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3195.         if (isset($this->privates['security.context_listener.0'])) {
  3196.             return $this->privates['security.context_listener.0'];
  3197.         }
  3198.         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 () {
  3199.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3200.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3201.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3202.     }
  3203.     /**
  3204.      * Gets the private 'security.context_listener.1' shared service.
  3205.      *
  3206.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3207.      */
  3208.     protected function getSecurity_ContextListener_1Service()
  3209.     {
  3210.         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 () {
  3211.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3212.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3213.         }, 2), 'rookie_admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.rookie_admin'] ?? $this->getSecurity_EventDispatcher_RookieAdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3214.     }
  3215.     /**
  3216.      * Gets the private 'security.context_listener.2' shared service.
  3217.      *
  3218.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3219.      */
  3220.     protected function getSecurity_ContextListener_2Service()
  3221.     {
  3222.         return $this->privates['security.context_listener.2'] = 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 () {
  3223.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3224.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3225.         }, 2), 'shuttle_admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.shuttle_admin'] ?? $this->getSecurity_EventDispatcher_ShuttleAdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3226.     }
  3227.     /**
  3228.      * Gets the private 'security.context_listener.3' shared service.
  3229.      *
  3230.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3231.      */
  3232.     protected function getSecurity_ContextListener_3Service()
  3233.     {
  3234.         return $this->privates['security.context_listener.3'] = 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 () {
  3235.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3236.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3237.         }, 2), 'rookie_day_admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.rookie_day_admin'] ?? $this->getSecurity_EventDispatcher_RookieDayAdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3238.     }
  3239.     /**
  3240.      * Gets the private 'security.context_listener.4' shared service.
  3241.      *
  3242.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3243.      */
  3244.     protected function getSecurity_ContextListener_4Service()
  3245.     {
  3246.         return $this->privates['security.context_listener.4'] = 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 () {
  3247.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3248.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3249.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3250.     }
  3251.     /**
  3252.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3253.      *
  3254.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3255.      */
  3256.     protected function getSecurity_EventDispatcher_AdminService()
  3257.     {
  3258.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3259.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3260.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3261.         }, => 'checkPassport'], 2048);
  3262.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3263.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3264.         }, => 'onSuccessfulLogin'], 0);
  3265.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3266.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  3267.         }, => 'onLogout'], 64);
  3268.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3269.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3270.         }, => 'preCheckCredentials'], 256);
  3271.         $instance->addListener('security.authentication.success', [=> function () {
  3272.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3273.         }, => 'postCheckCredentials'], 256);
  3274.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3275.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3276.         }, => 'checkPassport'], 1024);
  3277.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3278.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3279.         }, => 'checkPassport'], 256);
  3280.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3281.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3282.         }, => 'checkPassport'], 0);
  3283.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3284.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3285.         }, => 'onLoginSuccess'], 0);
  3286.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3287.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3288.         }, => 'checkPassport'], 512);
  3289.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3290.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3291.         }, => 'onLogout'], 0);
  3292.         return $instance;
  3293.     }
  3294.     /**
  3295.      * Gets the private 'security.event_dispatcher.main' shared service.
  3296.      *
  3297.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3298.      */
  3299.     protected function getSecurity_EventDispatcher_MainService()
  3300.     {
  3301.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3302.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3303.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  3304.         }, => 'checkPassport'], 2048);
  3305.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3306.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3307.         }, => 'onSuccessfulLogin'], 0);
  3308.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3309.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3310.         }, => 'onLogout'], 64);
  3311.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3312.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3313.         }, => 'preCheckCredentials'], 256);
  3314.         $instance->addListener('security.authentication.success', [=> function () {
  3315.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3316.         }, => 'postCheckCredentials'], 256);
  3317.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3318.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3319.         }, => 'checkPassport'], 1024);
  3320.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3321.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3322.         }, => 'checkPassport'], 256);
  3323.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3324.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3325.         }, => 'checkPassport'], 0);
  3326.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3327.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3328.         }, => 'onLoginSuccess'], 0);
  3329.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3330.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3331.         }, => 'checkPassport'], 512);
  3332.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3333.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3334.         }, => 'onLogout'], 0);
  3335.         return $instance;
  3336.     }
  3337.     /**
  3338.      * Gets the private 'security.event_dispatcher.rookie_admin' shared service.
  3339.      *
  3340.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3341.      */
  3342.     protected function getSecurity_EventDispatcher_RookieAdminService()
  3343.     {
  3344.         $this->privates['security.event_dispatcher.rookie_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3345.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3346.             return ($this->privates['security.listener.rookie_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieAdmin_UserProviderService'));
  3347.         }, => 'checkPassport'], 2048);
  3348.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3349.             return ($this->privates['security.listener.session.rookie_admin'] ?? $this->load('getSecurity_Listener_Session_RookieAdminService'));
  3350.         }, => 'onSuccessfulLogin'], 0);
  3351.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3352.             return ($this->privates['security.logout.listener.default.rookie_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieAdminService'));
  3353.         }, => 'onLogout'], 64);
  3354.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3355.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3356.         }, => 'preCheckCredentials'], 256);
  3357.         $instance->addListener('security.authentication.success', [=> function () {
  3358.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3359.         }, => 'postCheckCredentials'], 256);
  3360.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3361.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3362.         }, => 'checkPassport'], 1024);
  3363.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3364.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3365.         }, => 'checkPassport'], 256);
  3366.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3367.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3368.         }, => 'checkPassport'], 0);
  3369.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3370.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3371.         }, => 'onLoginSuccess'], 0);
  3372.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3373.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3374.         }, => 'checkPassport'], 512);
  3375.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3376.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3377.         }, => 'onLogout'], 0);
  3378.         return $instance;
  3379.     }
  3380.     /**
  3381.      * Gets the private 'security.event_dispatcher.rookie_day_admin' shared service.
  3382.      *
  3383.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3384.      */
  3385.     protected function getSecurity_EventDispatcher_RookieDayAdminService()
  3386.     {
  3387.         $this->privates['security.event_dispatcher.rookie_day_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3388.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3389.             return ($this->privates['security.listener.rookie_day_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieDayAdmin_UserProviderService'));
  3390.         }, => 'checkPassport'], 2048);
  3391.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3392.             return ($this->privates['security.listener.session.rookie_day_admin'] ?? $this->load('getSecurity_Listener_Session_RookieDayAdminService'));
  3393.         }, => 'onSuccessfulLogin'], 0);
  3394.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3395.             return ($this->privates['security.logout.listener.default.rookie_day_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieDayAdminService'));
  3396.         }, => 'onLogout'], 64);
  3397.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3398.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3399.         }, => 'preCheckCredentials'], 256);
  3400.         $instance->addListener('security.authentication.success', [=> function () {
  3401.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3402.         }, => 'postCheckCredentials'], 256);
  3403.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3404.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3405.         }, => 'checkPassport'], 1024);
  3406.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3407.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3408.         }, => 'checkPassport'], 256);
  3409.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3410.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3411.         }, => 'checkPassport'], 0);
  3412.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3413.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3414.         }, => 'onLoginSuccess'], 0);
  3415.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3416.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3417.         }, => 'checkPassport'], 512);
  3418.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3419.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3420.         }, => 'onLogout'], 0);
  3421.         return $instance;
  3422.     }
  3423.     /**
  3424.      * Gets the private 'security.event_dispatcher.shuttle_admin' shared service.
  3425.      *
  3426.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3427.      */
  3428.     protected function getSecurity_EventDispatcher_ShuttleAdminService()
  3429.     {
  3430.         $this->privates['security.event_dispatcher.shuttle_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3431.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3432.             return ($this->privates['security.listener.shuttle_admin.user_provider'] ?? $this->load('getSecurity_Listener_ShuttleAdmin_UserProviderService'));
  3433.         }, => 'checkPassport'], 2048);
  3434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3435.             return ($this->privates['security.listener.session.shuttle_admin'] ?? $this->load('getSecurity_Listener_Session_ShuttleAdminService'));
  3436.         }, => 'onSuccessfulLogin'], 0);
  3437.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3438.             return ($this->privates['security.logout.listener.default.shuttle_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_ShuttleAdminService'));
  3439.         }, => 'onLogout'], 64);
  3440.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3441.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3442.         }, => 'preCheckCredentials'], 256);
  3443.         $instance->addListener('security.authentication.success', [=> function () {
  3444.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3445.         }, => 'postCheckCredentials'], 256);
  3446.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3447.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3448.         }, => 'checkPassport'], 1024);
  3449.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3450.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3451.         }, => 'checkPassport'], 256);
  3452.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3453.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3454.         }, => 'checkPassport'], 0);
  3455.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3456.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3457.         }, => 'onLoginSuccess'], 0);
  3458.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3459.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3460.         }, => 'checkPassport'], 512);
  3461.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3462.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3463.         }, => 'onLogout'], 0);
  3464.         return $instance;
  3465.     }
  3466.     /**
  3467.      * Gets the private 'security.firewall.map' shared service.
  3468.      *
  3469.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3470.      */
  3471.     protected function getSecurity_Firewall_MapService()
  3472.     {
  3473.         $a = ($this->privates['.service_locator.B5CP1xq'] ?? $this->get_ServiceLocator_B5CP1xqService());
  3474.         if (isset($this->privates['security.firewall.map'])) {
  3475.             return $this->privates['security.firewall.map'];
  3476.         }
  3477.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3478.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  3479.             yield 'security.firewall.map.context.oauth2_api' => ($this->privates['.security.request_matcher.26IQv_A'] ?? ($this->privates['.security.request_matcher.26IQv_A'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(authorize|token|oauthlogin|oauthlogout|graphql/internal)$')));
  3480.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  3481.             yield 'security.firewall.map.context.rookie_admin' => ($this->privates['.security.request_matcher.fL8OOq0'] ?? ($this->privates['.security.request_matcher.fL8OOq0'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/rookie/admin')));
  3482.             yield 'security.firewall.map.context.shuttle_admin' => ($this->privates['.security.request_matcher.6iuFbIw'] ?? ($this->privates['.security.request_matcher.6iuFbIw'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/berufsshuttle/admin')));
  3483.             yield 'security.firewall.map.context.rookie_day_admin' => ($this->privates['.security.request_matcher.eN3BIPL'] ?? ($this->privates['.security.request_matcher.eN3BIPL'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/rookieday/admin')));
  3484.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3485.         }, 7));
  3486.     }
  3487.     /**
  3488.      * Gets the private 'security.helper' shared service.
  3489.      *
  3490.      * @return \Symfony\Component\Security\Core\Security
  3491.      */
  3492.     protected function getSecurity_HelperService()
  3493.     {
  3494.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3495.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3496.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3497.         ], [
  3498.             'security.authorization_checker' => '?',
  3499.             'security.token_storage' => '?',
  3500.         ]));
  3501.     }
  3502.     /**
  3503.      * Gets the private 'security.logout_url_generator' shared service.
  3504.      *
  3505.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3506.      */
  3507.     protected function getSecurity_LogoutUrlGeneratorService()
  3508.     {
  3509.         $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()));
  3510.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3511.         $instance->registerListener('rookie_admin''rookie_admin_logout''logout''_csrf_token'NULLNULL);
  3512.         $instance->registerListener('shuttle_admin''shuttle_admin_logout''logout''_csrf_token'NULLNULL);
  3513.         $instance->registerListener('rookie_day_admin''rookie_day_admin_logout''logout''_csrf_token'NULLNULL);
  3514.         $instance->registerListener('main''security_logout''logout''_csrf_token'NULLNULL);
  3515.         return $instance;
  3516.     }
  3517.     /**
  3518.      * Gets the private 'security.password_hasher_factory' shared service.
  3519.      *
  3520.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  3521.      */
  3522.     protected function getSecurity_PasswordHasherFactoryService()
  3523.     {
  3524.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> 12=> '2y']], 'App\\Entity\\UserOperator' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> 12=> '2y']]]);
  3525.     }
  3526.     /**
  3527.      * Gets the private 'security.user_password_hasher' shared service.
  3528.      *
  3529.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  3530.      */
  3531.     protected function getSecurity_UserPasswordHasherService()
  3532.     {
  3533.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  3534.     }
  3535.     /**
  3536.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3537.      *
  3538.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3539.      */
  3540.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3541.     {
  3542.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3543.     }
  3544.     /**
  3545.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3546.      *
  3547.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3548.      */
  3549.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3550.     {
  3551.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3552.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3553.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3554.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3555.     }
  3556.     /**
  3557.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3558.      *
  3559.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3560.      */
  3561.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3562.     {
  3563.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3564.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3565.             return $this->privates['sensio_framework_extra.security.listener'];
  3566.         }
  3567.         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()), 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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3568.     }
  3569.     /**
  3570.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3571.      *
  3572.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3573.      */
  3574.     protected function getSensioFrameworkExtra_View_ListenerService()
  3575.     {
  3576.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  3577.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3578.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3579.         ], [
  3580.             'twig' => '?',
  3581.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3582.         return $instance;
  3583.     }
  3584.     /**
  3585.      * Gets the private 'session_listener' shared service.
  3586.      *
  3587.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3588.      */
  3589.     protected function getSessionListenerService()
  3590.     {
  3591.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3592.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3593.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3594.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3595.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3596.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3597.         ], [
  3598.             'initialized_session' => '?',
  3599.             'logger' => '?',
  3600.             'session' => '?',
  3601.             'session_collector' => '?',
  3602.             'session_factory' => '?',
  3603.         ]), true$this->parameters['session.storage.options']);
  3604.     }
  3605.     /**
  3606.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  3607.      *
  3608.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3609.      */
  3610.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  3611.     {
  3612.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3613.     }
  3614.     /**
  3615.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  3616.      *
  3617.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3618.      */
  3619.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3620.     {
  3621.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3622.     }
  3623.     /**
  3624.      * Gets the private 'sonata.admin.pool' shared service.
  3625.      *
  3626.      * @return \Sonata\AdminBundle\Admin\Pool
  3627.      */
  3628.     protected function getSonata_Admin_PoolService()
  3629.     {
  3630.         return $this->privates['sonata.admin.pool'] = new \Sonata\AdminBundle\Admin\Pool(($this->privates['.service_locator.Xbsa8iG'] ?? ($this->privates['.service_locator.Xbsa8iG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), [], [], []);
  3631.     }
  3632.     /**
  3633.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  3634.      *
  3635.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  3636.      */
  3637.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  3638.     {
  3639.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  3640.     }
  3641.     /**
  3642.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  3643.      *
  3644.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  3645.      */
  3646.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  3647.     {
  3648.         return $this->privates['sonata.admin.twig.canonicalize_runtime'] = new \Sonata\AdminBundle\Twig\CanonicalizeRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['sonata.form.twig.canonicalize_runtime'] ?? $this->getSonata_Form_Twig_CanonicalizeRuntimeService()));
  3649.     }
  3650.     /**
  3651.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  3652.      *
  3653.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  3654.      */
  3655.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  3656.     {
  3657.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3658.     }
  3659.     /**
  3660.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  3661.      *
  3662.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  3663.      */
  3664.     protected function getSonata_Admin_Twig_IconRuntimeService()
  3665.     {
  3666.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  3667.     }
  3668.     /**
  3669.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  3670.      *
  3671.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  3672.      */
  3673.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  3674.     {
  3675.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3676.     }
  3677.     /**
  3678.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  3679.      *
  3680.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  3681.      */
  3682.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  3683.     {
  3684.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3685.         if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  3686.             return $this->privates['sonata.admin.twig.security_runtime'];
  3687.         }
  3688.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  3689.     }
  3690.     /**
  3691.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  3692.      *
  3693.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  3694.      */
  3695.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  3696.     {
  3697.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3698.     }
  3699.     /**
  3700.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  3701.      *
  3702.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  3703.      */
  3704.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  3705.     {
  3706.         return $this->privates['sonata.admin.twig.template_registry_runtime'] = new \Sonata\AdminBundle\Twig\TemplateRegistryRuntime(($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3707.     }
  3708.     /**
  3709.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  3710.      *
  3711.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  3712.      */
  3713.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  3714.     {
  3715.         return $this->privates['sonata.admin.twig.xeditable_runtime'] = new \Sonata\AdminBundle\Twig\XEditableRuntime(($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  3716.     }
  3717.     /**
  3718.      * Gets the private 'sonata.block.templating.helper' shared service.
  3719.      *
  3720.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3721.      */
  3722.     protected function getSonata_Block_Templating_HelperService()
  3723.     {
  3724.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  3725.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3726.             return $this->privates['sonata.block.templating.helper'];
  3727.         }
  3728.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  3729.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3730.             return $this->privates['sonata.block.templating.helper'];
  3731.         }
  3732.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3733.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3734.             return $this->privates['sonata.block.templating.helper'];
  3735.         }
  3736.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper($a$b$c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3737.     }
  3738.     /**
  3739.      * Gets the private 'sonata.form.twig.canonicalize_runtime' shared service.
  3740.      *
  3741.      * @return \Sonata\Form\Twig\CanonicalizeRuntime
  3742.      */
  3743.     protected function getSonata_Form_Twig_CanonicalizeRuntimeService()
  3744.     {
  3745.         return $this->privates['sonata.form.twig.canonicalize_runtime'] = new \Sonata\Form\Twig\CanonicalizeRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3746.     }
  3747.     /**
  3748.      * Gets the private 'translator.default' shared service.
  3749.      *
  3750.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3751.      */
  3752.     protected function getTranslator_DefaultService()
  3753.     {
  3754.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3755.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3756.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3757.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3758.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3759.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3760.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3761.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3762.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3763.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3764.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3765.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3766.         ], [
  3767.             'translation.loader.csv' => '?',
  3768.             'translation.loader.dat' => '?',
  3769.             'translation.loader.ini' => '?',
  3770.             'translation.loader.json' => '?',
  3771.             'translation.loader.mo' => '?',
  3772.             'translation.loader.php' => '?',
  3773.             'translation.loader.po' => '?',
  3774.             'translation.loader.qt' => '?',
  3775.             'translation.loader.res' => '?',
  3776.             'translation.loader.xliff' => '?',
  3777.             'translation.loader.yml' => '?',
  3778.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'de', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bs.xliff')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.lb.xliff')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.sl.xliff')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Cyrl.xliff')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Latn.xliff')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations/SonataFormBundle.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/src/AdminBundle/translations'), => (\dirname(__DIR__4).'/src/ApiBundle/translations'), => (\dirname(__DIR__4).'/src/BackendBundle/translations'), 10 => (\dirname(__DIR__4).'/src/FrontendBundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/sonata-project/cache-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 25 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 34 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/translations'=> 'vendor/sonata-project/seo-bundle/src/Resources/translations'=> 'src/AdminBundle/translations'=> 'src/ApiBundle/translations'=> 'src/BackendBundle/translations'10 => 'src/FrontendBundle/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'14 => 'vendor/friendsofsymfony/elastica-bundle/src/translations'15 => 'vendor/jms/serializer-bundle/translations'16 => 'vendor/knplabs/knp-markdown-bundle/translations'17 => 'vendor/knplabs/knp-menu-bundle/translations'18 => 'vendor/league/oauth2-server-bundle/src/translations'19 => 'vendor/liip/imagine-bundle/translations'20 => 'vendor/overblog/graphql-bundle/src/translations'21 => 'vendor/overblog/graphiql-bundle/translations'22 => 'vendor/sensio/framework-extra-bundle/src/translations'23 => 'vendor/sonata-project/cache-bundle/src/translations'24 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'25 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'26 => 'vendor/symfony/framework-bundle/translations'27 => 'vendor/symfony/twig-bundle/translations'28 => 'vendor/symfony/web-profiler-bundle/translations'29 => 'vendor/symfony/monolog-bundle/translations'30 => 'vendor/symfony/debug-bundle/translations'31 => 'vendor/symfony/maker-bundle/src/translations'32 => 'vendor/symfony/security-bundle/translations'33 => 'vendor/twig/extra-bundle/translations'34 => 'translations']]], $this->parameters['kernel.enabled_locales']);
  3779.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3780.         $instance->setFallbackLocales($this->parameters['kernel.enabled_locales']);
  3781.         return $instance;
  3782.     }
  3783.     /**
  3784.      * Gets the private 'validator.builder' shared service.
  3785.      *
  3786.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3787.      */
  3788.     protected function getValidator_BuilderService()
  3789.     {
  3790.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3791.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3792.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3793.         if ($this->has('translator')) {
  3794.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3795.         }
  3796.         $instance->setTranslationDomain('validators');
  3797.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3798.         $instance->enableAnnotationMapping(true);
  3799.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3800.         $instance->addMethodMapping('loadValidatorMetadata');
  3801.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3802.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3803.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3804.         return $instance;
  3805.     }
  3806.     /**
  3807.      * Gets the private 'validator.validator_factory' shared service.
  3808.      *
  3809.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3810.      */
  3811.     protected function getValidator_ValidatorFactoryService()
  3812.     {
  3813.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3814.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3815.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3816.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3817.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3818.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3819.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3820.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3821.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3822.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3823.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3824.         ], [
  3825.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3826.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3827.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3828.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3829.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3830.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3831.             'doctrine.orm.validator.unique' => '?',
  3832.             'security.validator.user_password' => '?',
  3833.             'sonata.form.validator.inline' => '?',
  3834.             'validator.expression' => '?',
  3835.         ]));
  3836.     }
  3837.     /**
  3838.      * Gets the private 'var_dumper.html_dumper' shared service.
  3839.      *
  3840.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3841.      */
  3842.     protected function getVarDumper_HtmlDumperService()
  3843.     {
  3844.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3845.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3846.         return $instance;
  3847.     }
  3848.     /**
  3849.      * Gets the private 'var_dumper.server_connection' shared service.
  3850.      *
  3851.      * @return \Symfony\Component\VarDumper\Server\Connection
  3852.      */
  3853.     protected function getVarDumper_ServerConnectionService()
  3854.     {
  3855.         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()]);
  3856.     }
  3857.     /**
  3858.      * Gets the private 'web_profiler.csp.handler' shared service.
  3859.      *
  3860.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3861.      */
  3862.     protected function getWebProfiler_Csp_HandlerService()
  3863.     {
  3864.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3865.     }
  3866.     /**
  3867.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3868.      *
  3869.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3870.      */
  3871.     protected function getWebProfiler_DebugToolbarService()
  3872.     {
  3873.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3874.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3875.             return $this->privates['web_profiler.debug_toolbar'];
  3876.         }
  3877.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($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()));
  3878.     }
  3879.     /**
  3880.      * Gets the public 'cache_clearer' alias.
  3881.      *
  3882.      * @return object The ".container.private.cache_clearer" service.
  3883.      */
  3884.     protected function getCacheClearerService()
  3885.     {
  3886.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3887.         return $this->get('.container.private.cache_clearer');
  3888.     }
  3889.     /**
  3890.      * Gets the public 'filesystem' alias.
  3891.      *
  3892.      * @return object The ".container.private.filesystem" service.
  3893.      */
  3894.     protected function getFilesystemService()
  3895.     {
  3896.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3897.         return $this->get('.container.private.filesystem');
  3898.     }
  3899.     /**
  3900.      * Gets the public 'serializer' alias.
  3901.      *
  3902.      * @return object The ".container.private.serializer" service.
  3903.      */
  3904.     protected function getSerializerService()
  3905.     {
  3906.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3907.         return $this->get('.container.private.serializer');
  3908.     }
  3909.     /**
  3910.      * Gets the public 'security.csrf.token_manager' alias.
  3911.      *
  3912.      * @return object The ".container.private.security.csrf.token_manager" service.
  3913.      */
  3914.     protected function getSecurity_Csrf_TokenManagerService()
  3915.     {
  3916.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3917.         return $this->get('.container.private.security.csrf.token_manager');
  3918.     }
  3919.     /**
  3920.      * Gets the public 'form.factory' alias.
  3921.      *
  3922.      * @return object The ".container.private.form.factory" service.
  3923.      */
  3924.     protected function getForm_FactoryService()
  3925.     {
  3926.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3927.         return $this->get('.container.private.form.factory');
  3928.     }
  3929.     /**
  3930.      * Gets the public 'form.type.file' alias.
  3931.      *
  3932.      * @return object The ".container.private.form.type.file" service.
  3933.      */
  3934.     protected function getForm_Type_FileService()
  3935.     {
  3936.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3937.         return $this->get('.container.private.form.type.file');
  3938.     }
  3939.     /**
  3940.      * Gets the public 'profiler' alias.
  3941.      *
  3942.      * @return object The ".container.private.profiler" service.
  3943.      */
  3944.     protected function getProfilerService()
  3945.     {
  3946.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3947.         return $this->get('.container.private.profiler');
  3948.     }
  3949.     /**
  3950.      * Gets the public 'twig' alias.
  3951.      *
  3952.      * @return object The ".container.private.twig" service.
  3953.      */
  3954.     protected function getTwigService()
  3955.     {
  3956.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3957.         return $this->get('.container.private.twig');
  3958.     }
  3959.     /**
  3960.      * Gets the public 'security.authorization_checker' alias.
  3961.      *
  3962.      * @return object The ".container.private.security.authorization_checker" service.
  3963.      */
  3964.     protected function getSecurity_AuthorizationCheckerService()
  3965.     {
  3966.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3967.         return $this->get('.container.private.security.authorization_checker');
  3968.     }
  3969.     /**
  3970.      * Gets the public 'security.token_storage' alias.
  3971.      *
  3972.      * @return object The ".container.private.security.token_storage" service.
  3973.      */
  3974.     protected function getSecurity_TokenStorageService()
  3975.     {
  3976.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3977.         return $this->get('.container.private.security.token_storage');
  3978.     }
  3979.     /**
  3980.      * Gets the public 'security.password_encoder' alias.
  3981.      *
  3982.      * @return object The ".container.private.security.password_encoder" service.
  3983.      */
  3984.     protected function getSecurity_PasswordEncoderService()
  3985.     {
  3986.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3987.         return $this->get('.container.private.security.password_encoder');
  3988.     }
  3989.     /**
  3990.      * Gets the public 'session' alias.
  3991.      *
  3992.      * @return object The ".container.private.session" service.
  3993.      */
  3994.     protected function getSessionService()
  3995.     {
  3996.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3997.         return $this->get('.container.private.session');
  3998.     }
  3999.     /**
  4000.      * Gets the public 'validator' alias.
  4001.      *
  4002.      * @return object The ".container.private.validator" service.
  4003.      */
  4004.     protected function getValidatorService()
  4005.     {
  4006.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4007.         return $this->get('.container.private.validator');
  4008.     }
  4009.     /**
  4010.      * @return array|bool|float|int|string|\UnitEnum|null
  4011.      */
  4012.     public function getParameter(string $name)
  4013.     {
  4014.         if (isset($this->buildParameters[$name])) {
  4015.             return $this->buildParameters[$name];
  4016.         }
  4017.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4018.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4019.         }
  4020.         if (isset($this->loadedDynamicParameters[$name])) {
  4021.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4022.         }
  4023.         return $this->parameters[$name];
  4024.     }
  4025.     public function hasParameter(string $name): bool
  4026.     {
  4027.         if (isset($this->buildParameters[$name])) {
  4028.             return true;
  4029.         }
  4030.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4031.     }
  4032.     public function setParameter(string $name$value): void
  4033.     {
  4034.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4035.     }
  4036.     public function getParameterBag(): ParameterBagInterface
  4037.     {
  4038.         if (null === $this->parameterBag) {
  4039.             $parameters $this->parameters;
  4040.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4041.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4042.             }
  4043.             foreach ($this->buildParameters as $name => $value) {
  4044.                 $parameters[$name] = $value;
  4045.             }
  4046.             $this->parameterBag = new FrozenParameterBag($parameters);
  4047.         }
  4048.         return $this->parameterBag;
  4049.     }
  4050.     private $loadedDynamicParameters = [
  4051.         'kernel.runtime_environment' => false,
  4052.         'kernel.build_dir' => false,
  4053.         'kernel.cache_dir' => false,
  4054.         'frontend_domain' => false,
  4055.         'backend_domain' => false,
  4056.         'image_domain' => false,
  4057.         'etermin_public_key' => false,
  4058.         'etermin_private_key' => false,
  4059.         'doctrine.orm.proxy_dir' => false,
  4060.         'kernel.secret' => false,
  4061.         'debug.container.dump' => false,
  4062.         'serializer.mapping.cache.file' => false,
  4063.         'validator.mapping.cache.file' => false,
  4064.         'profiler.storage.dsn' => false,
  4065.     ];
  4066.     private $dynamicParameters = [];
  4067.     private function getDynamicParameter(string $name)
  4068.     {
  4069.         switch ($name) {
  4070.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4071.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4072.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4073.             case 'frontend_domain'$value $this->getEnv('FRONTEND_DOMAIN'); break;
  4074.             case 'backend_domain'$value $this->getEnv('BACKEND_DOMAIN'); break;
  4075.             case 'image_domain'$value $this->getEnv('IMAGE_DOMAIN'); break;
  4076.             case 'etermin_public_key'$value $this->getEnv('ETERMIN_PUBLIC_KEY'); break;
  4077.             case 'etermin_private_key'$value $this->getEnv('ETERMIN_PRIVATE_KEY'); break;
  4078.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4079.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4080.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4081.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4082.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4083.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4084.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4085.         }
  4086.         $this->loadedDynamicParameters[$name] = true;
  4087.         return $this->dynamicParameters[$name] = $value;
  4088.     }
  4089.     protected function getDefaultParameters(): array
  4090.     {
  4091.         return [
  4092.             'kernel.project_dir' => \dirname(__DIR__4),
  4093.             'kernel.environment' => 'dev',
  4094.             'kernel.debug' => true,
  4095.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4096.             'kernel.bundles' => [
  4097.                 'AdminBundle' => 'App\\AdminBundle\\AdminBundle',
  4098.                 'ApiBundle' => 'App\\ApiBundle\\ApiBundle',
  4099.                 'BackendBundle' => 'App\\BackendBundle\\BackendBundle',
  4100.                 'FrontendBundle' => 'App\\FrontendBundle\\FrontendBundle',
  4101.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4102.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4103.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  4104.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  4105.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4106.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  4107.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4108.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4109.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4110.                 'OverblogGraphQLBundle' => 'Overblog\\GraphQLBundle\\OverblogGraphQLBundle',
  4111.                 'OverblogGraphiQLBundle' => 'Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle',
  4112.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4113.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  4114.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  4115.                 'SonataCacheBundle' => 'Sonata\\CacheBundle\\SonataCacheBundle',
  4116.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  4117.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  4118.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle\\SonataFormBundle',
  4119.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  4120.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4121.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4122.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4123.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4124.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4125.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4126.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4127.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4128.             ],
  4129.             'kernel.bundles_metadata' => [
  4130.                 'AdminBundle' => [
  4131.                     'path' => (\dirname(__DIR__4).'/src/AdminBundle'),
  4132.                     'namespace' => 'App\\AdminBundle',
  4133.                 ],
  4134.                 'ApiBundle' => [
  4135.                     'path' => (\dirname(__DIR__4).'/src/ApiBundle'),
  4136.                     'namespace' => 'App\\ApiBundle',
  4137.                 ],
  4138.                 'BackendBundle' => [
  4139.                     'path' => (\dirname(__DIR__4).'/src/BackendBundle'),
  4140.                     'namespace' => 'App\\BackendBundle',
  4141.                 ],
  4142.                 'FrontendBundle' => [
  4143.                     'path' => (\dirname(__DIR__4).'/src/FrontendBundle'),
  4144.                     'namespace' => 'App\\FrontendBundle',
  4145.                 ],
  4146.                 'DoctrineBundle' => [
  4147.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4148.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4149.                 ],
  4150.                 'DoctrineMigrationsBundle' => [
  4151.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4152.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4153.                 ],
  4154.                 'FOSCKEditorBundle' => [
  4155.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  4156.                     'namespace' => 'FOS\\CKEditorBundle',
  4157.                 ],
  4158.                 'FOSElasticaBundle' => [
  4159.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  4160.                     'namespace' => 'FOS\\ElasticaBundle',
  4161.                 ],
  4162.                 'JMSSerializerBundle' => [
  4163.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  4164.                     'namespace' => 'JMS\\SerializerBundle',
  4165.                 ],
  4166.                 'KnpMarkdownBundle' => [
  4167.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  4168.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  4169.                 ],
  4170.                 'KnpMenuBundle' => [
  4171.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  4172.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4173.                 ],
  4174.                 'LeagueOAuth2ServerBundle' => [
  4175.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4176.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4177.                 ],
  4178.                 'LiipImagineBundle' => [
  4179.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4180.                     'namespace' => 'Liip\\ImagineBundle',
  4181.                 ],
  4182.                 'OverblogGraphQLBundle' => [
  4183.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src'),
  4184.                     'namespace' => 'Overblog\\GraphQLBundle',
  4185.                 ],
  4186.                 'OverblogGraphiQLBundle' => [
  4187.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle'),
  4188.                     'namespace' => 'Overblog\\GraphiQLBundle',
  4189.                 ],
  4190.                 'SensioFrameworkExtraBundle' => [
  4191.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4192.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4193.                 ],
  4194.                 'SonataBlockBundle' => [
  4195.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  4196.                     'namespace' => 'Sonata\\BlockBundle',
  4197.                 ],
  4198.                 'SonataAdminBundle' => [
  4199.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  4200.                     'namespace' => 'Sonata\\AdminBundle',
  4201.                 ],
  4202.                 'SonataCacheBundle' => [
  4203.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/cache-bundle/src'),
  4204.                     'namespace' => 'Sonata\\CacheBundle',
  4205.                 ],
  4206.                 'SonataDoctrineBundle' => [
  4207.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  4208.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  4209.                 ],
  4210.                 'SonataDoctrineORMAdminBundle' => [
  4211.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  4212.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  4213.                 ],
  4214.                 'SonataFormBundle' => [
  4215.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/..'),
  4216.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle',
  4217.                 ],
  4218.                 'SonataSeoBundle' => [
  4219.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  4220.                     'namespace' => 'Sonata\\SeoBundle',
  4221.                 ],
  4222.                 'FrameworkBundle' => [
  4223.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4224.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4225.                 ],
  4226.                 'TwigBundle' => [
  4227.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4228.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4229.                 ],
  4230.                 'WebProfilerBundle' => [
  4231.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4232.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4233.                 ],
  4234.                 'MonologBundle' => [
  4235.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4236.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4237.                 ],
  4238.                 'DebugBundle' => [
  4239.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4240.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4241.                 ],
  4242.                 'MakerBundle' => [
  4243.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4244.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4245.                 ],
  4246.                 'SecurityBundle' => [
  4247.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4248.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4249.                 ],
  4250.                 'TwigExtraBundle' => [
  4251.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4252.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4253.                 ],
  4254.             ],
  4255.             'kernel.charset' => 'UTF-8',
  4256.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4257.             'admin.authentication.handler.login_success_handler.class' => 'AdminBundle\\Authentication\\Handler\\LoginSuccessHandler',
  4258.             'admin.lastroute.class' => 'AdminBundle\\EventListener\\LastRouteListener',
  4259.             'sonata.media.admin.media.class' => 'AdminBundle\\Admin\\MediaAdmin',
  4260.             'sonata.media.admin.gallery.class' => 'AdminBundle\\Admin\\GalleryAdmin',
  4261.             'sonata.media.admin.gallery_has_media.class' => 'AdminBundle\\Admin\\GalleryHasMediaAdmin',
  4262.             'twig.asset_exists_extension.class' => 'App\\Twig\\AssetExistsExtension',
  4263.             'twig.date_helpers_extension.class' => 'App\\Twig\\DateHelpersExtension',
  4264.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4265.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4266.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4267.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4268.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4269.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4270.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4271.             'doctrine.entity_managers' => [
  4272.                 'default' => 'doctrine.orm.default_entity_manager',
  4273.             ],
  4274.             'doctrine.default_entity_manager' => 'default',
  4275.             'doctrine.dbal.connection_factory.types' => [
  4276.                 'oauth2_grant' => [
  4277.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  4278.                 ],
  4279.                 'oauth2_redirect_uri' => [
  4280.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  4281.                 ],
  4282.                 'oauth2_scope' => [
  4283.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  4284.                 ],
  4285.                 'uuid' => [
  4286.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  4287.                 ],
  4288.                 'json' => [
  4289.                     'class' => 'Sonata\\Doctrine\\Types\\JsonType',
  4290.                 ],
  4291.                 'ulid' => [
  4292.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4293.                 ],
  4294.             ],
  4295.             'doctrine.connections' => [
  4296.                 'default' => 'doctrine.dbal.default_connection',
  4297.             ],
  4298.             'doctrine.default_connection' => 'default',
  4299.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4300.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4301.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4302.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4303.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4304.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4305.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4306.             'doctrine.orm.cache.memcache_port' => 11211,
  4307.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4308.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4309.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4310.             'doctrine.orm.cache.memcached_port' => 11211,
  4311.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4312.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4313.             'doctrine.orm.cache.redis_host' => 'localhost',
  4314.             'doctrine.orm.cache.redis_port' => 6379,
  4315.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4316.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4317.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4318.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4319.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4320.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4321.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4322.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4323.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4324.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4325.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4326.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4327.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4328.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4329.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4330.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4331.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4332.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4333.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4334.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4335.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4336.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4337.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4338.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4339.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4340.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4341.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4342.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4343.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4344.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4345.             'doctrine.orm.auto_generate_proxy_classes' => false,
  4346.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4347.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4348.             'doctrine.migrations.preferred_em' => NULL,
  4349.             'doctrine.migrations.preferred_connection' => NULL,
  4350.             'fos_elastica.property_accessor.magicCall' => 0,
  4351.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
  4352.             'fos_elastica.default_index' => 'events',
  4353.             'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
  4354.             'knp_menu.renderer.list.options' => [
  4355.             ],
  4356.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  4357.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  4358.             'knp_menu.renderer.twig.options' => [
  4359.             ],
  4360.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4361.             'knp_menu.default_renderer' => 'twig',
  4362.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  4363.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  4364.             'league.oauth2_server.encryption_key' => '5jsptBuOQnuwC4SECyXd8FVa0BA1/Uxut/H3Yq5vHAk=',
  4365.             'league.oauth2_server.encryption_key.type' => 'plain',
  4366.             'league.oauth2_server.scopes.default' => [
  4367.                 => 'defaultscope',
  4368.             ],
  4369.             'liip_imagine.resolvers' => [
  4370.                 'default' => [
  4371.                     'web_path' => [
  4372.                         'web_root' => (\dirname(__DIR__4).'/public'),
  4373.                         'cache_prefix' => 'media/cache',
  4374.                     ],
  4375.                 ],
  4376.             ],
  4377.             'liip_imagine.loaders' => [
  4378.                 'default' => [
  4379.                     'filesystem' => [
  4380.                         'data_root' => [
  4381.                             => (\dirname(__DIR__4).'/public'),
  4382.                         ],
  4383.                         'locator' => 'filesystem',
  4384.                         'allow_unresolvable_data_roots' => false,
  4385.                         'bundle_resources' => [
  4386.                             'enabled' => false,
  4387.                             'access_control_type' => 'blacklist',
  4388.                             'access_control_list' => [
  4389.                             ],
  4390.                         ],
  4391.                     ],
  4392.                 ],
  4393.             ],
  4394.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4395.             'liip_imagine.jpegoptim.stripAll' => true,
  4396.             'liip_imagine.jpegoptim.max' => NULL,
  4397.             'liip_imagine.jpegoptim.progressive' => true,
  4398.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4399.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4400.             'liip_imagine.optipng.level' => 7,
  4401.             'liip_imagine.optipng.stripAll' => true,
  4402.             'liip_imagine.optipng.tempDir' => NULL,
  4403.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4404.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4405.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4406.             'liip_imagine.cwebp.tempDir' => NULL,
  4407.             'liip_imagine.cwebp.q' => 75,
  4408.             'liip_imagine.cwebp.alphaQ' => 100,
  4409.             'liip_imagine.cwebp.m' => 4,
  4410.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  4411.             'liip_imagine.cwebp.alphaMethod' => 1,
  4412.             'liip_imagine.cwebp.exact' => false,
  4413.             'liip_imagine.cwebp.metadata' => [
  4414.                 => 'none',
  4415.             ],
  4416.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  4417.             'liip_imagine.cache.resolver.default' => 'default',
  4418.             'liip_imagine.default_image' => NULL,
  4419.             'liip_imagine.filter_sets' => [
  4420.                 'cache' => [
  4421.                     'format' => 'webp',
  4422.                     'quality' => 100,
  4423.                     'jpeg_quality' => NULL,
  4424.                     'png_compression_level' => NULL,
  4425.                     'png_compression_filter' => NULL,
  4426.                     'animated' => false,
  4427.                     'cache' => NULL,
  4428.                     'data_loader' => NULL,
  4429.                     'default_image' => NULL,
  4430.                     'filters' => [
  4431.                     ],
  4432.                     'post_processors' => [
  4433.                     ],
  4434.                 ],
  4435.                 'tn_medium' => [
  4436.                     'format' => 'webp',
  4437.                     'quality' => 100,
  4438.                     'jpeg_quality' => NULL,
  4439.                     'png_compression_level' => NULL,
  4440.                     'png_compression_filter' => NULL,
  4441.                     'animated' => false,
  4442.                     'cache' => NULL,
  4443.                     'data_loader' => NULL,
  4444.                     'default_image' => NULL,
  4445.                     'filters' => [
  4446.                         'relative_resize' => [
  4447.                             'widen' => 527,
  4448.                         ],
  4449.                     ],
  4450.                     'post_processors' => [
  4451.                     ],
  4452.                 ],
  4453.                 'tn_portrait' => [
  4454.                     'format' => 'webp',
  4455.                     'quality' => 100,
  4456.                     'jpeg_quality' => NULL,
  4457.                     'png_compression_level' => NULL,
  4458.                     'png_compression_filter' => NULL,
  4459.                     'animated' => false,
  4460.                     'cache' => NULL,
  4461.                     'data_loader' => NULL,
  4462.                     'default_image' => NULL,
  4463.                     'filters' => [
  4464.                         'relative_resize' => [
  4465.                             'widen' => 1000,
  4466.                         ],
  4467.                     ],
  4468.                     'post_processors' => [
  4469.                     ],
  4470.                 ],
  4471.                 'tn_landscape' => [
  4472.                     'format' => 'webp',
  4473.                     'quality' => 100,
  4474.                     'jpeg_quality' => NULL,
  4475.                     'png_compression_level' => NULL,
  4476.                     'png_compression_filter' => NULL,
  4477.                     'animated' => false,
  4478.                     'cache' => NULL,
  4479.                     'data_loader' => NULL,
  4480.                     'default_image' => NULL,
  4481.                     'filters' => [
  4482.                         'relative_resize' => [
  4483.                             'widen' => 1240,
  4484.                         ],
  4485.                     ],
  4486.                     'post_processors' => [
  4487.                     ],
  4488.                 ],
  4489.                 'tn_large' => [
  4490.                     'format' => 'webp',
  4491.                     'quality' => 100,
  4492.                     'jpeg_quality' => NULL,
  4493.                     'png_compression_level' => NULL,
  4494.                     'png_compression_filter' => NULL,
  4495.                     'animated' => false,
  4496.                     'cache' => NULL,
  4497.                     'data_loader' => NULL,
  4498.                     'default_image' => NULL,
  4499.                     'filters' => [
  4500.                         'relative_resize' => [
  4501.                             'widen' => 1560,
  4502.                         ],
  4503.                     ],
  4504.                     'post_processors' => [
  4505.                     ],
  4506.                 ],
  4507.                 'tn_xlarge' => [
  4508.                     'format' => 'webp',
  4509.                     'quality' => 100,
  4510.                     'jpeg_quality' => NULL,
  4511.                     'png_compression_level' => NULL,
  4512.                     'png_compression_filter' => NULL,
  4513.                     'animated' => false,
  4514.                     'cache' => NULL,
  4515.                     'data_loader' => NULL,
  4516.                     'default_image' => NULL,
  4517.                     'filters' => [
  4518.                         'relative_resize' => [
  4519.                             'widen' => 1900,
  4520.                         ],
  4521.                     ],
  4522.                     'post_processors' => [
  4523.                     ],
  4524.                 ],
  4525.                 'tn_huge' => [
  4526.                     'format' => 'webp',
  4527.                     'quality' => 100,
  4528.                     'jpeg_quality' => NULL,
  4529.                     'png_compression_level' => NULL,
  4530.                     'png_compression_filter' => NULL,
  4531.                     'animated' => false,
  4532.                     'cache' => NULL,
  4533.                     'data_loader' => NULL,
  4534.                     'default_image' => NULL,
  4535.                     'filters' => [
  4536.                         'relative_resize' => [
  4537.                             'widen' => 2800,
  4538.                         ],
  4539.                     ],
  4540.                     'post_processors' => [
  4541.                     ],
  4542.                 ],
  4543.             ],
  4544.             'liip_imagine.binary.loader.default' => 'default',
  4545.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4546.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4547.             'liip_imagine.webp.generate' => false,
  4548.             'liip_imagine.webp.options' => [
  4549.                 'quality' => 100,
  4550.                 'cache' => NULL,
  4551.                 'data_loader' => NULL,
  4552.                 'post_processors' => [
  4553.                 ],
  4554.             ],
  4555.             'overblog_graphql_types.config' => [
  4556.                 'InternalMutation' => [
  4557.                     'type' => 'object',
  4558.                     'inherits' => [
  4559.                         => 'InternalMutationBoPartnerProfile',
  4560.                         => 'InternalMutationCompanyProfile',
  4561.                         => 'InternalMutationSchoolProfile',
  4562.                     ],
  4563.                     'class_name' => 'InternalMutationType',
  4564.                     'decorator' => false,
  4565.                     'config' => [
  4566.                         'description' => 'Internal Mutation',
  4567.                         'fields' => [
  4568.                             'addBoPartnerProfileContact' => [
  4569.                                 'type' => 'ProfileUpdateResponse!',
  4570.                                 'args' => [
  4571.                                     'profileID' => [
  4572.                                         'description' => 'The profile id',
  4573.                                         'type' => 'Int!',
  4574.                                     ],
  4575.                                     'contact' => [
  4576.                                         'description' => 'The contact data',
  4577.                                         'type' => 'InContactPerson!',
  4578.                                     ],
  4579.                                 ],
  4580.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addContact", args["profileID"], args["contact"])',
  4581.                             ],
  4582.                             'removeBoPartnerProfileContact' => [
  4583.                                 'type' => 'ProfileUpdateResponse!',
  4584.                                 'args' => [
  4585.                                     'profileID' => [
  4586.                                         'description' => 'The profile id',
  4587.                                         'type' => 'Int!',
  4588.                                     ],
  4589.                                     'contactID' => [
  4590.                                         'description' => 'The contact id',
  4591.                                         'type' => 'Int!',
  4592.                                     ],
  4593.                                 ],
  4594.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeContact", args["profileID"], args["contactID"])',
  4595.                             ],
  4596.                             'updateBoPartnerProfileContact' => [
  4597.                                 'type' => 'ProfileUpdateResponse!',
  4598.                                 'args' => [
  4599.                                     'profileID' => [
  4600.                                         'description' => 'The profile id',
  4601.                                         'type' => 'Int!',
  4602.                                     ],
  4603.                                     'contactID' => [
  4604.                                         'description' => 'The contact id',
  4605.                                         'type' => 'Int!',
  4606.                                     ],
  4607.                                     'contact' => [
  4608.                                         'description' => 'The contact data',
  4609.                                         'type' => 'InContactPerson!',
  4610.                                     ],
  4611.                                 ],
  4612.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  4613.                             ],
  4614.                             'updateBoPartnerProfileLinks' => [
  4615.                                 'type' => 'ProfileUpdateResponse!',
  4616.                                 'args' => [
  4617.                                     'profileID' => [
  4618.                                         'description' => 'The profile id',
  4619.                                         'type' => 'Int!',
  4620.                                     ],
  4621.                                     'links' => [
  4622.                                         'description' => 'The link urls',
  4623.                                         'type' => 'InLinks!',
  4624.                                     ],
  4625.                                 ],
  4626.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLinks", args["profileID"], args["links"])',
  4627.                             ],
  4628.                             'addBoPartnerProfileLocation' => [
  4629.                                 'type' => 'ProfileUpdateResponse!',
  4630.                                 'args' => [
  4631.                                     'profileID' => [
  4632.                                         'description' => 'The profile id',
  4633.                                         'type' => 'Int!',
  4634.                                     ],
  4635.                                     'location' => [
  4636.                                         'description' => 'The location data',
  4637.                                         'type' => 'InLocation!',
  4638.                                     ],
  4639.                                 ],
  4640.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addLocation", args["profileID"], args["location"])',
  4641.                             ],
  4642.                             'removeBoPartnerProfileLocation' => [
  4643.                                 'type' => 'ProfileUpdateResponse!',
  4644.                                 'args' => [
  4645.                                     'profileID' => [
  4646.                                         'description' => 'The profile id',
  4647.                                         'type' => 'Int!',
  4648.                                     ],
  4649.                                     'locationID' => [
  4650.                                         'description' => 'The location ID',
  4651.                                         'type' => 'Int!',
  4652.                                     ],
  4653.                                 ],
  4654.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  4655.                             ],
  4656.                             'updateBoPartnerProfileLocation' => [
  4657.                                 'type' => 'ProfileUpdateResponse!',
  4658.                                 'args' => [
  4659.                                     'profileID' => [
  4660.                                         'description' => 'The profile id',
  4661.                                         'type' => 'Int!',
  4662.                                     ],
  4663.                                     'locationID' => [
  4664.                                         'description' => 'The location ID',
  4665.                                         'type' => 'Int!',
  4666.                                     ],
  4667.                                     'location' => [
  4668.                                         'description' => 'The location data',
  4669.                                         'type' => 'InLocation!',
  4670.                                     ],
  4671.                                 ],
  4672.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  4673.                             ],
  4674.                             'toggleBoPartnerProfileOffer' => [
  4675.                                 'type' => 'ProfileUpdateResponse!',
  4676.                                 'args' => [
  4677.                                     'profileID' => [
  4678.                                         'description' => 'The profile id',
  4679.                                         'type' => 'Int!',
  4680.                                     ],
  4681.                                     'offerID' => [
  4682.                                         'description' => 'The offer id',
  4683.                                         'type' => 'Int!',
  4684.                                     ],
  4685.                                     'enable' => [
  4686.                                         'description' => 'enable or disable',
  4687.                                         'type' => 'Boolean!',
  4688.                                     ],
  4689.                                 ],
  4690.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  4691.                             ],
  4692.                             'updateBoPartnerProfileDescription' => [
  4693.                                 'type' => 'ProfileUpdateResponse!',
  4694.                                 'args' => [
  4695.                                     'profileID' => [
  4696.                                         'description' => 'The profile id',
  4697.                                         'type' => 'Int!',
  4698.                                     ],
  4699.                                     'description' => [
  4700.                                         'description' => 'The company profile description',
  4701.                                         'type' => 'String!',
  4702.                                     ],
  4703.                                 ],
  4704.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateDescription", args["profileID"], args["description"])',
  4705.                             ],
  4706.                             'updateBoPartnerProfileEducationInformation' => [
  4707.                                 'type' => 'ProfileUpdateResponse!',
  4708.                                 'args' => [
  4709.                                     'profileID' => [
  4710.                                         'description' => 'The profile id',
  4711.                                         'type' => 'Int!',
  4712.                                     ],
  4713.                                     'educationInformation' => [
  4714.                                         'description' => 'The education information',
  4715.                                         'type' => 'String!',
  4716.                                     ],
  4717.                                 ],
  4718.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  4719.                             ],
  4720.                             'updateBoPartnerProfileHeader' => [
  4721.                                 'type' => 'ProfileUpdateResponse!',
  4722.                                 'args' => [
  4723.                                     'profileID' => [
  4724.                                         'description' => 'The profile id',
  4725.                                         'type' => 'Int!',
  4726.                                     ],
  4727.                                     'headerPicture' => [
  4728.                                         'description' => 'The picture of the header',
  4729.                                         'type' => 'PictureUploadFile!',
  4730.                                     ],
  4731.                                     'copyright' => [
  4732.                                         'description' => 'The copyright of the picture',
  4733.                                         'type' => 'String',
  4734.                                     ],
  4735.                                 ],
  4736.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateHeaderPicture", args["profileID"], args["headerPicture"], args["copyright"])',
  4737.                             ],
  4738.                             'updateBoPartnerProfileLogo' => [
  4739.                                 'type' => 'ProfileUpdateResponse!',
  4740.                                 'args' => [
  4741.                                     'profileID' => [
  4742.                                         'description' => 'The profile id',
  4743.                                         'type' => 'Int!',
  4744.                                     ],
  4745.                                     'logo' => [
  4746.                                         'description' => 'The picture of the logo',
  4747.                                         'type' => 'PictureUploadFile!',
  4748.                                     ],
  4749.                                     'copyright' => [
  4750.                                         'description' => 'The copyright of the picture',
  4751.                                         'type' => 'String',
  4752.                                     ],
  4753.                                 ],
  4754.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  4755.                             ],
  4756.                             'updateBoPartnerProfileName' => [
  4757.                                 'type' => 'ProfileUpdateResponse!',
  4758.                                 'args' => [
  4759.                                     'profileID' => [
  4760.                                         'description' => 'The profile id',
  4761.                                         'type' => 'Int!',
  4762.                                     ],
  4763.                                     'name' => [
  4764.                                         'description' => 'The new profile name',
  4765.                                         'type' => 'String!',
  4766.                                     ],
  4767.                                 ],
  4768.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateName", args["profileID"], args["name"])',
  4769.                             ],
  4770.                             'addCompanyProfileContact' => [
  4771.                                 'type' => 'ProfileUpdateResponse!',
  4772.                                 'args' => [
  4773.                                     'profileID' => [
  4774.                                         'description' => 'The profile id',
  4775.                                         'type' => 'Int!',
  4776.                                     ],
  4777.                                     'contact' => [
  4778.                                         'description' => 'The contact data',
  4779.                                         'type' => 'InContactPerson!',
  4780.                                     ],
  4781.                                 ],
  4782.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addContact", args["profileID"], args["contact"])',
  4783.                             ],
  4784.                             'removeCompanyProfileContact' => [
  4785.                                 'type' => 'ProfileUpdateResponse!',
  4786.                                 'args' => [
  4787.                                     'profileID' => [
  4788.                                         'description' => 'The profile id',
  4789.                                         'type' => 'Int!',
  4790.                                     ],
  4791.                                     'contactID' => [
  4792.                                         'description' => 'The contact id',
  4793.                                         'type' => 'Int!',
  4794.                                     ],
  4795.                                 ],
  4796.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeContact", args["profileID"], args["contactID"])',
  4797.                             ],
  4798.                             'updateCompanyProfileContact' => [
  4799.                                 'type' => 'ProfileUpdateResponse!',
  4800.                                 'args' => [
  4801.                                     'profileID' => [
  4802.                                         'description' => 'The profile id',
  4803.                                         'type' => 'Int!',
  4804.                                     ],
  4805.                                     'contactID' => [
  4806.                                         'description' => 'The contact id',
  4807.                                         'type' => 'Int!',
  4808.                                     ],
  4809.                                     'contact' => [
  4810.                                         'description' => 'The contact data',
  4811.                                         'type' => 'InContactPerson!',
  4812.                                     ],
  4813.                                 ],
  4814.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  4815.                             ],
  4816.                             'updateCompanyProfileLinks' => [
  4817.                                 'type' => 'ProfileUpdateResponse!',
  4818.                                 'args' => [
  4819.                                     'profileID' => [
  4820.                                         'description' => 'The profile id',
  4821.                                         'type' => 'Int!',
  4822.                                     ],
  4823.                                     'links' => [
  4824.                                         'description' => 'The link urls',
  4825.                                         'type' => 'InLinks!',
  4826.                                     ],
  4827.                                 ],
  4828.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLinks", args["profileID"], args["links"])',
  4829.                             ],
  4830.                             'addCompanyProfileLocation' => [
  4831.                                 'type' => 'ProfileUpdateResponse!',
  4832.                                 'args' => [
  4833.                                     'profileID' => [
  4834.                                         'description' => 'The profile id',
  4835.                                         'type' => 'Int!',
  4836.                                     ],
  4837.                                     'location' => [
  4838.                                         'description' => 'The location data',
  4839.                                         'type' => 'InLocation!',
  4840.                                     ],
  4841.                                 ],
  4842.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addLocation", args["profileID"], args["location"])',
  4843.                             ],
  4844.                             'removeCompanyProfileLocation' => [
  4845.                                 'type' => 'ProfileUpdateResponse!',
  4846.                                 'args' => [
  4847.                                     'profileID' => [
  4848.                                         'description' => 'The profile id',
  4849.                                         'type' => 'Int!',
  4850.                                     ],
  4851.                                     'locationID' => [
  4852.                                         'description' => 'The location ID',
  4853.                                         'type' => 'Int!',
  4854.                                     ],
  4855.                                 ],
  4856.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  4857.                             ],
  4858.                             'updateCompanyProfileLocation' => [
  4859.                                 'type' => 'ProfileUpdateResponse!',
  4860.                                 'args' => [
  4861.                                     'profileID' => [
  4862.                                         'description' => 'The profile id',
  4863.                                         'type' => 'Int!',
  4864.                                     ],
  4865.                                     'locationID' => [
  4866.                                         'description' => 'The location ID',
  4867.                                         'type' => 'Int!',
  4868.                                     ],
  4869.                                     'location' => [
  4870.                                         'description' => 'The location data',
  4871.                                         'type' => 'InLocation!',
  4872.                                     ],
  4873.                                 ],
  4874.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  4875.                             ],
  4876.                             'toggleCompanyProfileBenefit' => [
  4877.                                 'type' => 'ProfileUpdateResponse!',
  4878.                                 'args' => [
  4879.                                     'profileID' => [
  4880.                                         'description' => 'The profile id',
  4881.                                         'type' => 'Int!',
  4882.                                     ],
  4883.                                     'benefitID' => [
  4884.                                         'description' => 'The benefit id',
  4885.                                         'type' => 'Int!',
  4886.                                     ],
  4887.                                     'enable' => [
  4888.                                         'description' => 'enable or disable',
  4889.                                         'type' => 'Boolean!',
  4890.                                     ],
  4891.                                 ],
  4892.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleBenefit", args["profileID"], args["benefitID"], args["enable"])',
  4893.                             ],
  4894.                             'toggleCompanyProfileCertificate' => [
  4895.                                 'type' => 'ProfileUpdateResponse!',
  4896.                                 'args' => [
  4897.                                     'profileID' => [
  4898.                                         'description' => 'The profile id',
  4899.                                         'type' => 'Int!',
  4900.                                     ],
  4901.                                     'certificateID' => [
  4902.                                         'description' => 'The certificate id',
  4903.                                         'type' => 'Int!',
  4904.                                     ],
  4905.                                     'enable' => [
  4906.                                         'description' => 'enable or disable',
  4907.                                         'type' => 'Boolean!',
  4908.                                     ],
  4909.                                 ],
  4910.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleCertificate", args["profileID"], args["certificateID"], args["enable"])',
  4911.                             ],
  4912.                             'toggleCompanyProfileJob' => [
  4913.                                 'type' => 'ProfileUpdateResponse!',
  4914.                                 'args' => [
  4915.                                     'profileID' => [
  4916.                                         'description' => 'The profile id',
  4917.                                         'type' => 'Int!',
  4918.                                     ],
  4919.                                     'jobID' => [
  4920.                                         'description' => 'The job id',
  4921.                                         'type' => 'Int!',
  4922.                                     ],
  4923.                                     'enable' => [
  4924.                                         'description' => 'enable or disable',
  4925.                                         'type' => 'Boolean!',
  4926.                                     ],
  4927.                                 ],
  4928.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  4929.                             ],
  4930.                             'toggleCompanyProfileOffer' => [
  4931.                                 'type' => 'ProfileUpdateResponse!',
  4932.                                 'args' => [
  4933.                                     'profileID' => [
  4934.                                         'description' => 'The profile id',
  4935.                                         'type' => 'Int!',
  4936.                                     ],
  4937.                                     'offerID' => [
  4938.                                         'description' => 'The offer id',
  4939.                                         'type' => 'Int!',
  4940.                                     ],
  4941.                                     'enable' => [
  4942.                                         'description' => 'enable or disable',
  4943.                                         'type' => 'Boolean!',
  4944.                                     ],
  4945.                                 ],
  4946.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  4947.                             ],
  4948.                             'updateCompanyProfileDescription' => [
  4949.                                 'type' => 'ProfileUpdateResponse!',
  4950.                                 'args' => [
  4951.                                     'profileID' => [
  4952.                                         'description' => 'The profile id',
  4953.                                         'type' => 'Int!',
  4954.                                     ],
  4955.                                     'description' => [
  4956.                                         'description' => 'The company profile description',
  4957.                                         'type' => 'String!',
  4958.                                     ],
  4959.                                 ],
  4960.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateDescription", args["profileID"], args["description"])',
  4961.                             ],
  4962.                             'updateCompanyProfileEducationInformation' => [
  4963.                                 'type' => 'ProfileUpdateResponse!',
  4964.                                 'args' => [
  4965.                                     'profileID' => [
  4966.                                         'description' => 'The profile id',
  4967.                                         'type' => 'Int!',
  4968.                                     ],
  4969.                                     'educationInformation' => [
  4970.                                         'description' => 'The education information',
  4971.                                         'type' => 'String!',
  4972.                                     ],
  4973.                                 ],
  4974.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  4975.                             ],
  4976.                             'updateCompanyProfileHeader' => [
  4977.                                 'type' => 'ProfileUpdateResponse!',
  4978.                                 'args' => [
  4979.                                     'profileID' => [
  4980.                                         'description' => 'The profile id',
  4981.                                         'type' => 'Int!',
  4982.                                     ],
  4983.                                     'headerPicture' => [
  4984.                                         'description' => 'The picture of the header',
  4985.                                         'type' => 'PictureUploadFile!',
  4986.                                     ],
  4987.                                     'copyright' => [
  4988.                                         'description' => 'The copyright of the picture',
  4989.                                         'type' => 'String',
  4990.                                     ],
  4991.                                 ],
  4992.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateHeaderPicture", args["profileID"], args["headerPicture"], args["copyright"])',
  4993.                             ],
  4994.                             'updateCompanyProfileLogo' => [
  4995.                                 'type' => 'ProfileUpdateResponse!',
  4996.                                 'args' => [
  4997.                                     'profileID' => [
  4998.                                         'description' => 'The profile id',
  4999.                                         'type' => 'Int!',
  5000.                                     ],
  5001.                                     'logo' => [
  5002.                                         'description' => 'The picture of the logo',
  5003.                                         'type' => 'PictureUploadFile!',
  5004.                                     ],
  5005.                                     'copyright' => [
  5006.                                         'description' => 'The copyright of the picture',
  5007.                                         'type' => 'String',
  5008.                                     ],
  5009.                                 ],
  5010.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  5011.                             ],
  5012.                             'updateCompanyProfileName' => [
  5013.                                 'type' => 'ProfileUpdateResponse!',
  5014.                                 'args' => [
  5015.                                     'profileID' => [
  5016.                                         'description' => 'The profile id',
  5017.                                         'type' => 'Int!',
  5018.                                     ],
  5019.                                     'name' => [
  5020.                                         'description' => 'The new profile name',
  5021.                                         'type' => 'String!',
  5022.                                     ],
  5023.                                 ],
  5024.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateName", args["profileID"], args["name"])',
  5025.                             ],
  5026.                             'updateCompanyProfileYearOfFoundation' => [
  5027.                                 'type' => 'ProfileUpdateResponse!',
  5028.                                 'args' => [
  5029.                                     'profileID' => [
  5030.                                         'description' => 'The profile id',
  5031.                                         'type' => 'Int!',
  5032.                                     ],
  5033.                                     'year' => [
  5034.                                         'description' => 'The year of foundation',
  5035.                                         'type' => 'Int!',
  5036.                                     ],
  5037.                                 ],
  5038.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateYearFoundation", args["profileID"], args["year"])',
  5039.                             ],
  5040.                             'addSchoolProfileContact' => [
  5041.                                 'type' => 'ProfileUpdateResponse!',
  5042.                                 'args' => [
  5043.                                     'profileID' => [
  5044.                                         'description' => 'The profile id',
  5045.                                         'type' => 'Int!',
  5046.                                     ],
  5047.                                     'contact' => [
  5048.                                         'description' => 'The contact data',
  5049.                                         'type' => 'InContactPerson!',
  5050.                                     ],
  5051.                                 ],
  5052.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addContact", args["profileID"], args["contact"])',
  5053.                             ],
  5054.                             'removeSchoolProfileContact' => [
  5055.                                 'type' => 'ProfileUpdateResponse!',
  5056.                                 'args' => [
  5057.                                     'profileID' => [
  5058.                                         'description' => 'The profile id',
  5059.                                         'type' => 'Int!',
  5060.                                     ],
  5061.                                     'contactID' => [
  5062.                                         'description' => 'The contact id',
  5063.                                         'type' => 'Int!',
  5064.                                     ],
  5065.                                 ],
  5066.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeContact", args["profileID"], args["contactID"])',
  5067.                             ],
  5068.                             'updateSchoolProfileContact' => [
  5069.                                 'type' => 'ProfileUpdateResponse!',
  5070.                                 'args' => [
  5071.                                     'profileID' => [
  5072.                                         'description' => 'The profile id',
  5073.                                         'type' => 'Int!',
  5074.                                     ],
  5075.                                     'contactID' => [
  5076.                                         'description' => 'The contact id',
  5077.                                         'type' => 'Int!',
  5078.                                     ],
  5079.                                     'contact' => [
  5080.                                         'description' => 'The contact data',
  5081.                                         'type' => 'InContactPerson!',
  5082.                                     ],
  5083.                                 ],
  5084.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  5085.                             ],
  5086.                             'updateSchoolProfileLinks' => [
  5087.                                 'type' => 'ProfileUpdateResponse!',
  5088.                                 'args' => [
  5089.                                     'profileID' => [
  5090.                                         'description' => 'The profile id',
  5091.                                         'type' => 'Int!',
  5092.                                     ],
  5093.                                     'links' => [
  5094.                                         'description' => 'The link urls',
  5095.                                         'type' => 'InLinks!',
  5096.                                     ],
  5097.                                 ],
  5098.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLinks", args["profileID"], args["links"])',
  5099.                             ],
  5100.                             'addSchoolProfileLocation' => [
  5101.                                 'type' => 'ProfileUpdateResponse!',
  5102.                                 'args' => [
  5103.                                     'profileID' => [
  5104.                                         'description' => 'The profile id',
  5105.                                         'type' => 'Int!',
  5106.                                     ],
  5107.                                     'location' => [
  5108.                                         'description' => 'The location data',
  5109.                                         'type' => 'InLocation!',
  5110.                                     ],
  5111.                                 ],
  5112.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addLocation", args["profileID"], args["location"])',
  5113.                             ],
  5114.                             'removeSchoolProfileLocation' => [
  5115.                                 'type' => 'ProfileUpdateResponse!',
  5116.                                 'args' => [
  5117.                                     'profileID' => [
  5118.                                         'description' => 'The profile id',
  5119.                                         'type' => 'Int!',
  5120.                                     ],
  5121.                                     'locationID' => [
  5122.                                         'description' => 'The location ID',
  5123.                                         'type' => 'Int!',
  5124.                                     ],
  5125.                                 ],
  5126.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  5127.                             ],
  5128.                             'updateSchoolProfileLocation' => [
  5129.                                 'type' => 'ProfileUpdateResponse!',
  5130.                                 'args' => [
  5131.                                     'profileID' => [
  5132.                                         'description' => 'The profile id',
  5133.                                         'type' => 'Int!',
  5134.                                     ],
  5135.                                     'locationID' => [
  5136.                                         'description' => 'The location ID',
  5137.                                         'type' => 'Int!',
  5138.                                     ],
  5139.                                     'location' => [
  5140.                                         'description' => 'The location data',
  5141.                                         'type' => 'InLocation!',
  5142.                                     ],
  5143.                                 ],
  5144.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  5145.                             ],
  5146.                             'toggleSchoolProfileOffer' => [
  5147.                                 'type' => 'ProfileUpdateResponse!',
  5148.                                 'args' => [
  5149.                                     'profileID' => [
  5150.                                         'description' => 'The profile id',
  5151.                                         'type' => 'Int!',
  5152.                                     ],
  5153.                                     'offerID' => [
  5154.                                         'description' => 'The offer id',
  5155.                                         'type' => 'Int!',
  5156.                                     ],
  5157.                                     'enable' => [
  5158.                                         'description' => 'enable or disable',
  5159.                                         'type' => 'Boolean!',
  5160.                                     ],
  5161.                                 ],
  5162.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  5163.                             ],
  5164.                             'updateSchoolProfileDescription' => [
  5165.                                 'type' => 'ProfileUpdateResponse!',
  5166.                                 'args' => [
  5167.                                     'profileID' => [
  5168.                                         'description' => 'The profile id',
  5169.                                         'type' => 'Int!',
  5170.                                     ],
  5171.                                     'description' => [
  5172.                                         'description' => 'The company profile description',
  5173.                                         'type' => 'String!',
  5174.                                     ],
  5175.                                 ],
  5176.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateDescription", args["profileID"], args["description"])',
  5177.                             ],
  5178.                             'updateSchoolProfileEducationInformation' => [
  5179.                                 'type' => 'ProfileUpdateResponse!',
  5180.                                 'args' => [
  5181.                                     'profileID' => [
  5182.                                         'description' => 'The profile id',
  5183.                                         'type' => 'Int!',
  5184.                                     ],
  5185.                                     'educationInformation' => [
  5186.                                         'description' => 'The education information',
  5187.                                         'type' => 'String!',
  5188.                                     ],
  5189.                                 ],
  5190.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  5191.                             ],
  5192.                             'updateSchoolProfileHeader' => [
  5193.                                 'type' => 'ProfileUpdateResponse!',
  5194.                                 'args' => [
  5195.                                     'profileID' => [
  5196.                                         'description' => 'The profile id',
  5197.                                         'type' => 'Int!',
  5198.                                     ],
  5199.                                     'headerPicture' => [
  5200.                                         'description' => 'The picture of the header',
  5201.                                         'type' => 'PictureUploadFile!',
  5202.                                     ],
  5203.                                     'copyright' => [
  5204.                                         'description' => 'The copyright of the picture',
  5205.                                         'type' => 'String',
  5206.                                     ],
  5207.                                 ],
  5208.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateHeaderPicture", args["profileID"], args["headerPicture"], args["copyright"])',
  5209.                             ],
  5210.                             'updateSchoolProfileLogo' => [
  5211.                                 'type' => 'ProfileUpdateResponse!',
  5212.                                 'args' => [
  5213.                                     'profileID' => [
  5214.                                         'description' => 'The profile id',
  5215.                                         'type' => 'Int!',
  5216.                                     ],
  5217.                                     'logo' => [
  5218.                                         'description' => 'The picture of the logo',
  5219.                                         'type' => 'PictureUploadFile!',
  5220.                                     ],
  5221.                                     'copyright' => [
  5222.                                         'description' => 'The copyright of the picture',
  5223.                                         'type' => 'String',
  5224.                                     ],
  5225.                                 ],
  5226.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  5227.                             ],
  5228.                             'updateSchoolProfileName' => [
  5229.                                 'type' => 'ProfileUpdateResponse!',
  5230.                                 'args' => [
  5231.                                     'profileID' => [
  5232.                                         'description' => 'The profile id',
  5233.                                         'type' => 'Int!',
  5234.                                     ],
  5235.                                     'name' => [
  5236.                                         'description' => 'The new profile name',
  5237.                                         'type' => 'String!',
  5238.                                     ],
  5239.                                 ],
  5240.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateName", args["profileID"], args["name"])',
  5241.                             ],
  5242.                         ],
  5243.                         'name' => 'InternalMutation',
  5244.                         'builders' => [
  5245.                         ],
  5246.                         'interfaces' => [
  5247.                         ],
  5248.                     ],
  5249.                 ],
  5250.                 'DefaultQuery' => [
  5251.                     'type' => 'object',
  5252.                     'inherits' => [
  5253.                         => 'DefaultQueryAddress',
  5254.                         => 'DefaultQueryBookmark',
  5255.                         => 'DefaultQueryCommon',
  5256.                         => 'DefaultQueryEvent',
  5257.                         => 'DefaultQueryGame',
  5258.                         => 'DefaultQueryGameOpen',
  5259.                         => 'DefaultQueryJob',
  5260.                         => 'DefaultQueryProfiles',
  5261.                         => 'DefaultQuerySchool',
  5262.                         => 'DefaultQueryStory',
  5263.                     ],
  5264.                     'class_name' => 'DefaultQueryType',
  5265.                     'decorator' => false,
  5266.                     'config' => [
  5267.                         'description' => 'Default Query',
  5268.                         'fields' => [
  5269.                             'addressCities' => [
  5270.                                 'type' => '[AddressCity!]',
  5271.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getCities")',
  5272.                             ],
  5273.                             'addressDistricts' => [
  5274.                                 'type' => '[AddressDistrict!]',
  5275.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getDistricts")',
  5276.                             ],
  5277.                             'bookmarkCreate' => [
  5278.                                 'type' => 'Bookmark',
  5279.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::create")',
  5280.                             ],
  5281.                             'bookmarkDelete' => [
  5282.                                 'type' => 'String!',
  5283.                                 'args' => [
  5284.                                     'code' => [
  5285.                                         'description' => 'The code of the bookmark to delete',
  5286.                                         'type' => 'String!',
  5287.                                     ],
  5288.                                 ],
  5289.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::delete", args["code"])',
  5290.                             ],
  5291.                             'bookmarkGet' => [
  5292.                                 'type' => 'Bookmark',
  5293.                                 'args' => [
  5294.                                     'code' => [
  5295.                                         'description' => 'The code to access the bookmark',
  5296.                                         'type' => 'String!',
  5297.                                     ],
  5298.                                 ],
  5299.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::get", args["code"])',
  5300.                             ],
  5301.                             'bookmarkUpdate' => [
  5302.                                 'type' => 'Bookmark',
  5303.                                 'args' => [
  5304.                                     'code' => [
  5305.                                         'description' => 'The code to access the bookmark',
  5306.                                         'type' => 'String!',
  5307.                                     ],
  5308.                                     'storedValue' => [
  5309.                                         'description' => 'The value to store in bookmark',
  5310.                                         'type' => 'String!',
  5311.                                     ],
  5312.                                 ],
  5313.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::update", args["code"], args["storedValue"])',
  5314.                             ],
  5315.                             'titles' => [
  5316.                                 'type' => '[Title]',
  5317.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::titles")',
  5318.                             ],
  5319.                             'event' => [
  5320.                                 'type' => 'Event',
  5321.                                 'args' => [
  5322.                                     'id' => [
  5323.                                         'description' => 'ID of the Event',
  5324.                                         'type' => 'ID!',
  5325.                                     ],
  5326.                                 ],
  5327.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEventByID", args["id"])',
  5328.                             ],
  5329.                             'events' => [
  5330.                                 'type' => '[Event!]',
  5331.                                 'args' => [
  5332.                                     'limit' => [
  5333.                                         'description' => 'Limit',
  5334.                                         'type' => 'Int!',
  5335.                                     ],
  5336.                                     'offset' => [
  5337.                                         'description' => 'Offset',
  5338.                                         'type' => 'Int!',
  5339.                                     ],
  5340.                                 ],
  5341.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEvents", args["limit"], args["offset"])',
  5342.                             ],
  5343.                             'getOffersBoPartner' => [
  5344.                                 'type' => '[Offer!]',
  5345.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersBoPartner")',
  5346.                             ],
  5347.                             'getOffersCompany' => [
  5348.                                 'type' => '[Offer!]',
  5349.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersCompany")',
  5350.                             ],
  5351.                             'getOffersSchool' => [
  5352.                                 'type' => '[Offer!]',
  5353.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersSchool")',
  5354.                             ],
  5355.                             'offerList' => [
  5356.                                 'type' => 'OfferList!',
  5357.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOfferList")',
  5358.                             ],
  5359.                             'getChampionship' => [
  5360.                                 'type' => 'Championship',
  5361.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getChampionship")',
  5362.                             ],
  5363.                             'getGameCategoriesTeacher' => [
  5364.                                 'type' => '[GameCategory!]',
  5365.                                 'args' => [
  5366.                                     'schoolClassID' => [
  5367.                                         'description' => 'The school class id',
  5368.                                         'type' => 'Int!',
  5369.                                     ],
  5370.                                 ],
  5371.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesTeacher", args["schoolClassID"])',
  5372.                             ],
  5373.                             'getGameCategoriesStudent' => [
  5374.                                 'type' => '[GameCategory!]',
  5375.                                 'args' => [
  5376.                                     'clientID' => [
  5377.                                         'description' => 'The client ID',
  5378.                                         'type' => 'String!',
  5379.                                     ],
  5380.                                 ],
  5381.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesStudent", args["clientID"])',
  5382.                             ],
  5383.                             'getGame' => [
  5384.                                 'type' => 'Game!',
  5385.                                 'args' => [
  5386.                                     'gameType' => [
  5387.                                         'description' => 'The game type',
  5388.                                         'type' => 'GameType',
  5389.                                     ],
  5390.                                     'clientID' => [
  5391.                                         'description' => 'The client ID',
  5392.                                         'type' => 'String!',
  5393.                                     ],
  5394.                                     'categoryIDs' => [
  5395.                                         'description' => 'The category IDs',
  5396.                                         'type' => '[Int!]!',
  5397.                                     ],
  5398.                                 ],
  5399.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGame", args["gameType"], args["clientID"], args["categoryIDs"])',
  5400.                             ],
  5401.                             'setGameEnd' => [
  5402.                                 'type' => 'Status!',
  5403.                                 'args' => [
  5404.                                     'gameID' => [
  5405.                                         'description' => 'The game id',
  5406.                                         'type' => 'Int!',
  5407.                                     ],
  5408.                                     'gameEnd' => [
  5409.                                         'description' => 'The end type',
  5410.                                         'type' => 'GameEndType!',
  5411.                                     ],
  5412.                                     'points' => [
  5413.                                         'description' => 'Points',
  5414.                                         'type' => 'Int!',
  5415.                                     ],
  5416.                                 ],
  5417.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::setGameEnd", args["gameID"], args["gameEnd"], args["points"])',
  5418.                             ],
  5419.                             'getGameActiveUsers' => [
  5420.                                 'type' => 'Int!',
  5421.                                 'args' => [
  5422.                                     'gameType' => [
  5423.                                         'description' => 'The game type',
  5424.                                         'type' => 'GameType!',
  5425.                                     ],
  5426.                                 ],
  5427.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameActiveUsers", args["gameType"])',
  5428.                             ],
  5429.                             'getGameRoundPlayers' => [
  5430.                                 'type' => 'RoundPlayers!',
  5431.                                 'args' => [
  5432.                                     'gameID' => [
  5433.                                         'description' => 'The game id',
  5434.                                         'type' => 'Int!',
  5435.                                     ],
  5436.                                 ],
  5437.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameRoundPlayers", args["gameID"])',
  5438.                             ],
  5439.                             'getGameTrophies' => [
  5440.                                 'type' => '[GameTrophy]',
  5441.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophies")',
  5442.                             ],
  5443.                             'getGameTrophyProgress' => [
  5444.                                 'type' => 'GameTrophyProgress!',
  5445.                                 'args' => [
  5446.                                     'schoolClassID' => [
  5447.                                         'description' => 'The school class id',
  5448.                                         'type' => 'Int!',
  5449.                                     ],
  5450.                                 ],
  5451.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophyProgress", args["schoolClassID"])',
  5452.                             ],
  5453.                             'getGameTimer' => [
  5454.                                 'type' => 'GameTimer',
  5455.                                 'args' => [
  5456.                                     'schoolClassID' => [
  5457.                                         'description' => 'The school class id',
  5458.                                         'type' => 'Int!',
  5459.                                     ],
  5460.                                 ],
  5461.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimer", args["schoolClassID"])',
  5462.                             ],
  5463.                             'getQuizQuestion' => [
  5464.                                 'type' => 'Question!',
  5465.                                 'args' => [
  5466.                                     'gameID' => [
  5467.                                         'description' => 'The game id',
  5468.                                         'type' => 'Int!',
  5469.                                     ],
  5470.                                     'round' => [
  5471.                                         'description' => 'The round of the game',
  5472.                                         'type' => 'Int!',
  5473.                                     ],
  5474.                                 ],
  5475.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuestion", args["gameID"], args["round"])',
  5476.                             ],
  5477.                             'getQuizAnswerWrong' => [
  5478.                                 'type' => 'AnswerWrong!',
  5479.                                 'args' => [
  5480.                                     'gameID' => [
  5481.                                         'description' => 'The game id',
  5482.                                         'type' => 'Int!',
  5483.                                     ],
  5484.                                     'questionID' => [
  5485.                                         'description' => 'The question ID',
  5486.                                         'type' => 'Int!',
  5487.                                     ],
  5488.                                 ],
  5489.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  5490.                             ],
  5491.                             'sendQuizAnswer' => [
  5492.                                 'type' => 'AnswerResponse!',
  5493.                                 'args' => [
  5494.                                     'gameID' => [
  5495.                                         'description' => 'The game id',
  5496.                                         'type' => 'Int!',
  5497.                                     ],
  5498.                                     'questionID' => [
  5499.                                         'description' => 'The question ID',
  5500.                                         'type' => 'Int!',
  5501.                                     ],
  5502.                                     'answerID' => [
  5503.                                         'description' => 'The answer ID',
  5504.                                         'type' => 'Int!',
  5505.                                     ],
  5506.                                 ],
  5507.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  5508.                             ],
  5509.                             'getClickThePicQuestion' => [
  5510.                                 'type' => 'Question!',
  5511.                                 'args' => [
  5512.                                     'gameID' => [
  5513.                                         'description' => 'The game id',
  5514.                                         'type' => 'Int!',
  5515.                                     ],
  5516.                                     'round' => [
  5517.                                         'description' => 'The round of the game',
  5518.                                         'type' => 'Int!',
  5519.                                     ],
  5520.                                 ],
  5521.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getQuestion", args["gameID"], args["round"])',
  5522.                             ],
  5523.                             'sendClickThePicAnswer' => [
  5524.                                 'type' => 'AnswerResponse!',
  5525.                                 'args' => [
  5526.                                     'gameID' => [
  5527.                                         'description' => 'The game id',
  5528.                                         'type' => 'Int!',
  5529.                                     ],
  5530.                                     'questionID' => [
  5531.                                         'description' => 'The question ID',
  5532.                                         'type' => 'Int!',
  5533.                                     ],
  5534.                                     'answerID' => [
  5535.                                         'description' => 'The answer ID',
  5536.                                         'type' => 'Int!',
  5537.                                     ],
  5538.                                     'points' => [
  5539.                                         'description' => 'Points for the round',
  5540.                                         'type' => 'Int!',
  5541.                                     ],
  5542.                                 ],
  5543.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"], args["points"])',
  5544.                             ],
  5545.                             'getQuizQuestionsOpen' => [
  5546.                                 'type' => '[QuestionOpen!]',
  5547.                                 'args' => [
  5548.                                     'companyProfileID' => [
  5549.                                         'description' => 'The company profile id',
  5550.                                         'type' => 'Int!',
  5551.                                     ],
  5552.                                 ],
  5553.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizOpenResolver::getQuestions", args["companyProfileID"])',
  5554.                             ],
  5555.                             'interestFields' => [
  5556.                                 'type' => '[InterestField!]',
  5557.                                 'resolve' => '@=query("App\\\\Resolver\\\\InterestFieldResolver::getFields")',
  5558.                             ],
  5559.                             'job' => [
  5560.                                 'type' => 'Job',
  5561.                                 'args' => [
  5562.                                     'bicid' => [
  5563.                                         'description' => 'BicID of the job to be retrieved',
  5564.                                         'type' => 'ID!',
  5565.                                     ],
  5566.                                 ],
  5567.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  5568.                             ],
  5569.                             'job_id' => [
  5570.                                 'type' => 'Job',
  5571.                                 'args' => [
  5572.                                     'id' => [
  5573.                                         'description' => 'ID of the job to retrieve',
  5574.                                         'type' => 'ID!',
  5575.                                     ],
  5576.                                 ],
  5577.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobID", args["id"])',
  5578.                             ],
  5579.                             'jobs' => [
  5580.                                 'type' => '[Job!]',
  5581.                                 'args' => [
  5582.                                     'limit' => [
  5583.                                         'description' => 'Limit',
  5584.                                         'type' => 'Int!',
  5585.                                     ],
  5586.                                     'offset' => [
  5587.                                         'description' => 'Offset',
  5588.                                         'type' => 'Int!',
  5589.                                     ],
  5590.                                 ],
  5591.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobs", args["limit"], args["offset"])',
  5592.                             ],
  5593.                             'jobExpertTerm' => [
  5594.                                 'type' => 'JobExpertTerm',
  5595.                                 'args' => [
  5596.                                     'bicid' => [
  5597.                                         'description' => 'BicID of the job expert term to retrieve',
  5598.                                         'type' => 'ID!',
  5599.                                     ],
  5600.                                 ],
  5601.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerm", args["bicid"])',
  5602.                             ],
  5603.                             'jobExpertTerms' => [
  5604.                                 'type' => '[JobExpertTerm!]',
  5605.                                 'args' => [
  5606.                                     'limit' => [
  5607.                                         'description' => 'Limit',
  5608.                                         'type' => 'Int!',
  5609.                                     ],
  5610.                                     'offset' => [
  5611.                                         'description' => 'Offset',
  5612.                                         'type' => 'Int!',
  5613.                                     ],
  5614.                                 ],
  5615.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerms", args["limit"], args["offset"])',
  5616.                             ],
  5617.                             'jobMarket' => [
  5618.                                 'type' => 'JobMarket',
  5619.                                 'args' => [
  5620.                                     'id' => [
  5621.                                         'description' => 'ID of the job market to be retrieved',
  5622.                                         'type' => 'ID!',
  5623.                                     ],
  5624.                                 ],
  5625.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarketByID", args["id"])',
  5626.                             ],
  5627.                             'jobMarkets' => [
  5628.                                 'type' => 'JobMarketResults',
  5629.                                 'args' => [
  5630.                                     'search' => [
  5631.                                         'description' => 'Search parameters',
  5632.                                         'type' => 'String!',
  5633.                                     ],
  5634.                                 ],
  5635.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarkets", args["search"])',
  5636.                             ],
  5637.                             'jobRequirements' => [
  5638.                                 'type' => '[JobRequirement!]',
  5639.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirements")',
  5640.                             ],
  5641.                             'jobRequirementTypes' => [
  5642.                                 'type' => 'JobRequirementCollection!',
  5643.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirementTypes")',
  5644.                             ],
  5645.                             'bopartnerProfile' => [
  5646.                                 'type' => 'BoPartnerProfile',
  5647.                                 'args' => [
  5648.                                     'id' => [
  5649.                                         'description' => 'ID of the BO Partner Profile',
  5650.                                         'type' => 'Int',
  5651.                                     ],
  5652.                                     'uuid' => [
  5653.                                         'description' => 'UUID of the BO Partner Profile',
  5654.                                         'type' => 'String',
  5655.                                     ],
  5656.                                 ],
  5657.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfile", args["id"], args["uuid"])',
  5658.                             ],
  5659.                             'bopartnerProfiles' => [
  5660.                                 'type' => '[BoPartnerProfile!]',
  5661.                                 'args' => [
  5662.                                     'limit' => [
  5663.                                         'description' => 'Limit',
  5664.                                         'type' => 'Int!',
  5665.                                     ],
  5666.                                     'offset' => [
  5667.                                         'description' => 'Offset',
  5668.                                         'type' => 'Int!',
  5669.                                     ],
  5670.                                 ],
  5671.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfiles", args["limit"], args["offset"])',
  5672.                             ],
  5673.                             'getCompanyBenefits' => [
  5674.                                 'type' => '[CompanyBenefit!]',
  5675.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyBenefits")',
  5676.                             ],
  5677.                             'companyProfile' => [
  5678.                                 'type' => 'CompanyProfile',
  5679.                                 'args' => [
  5680.                                     'id' => [
  5681.                                         'description' => 'ID of the Company Profile',
  5682.                                         'type' => 'Int',
  5683.                                     ],
  5684.                                     'uuid' => [
  5685.                                         'description' => 'UUID of the Company Profile',
  5686.                                         'type' => 'String',
  5687.                                     ],
  5688.                                 ],
  5689.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfile", args["id"], args["uuid"])',
  5690.                             ],
  5691.                             'companyProfiles' => [
  5692.                                 'type' => '[CompanyProfile!]',
  5693.                                 'args' => [
  5694.                                     'limit' => [
  5695.                                         'description' => 'Limit',
  5696.                                         'type' => 'Int!',
  5697.                                     ],
  5698.                                     'offset' => [
  5699.                                         'description' => 'Offset',
  5700.                                         'type' => 'Int!',
  5701.                                     ],
  5702.                                 ],
  5703.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfiles", args["limit"], args["offset"])',
  5704.                             ],
  5705.                             'profiles' => [
  5706.                                 'type' => 'ProfileResults!',
  5707.                                 'args' => [
  5708.                                     'search' => [
  5709.                                         'description' => 'Search parameters',
  5710.                                         'type' => 'String!',
  5711.                                     ],
  5712.                                 ],
  5713.                                 'resolve' => '@=query("App\\\\Resolver\\\\ProfileResolver::getProfilesSearch", args["search"])',
  5714.                             ],
  5715.                             'schoolProfile' => [
  5716.                                 'type' => 'SchoolProfile',
  5717.                                 'args' => [
  5718.                                     'id' => [
  5719.                                         'description' => 'ID of the School Profile',
  5720.                                         'type' => 'Int',
  5721.                                     ],
  5722.                                     'uuid' => [
  5723.                                         'description' => 'UUID of the School Profile',
  5724.                                         'type' => 'String',
  5725.                                     ],
  5726.                                 ],
  5727.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfile", args["id"], args["uuid"])',
  5728.                             ],
  5729.                             'schoolProfiles' => [
  5730.                                 'type' => '[SchoolProfile!]',
  5731.                                 'args' => [
  5732.                                     'limit' => [
  5733.                                         'description' => 'Limit',
  5734.                                         'type' => 'Int!',
  5735.                                     ],
  5736.                                     'offset' => [
  5737.                                         'description' => 'Offset',
  5738.                                         'type' => 'Int!',
  5739.                                     ],
  5740.                                 ],
  5741.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfiles", args["limit"], args["offset"])',
  5742.                             ],
  5743.                             'schoolSubjects' => [
  5744.                                 'type' => '[SchoolSubject!]',
  5745.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getAllJobSchoolSubjects")',
  5746.                             ],
  5747.                             'schoolSubject' => [
  5748.                                 'type' => 'SchoolSubject!',
  5749.                                 'args' => [
  5750.                                     'id' => [
  5751.                                         'description' => 'ID of the school subject to be retrieved',
  5752.                                         'type' => 'ID!',
  5753.                                     ],
  5754.                                 ],
  5755.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getJobSchoolSubjectByID", args["id"])',
  5756.                             ],
  5757.                             'stories' => [
  5758.                                 'type' => 'Stories!',
  5759.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStories")',
  5760.                             ],
  5761.                             'storyByID' => [
  5762.                                 'type' => 'Story',
  5763.                                 'args' => [
  5764.                                     'id' => [
  5765.                                         'description' => 'ID of the story to retrieve',
  5766.                                         'type' => 'ID!',
  5767.                                     ],
  5768.                                 ],
  5769.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByID", args["id"])',
  5770.                             ],
  5771.                             'storyByBicID' => [
  5772.                                 'type' => 'Story',
  5773.                                 'args' => [
  5774.                                     'bicid' => [
  5775.                                         'description' => 'BicID of the story to retrieve',
  5776.                                         'type' => 'ID!',
  5777.                                     ],
  5778.                                 ],
  5779.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByBicID", args["bicid"])',
  5780.                             ],
  5781.                             'schoolClassLogin' => [
  5782.                                 'type' => 'SchoolClassLogin',
  5783.                                 'args' => [
  5784.                                     'classCode' => [
  5785.                                         'description' => 'Class Code',
  5786.                                         'type' => 'String!',
  5787.                                     ],
  5788.                                 ],
  5789.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::login", args["classCode"])',
  5790.                             ],
  5791.                             'schoolClassGameHistory' => [
  5792.                                 'type' => '[SchoolClassGameHistory!]',
  5793.                                 'args' => [
  5794.                                     'classCode' => [
  5795.                                         'description' => 'Class Code',
  5796.                                         'type' => 'String!',
  5797.                                     ],
  5798.                                 ],
  5799.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getGameHistories", args["classCode"])',
  5800.                             ],
  5801.                             'schoolClassPoints' => [
  5802.                                 'type' => 'Int',
  5803.                                 'args' => [
  5804.                                     'classCode' => [
  5805.                                         'description' => 'Class Code',
  5806.                                         'type' => 'String!',
  5807.                                     ],
  5808.                                 ],
  5809.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getPoints", args["classCode"])',
  5810.                             ],
  5811.                             'schoolClassGameState' => [
  5812.                                 'type' => 'SchoolClassGameState',
  5813.                                 'args' => [
  5814.                                     'classCode' => [
  5815.                                         'description' => 'Class Code',
  5816.                                         'type' => 'String!',
  5817.                                     ],
  5818.                                 ],
  5819.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::gameState", args["classCode"])',
  5820.                             ],
  5821.                             'schoolClassRankings' => [
  5822.                                 'type' => '[SchoolClassRank!]',
  5823.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassRankings")',
  5824.                             ],
  5825.                             'faqCategories' => [
  5826.                                 'type' => '[FaqCategory!]',
  5827.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategories")',
  5828.                             ],
  5829.                             'globalSearch' => [
  5830.                                 'type' => 'GlobalSearch',
  5831.                                 'args' => [
  5832.                                     'search' => [
  5833.                                         'description' => 'Search parameters',
  5834.                                         'type' => 'String!',
  5835.                                     ],
  5836.                                 ],
  5837.                                 'resolve' => '@=query("App\\\\Resolver\\\\GlobalSearchResolver::search", args["search"])',
  5838.                             ],
  5839.                             'homeContent' => [
  5840.                                 'type' => 'HomeContent!',
  5841.                                 'resolve' => '@=query("App\\\\Resolver\\\\HomeContentResolver::getContent")',
  5842.                             ],
  5843.                             'image' => [
  5844.                                 'type' => 'Image',
  5845.                                 'args' => [
  5846.                                     'id' => [
  5847.                                         'description' => 'ID of the Image',
  5848.                                         'type' => 'ID!',
  5849.                                     ],
  5850.                                 ],
  5851.                                 'resolve' => '@=query("App\\\\Resolver\\\\ImageResolver::getImageByID", args["id"])',
  5852.                             ],
  5853.                             'mqttTest' => [
  5854.                                 'type' => 'Status!',
  5855.                                 'args' => [
  5856.                                     'topic' => [
  5857.                                         'description' => 'Topic',
  5858.                                         'type' => 'String!',
  5859.                                     ],
  5860.                                     'strValue' => [
  5861.                                         'description' => 'TestString',
  5862.                                         'type' => 'String!',
  5863.                                     ],
  5864.                                 ],
  5865.                                 'resolve' => '@=query("App\\\\Resolver\\\\TestResolver::mqttTest", args["topic"], args["strValue"])',
  5866.                             ],
  5867.                             'trophyCount' => [
  5868.                                 'type' => 'Status!',
  5869.                                 'args' => [
  5870.                                     'clientId' => [
  5871.                                         'description' => 'ClientID',
  5872.                                         'type' => 'String!',
  5873.                                     ],
  5874.                                     'classCode' => [
  5875.                                         'description' => 'Class Code',
  5876.                                         'type' => 'String!',
  5877.                                     ],
  5878.                                     'itemId' => [
  5879.                                         'description' => 'ItemID',
  5880.                                         'type' => 'String!',
  5881.                                     ],
  5882.                                     'itemType' => [
  5883.                                         'description' => 'TrophyItemType',
  5884.                                         'type' => 'TrophyItemType',
  5885.                                     ],
  5886.                                 ],
  5887.                                 'resolve' => '@=query("App\\\\Resolver\\\\TrophyCountResolver::trophyCount", args["clientId"], args["classCode"], args["itemId"], args["itemType"])',
  5888.                             ],
  5889.                         ],
  5890.                         'name' => 'DefaultQuery',
  5891.                         'builders' => [
  5892.                         ],
  5893.                         'interfaces' => [
  5894.                         ],
  5895.                     ],
  5896.                 ],
  5897.                 'PictureUploadFile' => [
  5898.                     'type' => 'custom-scalar',
  5899.                     'class_name' => 'PictureUploadFileType',
  5900.                     'inherits' => [
  5901.                     ],
  5902.                     'decorator' => false,
  5903.                     'config' => [
  5904.                         'scalarType' => '@=newObject("Overblog\\\\GraphQLBundle\\\\Upload\\\\Type\\\\GraphQLUploadType")',
  5905.                         'name' => 'PictureUploadFile',
  5906.                     ],
  5907.                 ],
  5908.                 'InternalQuery' => [
  5909.                     'type' => 'object',
  5910.                     'inherits' => [
  5911.                         => 'InternalQueryGame',
  5912.                         => 'InternalQuerySchool',
  5913.                         => 'InternalQuerySchoolClass',
  5914.                         => 'InternalQueryTeacher',
  5915.                     ],
  5916.                     'class_name' => 'InternalQueryType',
  5917.                     'decorator' => false,
  5918.                     'config' => [
  5919.                         'description' => 'Internal Query',
  5920.                         'fields' => [
  5921.                             'startGameTimer' => [
  5922.                                 'type' => 'GameTimer',
  5923.                                 'args' => [
  5924.                                     'schoolClassID' => [
  5925.                                         'description' => 'The school class id',
  5926.                                         'type' => 'Int!',
  5927.                                     ],
  5928.                                     'duration' => [
  5929.                                         'description' => 'The duration for the game timer in seconds',
  5930.                                         'type' => 'Int!',
  5931.                                     ],
  5932.                                 ],
  5933.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::startGameTimer", args["schoolClassID"], args["duration"])',
  5934.                             ],
  5935.                             'modifyGameTimer' => [
  5936.                                 'type' => 'GameTimer',
  5937.                                 'args' => [
  5938.                                     'timerID' => [
  5939.                                         'description' => 'The timer id',
  5940.                                         'type' => 'Int!',
  5941.                                     ],
  5942.                                     'modifyType' => [
  5943.                                         'description' => 'The modify type',
  5944.                                         'type' => 'GameTimerModifyType!',
  5945.                                     ],
  5946.                                     'duration' => [
  5947.                                         'description' => 'The duration the timer is modified in seconds',
  5948.                                         'type' => 'Int!',
  5949.                                     ],
  5950.                                 ],
  5951.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::modifyGameTimer", args["timerID"], args["modifyType"], args["duration"])',
  5952.                             ],
  5953.                             'addSchoolTeacher' => [
  5954.                                 'type' => 'Status!',
  5955.                                 'args' => [
  5956.                                     'email' => [
  5957.                                         'description' => 'The Teacher email',
  5958.                                         'type' => 'String!',
  5959.                                     ],
  5960.                                 ],
  5961.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::addSchoolClassTeacher", args["email"])',
  5962.                             ],
  5963.                             'getSchoolTeachers' => [
  5964.                                 'type' => '[Teacher!]',
  5965.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolTeachers")',
  5966.                             ],
  5967.                             'removeSchoolTeacher' => [
  5968.                                 'type' => 'Status!',
  5969.                                 'args' => [
  5970.                                     'teacherID' => [
  5971.                                         'description' => 'The TeacherID',
  5972.                                         'type' => 'Int!',
  5973.                                     ],
  5974.                                 ],
  5975.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::removeSchoolClassTeacher", args["teacherID"])',
  5976.                             ],
  5977.                             'getSchoolClassByID' => [
  5978.                                 'type' => 'SchoolClass',
  5979.                                 'args' => [
  5980.                                     'schoolClassID' => [
  5981.                                         'description' => 'The school class ID',
  5982.                                         'type' => 'Int!',
  5983.                                     ],
  5984.                                 ],
  5985.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClass", args["schoolClassID"])',
  5986.                             ],
  5987.                             'getSchoolClasses' => [
  5988.                                 'type' => '[SchoolClass!]',
  5989.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClasses")',
  5990.                             ],
  5991.                             'setGameCategoriesTeacher' => [
  5992.                                 'type' => 'Status!',
  5993.                                 'args' => [
  5994.                                     'schoolClassID' => [
  5995.                                         'description' => 'The school class ID',
  5996.                                         'type' => 'Int!',
  5997.                                     ],
  5998.                                     'categoryIDs' => [
  5999.                                         'description' => 'The category IDs',
  6000.                                         'type' => '[Int!]!',
  6001.                                     ],
  6002.                                 ],
  6003.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::setGameCategories", args["schoolClassID"], args["categoryIDs"])',
  6004.                             ],
  6005.                             'addSchoolClassTeacher' => [
  6006.                                 'type' => 'Status!',
  6007.                                 'args' => [
  6008.                                     'schoolClassID' => [
  6009.                                         'description' => 'The SchoolClassID',
  6010.                                         'type' => 'Int!',
  6011.                                     ],
  6012.                                     'email' => [
  6013.                                         'description' => 'The Teacher email',
  6014.                                         'type' => 'String!',
  6015.                                     ],
  6016.                                 ],
  6017.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\TeacherResolver::addSchoolClassTeacher", args["schoolClassID"], args["email"])',
  6018.                             ],
  6019.                             'removeSchoolClassTeacher' => [
  6020.                                 'type' => 'Status!',
  6021.                                 'args' => [
  6022.                                     'schoolClassID' => [
  6023.                                         'description' => 'The SchoolClassID',
  6024.                                         'type' => 'Int!',
  6025.                                     ],
  6026.                                     'teacherID' => [
  6027.                                         'description' => 'The TeacherID',
  6028.                                         'type' => 'Int!',
  6029.                                     ],
  6030.                                 ],
  6031.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\TeacherResolver::removeSchoolClassTeacher", args["schoolClassID"], args["teacherID"])',
  6032.                             ],
  6033.                             'updateTeacher' => [
  6034.                                 'type' => 'Status!',
  6035.                                 'args' => [
  6036.                                     'data' => [
  6037.                                         'description' => 'The teacher data',
  6038.                                         'type' => 'InTeacherUser!',
  6039.                                     ],
  6040.                                 ],
  6041.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\TeacherResolver::update", args["data"])',
  6042.                             ],
  6043.                             'job' => [
  6044.                                 'type' => 'Job',
  6045.                                 'args' => [
  6046.                                     'bicid' => [
  6047.                                         'description' => 'BicID of the job to be retrieved',
  6048.                                         'type' => 'ID!',
  6049.                                     ],
  6050.                                 ],
  6051.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  6052.                             ],
  6053.                             'userinfo' => [
  6054.                                 'type' => 'UserInfo',
  6055.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserInfoResolver::userInfo")',
  6056.                             ],
  6057.                         ],
  6058.                         'name' => 'InternalQuery',
  6059.                         'builders' => [
  6060.                         ],
  6061.                         'interfaces' => [
  6062.                         ],
  6063.                     ],
  6064.                 ],
  6065.                 'RoundPlayersEntry' => [
  6066.                     'type' => 'object',
  6067.                     'class_name' => 'RoundPlayersEntryType',
  6068.                     'inherits' => [
  6069.                     ],
  6070.                     'decorator' => false,
  6071.                     'config' => [
  6072.                         'description' => NULL,
  6073.                         'fields' => [
  6074.                             'round' => [
  6075.                                 'type' => 'Int!',
  6076.                                 'description' => NULL,
  6077.                             ],
  6078.                             'players' => [
  6079.                                 'type' => 'Int!',
  6080.                                 'description' => NULL,
  6081.                             ],
  6082.                         ],
  6083.                         'interfaces' => [
  6084.                         ],
  6085.                         'name' => 'RoundPlayersEntry',
  6086.                         'builders' => [
  6087.                         ],
  6088.                     ],
  6089.                 ],
  6090.                 'StoryCard' => [
  6091.                     'type' => 'object',
  6092.                     'class_name' => 'StoryCardType',
  6093.                     'inherits' => [
  6094.                     ],
  6095.                     'decorator' => false,
  6096.                     'config' => [
  6097.                         'description' => NULL,
  6098.                         'fields' => [
  6099.                             'title' => [
  6100.                                 'type' => 'String',
  6101.                                 'description' => NULL,
  6102.                             ],
  6103.                             'time' => [
  6104.                                 'type' => 'String!',
  6105.                                 'description' => NULL,
  6106.                             ],
  6107.                             'backgroundImage' => [
  6108.                                 'type' => 'Image',
  6109.                                 'description' => NULL,
  6110.                             ],
  6111.                             'backgroundVideo' => [
  6112.                                 'type' => 'Video',
  6113.                                 'description' => NULL,
  6114.                             ],
  6115.                             'embedVideo' => [
  6116.                                 'type' => 'Video',
  6117.                                 'description' => NULL,
  6118.                             ],
  6119.                             'lottieAnimation' => [
  6120.                                 'type' => 'String',
  6121.                                 'description' => NULL,
  6122.                             ],
  6123.                             'textHeading' => [
  6124.                                 'type' => 'String',
  6125.                                 'description' => NULL,
  6126.                             ],
  6127.                             'text' => [
  6128.                                 'type' => 'String',
  6129.                                 'description' => NULL,
  6130.                             ],
  6131.                             'image' => [
  6132.                                 'type' => 'Image',
  6133.                                 'description' => NULL,
  6134.                             ],
  6135.                             'imagePosition' => [
  6136.                                 'type' => 'StoryCardImagePosition',
  6137.                                 'description' => NULL,
  6138.                             ],
  6139.                             'highlightPosition' => [
  6140.                                 'type' => 'StoryCardHighlightPosition',
  6141.                                 'description' => NULL,
  6142.                             ],
  6143.                             'layout' => [
  6144.                                 'type' => 'StoryCardLayout!',
  6145.                                 'description' => NULL,
  6146.                             ],
  6147.                             'theme' => [
  6148.                                 'type' => 'StoryCardTheme!',
  6149.                                 'description' => NULL,
  6150.                             ],
  6151.                         ],
  6152.                         'interfaces' => [
  6153.                         ],
  6154.                         'name' => 'StoryCard',
  6155.                         'builders' => [
  6156.                         ],
  6157.                     ],
  6158.                 ],
  6159.                 'Person' => [
  6160.                     'type' => 'object',
  6161.                     'class_name' => 'PersonType',
  6162.                     'inherits' => [
  6163.                     ],
  6164.                     'decorator' => false,
  6165.                     'config' => [
  6166.                         'description' => NULL,
  6167.                         'fields' => [
  6168.                             'id' => [
  6169.                                 'type' => 'ID!',
  6170.                                 'description' => NULL,
  6171.                             ],
  6172.                             'firstname' => [
  6173.                                 'type' => 'String!',
  6174.                                 'description' => NULL,
  6175.                             ],
  6176.                             'lastname' => [
  6177.                                 'type' => 'String!',
  6178.                                 'description' => NULL,
  6179.                             ],
  6180.                             'sex' => [
  6181.                                 'type' => 'Int',
  6182.                                 'description' => NULL,
  6183.                             ],
  6184.                             'titles' => [
  6185.                                 'type' => '[Title!]',
  6186.                                 'description' => NULL,
  6187.                             ],
  6188.                         ],
  6189.                         'interfaces' => [
  6190.                         ],
  6191.                         'name' => 'Person',
  6192.                         'builders' => [
  6193.                         ],
  6194.                     ],
  6195.                 ],
  6196.                 'Bookmark' => [
  6197.                     'type' => 'object',
  6198.                     'class_name' => 'BookmarkType',
  6199.                     'inherits' => [
  6200.                     ],
  6201.                     'decorator' => false,
  6202.                     'config' => [
  6203.                         'description' => NULL,
  6204.                         'fields' => [
  6205.                             'id' => [
  6206.                                 'type' => 'ID!',
  6207.                                 'description' => NULL,
  6208.                             ],
  6209.                             'accessToken' => [
  6210.                                 'type' => 'String!',
  6211.                                 'description' => NULL,
  6212.                             ],
  6213.                             'storedValue' => [
  6214.                                 'type' => 'String',
  6215.                                 'description' => NULL,
  6216.                             ],
  6217.                             'createdAt' => [
  6218.                                 'type' => 'String!',
  6219.                                 'description' => NULL,
  6220.                             ],
  6221.                         ],
  6222.                         'interfaces' => [
  6223.                         ],
  6224.                         'name' => 'Bookmark',
  6225.                         'builders' => [
  6226.                         ],
  6227.                     ],
  6228.                 ],
  6229.                 'Contact' => [
  6230.                     'type' => 'object',
  6231.                     'class_name' => 'ContactType',
  6232.                     'inherits' => [
  6233.                     ],
  6234.                     'decorator' => false,
  6235.                     'config' => [
  6236.                         'description' => NULL,
  6237.                         'fields' => [
  6238.                             'id' => [
  6239.                                 'type' => 'ID!',
  6240.                                 'description' => NULL,
  6241.                             ],
  6242.                             'employeePosition' => [
  6243.                                 'type' => 'String',
  6244.                                 'description' => NULL,
  6245.                             ],
  6246.                             'communication' => [
  6247.                                 'type' => 'Communication!',
  6248.                                 'description' => NULL,
  6249.                             ],
  6250.                             'person' => [
  6251.                                 'type' => 'Person!',
  6252.                                 'description' => NULL,
  6253.                             ],
  6254.                             'picture' => [
  6255.                                 'type' => 'Image',
  6256.                                 'description' => NULL,
  6257.                             ],
  6258.                         ],
  6259.                         'interfaces' => [
  6260.                         ],
  6261.                         'name' => 'Contact',
  6262.                         'builders' => [
  6263.                         ],
  6264.                     ],
  6265.                 ],
  6266.                 'Gallery' => [
  6267.                     'type' => 'object',
  6268.                     'class_name' => 'GalleryType',
  6269.                     'inherits' => [
  6270.                     ],
  6271.                     'decorator' => false,
  6272.                     'config' => [
  6273.                         'description' => NULL,
  6274.                         'fields' => [
  6275.                             'id' => [
  6276.                                 'type' => 'ID!',
  6277.                                 'description' => NULL,
  6278.                             ],
  6279.                             'name' => [
  6280.                                 'type' => 'String',
  6281.                                 'description' => NULL,
  6282.                             ],
  6283.                             'galleryItems' => [
  6284.                                 'type' => '[Media]',
  6285.                                 'description' => NULL,
  6286.                             ],
  6287.                         ],
  6288.                         'interfaces' => [
  6289.                         ],
  6290.                         'name' => 'Gallery',
  6291.                         'builders' => [
  6292.                         ],
  6293.                     ],
  6294.                 ],
  6295.                 'JobSchoolSubject' => [
  6296.                     'type' => 'object',
  6297.                     'class_name' => 'JobSchoolSubjectType',
  6298.                     'inherits' => [
  6299.                     ],
  6300.                     'decorator' => false,
  6301.                     'config' => [
  6302.                         'description' => NULL,
  6303.                         'fields' => [
  6304.                             'id' => [
  6305.                                 'type' => 'ID!',
  6306.                                 'description' => NULL,
  6307.                             ],
  6308.                             'subjectName' => [
  6309.                                 'type' => 'String!',
  6310.                                 'description' => NULL,
  6311.                             ],
  6312.                             'abbreviation' => [
  6313.                                 'type' => 'String!',
  6314.                                 'description' => NULL,
  6315.                             ],
  6316.                         ],
  6317.                         'interfaces' => [
  6318.                         ],
  6319.                         'name' => 'JobSchoolSubject',
  6320.                         'builders' => [
  6321.                         ],
  6322.                     ],
  6323.                 ],
  6324.                 'GameTrophyProgress' => [
  6325.                     'type' => 'object',
  6326.                     'class_name' => 'GameTrophyProgressType',
  6327.                     'inherits' => [
  6328.                     ],
  6329.                     'decorator' => false,
  6330.                     'config' => [
  6331.                         'description' => NULL,
  6332.                         'fields' => [
  6333.                             'id' => [
  6334.                                 'type' => 'ID!',
  6335.                                 'description' => NULL,
  6336.                             ],
  6337.                             'schoolClassID' => [
  6338.                                 'type' => 'Int',
  6339.                                 'description' => NULL,
  6340.                             ],
  6341.                             'createdAt' => [
  6342.                                 'type' => 'String',
  6343.                                 'description' => NULL,
  6344.                             ],
  6345.                             'entries' => [
  6346.                                 'type' => '[GameTrophyProgressEntry!]',
  6347.                                 'description' => NULL,
  6348.                             ],
  6349.                         ],
  6350.                         'interfaces' => [
  6351.                         ],
  6352.                         'name' => 'GameTrophyProgress',
  6353.                         'builders' => [
  6354.                         ],
  6355.                     ],
  6356.                 ],
  6357.                 'SchoolClassLogin' => [
  6358.                     'type' => 'object',
  6359.                     'class_name' => 'SchoolClassLoginType',
  6360.                     'inherits' => [
  6361.                     ],
  6362.                     'decorator' => false,
  6363.                     'config' => [
  6364.                         'description' => NULL,
  6365.                         'fields' => [
  6366.                             'status' => [
  6367.                                 'type' => 'Status!',
  6368.                                 'description' => NULL,
  6369.                             ],
  6370.                             'clientId' => [
  6371.                                 'type' => 'String!',
  6372.                                 'description' => NULL,
  6373.                             ],
  6374.                             'school' => [
  6375.                                 'type' => 'School',
  6376.                                 'description' => NULL,
  6377.                             ],
  6378.                             'schoolClass' => [
  6379.                                 'type' => 'SchoolClass',
  6380.                                 'description' => NULL,
  6381.                             ],
  6382.                         ],
  6383.                         'interfaces' => [
  6384.                         ],
  6385.                         'name' => 'SchoolClassLogin',
  6386.                         'builders' => [
  6387.                         ],
  6388.                     ],
  6389.                 ],
  6390.                 'GlobalSearch' => [
  6391.                     'type' => 'object',
  6392.                     'class_name' => 'GlobalSearchType',
  6393.                     'inherits' => [
  6394.                     ],
  6395.                     'decorator' => false,
  6396.                     'config' => [
  6397.                         'description' => NULL,
  6398.                         'fields' => [
  6399.                             'jobs' => [
  6400.                                 'type' => '[Job!]',
  6401.                                 'description' => NULL,
  6402.                             ],
  6403.                             'jobMarkets' => [
  6404.                                 'type' => '[JobMarket!]',
  6405.                                 'description' => NULL,
  6406.                             ],
  6407.                             'profiles' => [
  6408.                                 'type' => '[Profile!]',
  6409.                                 'description' => NULL,
  6410.                             ],
  6411.                             'stories' => [
  6412.                                 'type' => '[Story!]',
  6413.                                 'description' => NULL,
  6414.                             ],
  6415.                         ],
  6416.                         'interfaces' => [
  6417.                         ],
  6418.                         'name' => 'GlobalSearch',
  6419.                         'builders' => [
  6420.                         ],
  6421.                     ],
  6422.                 ],
  6423.                 'Offer' => [
  6424.                     'type' => 'object',
  6425.                     'class_name' => 'OfferType',
  6426.                     'inherits' => [
  6427.                     ],
  6428.                     'decorator' => false,
  6429.                     'config' => [
  6430.                         'description' => NULL,
  6431.                         'fields' => [
  6432.                             'id' => [
  6433.                                 'type' => 'ID!',
  6434.                                 'description' => NULL,
  6435.                             ],
  6436.                             'offerType' => [
  6437.                                 'type' => 'OfferType',
  6438.                                 'description' => NULL,
  6439.                             ],
  6440.                             'name' => [
  6441.                                 'type' => 'String',
  6442.                                 'description' => NULL,
  6443.                             ],
  6444.                             'dateFrom' => [
  6445.                                 'type' => 'String',
  6446.                                 'description' => NULL,
  6447.                             ],
  6448.                             'dateTo' => [
  6449.                                 'type' => 'String',
  6450.                                 'description' => NULL,
  6451.                             ],
  6452.                         ],
  6453.                         'interfaces' => [
  6454.                         ],
  6455.                         'name' => 'Offer',
  6456.                         'builders' => [
  6457.                         ],
  6458.                     ],
  6459.                 ],
  6460.                 'UserRole' => [
  6461.                     'type' => 'object',
  6462.                     'class_name' => 'UserRoleType',
  6463.                     'inherits' => [
  6464.                     ],
  6465.                     'decorator' => false,
  6466.                     'config' => [
  6467.                         'description' => NULL,
  6468.                         'fields' => [
  6469.                             'id' => [
  6470.                                 'type' => 'Int',
  6471.                                 'description' => NULL,
  6472.                             ],
  6473.                             'roleName' => [
  6474.                                 'type' => 'String',
  6475.                                 'description' => NULL,
  6476.                             ],
  6477.                         ],
  6478.                         'interfaces' => [
  6479.                         ],
  6480.                         'name' => 'UserRole',
  6481.                         'builders' => [
  6482.                         ],
  6483.                     ],
  6484.                 ],
  6485.                 'Video' => [
  6486.                     'type' => 'object',
  6487.                     'class_name' => 'VideoType',
  6488.                     'inherits' => [
  6489.                     ],
  6490.                     'decorator' => false,
  6491.                     'config' => [
  6492.                         'description' => NULL,
  6493.                         'fields' => [
  6494.                             'title' => [
  6495.                                 'type' => 'String',
  6496.                                 'description' => NULL,
  6497.                             ],
  6498.                             'author' => [
  6499.                                 'type' => 'String',
  6500.                                 'description' => NULL,
  6501.                             ],
  6502.                             'authorUrl' => [
  6503.                                 'type' => 'String',
  6504.                                 'description' => NULL,
  6505.                             ],
  6506.                             'thumbnailUrl' => [
  6507.                                 'type' => 'String',
  6508.                                 'description' => NULL,
  6509.                             ],
  6510.                             'thumbnailHeight' => [
  6511.                                 'type' => 'Int',
  6512.                                 'description' => NULL,
  6513.                             ],
  6514.                             'thumbnailWidth' => [
  6515.                                 'type' => 'Int',
  6516.                                 'description' => NULL,
  6517.                             ],
  6518.                             'src' => [
  6519.                                 'type' => 'String',
  6520.                                 'description' => NULL,
  6521.                             ],
  6522.                         ],
  6523.                         'interfaces' => [
  6524.                         ],
  6525.                         'name' => 'Video',
  6526.                         'builders' => [
  6527.                         ],
  6528.                     ],
  6529.                 ],
  6530.                 'ImageData' => [
  6531.                     'type' => 'object',
  6532.                     'class_name' => 'ImageDataType',
  6533.                     'inherits' => [
  6534.                     ],
  6535.                     'decorator' => false,
  6536.                     'config' => [
  6537.                         'description' => NULL,
  6538.                         'fields' => [
  6539.                             'url' => [
  6540.                                 'type' => 'String',
  6541.                                 'description' => NULL,
  6542.                             ],
  6543.                             'width' => [
  6544.                                 'type' => 'Int',
  6545.                                 'description' => NULL,
  6546.                             ],
  6547.                         ],
  6548.                         'interfaces' => [
  6549.                         ],
  6550.                         'name' => 'ImageData',
  6551.                         'builders' => [
  6552.                         ],
  6553.                     ],
  6554.                 ],
  6555.                 'UserInfo' => [
  6556.                     'type' => 'object',
  6557.                     'class_name' => 'UserInfoType',
  6558.                     'inherits' => [
  6559.                     ],
  6560.                     'decorator' => false,
  6561.                     'config' => [
  6562.                         'description' => NULL,
  6563.                         'fields' => [
  6564.                             'id' => [
  6565.                                 'type' => 'Int',
  6566.                                 'description' => NULL,
  6567.                             ],
  6568.                             'email' => [
  6569.                                 'type' => 'String',
  6570.                                 'description' => NULL,
  6571.                             ],
  6572.                             'username' => [
  6573.                                 'type' => 'String',
  6574.                                 'description' => NULL,
  6575.                             ],
  6576.                             'firstname' => [
  6577.                                 'type' => 'String',
  6578.                                 'description' => NULL,
  6579.                             ],
  6580.                             'lastname' => [
  6581.                                 'type' => 'String',
  6582.                                 'description' => NULL,
  6583.                             ],
  6584.                             'roles' => [
  6585.                                 'type' => '[UserRole]',
  6586.                                 'description' => NULL,
  6587.                             ],
  6588.                         ],
  6589.                         'interfaces' => [
  6590.                         ],
  6591.                         'name' => 'UserInfo',
  6592.                         'builders' => [
  6593.                         ],
  6594.                     ],
  6595.                 ],
  6596.                 'QuestionAnswer' => [
  6597.                     'type' => 'object',
  6598.                     'class_name' => 'QuestionAnswerType',
  6599.                     'inherits' => [
  6600.                     ],
  6601.                     'decorator' => false,
  6602.                     'config' => [
  6603.                         'description' => NULL,
  6604.                         'fields' => [
  6605.                             'id' => [
  6606.                                 'type' => 'ID!',
  6607.                                 'description' => NULL,
  6608.                             ],
  6609.                             'questionID' => [
  6610.                                 'type' => 'Int',
  6611.                                 'description' => NULL,
  6612.                             ],
  6613.                             'text' => [
  6614.                                 'type' => 'String',
  6615.                                 'description' => NULL,
  6616.                             ],
  6617.                         ],
  6618.                         'interfaces' => [
  6619.                         ],
  6620.                         'name' => 'QuestionAnswer',
  6621.                         'builders' => [
  6622.                         ],
  6623.                     ],
  6624.                 ],
  6625.                 'StoryCardImagePosition' => [
  6626.                     'type' => 'enum',
  6627.                     'class_name' => 'StoryCardImagePositionType',
  6628.                     'inherits' => [
  6629.                     ],
  6630.                     'decorator' => false,
  6631.                     'config' => [
  6632.                         'description' => NULL,
  6633.                         'values' => [
  6634.                             'TOP' => [
  6635.                                 'description' => NULL,
  6636.                                 'value' => 'TOP',
  6637.                             ],
  6638.                             'CENTER' => [
  6639.                                 'description' => NULL,
  6640.                                 'value' => 'CENTER',
  6641.                             ],
  6642.                             'BOTTOM' => [
  6643.                                 'description' => NULL,
  6644.                                 'value' => 'BOTTOM',
  6645.                             ],
  6646.                         ],
  6647.                         'name' => 'StoryCardImagePosition',
  6648.                     ],
  6649.                 ],
  6650.                 'GameTimer' => [
  6651.                     'type' => 'object',
  6652.                     'class_name' => 'GameTimerType',
  6653.                     'inherits' => [
  6654.                     ],
  6655.                     'decorator' => false,
  6656.                     'config' => [
  6657.                         'description' => NULL,
  6658.                         'fields' => [
  6659.                             'status' => [
  6660.                                 'type' => 'Status!',
  6661.                                 'description' => NULL,
  6662.                             ],
  6663.                             'id' => [
  6664.                                 'type' => 'Int!',
  6665.                                 'description' => NULL,
  6666.                             ],
  6667.                             'schoolClassID' => [
  6668.                                 'type' => 'Int',
  6669.                                 'description' => NULL,
  6670.                             ],
  6671.                             'startAt' => [
  6672.                                 'type' => 'String',
  6673.                                 'description' => NULL,
  6674.                             ],
  6675.                             'endAt' => [
  6676.                                 'type' => 'String',
  6677.                                 'description' => NULL,
  6678.                             ],
  6679.                             'duration' => [
  6680.                                 'type' => 'Int',
  6681.                                 'description' => NULL,
  6682.                             ],
  6683.                             'createdAt' => [
  6684.                                 'type' => 'String',
  6685.                                 'description' => NULL,
  6686.                             ],
  6687.                         ],
  6688.                         'interfaces' => [
  6689.                         ],
  6690.                         'name' => 'GameTimer',
  6691.                         'builders' => [
  6692.                         ],
  6693.                     ],
  6694.                 ],
  6695.                 'TrophyItemType' => [
  6696.                     'type' => 'enum',
  6697.                     'class_name' => 'TrophyItemTypeType',
  6698.                     'inherits' => [
  6699.                     ],
  6700.                     'decorator' => false,
  6701.                     'config' => [
  6702.                         'description' => NULL,
  6703.                         'values' => [
  6704.                             'BOPARTNERPROFILE' => [
  6705.                                 'description' => NULL,
  6706.                                 'value' => 'BOPARTNERPROFILE',
  6707.                             ],
  6708.                             'CLICKTHEPIC' => [
  6709.                                 'description' => NULL,
  6710.                                 'value' => 'CLICKTHEPIC',
  6711.                             ],
  6712.                             'COMPANYPROFILE' => [
  6713.                                 'description' => NULL,
  6714.                                 'value' => 'COMPANYPROFILE',
  6715.                             ],
  6716.                             'JOB' => [
  6717.                                 'description' => NULL,
  6718.                                 'value' => 'JOB',
  6719.                             ],
  6720.                             'JOBPORTRAIT' => [
  6721.                                 'description' => NULL,
  6722.                                 'value' => 'JOBPORTRAIT',
  6723.                             ],
  6724.                             'PROVIDERQUIZ' => [
  6725.                                 'description' => NULL,
  6726.                                 'value' => 'PROVIDERQUIZ',
  6727.                             ],
  6728.                             'QUIZ' => [
  6729.                                 'description' => NULL,
  6730.                                 'value' => 'QUIZ',
  6731.                             ],
  6732.                             'SCHOOLPORTRAIT' => [
  6733.                                 'description' => NULL,
  6734.                                 'value' => 'SCHOOLPORTRAIT',
  6735.                             ],
  6736.                             'SCHOOLPROFILE' => [
  6737.                                 'description' => NULL,
  6738.                                 'value' => 'SCHOOLPROFILE',
  6739.                             ],
  6740.                             'TEACHINGIDEA' => [
  6741.                                 'description' => NULL,
  6742.                                 'value' => 'TEACHINGIDEA',
  6743.                             ],
  6744.                         ],
  6745.                         'name' => 'TrophyItemType',
  6746.                     ],
  6747.                 ],
  6748.                 'Profile' => [
  6749.                     'type' => 'object',
  6750.                     'class_name' => 'ProfileType',
  6751.                     'inherits' => [
  6752.                     ],
  6753.                     'decorator' => false,
  6754.                     'config' => [
  6755.                         'description' => NULL,
  6756.                         'fields' => [
  6757.                             'id' => [
  6758.                                 'type' => 'ID!',
  6759.                                 'description' => NULL,
  6760.                             ],
  6761.                             'uuid' => [
  6762.                                 'type' => 'String!',
  6763.                                 'description' => NULL,
  6764.                             ],
  6765.                             'name' => [
  6766.                                 'type' => 'String!',
  6767.                                 'description' => NULL,
  6768.                             ],
  6769.                             'searchTags' => [
  6770.                                 'type' => '[SearchTag!]',
  6771.                                 'description' => NULL,
  6772.                             ],
  6773.                             'address' => [
  6774.                                 'type' => '[Address!]',
  6775.                                 'description' => NULL,
  6776.                             ],
  6777.                             'jobs' => [
  6778.                                 'type' => '[Job!]',
  6779.                                 'description' => NULL,
  6780.                             ],
  6781.                             'picture' => [
  6782.                                 'type' => 'Image',
  6783.                                 'description' => NULL,
  6784.                             ],
  6785.                             'benefits' => [
  6786.                                 'type' => '[Benefit!]',
  6787.                                 'description' => NULL,
  6788.                             ],
  6789.                             'profileType' => [
  6790.                                 'type' => 'ProfileType!',
  6791.                                 'description' => NULL,
  6792.                             ],
  6793.                             'profileLink' => [
  6794.                                 'type' => 'ProfileLink',
  6795.                                 'description' => NULL,
  6796.                             ],
  6797.                             'hasStory' => [
  6798.                                 'type' => 'Boolean!',
  6799.                                 'description' => NULL,
  6800.                             ],
  6801.                         ],
  6802.                         'interfaces' => [
  6803.                             => 'ProfileInterface',
  6804.                         ],
  6805.                         'name' => 'Profile',
  6806.                         'builders' => [
  6807.                         ],
  6808.                     ],
  6809.                 ],
  6810.                 'JobMarketResults' => [
  6811.                     'type' => 'object',
  6812.                     'class_name' => 'JobMarketResultsType',
  6813.                     'inherits' => [
  6814.                     ],
  6815.                     'decorator' => false,
  6816.                     'config' => [
  6817.                         'description' => NULL,
  6818.                         'fields' => [
  6819.                             'numResults' => [
  6820.                                 'type' => 'Int!',
  6821.                                 'description' => NULL,
  6822.                             ],
  6823.                             'entries' => [
  6824.                                 'type' => '[JobMarket!]',
  6825.                                 'description' => NULL,
  6826.                             ],
  6827.                         ],
  6828.                         'interfaces' => [
  6829.                         ],
  6830.                         'name' => 'JobMarketResults',
  6831.                         'builders' => [
  6832.                         ],
  6833.                     ],
  6834.                 ],
  6835.                 'ProfileInterface' => [
  6836.                     'type' => 'interface',
  6837.                     'class_name' => 'ProfileInterfaceType',
  6838.                     'inherits' => [
  6839.                     ],
  6840.                     'decorator' => false,
  6841.                     'config' => [
  6842.                         'description' => NULL,
  6843.                         'fields' => [
  6844.                             'id' => [
  6845.                                 'type' => 'ID!',
  6846.                                 'description' => NULL,
  6847.                             ],
  6848.                             'name' => [
  6849.                                 'type' => 'String!',
  6850.                                 'description' => NULL,
  6851.                             ],
  6852.                             'uuid' => [
  6853.                                 'type' => 'String!',
  6854.                                 'description' => NULL,
  6855.                             ],
  6856.                             'searchTags' => [
  6857.                                 'type' => '[SearchTag!]',
  6858.                                 'description' => NULL,
  6859.                             ],
  6860.                         ],
  6861.                         'interfaces' => [
  6862.                         ],
  6863.                         'name' => 'ProfileInterface',
  6864.                     ],
  6865.                 ],
  6866.                 'SchoolLocation' => [
  6867.                     'type' => 'object',
  6868.                     'class_name' => 'SchoolLocationType',
  6869.                     'inherits' => [
  6870.                     ],
  6871.                     'decorator' => false,
  6872.                     'config' => [
  6873.                         'description' => NULL,
  6874.                         'fields' => [
  6875.                             'id' => [
  6876.                                 'type' => 'ID!',
  6877.                                 'description' => NULL,
  6878.                             ],
  6879.                             'name' => [
  6880.                                 'type' => 'String',
  6881.                                 'description' => NULL,
  6882.                             ],
  6883.                             'address' => [
  6884.                                 'type' => 'Address',
  6885.                                 'description' => NULL,
  6886.                             ],
  6887.                         ],
  6888.                         'interfaces' => [
  6889.                         ],
  6890.                         'name' => 'SchoolLocation',
  6891.                         'builders' => [
  6892.                         ],
  6893.                     ],
  6894.                 ],
  6895.                 'StoryGradient' => [
  6896.                     'type' => 'enum',
  6897.                     'class_name' => 'StoryGradientType',
  6898.                     'inherits' => [
  6899.                     ],
  6900.                     'decorator' => false,
  6901.                     'config' => [
  6902.                         'description' => NULL,
  6903.                         'values' => [
  6904.                             'OFF' => [
  6905.                                 'description' => NULL,
  6906.                                 'value' => 'OFF',
  6907.                             ],
  6908.                             'BLACK' => [
  6909.                                 'description' => NULL,
  6910.                                 'value' => 'BLACK',
  6911.                             ],
  6912.                             'WHITE' => [
  6913.                                 'description' => NULL,
  6914.                                 'value' => 'WHITE',
  6915.                             ],
  6916.                         ],
  6917.                         'name' => 'StoryGradient',
  6918.                     ],
  6919.                 ],
  6920.                 'InterestField' => [
  6921.                     'type' => 'object',
  6922.                     'class_name' => 'InterestFieldType',
  6923.                     'inherits' => [
  6924.                     ],
  6925.                     'decorator' => false,
  6926.                     'config' => [
  6927.                         'description' => NULL,
  6928.                         'fields' => [
  6929.                             'id' => [
  6930.                                 'type' => 'ID!',
  6931.                                 'description' => NULL,
  6932.                             ],
  6933.                             'interestName' => [
  6934.                                 'type' => 'String!',
  6935.                                 'description' => NULL,
  6936.                             ],
  6937.                             'subHeading' => [
  6938.                                 'type' => 'String!',
  6939.                                 'description' => NULL,
  6940.                             ],
  6941.                             'countJobs' => [
  6942.                                 'type' => 'Int',
  6943.                                 'description' => NULL,
  6944.                             ],
  6945.                             'countSchools' => [
  6946.                                 'type' => 'Int',
  6947.                                 'description' => NULL,
  6948.                             ],
  6949.                             'countProviders' => [
  6950.                                 'type' => 'Int',
  6951.                                 'description' => NULL,
  6952.                             ],
  6953.                         ],
  6954.                         'interfaces' => [
  6955.                         ],
  6956.                         'name' => 'InterestField',
  6957.                         'builders' => [
  6958.                         ],
  6959.                     ],
  6960.                 ],
  6961.                 'GameTrophy' => [
  6962.                     'type' => 'object',
  6963.                     'class_name' => 'GameTrophyType',
  6964.                     'inherits' => [
  6965.                     ],
  6966.                     'decorator' => false,
  6967.                     'config' => [
  6968.                         'description' => NULL,
  6969.                         'fields' => [
  6970.                             'id' => [
  6971.                                 'type' => 'ID!',
  6972.                                 'description' => NULL,
  6973.                             ],
  6974.                             'trophyName' => [
  6975.                                 'type' => 'String',
  6976.                                 'description' => NULL,
  6977.                             ],
  6978.                             'description' => [
  6979.                                 'type' => 'String',
  6980.                                 'description' => NULL,
  6981.                             ],
  6982.                             'trophyStatus' => [
  6983.                                 'type' => 'GameTrophyStatus!',
  6984.                                 'description' => NULL,
  6985.                             ],
  6986.                         ],
  6987.                         'interfaces' => [
  6988.                         ],
  6989.                         'name' => 'GameTrophy',
  6990.                         'builders' => [
  6991.                         ],
  6992.                     ],
  6993.                 ],
  6994.                 'CompanyProfile' => [
  6995.                     'type' => 'object',
  6996.                     'class_name' => 'CompanyProfileType',
  6997.                     'inherits' => [
  6998.                     ],
  6999.                     'decorator' => false,
  7000.                     'config' => [
  7001.                         'description' => NULL,
  7002.                         'fields' => [
  7003.                             'id' => [
  7004.                                 'type' => 'ID!',
  7005.                                 'description' => NULL,
  7006.                             ],
  7007.                             'uuid' => [
  7008.                                 'type' => 'String!',
  7009.                                 'description' => NULL,
  7010.                             ],
  7011.                             'name' => [
  7012.                                 'type' => 'String!',
  7013.                                 'description' => NULL,
  7014.                             ],
  7015.                             'description' => [
  7016.                                 'type' => 'String',
  7017.                                 'description' => NULL,
  7018.                             ],
  7019.                             'searchTags' => [
  7020.                                 'type' => '[SearchTag!]',
  7021.                                 'description' => NULL,
  7022.                             ],
  7023.                             'locations' => [
  7024.                                 'type' => '[CompanyLocation!]',
  7025.                                 'description' => NULL,
  7026.                             ],
  7027.                             'jobs' => [
  7028.                                 'type' => '[Job!]',
  7029.                                 'description' => NULL,
  7030.                             ],
  7031.                             'communication' => [
  7032.                                 'type' => '[Communication!]',
  7033.                                 'description' => NULL,
  7034.                             ],
  7035.                             'url' => [
  7036.                                 'type' => 'String',
  7037.                                 'description' => NULL,
  7038.                             ],
  7039.                             'contactGallery' => [
  7040.                                 'type' => 'ContactGallery',
  7041.                                 'description' => NULL,
  7042.                             ],
  7043.                             'mediaGallery' => [
  7044.                                 'type' => 'Gallery',
  7045.                                 'description' => NULL,
  7046.                             ],
  7047.                             'documents' => [
  7048.                                 'type' => 'Gallery',
  7049.                                 'description' => NULL,
  7050.                             ],
  7051.                             'founded' => [
  7052.                                 'type' => 'Int',
  7053.                                 'description' => NULL,
  7054.                             ],
  7055.                             'companySize' => [
  7056.                                 'type' => 'CompanySize',
  7057.                                 'description' => NULL,
  7058.                             ],
  7059.                             'companyBenefits' => [
  7060.                                 'type' => '[CompanyBenefit!]',
  7061.                                 'description' => NULL,
  7062.                             ],
  7063.                             'certificates' => [
  7064.                                 'type' => '[CompanyCertificate!]',
  7065.                                 'description' => NULL,
  7066.                             ],
  7067.                             'trainingInformation' => [
  7068.                                 'type' => 'String',
  7069.                                 'description' => NULL,
  7070.                             ],
  7071.                             'companyProfilePicture' => [
  7072.                                 'type' => 'Image',
  7073.                                 'description' => NULL,
  7074.                             ],
  7075.                             'headerPicture' => [
  7076.                                 'type' => 'Image',
  7077.                                 'description' => NULL,
  7078.                             ],
  7079.                             'profileLink' => [
  7080.                                 'type' => 'ProfileLink',
  7081.                                 'description' => NULL,
  7082.                             ],
  7083.                             'offers' => [
  7084.                                 'type' => '[Offer!]',
  7085.                                 'description' => NULL,
  7086.                             ],
  7087.                             'relatedCompanies' => [
  7088.                                 'type' => '[CompanyProfile!]',
  7089.                                 'description' => NULL,
  7090.                             ],
  7091.                             'jobMarkets' => [
  7092.                                 'type' => '[JobMarket!]',
  7093.                                 'description' => NULL,
  7094.                             ],
  7095.                             'quizUrl' => [
  7096.                                 'type' => 'String',
  7097.                                 'description' => NULL,
  7098.                             ],
  7099.                         ],
  7100.                         'interfaces' => [
  7101.                             => 'ProfileInterface',
  7102.                         ],
  7103.                         'name' => 'CompanyProfile',
  7104.                         'builders' => [
  7105.                         ],
  7106.                     ],
  7107.                 ],
  7108.                 'CompanyLocation' => [
  7109.                     'type' => 'object',
  7110.                     'class_name' => 'CompanyLocationType',
  7111.                     'inherits' => [
  7112.                     ],
  7113.                     'decorator' => false,
  7114.                     'config' => [
  7115.                         'description' => NULL,
  7116.                         'fields' => [
  7117.                             'id' => [
  7118.                                 'type' => 'ID!',
  7119.                                 'description' => NULL,
  7120.                             ],
  7121.                             'name' => [
  7122.                                 'type' => 'String',
  7123.                                 'description' => NULL,
  7124.                             ],
  7125.                             'address' => [
  7126.                                 'type' => 'Address',
  7127.                                 'description' => NULL,
  7128.                             ],
  7129.                         ],
  7130.                         'interfaces' => [
  7131.                         ],
  7132.                         'name' => 'CompanyLocation',
  7133.                         'builders' => [
  7134.                         ],
  7135.                     ],
  7136.                 ],
  7137.                 'JobRequirement' => [
  7138.                     'type' => 'object',
  7139.                     'class_name' => 'JobRequirementType',
  7140.                     'inherits' => [
  7141.                     ],
  7142.                     'decorator' => false,
  7143.                     'config' => [
  7144.                         'description' => NULL,
  7145.                         'fields' => [
  7146.                             'id' => [
  7147.                                 'type' => 'ID!',
  7148.                                 'description' => NULL,
  7149.                             ],
  7150.                             'bicID' => [
  7151.                                 'type' => 'Int',
  7152.                                 'description' => NULL,
  7153.                             ],
  7154.                             'requirementName' => [
  7155.                                 'type' => 'String!',
  7156.                                 'description' => NULL,
  7157.                             ],
  7158.                             'description' => [
  7159.                                 'type' => 'String',
  7160.                                 'description' => NULL,
  7161.                             ],
  7162.                         ],
  7163.                         'interfaces' => [
  7164.                         ],
  7165.                         'name' => 'JobRequirement',
  7166.                         'builders' => [
  7167.                         ],
  7168.                     ],
  7169.                 ],
  7170.                 'Title' => [
  7171.                     'type' => 'object',
  7172.                     'class_name' => 'TitleType',
  7173.                     'inherits' => [
  7174.                     ],
  7175.                     'decorator' => false,
  7176.                     'config' => [
  7177.                         'description' => NULL,
  7178.                         'fields' => [
  7179.                             'id' => [
  7180.                                 'type' => 'ID!',
  7181.                                 'description' => NULL,
  7182.                             ],
  7183.                             'shortName' => [
  7184.                                 'type' => 'String!',
  7185.                                 'description' => NULL,
  7186.                             ],
  7187.                             'description' => [
  7188.                                 'type' => 'String!',
  7189.                                 'description' => NULL,
  7190.                             ],
  7191.                         ],
  7192.                         'interfaces' => [
  7193.                         ],
  7194.                         'name' => 'Title',
  7195.                         'builders' => [
  7196.                         ],
  7197.                     ],
  7198.                 ],
  7199.                 'StoryCardLayout' => [
  7200.                     'type' => 'enum',
  7201.                     'class_name' => 'StoryCardLayoutType',
  7202.                     'inherits' => [
  7203.                     ],
  7204.                     'decorator' => false,
  7205.                     'config' => [
  7206.                         'description' => NULL,
  7207.                         'values' => [
  7208.                             'COVER' => [
  7209.                                 'description' => NULL,
  7210.                                 'value' => 'COVER',
  7211.                             ],
  7212.                             'VIDEO' => [
  7213.                                 'description' => NULL,
  7214.                                 'value' => 'VIDEO',
  7215.                             ],
  7216.                             'ANIMATION' => [
  7217.                                 'description' => NULL,
  7218.                                 'value' => 'ANIMATION',
  7219.                             ],
  7220.                             'CONTENT' => [
  7221.                                 'description' => NULL,
  7222.                                 'value' => 'CONTENT',
  7223.                             ],
  7224.                             'HIGHLIGHT' => [
  7225.                                 'description' => NULL,
  7226.                                 'value' => 'HIGHLIGHT',
  7227.                             ],
  7228.                             'QUIZ' => [
  7229.                                 'description' => NULL,
  7230.                                 'value' => 'QUIZ',
  7231.                             ],
  7232.                         ],
  7233.                         'name' => 'StoryCardLayout',
  7234.                     ],
  7235.                 ],
  7236.                 'ProfileType' => [
  7237.                     'type' => 'object',
  7238.                     'class_name' => 'ProfileTypeType',
  7239.                     'inherits' => [
  7240.                     ],
  7241.                     'decorator' => false,
  7242.                     'config' => [
  7243.                         'description' => NULL,
  7244.                         'fields' => [
  7245.                             'id' => [
  7246.                                 'type' => 'ID!',
  7247.                                 'description' => NULL,
  7248.                             ],
  7249.                             'name' => [
  7250.                                 'type' => 'String!',
  7251.                                 'description' => NULL,
  7252.                             ],
  7253.                             'shortName' => [
  7254.                                 'type' => 'String!',
  7255.                                 'description' => NULL,
  7256.                             ],
  7257.                             'position' => [
  7258.                                 'type' => 'Int!',
  7259.                                 'description' => NULL,
  7260.                             ],
  7261.                         ],
  7262.                         'interfaces' => [
  7263.                         ],
  7264.                         'name' => 'ProfileType',
  7265.                         'builders' => [
  7266.                         ],
  7267.                     ],
  7268.                 ],
  7269.                 'ProfileLinkEntry' => [
  7270.                     'type' => 'object',
  7271.                     'class_name' => 'ProfileLinkEntryType',
  7272.                     'inherits' => [
  7273.                     ],
  7274.                     'decorator' => false,
  7275.                     'config' => [
  7276.                         'description' => NULL,
  7277.                         'fields' => [
  7278.                             'linkType' => [
  7279.                                 'type' => 'ProfileLinkType!',
  7280.                                 'description' => NULL,
  7281.                             ],
  7282.                             'linkValue' => [
  7283.                                 'type' => 'String!',
  7284.                                 'description' => NULL,
  7285.                             ],
  7286.                         ],
  7287.                         'interfaces' => [
  7288.                         ],
  7289.                         'name' => 'ProfileLinkEntry',
  7290.                         'builders' => [
  7291.                         ],
  7292.                     ],
  7293.                 ],
  7294.                 'InfoSectionSubCategory' => [
  7295.                     'type' => 'object',
  7296.                     'class_name' => 'InfoSectionSubCategoryType',
  7297.                     'inherits' => [
  7298.                     ],
  7299.                     'decorator' => false,
  7300.                     'config' => [
  7301.                         'description' => NULL,
  7302.                         'fields' => [
  7303.                             'id' => [
  7304.                                 'type' => 'ID!',
  7305.                                 'description' => NULL,
  7306.                             ],
  7307.                             'heading' => [
  7308.                                 'type' => 'String!',
  7309.                                 'description' => NULL,
  7310.                             ],
  7311.                             'description' => [
  7312.                                 'type' => 'String',
  7313.                                 'description' => NULL,
  7314.                             ],
  7315.                             'position' => [
  7316.                                 'type' => 'Int',
  7317.                                 'description' => NULL,
  7318.                             ],
  7319.                             'urlText' => [
  7320.                                 'type' => 'String',
  7321.                                 'description' => NULL,
  7322.                             ],
  7323.                             'entries' => [
  7324.                                 'type' => '[InfoSectionEntry!]',
  7325.                                 'description' => NULL,
  7326.                             ],
  7327.                         ],
  7328.                         'interfaces' => [
  7329.                         ],
  7330.                         'name' => 'InfoSectionSubCategory',
  7331.                         'builders' => [
  7332.                         ],
  7333.                     ],
  7334.                 ],
  7335.                 'StoryUser' => [
  7336.                     'type' => 'object',
  7337.                     'class_name' => 'StoryUserType',
  7338.                     'inherits' => [
  7339.                     ],
  7340.                     'decorator' => false,
  7341.                     'config' => [
  7342.                         'description' => NULL,
  7343.                         'fields' => [
  7344.                             'avatar' => [
  7345.                                 'type' => 'Image',
  7346.                                 'description' => NULL,
  7347.                             ],
  7348.                             'position' => [
  7349.                                 'type' => 'String',
  7350.                                 'description' => NULL,
  7351.                             ],
  7352.                         ],
  7353.                         'interfaces' => [
  7354.                         ],
  7355.                         'name' => 'StoryUser',
  7356.                         'builders' => [
  7357.                         ],
  7358.                     ],
  7359.                 ],
  7360.                 'JobScholasticDuration' => [
  7361.                     'type' => 'object',
  7362.                     'class_name' => 'JobScholasticDurationType',
  7363.                     'inherits' => [
  7364.                     ],
  7365.                     'decorator' => false,
  7366.                     'config' => [
  7367.                         'description' => NULL,
  7368.                         'fields' => [
  7369.                             'id' => [
  7370.                                 'type' => 'ID!',
  7371.                                 'description' => NULL,
  7372.                             ],
  7373.                             'durationName' => [
  7374.                                 'type' => 'String',
  7375.                                 'description' => NULL,
  7376.                             ],
  7377.                             'position' => [
  7378.                                 'type' => 'Int',
  7379.                                 'description' => NULL,
  7380.                             ],
  7381.                         ],
  7382.                         'interfaces' => [
  7383.                         ],
  7384.                         'name' => 'JobScholasticDuration',
  7385.                         'builders' => [
  7386.                         ],
  7387.                     ],
  7388.                 ],
  7389.                 'GameCategory' => [
  7390.                     'type' => 'object',
  7391.                     'class_name' => 'GameCategoryType',
  7392.                     'inherits' => [
  7393.                     ],
  7394.                     'decorator' => false,
  7395.                     'config' => [
  7396.                         'description' => NULL,
  7397.                         'fields' => [
  7398.                             'id' => [
  7399.                                 'type' => 'ID!',
  7400.                                 'description' => NULL,
  7401.                             ],
  7402.                             'name' => [
  7403.                                 'type' => 'String!',
  7404.                                 'description' => NULL,
  7405.                             ],
  7406.                             'isActive' => [
  7407.                                 'type' => 'Boolean!',
  7408.                                 'description' => NULL,
  7409.                             ],
  7410.                             'isSelected' => [
  7411.                                 'type' => 'Boolean!',
  7412.                                 'description' => NULL,
  7413.                             ],
  7414.                             'progress' => [
  7415.                                 'type' => '[GameCategoryProgress!]',
  7416.                                 'description' => NULL,
  7417.                             ],
  7418.                         ],
  7419.                         'interfaces' => [
  7420.                         ],
  7421.                         'name' => 'GameCategory',
  7422.                         'builders' => [
  7423.                         ],
  7424.                     ],
  7425.                 ],
  7426.                 'Appointment' => [
  7427.                     'type' => 'object',
  7428.                     'class_name' => 'AppointmentType',
  7429.                     'inherits' => [
  7430.                     ],
  7431.                     'decorator' => false,
  7432.                     'config' => [
  7433.                         'description' => NULL,
  7434.                         'fields' => [
  7435.                             'id' => [
  7436.                                 'type' => 'ID!',
  7437.                                 'description' => NULL,
  7438.                             ],
  7439.                             'startTime' => [
  7440.                                 'type' => 'String',
  7441.                                 'description' => NULL,
  7442.                             ],
  7443.                             'endTime' => [
  7444.                                 'type' => 'String',
  7445.                                 'description' => NULL,
  7446.                             ],
  7447.                             'startDate' => [
  7448.                                 'type' => 'String',
  7449.                                 'description' => NULL,
  7450.                             ],
  7451.                             'endDate' => [
  7452.                                 'type' => 'String',
  7453.                                 'description' => NULL,
  7454.                             ],
  7455.                             'note' => [
  7456.                                 'type' => 'String',
  7457.                                 'description' => NULL,
  7458.                             ],
  7459.                             'bookableUntil' => [
  7460.                                 'type' => 'String',
  7461.                                 'description' => NULL,
  7462.                             ],
  7463.                             'maxParticipantes' => [
  7464.                                 'type' => 'Int',
  7465.                                 'description' => NULL,
  7466.                             ],
  7467.                             'appointmentType' => [
  7468.                                 'type' => 'AppointmentType',
  7469.                                 'description' => NULL,
  7470.                             ],
  7471.                             'appointmentState' => [
  7472.                                 'type' => 'AppointmentState',
  7473.                                 'description' => NULL,
  7474.                             ],
  7475.                             'bookingLink' => [
  7476.                                 'type' => 'String',
  7477.                                 'description' => NULL,
  7478.                             ],
  7479.                         ],
  7480.                         'interfaces' => [
  7481.                         ],
  7482.                         'name' => 'Appointment',
  7483.                         'builders' => [
  7484.                         ],
  7485.                     ],
  7486.                 ],
  7487.                 'JobMarketDistrict' => [
  7488.                     'type' => 'object',
  7489.                     'class_name' => 'JobMarketDistrictType',
  7490.                     'inherits' => [
  7491.                     ],
  7492.                     'decorator' => false,
  7493.                     'config' => [
  7494.                         'description' => NULL,
  7495.                         'fields' => [
  7496.                             'districtID' => [
  7497.                                 'type' => 'Int',
  7498.                                 'description' => NULL,
  7499.                             ],
  7500.                             'districtName' => [
  7501.                                 'type' => 'String',
  7502.                                 'description' => NULL,
  7503.                             ],
  7504.                             'trainingCompanies' => [
  7505.                                 'type' => '[CompanyProfileSimple!]',
  7506.                                 'description' => NULL,
  7507.                             ],
  7508.                             'jobMarketEntries' => [
  7509.                                 'type' => '[CompanyProfileSimple!]',
  7510.                                 'description' => NULL,
  7511.                             ],
  7512.                         ],
  7513.                         'interfaces' => [
  7514.                         ],
  7515.                         'name' => 'JobMarketDistrict',
  7516.                         'builders' => [
  7517.                         ],
  7518.                     ],
  7519.                 ],
  7520.                 'FaqQuestion' => [
  7521.                     'type' => 'object',
  7522.                     'class_name' => 'FaqQuestionType',
  7523.                     'inherits' => [
  7524.                     ],
  7525.                     'decorator' => false,
  7526.                     'config' => [
  7527.                         'description' => NULL,
  7528.                         'fields' => [
  7529.                             'question' => [
  7530.                                 'type' => 'String!',
  7531.                                 'description' => NULL,
  7532.                             ],
  7533.                             'answer' => [
  7534.                                 'type' => 'String!',
  7535.                                 'description' => NULL,
  7536.                             ],
  7537.                             'position' => [
  7538.                                 'type' => 'Int',
  7539.                                 'description' => NULL,
  7540.                             ],
  7541.                         ],
  7542.                         'interfaces' => [
  7543.                         ],
  7544.                         'name' => 'FaqQuestion',
  7545.                         'builders' => [
  7546.                         ],
  7547.                     ],
  7548.                 ],
  7549.                 'FaqSubCategory' => [
  7550.                     'type' => 'object',
  7551.                     'class_name' => 'FaqSubCategoryType',
  7552.                     'inherits' => [
  7553.                     ],
  7554.                     'decorator' => false,
  7555.                     'config' => [
  7556.                         'description' => NULL,
  7557.                         'fields' => [
  7558.                             'subCategoryName' => [
  7559.                                 'type' => 'String!',
  7560.                                 'description' => NULL,
  7561.                             ],
  7562.                             'position' => [
  7563.                                 'type' => 'Int!',
  7564.                                 'description' => NULL,
  7565.                             ],
  7566.                             'questions' => [
  7567.                                 'type' => '[FaqQuestion!]',
  7568.                                 'description' => NULL,
  7569.                             ],
  7570.                         ],
  7571.                         'interfaces' => [
  7572.                         ],
  7573.                         'name' => 'FaqSubCategory',
  7574.                         'builders' => [
  7575.                         ],
  7576.                     ],
  7577.                 ],
  7578.                 'CompanyContact' => [
  7579.                     'type' => 'object',
  7580.                     'class_name' => 'CompanyContactType',
  7581.                     'inherits' => [
  7582.                     ],
  7583.                     'decorator' => false,
  7584.                     'config' => [
  7585.                         'description' => NULL,
  7586.                         'fields' => [
  7587.                             'id' => [
  7588.                                 'type' => 'ID!',
  7589.                                 'description' => NULL,
  7590.                             ],
  7591.                             'employeePosition' => [
  7592.                                 'type' => 'String!',
  7593.                                 'description' => NULL,
  7594.                             ],
  7595.                             'communication' => [
  7596.                                 'type' => 'Communication!',
  7597.                                 'description' => NULL,
  7598.                             ],
  7599.                         ],
  7600.                         'interfaces' => [
  7601.                         ],
  7602.                         'name' => 'CompanyContact',
  7603.                         'builders' => [
  7604.                         ],
  7605.                     ],
  7606.                 ],
  7607.                 'GameTimerModifyType' => [
  7608.                     'type' => 'enum',
  7609.                     'class_name' => 'GameTimerModifyTypeType',
  7610.                     'inherits' => [
  7611.                     ],
  7612.                     'decorator' => false,
  7613.                     'config' => [
  7614.                         'description' => NULL,
  7615.                         'values' => [
  7616.                             'END' => [
  7617.                                 'description' => NULL,
  7618.                                 'value' => 'END',
  7619.                             ],
  7620.                             'EXTEND' => [
  7621.                                 'description' => NULL,
  7622.                                 'value' => 'EXTEND',
  7623.                             ],
  7624.                             'PAUSE' => [
  7625.                                 'description' => NULL,
  7626.                                 'value' => 'PAUSE',
  7627.                             ],
  7628.                             'RESUME' => [
  7629.                                 'description' => NULL,
  7630.                                 'value' => 'RESUME',
  7631.                             ],
  7632.                         ],
  7633.                         'name' => 'GameTimerModifyType',
  7634.                     ],
  7635.                 ],
  7636.                 'GameType' => [
  7637.                     'type' => 'enum',
  7638.                     'class_name' => 'GameTypeType',
  7639.                     'inherits' => [
  7640.                     ],
  7641.                     'decorator' => false,
  7642.                     'config' => [
  7643.                         'description' => NULL,
  7644.                         'values' => [
  7645.                             'NOTSET' => [
  7646.                                 'description' => NULL,
  7647.                                 'value' => 'NOTSET',
  7648.                             ],
  7649.                             'QUIZ' => [
  7650.                                 'description' => NULL,
  7651.                                 'value' => 'QUIZ',
  7652.                             ],
  7653.                             'CLICKTHEPIC' => [
  7654.                                 'description' => NULL,
  7655.                                 'value' => 'CLICKTHEPIC',
  7656.                             ],
  7657.                         ],
  7658.                         'name' => 'GameType',
  7659.                     ],
  7660.                 ],
  7661.                 'Status' => [
  7662.                     'type' => 'object',
  7663.                     'class_name' => 'StatusType',
  7664.                     'inherits' => [
  7665.                     ],
  7666.                     'decorator' => false,
  7667.                     'config' => [
  7668.                         'description' => NULL,
  7669.                         'fields' => [
  7670.                             'type' => [
  7671.                                 'type' => 'StatusType!',
  7672.                                 'description' => NULL,
  7673.                             ],
  7674.                             'message' => [
  7675.                                 'type' => 'String',
  7676.                                 'description' => NULL,
  7677.                             ],
  7678.                         ],
  7679.                         'interfaces' => [
  7680.                         ],
  7681.                         'name' => 'Status',
  7682.                         'builders' => [
  7683.                         ],
  7684.                     ],
  7685.                 ],
  7686.                 'BoPartnerLocation' => [
  7687.                     'type' => 'object',
  7688.                     'class_name' => 'BoPartnerLocationType',
  7689.                     'inherits' => [
  7690.                     ],
  7691.                     'decorator' => false,
  7692.                     'config' => [
  7693.                         'description' => NULL,
  7694.                         'fields' => [
  7695.                             'id' => [
  7696.                                 'type' => 'ID!',
  7697.                                 'description' => NULL,
  7698.                             ],
  7699.                             'name' => [
  7700.                                 'type' => 'String',
  7701.                                 'description' => NULL,
  7702.                             ],
  7703.                             'address' => [
  7704.                                 'type' => 'Address',
  7705.                                 'description' => NULL,
  7706.                             ],
  7707.                         ],
  7708.                         'interfaces' => [
  7709.                         ],
  7710.                         'name' => 'BoPartnerLocation',
  7711.                         'builders' => [
  7712.                         ],
  7713.                     ],
  7714.                 ],
  7715.                 'SchoolClass' => [
  7716.                     'type' => 'object',
  7717.                     'class_name' => 'SchoolClassType',
  7718.                     'inherits' => [
  7719.                     ],
  7720.                     'decorator' => false,
  7721.                     'config' => [
  7722.                         'description' => NULL,
  7723.                         'fields' => [
  7724.                             'id' => [
  7725.                                 'type' => 'Int!',
  7726.                                 'description' => NULL,
  7727.                             ],
  7728.                             'name' => [
  7729.                                 'type' => 'String!',
  7730.                                 'description' => NULL,
  7731.                             ],
  7732.                             'numberStudents' => [
  7733.                                 'type' => 'Int',
  7734.                                 'description' => NULL,
  7735.                             ],
  7736.                             'grade' => [
  7737.                                 'type' => 'SchoolClassGrade',
  7738.                                 'description' => NULL,
  7739.                             ],
  7740.                             'classCode' => [
  7741.                                 'type' => 'String',
  7742.                                 'description' => NULL,
  7743.                             ],
  7744.                             'school' => [
  7745.                                 'type' => 'School',
  7746.                                 'description' => NULL,
  7747.                             ],
  7748.                             'teachers' => [
  7749.                                 'type' => '[Teacher!]',
  7750.                                 'description' => NULL,
  7751.                             ],
  7752.                             'createdAt' => [
  7753.                                 'type' => 'String',
  7754.                                 'description' => NULL,
  7755.                             ],
  7756.                         ],
  7757.                         'interfaces' => [
  7758.                         ],
  7759.                         'name' => 'SchoolClass',
  7760.                         'builders' => [
  7761.                         ],
  7762.                     ],
  7763.                 ],
  7764.                 'Stories' => [
  7765.                     'type' => 'object',
  7766.                     'class_name' => 'StoriesType',
  7767.                     'inherits' => [
  7768.                     ],
  7769.                     'decorator' => false,
  7770.                     'config' => [
  7771.                         'description' => NULL,
  7772.                         'fields' => [
  7773.                             'entries' => [
  7774.                                 'type' => '[Story!]',
  7775.                                 'description' => NULL,
  7776.                             ],
  7777.                         ],
  7778.                         'interfaces' => [
  7779.                         ],
  7780.                         'name' => 'Stories',
  7781.                         'builders' => [
  7782.                         ],
  7783.                     ],
  7784.                 ],
  7785.                 'CompanySize' => [
  7786.                     'type' => 'object',
  7787.                     'class_name' => 'CompanySizeType',
  7788.                     'inherits' => [
  7789.                     ],
  7790.                     'decorator' => false,
  7791.                     'config' => [
  7792.                         'description' => NULL,
  7793.                         'fields' => [
  7794.                             'id' => [
  7795.                                 'type' => 'ID!',
  7796.                                 'description' => NULL,
  7797.                             ],
  7798.                             'name' => [
  7799.                                 'type' => 'String!',
  7800.                                 'description' => NULL,
  7801.                             ],
  7802.                             'text' => [
  7803.                                 'type' => 'String!',
  7804.                                 'description' => NULL,
  7805.                             ],
  7806.                         ],
  7807.                         'interfaces' => [
  7808.                         ],
  7809.                         'name' => 'CompanySize',
  7810.                         'builders' => [
  7811.                         ],
  7812.                     ],
  7813.                 ],
  7814.                 'HomeContent' => [
  7815.                     'type' => 'object',
  7816.                     'class_name' => 'HomeContentType',
  7817.                     'inherits' => [
  7818.                     ],
  7819.                     'decorator' => false,
  7820.                     'config' => [
  7821.                         'description' => NULL,
  7822.                         'fields' => [
  7823.                             'featuredCompanies' => [
  7824.                                 'type' => '[CompanyProfile!]',
  7825.                                 'description' => NULL,
  7826.                             ],
  7827.                             'featuredStories' => [
  7828.                                 'type' => '[Story!]',
  7829.                                 'description' => NULL,
  7830.                             ],
  7831.                             'helpfulLinks' => [
  7832.                                 'type' => '[ExternalLink!]',
  7833.                                 'description' => NULL,
  7834.                             ],
  7835.                         ],
  7836.                         'interfaces' => [
  7837.                         ],
  7838.                         'name' => 'HomeContent',
  7839.                         'builders' => [
  7840.                         ],
  7841.                     ],
  7842.                 ],
  7843.                 'ProfileUpdateResponse' => [
  7844.                     'type' => 'object',
  7845.                     'class_name' => 'ProfileUpdateResponseType',
  7846.                     'inherits' => [
  7847.                     ],
  7848.                     'decorator' => false,
  7849.                     'config' => [
  7850.                         'description' => NULL,
  7851.                         'fields' => [
  7852.                             'status' => [
  7853.                                 'type' => 'Status!',
  7854.                                 'description' => NULL,
  7855.                             ],
  7856.                         ],
  7857.                         'interfaces' => [
  7858.                         ],
  7859.                         'name' => 'ProfileUpdateResponse',
  7860.                         'builders' => [
  7861.                         ],
  7862.                     ],
  7863.                 ],
  7864.                 'Color' => [
  7865.                     'type' => 'enum',
  7866.                     'class_name' => 'ColorType',
  7867.                     'inherits' => [
  7868.                     ],
  7869.                     'decorator' => false,
  7870.                     'config' => [
  7871.                         'description' => NULL,
  7872.                         'values' => [
  7873.                             'BLACK' => [
  7874.                                 'description' => NULL,
  7875.                                 'value' => 'BLACK',
  7876.                             ],
  7877.                             'DARKBLUE' => [
  7878.                                 'description' => NULL,
  7879.                                 'value' => 'DARKBLUE',
  7880.                             ],
  7881.                             'DARKGREEN' => [
  7882.                                 'description' => NULL,
  7883.                                 'value' => 'DARKGREEN',
  7884.                             ],
  7885.                             'GREY' => [
  7886.                                 'description' => NULL,
  7887.                                 'value' => 'GREY',
  7888.                             ],
  7889.                             'LIGHTGREEN' => [
  7890.                                 'description' => NULL,
  7891.                                 'value' => 'LIGHTGREEN',
  7892.                             ],
  7893.                             'LIGHTBLUE' => [
  7894.                                 'description' => NULL,
  7895.                                 'value' => 'LIGHTBLUE',
  7896.                             ],
  7897.                             'PETROL' => [
  7898.                                 'description' => NULL,
  7899.                                 'value' => 'PETROL',
  7900.                             ],
  7901.                             'RED' => [
  7902.                                 'description' => NULL,
  7903.                                 'value' => 'RED',
  7904.                             ],
  7905.                             'WHITE' => [
  7906.                                 'description' => NULL,
  7907.                                 'value' => 'WHITE',
  7908.                             ],
  7909.                             'YELLOW' => [
  7910.                                 'description' => NULL,
  7911.                                 'value' => 'YELLOW',
  7912.                             ],
  7913.                         ],
  7914.                         'name' => 'Color',
  7915.                     ],
  7916.                 ],
  7917.                 'GameEndType' => [
  7918.                     'type' => 'enum',
  7919.                     'class_name' => 'GameEndTypeType',
  7920.                     'inherits' => [
  7921.                     ],
  7922.                     'decorator' => false,
  7923.                     'config' => [
  7924.                         'description' => NULL,
  7925.                         'values' => [
  7926.                             'NOTSET' => [
  7927.                                 'description' => NULL,
  7928.                                 'value' => 'NOTSET',
  7929.                             ],
  7930.                             'DECISION' => [
  7931.                                 'description' => NULL,
  7932.                                 'value' => 'DECISION',
  7933.                             ],
  7934.                             'WRONGANSWER' => [
  7935.                                 'description' => NULL,
  7936.                                 'value' => 'WRONGANSWER',
  7937.                             ],
  7938.                         ],
  7939.                         'name' => 'GameEndType',
  7940.                     ],
  7941.                 ],
  7942.                 'SchoolClassGameState' => [
  7943.                     'type' => 'object',
  7944.                     'class_name' => 'SchoolClassGameStateType',
  7945.                     'inherits' => [
  7946.                     ],
  7947.                     'decorator' => false,
  7948.                     'config' => [
  7949.                         'description' => NULL,
  7950.                         'fields' => [
  7951.                             'status' => [
  7952.                                 'type' => 'Status!',
  7953.                                 'description' => NULL,
  7954.                             ],
  7955.                             'viewCount' => [
  7956.                                 'type' => 'ViewCount',
  7957.                                 'description' => NULL,
  7958.                             ],
  7959.                         ],
  7960.                         'interfaces' => [
  7961.                         ],
  7962.                         'name' => 'SchoolClassGameState',
  7963.                         'builders' => [
  7964.                         ],
  7965.                     ],
  7966.                 ],
  7967.                 'JobSalaryEntry' => [
  7968.                     'type' => 'object',
  7969.                     'class_name' => 'JobSalaryEntryType',
  7970.                     'inherits' => [
  7971.                     ],
  7972.                     'decorator' => false,
  7973.                     'config' => [
  7974.                         'description' => NULL,
  7975.                         'fields' => [
  7976.                             'id' => [
  7977.                                 'type' => 'ID!',
  7978.                                 'description' => NULL,
  7979.                             ],
  7980.                             'salaryType' => [
  7981.                                 'type' => 'JobSalaryType',
  7982.                                 'description' => NULL,
  7983.                             ],
  7984.                             'salaryFrom' => [
  7985.                                 'type' => 'String',
  7986.                                 'description' => NULL,
  7987.                             ],
  7988.                             'salaryTo' => [
  7989.                                 'type' => 'String',
  7990.                                 'description' => NULL,
  7991.                             ],
  7992.                             'urlExt' => [
  7993.                                 'type' => 'String',
  7994.                                 'description' => NULL,
  7995.                             ],
  7996.                             'createdAt' => [
  7997.                                 'type' => 'String',
  7998.                                 'description' => NULL,
  7999.                             ],
  8000.                         ],
  8001.                         'interfaces' => [
  8002.                         ],
  8003.                         'name' => 'JobSalaryEntry',
  8004.                         'builders' => [
  8005.                         ],
  8006.                     ],
  8007.                 ],
  8008.                 'Document' => [
  8009.                     'type' => 'object',
  8010.                     'class_name' => 'DocumentType',
  8011.                     'inherits' => [
  8012.                     ],
  8013.                     'decorator' => false,
  8014.                     'config' => [
  8015.                         'description' => NULL,
  8016.                         'fields' => [
  8017.                             'id' => [
  8018.                                 'type' => 'ID!',
  8019.                                 'description' => NULL,
  8020.                             ],
  8021.                             'name' => [
  8022.                                 'type' => 'String',
  8023.                                 'description' => NULL,
  8024.                             ],
  8025.                             'filePath' => [
  8026.                                 'type' => 'String',
  8027.                                 'description' => NULL,
  8028.                             ],
  8029.                         ],
  8030.                         'interfaces' => [
  8031.                         ],
  8032.                         'name' => 'Document',
  8033.                         'builders' => [
  8034.                         ],
  8035.                     ],
  8036.                 ],
  8037.                 'AppointmentState' => [
  8038.                     'type' => 'enum',
  8039.                     'class_name' => 'AppointmentStateType',
  8040.                     'inherits' => [
  8041.                     ],
  8042.                     'decorator' => false,
  8043.                     'config' => [
  8044.                         'description' => NULL,
  8045.                         'values' => [
  8046.                             'ACTIVE' => [
  8047.                                 'description' => NULL,
  8048.                                 'value' => 'ACTIVE',
  8049.                             ],
  8050.                             'FULL' => [
  8051.                                 'description' => NULL,
  8052.                                 'value' => 'FULL',
  8053.                             ],
  8054.                             'CANCELLED' => [
  8055.                                 'description' => NULL,
  8056.                                 'value' => 'CANCELLED',
  8057.                             ],
  8058.                             'DELETED' => [
  8059.                                 'description' => NULL,
  8060.                                 'value' => 'DELETED',
  8061.                             ],
  8062.                         ],
  8063.                         'name' => 'AppointmentState',
  8064.                     ],
  8065.                 ],
  8066.                 'OfferType' => [
  8067.                     'type' => 'enum',
  8068.                     'class_name' => 'OfferTypeType',
  8069.                     'inherits' => [
  8070.                     ],
  8071.                     'decorator' => false,
  8072.                     'config' => [
  8073.                         'description' => NULL,
  8074.                         'values' => [
  8075.                             'BERUFSBERATUNG' => [
  8076.                                 'description' => NULL,
  8077.                                 'value' => 'BERUFSBERATUNG',
  8078.                             ],
  8079.                             'BERUFSPRAKTISCH' => [
  8080.                                 'description' => NULL,
  8081.                                 'value' => 'BERUFSPRAKTISCH',
  8082.                             ],
  8083.                             'BETRIEBSERKUNDUNG' => [
  8084.                                 'description' => NULL,
  8085.                                 'value' => 'BETRIEBSERKUNDUNG',
  8086.                             ],
  8087.                             'TAGOFFENETUER' => [
  8088.                                 'description' => NULL,
  8089.                                 'value' => 'TAGOFFENETUER',
  8090.                             ],
  8091.                             'UNTERNEHMENSCHULE' => [
  8092.                                 'description' => NULL,
  8093.                                 'value' => 'UNTERNEHMENSCHULE',
  8094.                             ],
  8095.                             'VORTRAG' => [
  8096.                                 'description' => NULL,
  8097.                                 'value' => 'VORTRAG',
  8098.                             ],
  8099.                             'WORKSHOP' => [
  8100.                                 'description' => NULL,
  8101.                                 'value' => 'WORKSHOP',
  8102.                             ],
  8103.                             'WORKSHOPBO' => [
  8104.                                 'description' => NULL,
  8105.                                 'value' => 'WORKSHOPBO',
  8106.                             ],
  8107.                         ],
  8108.                         'name' => 'OfferType',
  8109.                     ],
  8110.                 ],
  8111.                 'CompanyProfileSimple' => [
  8112.                     'type' => 'object',
  8113.                     'class_name' => 'CompanyProfileSimpleType',
  8114.                     'inherits' => [
  8115.                     ],
  8116.                     'decorator' => false,
  8117.                     'config' => [
  8118.                         'description' => NULL,
  8119.                         'fields' => [
  8120.                             'id' => [
  8121.                                 'type' => 'Int',
  8122.                                 'description' => NULL,
  8123.                             ],
  8124.                             'uuid' => [
  8125.                                 'type' => 'String',
  8126.                                 'description' => NULL,
  8127.                             ],
  8128.                             'name' => [
  8129.                                 'type' => 'String',
  8130.                                 'description' => NULL,
  8131.                             ],
  8132.                         ],
  8133.                         'interfaces' => [
  8134.                         ],
  8135.                         'name' => 'CompanyProfileSimple',
  8136.                         'builders' => [
  8137.                         ],
  8138.                     ],
  8139.                 ],
  8140.                 'AnswerResponse' => [
  8141.                     'type' => 'object',
  8142.                     'class_name' => 'AnswerResponseType',
  8143.                     'inherits' => [
  8144.                     ],
  8145.                     'decorator' => false,
  8146.                     'config' => [
  8147.                         'description' => NULL,
  8148.                         'fields' => [
  8149.                             'status' => [
  8150.                                 'type' => 'Status!',
  8151.                                 'description' => NULL,
  8152.                             ],
  8153.                             'correctAnswerId' => [
  8154.                                 'type' => 'Int',
  8155.                                 'description' => NULL,
  8156.                             ],
  8157.                         ],
  8158.                         'interfaces' => [
  8159.                         ],
  8160.                         'name' => 'AnswerResponse',
  8161.                         'builders' => [
  8162.                         ],
  8163.                     ],
  8164.                 ],
  8165.                 'JobMarket' => [
  8166.                     'type' => 'object',
  8167.                     'class_name' => 'JobMarketType',
  8168.                     'inherits' => [
  8169.                     ],
  8170.                     'decorator' => false,
  8171.                     'config' => [
  8172.                         'description' => NULL,
  8173.                         'fields' => [
  8174.                             'id' => [
  8175.                                 'type' => 'ID!',
  8176.                                 'description' => NULL,
  8177.                             ],
  8178.                             'name' => [
  8179.                                 'type' => 'String!',
  8180.                                 'description' => NULL,
  8181.                             ],
  8182.                             'numberOfPositions' => [
  8183.                                 'type' => 'Int',
  8184.                                 'description' => NULL,
  8185.                             ],
  8186.                             'description' => [
  8187.                                 'type' => 'String',
  8188.                                 'description' => NULL,
  8189.                             ],
  8190.                             'details' => [
  8191.                                 'type' => 'String',
  8192.                                 'description' => NULL,
  8193.                             ],
  8194.                             'url' => [
  8195.                                 'type' => 'String',
  8196.                                 'description' => NULL,
  8197.                             ],
  8198.                             'requirements' => [
  8199.                                 'type' => 'String',
  8200.                                 'description' => NULL,
  8201.                             ],
  8202.                             'salary' => [
  8203.                                 'type' => 'String',
  8204.                                 'description' => NULL,
  8205.                             ],
  8206.                             'additionalInfo' => [
  8207.                                 'type' => 'JobMarketAdditionalInfo',
  8208.                                 'description' => NULL,
  8209.                             ],
  8210.                             'startDate' => [
  8211.                                 'type' => 'String',
  8212.                                 'description' => NULL,
  8213.                             ],
  8214.                             'applyUntil' => [
  8215.                                 'type' => 'String',
  8216.                                 'description' => NULL,
  8217.                             ],
  8218.                             'openDate' => [
  8219.                                 'type' => 'String',
  8220.                                 'description' => NULL,
  8221.                             ],
  8222.                             'closeDate' => [
  8223.                                 'type' => 'String',
  8224.                                 'description' => NULL,
  8225.                             ],
  8226.                             'companyProfile' => [
  8227.                                 'type' => 'CompanyProfile',
  8228.                                 'description' => NULL,
  8229.                             ],
  8230.                             'contact' => [
  8231.                                 'type' => 'Contact',
  8232.                                 'description' => NULL,
  8233.                             ],
  8234.                             'image' => [
  8235.                                 'type' => 'Image',
  8236.                                 'description' => NULL,
  8237.                             ],
  8238.                             'customMedia' => [
  8239.                                 'type' => 'Media',
  8240.                                 'description' => NULL,
  8241.                             ],
  8242.                             'positionType' => [
  8243.                                 'type' => 'JobMarketPositionType',
  8244.                                 'description' => NULL,
  8245.                             ],
  8246.                             'applyType' => [
  8247.                                 'type' => 'JobMarketApplyType',
  8248.                                 'description' => NULL,
  8249.                             ],
  8250.                             'onlineUrl' => [
  8251.                                 'type' => 'String',
  8252.                                 'description' => NULL,
  8253.                             ],
  8254.                             'startType' => [
  8255.                                 'type' => 'JobMarketStartType',
  8256.                                 'description' => NULL,
  8257.                             ],
  8258.                             'addresses' => [
  8259.                                 'type' => '[Address!]',
  8260.                                 'description' => NULL,
  8261.                             ],
  8262.                             'jobs' => [
  8263.                                 'type' => '[JobSimple!]',
  8264.                                 'description' => NULL,
  8265.                             ],
  8266.                         ],
  8267.                         'interfaces' => [
  8268.                         ],
  8269.                         'name' => 'JobMarket',
  8270.                         'builders' => [
  8271.                         ],
  8272.                     ],
  8273.                 ],
  8274.                 'JobRequirementTypeCollection' => [
  8275.                     'type' => 'object',
  8276.                     'class_name' => 'JobRequirementTypeCollectionType',
  8277.                     'inherits' => [
  8278.                     ],
  8279.                     'decorator' => false,
  8280.                     'config' => [
  8281.                         'description' => NULL,
  8282.                         'fields' => [
  8283.                             'requirementType' => [
  8284.                                 'type' => 'JobRequirementType!',
  8285.                                 'description' => NULL,
  8286.                             ],
  8287.                             'requirements' => [
  8288.                                 'type' => '[JobRequirement!]',
  8289.                                 'description' => NULL,
  8290.                             ],
  8291.                         ],
  8292.                         'interfaces' => [
  8293.                         ],
  8294.                         'name' => 'JobRequirementTypeCollection',
  8295.                         'builders' => [
  8296.                         ],
  8297.                     ],
  8298.                 ],
  8299.                 'JobLinkMapping' => [
  8300.                     'type' => 'object',
  8301.                     'class_name' => 'JobLinkMappingType',
  8302.                     'inherits' => [
  8303.                     ],
  8304.                     'decorator' => false,
  8305.                     'config' => [
  8306.                         'description' => NULL,
  8307.                         'fields' => [
  8308.                             'id' => [
  8309.                                 'type' => 'ID!',
  8310.                                 'description' => NULL,
  8311.                             ],
  8312.                             'jobLink' => [
  8313.                                 'type' => 'JobLink',
  8314.                                 'description' => NULL,
  8315.                             ],
  8316.                             'jobLinkMappingCategory' => [
  8317.                                 'type' => 'JobLinkMappingCategory',
  8318.                                 'description' => NULL,
  8319.                             ],
  8320.                             'jobLinkMappingType' => [
  8321.                                 'type' => 'JobLinkMappingType',
  8322.                                 'description' => NULL,
  8323.                             ],
  8324.                         ],
  8325.                         'interfaces' => [
  8326.                         ],
  8327.                         'name' => 'JobLinkMapping',
  8328.                         'builders' => [
  8329.                         ],
  8330.                     ],
  8331.                 ],
  8332.                 'JobSalary' => [
  8333.                     'type' => 'object',
  8334.                     'class_name' => 'JobSalaryType',
  8335.                     'inherits' => [
  8336.                     ],
  8337.                     'decorator' => false,
  8338.                     'config' => [
  8339.                         'description' => NULL,
  8340.                         'fields' => [
  8341.                             'id' => [
  8342.                                 'type' => 'ID!',
  8343.                                 'description' => NULL,
  8344.                             ],
  8345.                             'entryValue' => [
  8346.                                 'type' => 'String',
  8347.                                 'description' => NULL,
  8348.                             ],
  8349.                             'entries' => [
  8350.                                 'type' => '[JobSalaryEntry!]',
  8351.                                 'description' => NULL,
  8352.                             ],
  8353.                             'createdAt' => [
  8354.                                 'type' => 'String',
  8355.                                 'description' => NULL,
  8356.                             ],
  8357.                         ],
  8358.                         'interfaces' => [
  8359.                         ],
  8360.                         'name' => 'JobSalary',
  8361.                         'builders' => [
  8362.                         ],
  8363.                     ],
  8364.                 ],
  8365.                 'CompanyCertificate' => [
  8366.                     'type' => 'object',
  8367.                     'class_name' => 'CompanyCertificateType',
  8368.                     'inherits' => [
  8369.                     ],
  8370.                     'decorator' => false,
  8371.                     'config' => [
  8372.                         'description' => NULL,
  8373.                         'fields' => [
  8374.                             'id' => [
  8375.                                 'type' => 'ID!',
  8376.                                 'description' => NULL,
  8377.                             ],
  8378.                             'name' => [
  8379.                                 'type' => 'String!',
  8380.                                 'description' => NULL,
  8381.                             ],
  8382.                             'shortName' => [
  8383.                                 'type' => 'String!',
  8384.                                 'description' => NULL,
  8385.                             ],
  8386.                             'picturePath' => [
  8387.                                 'type' => 'String!',
  8388.                                 'description' => NULL,
  8389.                             ],
  8390.                         ],
  8391.                         'interfaces' => [
  8392.                         ],
  8393.                         'name' => 'CompanyCertificate',
  8394.                         'builders' => [
  8395.                         ],
  8396.                     ],
  8397.                 ],
  8398.                 'ContentType' => [
  8399.                     'type' => 'enum',
  8400.                     'class_name' => 'ContentTypeType',
  8401.                     'inherits' => [
  8402.                     ],
  8403.                     'decorator' => false,
  8404.                     'config' => [
  8405.                         'description' => NULL,
  8406.                         'values' => [
  8407.                             'IMAGE' => [
  8408.                                 'description' => NULL,
  8409.                                 'value' => 'IMAGE',
  8410.                             ],
  8411.                             'VIDEO' => [
  8412.                                 'description' => NULL,
  8413.                                 'value' => 'VIDEO',
  8414.                             ],
  8415.                             'DOCUMENT' => [
  8416.                                 'description' => NULL,
  8417.                                 'value' => 'DOCUMENT',
  8418.                             ],
  8419.                         ],
  8420.                         'name' => 'ContentType',
  8421.                     ],
  8422.                 ],
  8423.                 'GameTrophyStatus' => [
  8424.                     'type' => 'enum',
  8425.                     'class_name' => 'GameTrophyStatusType',
  8426.                     'inherits' => [
  8427.                     ],
  8428.                     'decorator' => false,
  8429.                     'config' => [
  8430.                         'description' => NULL,
  8431.                         'values' => [
  8432.                             'NORMAL' => [
  8433.                                 'description' => NULL,
  8434.                                 'value' => 'NORMAL',
  8435.                             ],
  8436.                             'HIDDEN' => [
  8437.                                 'description' => NULL,
  8438.                                 'value' => 'HIDDEN',
  8439.                             ],
  8440.                         ],
  8441.                         'name' => 'GameTrophyStatus',
  8442.                     ],
  8443.                 ],
  8444.                 'Address' => [
  8445.                     'type' => 'object',
  8446.                     'class_name' => 'AddressType',
  8447.                     'inherits' => [
  8448.                     ],
  8449.                     'decorator' => false,
  8450.                     'config' => [
  8451.                         'description' => NULL,
  8452.                         'fields' => [
  8453.                             'id' => [
  8454.                                 'type' => 'ID!',
  8455.                                 'description' => NULL,
  8456.                             ],
  8457.                             'street' => [
  8458.                                 'type' => 'String',
  8459.                                 'description' => NULL,
  8460.                             ],
  8461.                             'number' => [
  8462.                                 'type' => 'String',
  8463.                                 'description' => NULL,
  8464.                             ],
  8465.                             'floor' => [
  8466.                                 'type' => 'String',
  8467.                                 'description' => NULL,
  8468.                             ],
  8469.                             'stair' => [
  8470.                                 'type' => 'String',
  8471.                                 'description' => NULL,
  8472.                             ],
  8473.                             'addressLatLon' => [
  8474.                                 'type' => 'AddressLatLon',
  8475.                                 'description' => NULL,
  8476.                             ],
  8477.                             'addressCity' => [
  8478.                                 'type' => 'AddressCity',
  8479.                                 'description' => NULL,
  8480.                             ],
  8481.                         ],
  8482.                         'interfaces' => [
  8483.                         ],
  8484.                         'name' => 'Address',
  8485.                         'builders' => [
  8486.                         ],
  8487.                     ],
  8488.                 ],
  8489.                 'JobSchoolSubjectMapping' => [
  8490.                     'type' => 'object',
  8491.                     'class_name' => 'JobSchoolSubjectMappingType',
  8492.                     'inherits' => [
  8493.                     ],
  8494.                     'decorator' => false,
  8495.                     'config' => [
  8496.                         'description' => NULL,
  8497.                         'fields' => [
  8498.                             'id' => [
  8499.                                 'type' => 'ID!',
  8500.                                 'description' => NULL,
  8501.                             ],
  8502.                             'jobSchoolSubject' => [
  8503.                                 'type' => 'JobSchoolSubject!',
  8504.                                 'description' => NULL,
  8505.                             ],
  8506.                         ],
  8507.                         'interfaces' => [
  8508.                         ],
  8509.                         'name' => 'JobSchoolSubjectMapping',
  8510.                         'builders' => [
  8511.                         ],
  8512.                     ],
  8513.                 ],
  8514.                 'CommunicationType' => [
  8515.                     'type' => 'object',
  8516.                     'class_name' => 'CommunicationTypeType',
  8517.                     'inherits' => [
  8518.                     ],
  8519.                     'decorator' => false,
  8520.                     'config' => [
  8521.                         'description' => NULL,
  8522.                         'fields' => [
  8523.                             'name' => [
  8524.                                 'type' => 'String!',
  8525.                                 'description' => NULL,
  8526.                             ],
  8527.                             'shortName' => [
  8528.                                 'type' => 'String!',
  8529.                                 'description' => NULL,
  8530.                             ],
  8531.                             'visible' => [
  8532.                                 'type' => 'Boolean!',
  8533.                                 'description' => NULL,
  8534.                             ],
  8535.                         ],
  8536.                         'interfaces' => [
  8537.                         ],
  8538.                         'name' => 'CommunicationType',
  8539.                         'builders' => [
  8540.                         ],
  8541.                     ],
  8542.                 ],
  8543.                 'Media' => [
  8544.                     'type' => 'object',
  8545.                     'class_name' => 'MediaType',
  8546.                     'inherits' => [
  8547.                     ],
  8548.                     'decorator' => false,
  8549.                     'config' => [
  8550.                         'description' => NULL,
  8551.                         'fields' => [
  8552.                             'id' => [
  8553.                                 'type' => 'ID!',
  8554.                                 'description' => NULL,
  8555.                             ],
  8556.                             'name' => [
  8557.                                 'type' => 'String',
  8558.                                 'description' => NULL,
  8559.                             ],
  8560.                             'contentType' => [
  8561.                                 'type' => 'ContentType',
  8562.                                 'description' => NULL,
  8563.                             ],
  8564.                             'image' => [
  8565.                                 'type' => 'Image',
  8566.                                 'description' => NULL,
  8567.                             ],
  8568.                             'video' => [
  8569.                                 'type' => 'Video',
  8570.                                 'description' => NULL,
  8571.                             ],
  8572.                             'document' => [
  8573.                                 'type' => 'Document',
  8574.                                 'description' => NULL,
  8575.                             ],
  8576.                         ],
  8577.                         'interfaces' => [
  8578.                         ],
  8579.                         'name' => 'Media',
  8580.                         'builders' => [
  8581.                         ],
  8582.                     ],
  8583.                 ],
  8584.                 'GameTrophyProgressEntry' => [
  8585.                     'type' => 'object',
  8586.                     'class_name' => 'GameTrophyProgressEntryType',
  8587.                     'inherits' => [
  8588.                     ],
  8589.                     'decorator' => false,
  8590.                     'config' => [
  8591.                         'description' => NULL,
  8592.                         'fields' => [
  8593.                             'id' => [
  8594.                                 'type' => 'ID!',
  8595.                                 'description' => NULL,
  8596.                             ],
  8597.                             'trophy' => [
  8598.                                 'type' => 'GameTrophy!',
  8599.                                 'description' => NULL,
  8600.                             ],
  8601.                             'percentValue' => [
  8602.                                 'type' => 'Int!',
  8603.                                 'description' => NULL,
  8604.                             ],
  8605.                             'createdAt' => [
  8606.                                 'type' => 'String',
  8607.                                 'description' => NULL,
  8608.                             ],
  8609.                             'finishedAt' => [
  8610.                                 'type' => 'String',
  8611.                                 'description' => NULL,
  8612.                             ],
  8613.                         ],
  8614.                         'interfaces' => [
  8615.                         ],
  8616.                         'name' => 'GameTrophyProgressEntry',
  8617.                         'builders' => [
  8618.                         ],
  8619.                     ],
  8620.                 ],
  8621.                 'CommunicationEntry' => [
  8622.                     'type' => 'object',
  8623.                     'class_name' => 'CommunicationEntryType',
  8624.                     'inherits' => [
  8625.                     ],
  8626.                     'decorator' => false,
  8627.                     'config' => [
  8628.                         'description' => NULL,
  8629.                         'fields' => [
  8630.                             'id' => [
  8631.                                 'type' => 'ID!',
  8632.                                 'description' => NULL,
  8633.                             ],
  8634.                             'entryValue' => [
  8635.                                 'type' => 'String!',
  8636.                                 'description' => NULL,
  8637.                             ],
  8638.                             'communicationType' => [
  8639.                                 'type' => 'CommunicationType!',
  8640.                                 'description' => NULL,
  8641.                             ],
  8642.                         ],
  8643.                         'interfaces' => [
  8644.                         ],
  8645.                         'name' => 'CommunicationEntry',
  8646.                         'builders' => [
  8647.                         ],
  8648.                     ],
  8649.                 ],
  8650.                 'AppointmentType' => [
  8651.                     'type' => 'enum',
  8652.                     'class_name' => 'AppointmentTypeType',
  8653.                     'inherits' => [
  8654.                     ],
  8655.                     'decorator' => false,
  8656.                     'config' => [
  8657.                         'description' => NULL,
  8658.                         'values' => [
  8659.                             'AGREEMENT' => [
  8660.                                 'description' => NULL,
  8661.                                 'value' => 'AGREEMENT',
  8662.                             ],
  8663.                             'FIXED' => [
  8664.                                 'description' => NULL,
  8665.                                 'value' => 'FIXED',
  8666.                             ],
  8667.                             'BOTHPOSSIBLE' => [
  8668.                                 'description' => NULL,
  8669.                                 'value' => 'BOTHPOSSIBLE',
  8670.                             ],
  8671.                             'INDIVIDUAL' => [
  8672.                                 'description' => NULL,
  8673.                                 'value' => 'INDIVIDUAL',
  8674.                             ],
  8675.                             'CUSTOM' => [
  8676.                                 'description' => NULL,
  8677.                                 'value' => 'CUSTOM',
  8678.                             ],
  8679.                         ],
  8680.                         'name' => 'AppointmentType',
  8681.                     ],
  8682.                 ],
  8683.                 'ProfileLinkType' => [
  8684.                     'type' => 'enum',
  8685.                     'class_name' => 'ProfileLinkTypeType',
  8686.                     'inherits' => [
  8687.                     ],
  8688.                     'decorator' => false,
  8689.                     'config' => [
  8690.                         'description' => NULL,
  8691.                         'values' => [
  8692.                             'HOMEPAGE' => [
  8693.                                 'description' => NULL,
  8694.                                 'value' => 'HOMEPAGE',
  8695.                             ],
  8696.                             'FACEBOOK' => [
  8697.                                 'description' => NULL,
  8698.                                 'value' => 'FACEBOOK',
  8699.                             ],
  8700.                             'YOUTUBE' => [
  8701.                                 'description' => NULL,
  8702.                                 'value' => 'YOUTUBE',
  8703.                             ],
  8704.                             'LINKEDIN' => [
  8705.                                 'description' => NULL,
  8706.                                 'value' => 'LINKEDIN',
  8707.                             ],
  8708.                             'XING' => [
  8709.                                 'description' => NULL,
  8710.                                 'value' => 'XING',
  8711.                             ],
  8712.                             'KARRIEREPORTAL' => [
  8713.                                 'description' => NULL,
  8714.                                 'value' => 'KARRIEREPORTAL',
  8715.                             ],
  8716.                             'INSTAGRAM' => [
  8717.                                 'description' => NULL,
  8718.                                 'value' => 'INSTAGRAM',
  8719.                             ],
  8720.                             'X' => [
  8721.                                 'description' => NULL,
  8722.                                 'value' => 'X',
  8723.                             ],
  8724.                             'TIKTOK' => [
  8725.                                 'description' => NULL,
  8726.                                 'value' => 'TIKTOK',
  8727.                             ],
  8728.                         ],
  8729.                         'name' => 'ProfileLinkType',
  8730.                     ],
  8731.                 ],
  8732.                 'JobWorkField' => [
  8733.                     'type' => 'object',
  8734.                     'class_name' => 'JobWorkFieldType',
  8735.                     'inherits' => [
  8736.                     ],
  8737.                     'decorator' => false,
  8738.                     'config' => [
  8739.                         'description' => NULL,
  8740.                         'fields' => [
  8741.                             'id' => [
  8742.                                 'type' => 'ID!',
  8743.                                 'description' => NULL,
  8744.                             ],
  8745.                             'name' => [
  8746.                                 'type' => 'String!',
  8747.                                 'description' => NULL,
  8748.                             ],
  8749.                             'bicID' => [
  8750.                                 'type' => 'Int',
  8751.                                 'description' => NULL,
  8752.                             ],
  8753.                             'description' => [
  8754.                                 'type' => 'String',
  8755.                                 'description' => NULL,
  8756.                             ],
  8757.                         ],
  8758.                         'interfaces' => [
  8759.                         ],
  8760.                         'name' => 'JobWorkField',
  8761.                         'builders' => [
  8762.                         ],
  8763.                     ],
  8764.                 ],
  8765.                 'Icon' => [
  8766.                     'type' => 'object',
  8767.                     'class_name' => 'IconType',
  8768.                     'inherits' => [
  8769.                     ],
  8770.                     'decorator' => false,
  8771.                     'config' => [
  8772.                         'description' => NULL,
  8773.                         'fields' => [
  8774.                             'iconValue' => [
  8775.                                 'type' => 'String!',
  8776.                                 'description' => NULL,
  8777.                             ],
  8778.                             'color' => [
  8779.                                 'type' => 'Color',
  8780.                                 'description' => NULL,
  8781.                             ],
  8782.                         ],
  8783.                         'interfaces' => [
  8784.                         ],
  8785.                         'name' => 'Icon',
  8786.                         'builders' => [
  8787.                         ],
  8788.                     ],
  8789.                 ],
  8790.                 'School' => [
  8791.                     'type' => 'object',
  8792.                     'class_name' => 'SchoolType',
  8793.                     'inherits' => [
  8794.                     ],
  8795.                     'decorator' => false,
  8796.                     'config' => [
  8797.                         'description' => NULL,
  8798.                         'fields' => [
  8799.                             'id' => [
  8800.                                 'type' => 'ID!',
  8801.                                 'description' => NULL,
  8802.                             ],
  8803.                             'name' => [
  8804.                                 'type' => 'String!',
  8805.                                 'description' => NULL,
  8806.                             ],
  8807.                             'url' => [
  8808.                                 'type' => 'String',
  8809.                                 'description' => NULL,
  8810.                             ],
  8811.                             'address' => [
  8812.                                 'type' => 'Address',
  8813.                                 'description' => NULL,
  8814.                             ],
  8815.                             'communication' => [
  8816.                                 'type' => 'Communication',
  8817.                                 'description' => NULL,
  8818.                             ],
  8819.                         ],
  8820.                         'interfaces' => [
  8821.                         ],
  8822.                         'name' => 'School',
  8823.                         'builders' => [
  8824.                         ],
  8825.                     ],
  8826.                 ],
  8827.                 'StoryCardHighlightPosition' => [
  8828.                     'type' => 'enum',
  8829.                     'class_name' => 'StoryCardHighlightPositionType',
  8830.                     'inherits' => [
  8831.                     ],
  8832.                     'decorator' => false,
  8833.                     'config' => [
  8834.                         'description' => NULL,
  8835.                         'values' => [
  8836.                             'AFTER' => [
  8837.                                 'description' => NULL,
  8838.                                 'value' => 'AFTER',
  8839.                             ],
  8840.                             'BEFORE' => [
  8841.                                 'description' => NULL,
  8842.                                 'value' => 'BEFORE',
  8843.                             ],
  8844.                         ],
  8845.                         'name' => 'StoryCardHighlightPosition',
  8846.                     ],
  8847.                 ],
  8848.                 'GameCategoryProgress' => [
  8849.                     'type' => 'object',
  8850.                     'class_name' => 'GameCategoryProgressType',
  8851.                     'inherits' => [
  8852.                     ],
  8853.                     'decorator' => false,
  8854.                     'config' => [
  8855.                         'description' => NULL,
  8856.                         'fields' => [
  8857.                             'id' => [
  8858.                                 'type' => 'ID!',
  8859.                                 'description' => NULL,
  8860.                             ],
  8861.                             'gameType' => [
  8862.                                 'type' => 'GameType!',
  8863.                                 'description' => NULL,
  8864.                             ],
  8865.                             'roundNumber' => [
  8866.                                 'type' => 'Int!',
  8867.                                 'description' => NULL,
  8868.                             ],
  8869.                             'highscore' => [
  8870.                                 'type' => 'Int!',
  8871.                                 'description' => NULL,
  8872.                             ],
  8873.                         ],
  8874.                         'interfaces' => [
  8875.                         ],
  8876.                         'name' => 'GameCategoryProgress',
  8877.                         'builders' => [
  8878.                         ],
  8879.                     ],
  8880.                 ],
  8881.                 'Image' => [
  8882.                     'type' => 'object',
  8883.                     'class_name' => 'ImageType',
  8884.                     'inherits' => [
  8885.                     ],
  8886.                     'decorator' => false,
  8887.                     'config' => [
  8888.                         'description' => NULL,
  8889.                         'fields' => [
  8890.                             'info' => [
  8891.                                 'type' => 'ImageInfo',
  8892.                                 'description' => NULL,
  8893.                             ],
  8894.                             'medium' => [
  8895.                                 'type' => 'ImageData',
  8896.                                 'description' => NULL,
  8897.                             ],
  8898.                             'portrait' => [
  8899.                                 'type' => 'ImageData',
  8900.                                 'description' => NULL,
  8901.                             ],
  8902.                             'landscape' => [
  8903.                                 'type' => 'ImageData',
  8904.                                 'description' => NULL,
  8905.                             ],
  8906.                             'large' => [
  8907.                                 'type' => 'ImageData',
  8908.                                 'description' => NULL,
  8909.                             ],
  8910.                             'xlarge' => [
  8911.                                 'type' => 'ImageData',
  8912.                                 'description' => NULL,
  8913.                             ],
  8914.                             'huge' => [
  8915.                                 'type' => 'ImageData',
  8916.                                 'description' => NULL,
  8917.                             ],
  8918.                         ],
  8919.                         'interfaces' => [
  8920.                         ],
  8921.                         'name' => 'Image',
  8922.                         'builders' => [
  8923.                         ],
  8924.                     ],
  8925.                 ],
  8926.                 'Question' => [
  8927.                     'type' => 'object',
  8928.                     'class_name' => 'QuestionType',
  8929.                     'inherits' => [
  8930.                     ],
  8931.                     'decorator' => false,
  8932.                     'config' => [
  8933.                         'description' => NULL,
  8934.                         'fields' => [
  8935.                             'status' => [
  8936.                                 'type' => 'Status',
  8937.                                 'description' => NULL,
  8938.                             ],
  8939.                             'id' => [
  8940.                                 'type' => 'ID!',
  8941.                                 'description' => NULL,
  8942.                             ],
  8943.                             'text' => [
  8944.                                 'type' => 'String',
  8945.                                 'description' => NULL,
  8946.                             ],
  8947.                             'image' => [
  8948.                                 'type' => 'Image',
  8949.                                 'description' => NULL,
  8950.                             ],
  8951.                             'answers' => [
  8952.                                 'type' => '[QuestionAnswer!]',
  8953.                                 'description' => NULL,
  8954.                             ],
  8955.                         ],
  8956.                         'interfaces' => [
  8957.                         ],
  8958.                         'name' => 'Question',
  8959.                         'builders' => [
  8960.                         ],
  8961.                     ],
  8962.                 ],
  8963.                 'Communication' => [
  8964.                     'type' => 'object',
  8965.                     'class_name' => 'CommunicationType',
  8966.                     'inherits' => [
  8967.                     ],
  8968.                     'decorator' => false,
  8969.                     'config' => [
  8970.                         'description' => NULL,
  8971.                         'fields' => [
  8972.                             'id' => [
  8973.                                 'type' => 'ID!',
  8974.                                 'description' => NULL,
  8975.                             ],
  8976.                             'entries' => [
  8977.                                 'type' => '[CommunicationEntry!]',
  8978.                                 'description' => NULL,
  8979.                             ],
  8980.                         ],
  8981.                         'interfaces' => [
  8982.                         ],
  8983.                         'name' => 'Communication',
  8984.                         'builders' => [
  8985.                         ],
  8986.                     ],
  8987.                 ],
  8988.                 'EventState' => [
  8989.                     'type' => 'enum',
  8990.                     'class_name' => 'EventStateType',
  8991.                     'inherits' => [
  8992.                     ],
  8993.                     'decorator' => false,
  8994.                     'config' => [
  8995.                         'description' => NULL,
  8996.                         'values' => [
  8997.                             'ACTIVE' => [
  8998.                                 'description' => NULL,
  8999.                                 'value' => 'ACTIVE',
  9000.                             ],
  9001.                             'INACTIVE' => [
  9002.                                 'description' => NULL,
  9003.                                 'value' => 'INACTIVE',
  9004.                             ],
  9005.                             'DELETED' => [
  9006.                                 'description' => NULL,
  9007.                                 'value' => 'DELETED',
  9008.                             ],
  9009.                         ],
  9010.                         'name' => 'EventState',
  9011.                     ],
  9012.                 ],
  9013.                 'JobSimple' => [
  9014.                     'type' => 'object',
  9015.                     'class_name' => 'JobSimpleType',
  9016.                     'inherits' => [
  9017.                     ],
  9018.                     'decorator' => false,
  9019.                     'config' => [
  9020.                         'description' => NULL,
  9021.                         'fields' => [
  9022.                             'id' => [
  9023.                                 'type' => 'ID!',
  9024.                                 'description' => NULL,
  9025.                             ],
  9026.                             'name' => [
  9027.                                 'type' => 'String!',
  9028.                                 'description' => NULL,
  9029.                             ],
  9030.                             'bicID' => [
  9031.                                 'type' => 'Int',
  9032.                                 'description' => NULL,
  9033.                             ],
  9034.                             'interestFields' => [
  9035.                                 'type' => '[InterestField!]',
  9036.                                 'description' => NULL,
  9037.                             ],
  9038.                         ],
  9039.                         'interfaces' => [
  9040.                         ],
  9041.                         'name' => 'JobSimple',
  9042.                         'builders' => [
  9043.                         ],
  9044.                     ],
  9045.                 ],
  9046.                 'SearchTag' => [
  9047.                     'type' => 'object',
  9048.                     'class_name' => 'SearchTagType',
  9049.                     'inherits' => [
  9050.                     ],
  9051.                     'decorator' => false,
  9052.                     'config' => [
  9053.                         'description' => NULL,
  9054.                         'fields' => [
  9055.                             'id' => [
  9056.                                 'type' => 'ID!',
  9057.                                 'description' => NULL,
  9058.                             ],
  9059.                             'name' => [
  9060.                                 'type' => 'String!',
  9061.                                 'description' => NULL,
  9062.                             ],
  9063.                         ],
  9064.                         'interfaces' => [
  9065.                         ],
  9066.                         'name' => 'SearchTag',
  9067.                         'builders' => [
  9068.                         ],
  9069.                     ],
  9070.                 ],
  9071.                 'ViewCount' => [
  9072.                     'type' => 'object',
  9073.                     'class_name' => 'ViewCountType',
  9074.                     'inherits' => [
  9075.                     ],
  9076.                     'decorator' => false,
  9077.                     'config' => [
  9078.                         'description' => NULL,
  9079.                         'fields' => [
  9080.                             'jobs' => [
  9081.                                 'type' => 'Int',
  9082.                                 'description' => NULL,
  9083.                             ],
  9084.                             'profiles' => [
  9085.                                 'type' => 'Int',
  9086.                                 'description' => NULL,
  9087.                             ],
  9088.                         ],
  9089.                         'interfaces' => [
  9090.                         ],
  9091.                         'name' => 'ViewCount',
  9092.                         'builders' => [
  9093.                         ],
  9094.                     ],
  9095.                 ],
  9096.                 'JobExpertTerm' => [
  9097.                     'type' => 'object',
  9098.                     'class_name' => 'JobExpertTermType',
  9099.                     'inherits' => [
  9100.                     ],
  9101.                     'decorator' => false,
  9102.                     'config' => [
  9103.                         'description' => NULL,
  9104.                         'fields' => [
  9105.                             'id' => [
  9106.                                 'type' => 'ID!',
  9107.                                 'description' => NULL,
  9108.                             ],
  9109.                             'bicID' => [
  9110.                                 'type' => 'Int',
  9111.                                 'description' => NULL,
  9112.                             ],
  9113.                             'termName' => [
  9114.                                 'type' => 'String!',
  9115.                                 'description' => NULL,
  9116.                             ],
  9117.                             'description' => [
  9118.                                 'type' => 'String',
  9119.                                 'description' => NULL,
  9120.                             ],
  9121.                         ],
  9122.                         'interfaces' => [
  9123.                         ],
  9124.                         'name' => 'JobExpertTerm',
  9125.                         'builders' => [
  9126.                         ],
  9127.                     ],
  9128.                 ],
  9129.                 'Championship' => [
  9130.                     'type' => 'object',
  9131.                     'class_name' => 'ChampionshipType',
  9132.                     'inherits' => [
  9133.                     ],
  9134.                     'decorator' => false,
  9135.                     'config' => [
  9136.                         'description' => NULL,
  9137.                         'fields' => [
  9138.                             'id' => [
  9139.                                 'type' => 'ID!',
  9140.                                 'description' => NULL,
  9141.                             ],
  9142.                             'competitionName' => [
  9143.                                 'type' => 'String!',
  9144.                                 'description' => NULL,
  9145.                             ],
  9146.                             'startAt' => [
  9147.                                 'type' => 'String',
  9148.                                 'description' => NULL,
  9149.                             ],
  9150.                             'endAt' => [
  9151.                                 'type' => 'String',
  9152.                                 'description' => NULL,
  9153.                             ],
  9154.                             'daysLeft' => [
  9155.                                 'type' => 'Int!',
  9156.                                 'description' => NULL,
  9157.                             ],
  9158.                         ],
  9159.                         'interfaces' => [
  9160.                         ],
  9161.                         'name' => 'Championship',
  9162.                         'builders' => [
  9163.                         ],
  9164.                     ],
  9165.                 ],
  9166.                 'AddressDistrict' => [
  9167.                     'type' => 'object',
  9168.                     'class_name' => 'AddressDistrictType',
  9169.                     'inherits' => [
  9170.                     ],
  9171.                     'decorator' => false,
  9172.                     'config' => [
  9173.                         'description' => NULL,
  9174.                         'fields' => [
  9175.                             'id' => [
  9176.                                 'type' => 'ID!',
  9177.                                 'description' => NULL,
  9178.                             ],
  9179.                             'name' => [
  9180.                                 'type' => 'String!',
  9181.                                 'description' => NULL,
  9182.                             ],
  9183.                             'bkz' => [
  9184.                                 'type' => 'String!',
  9185.                                 'description' => NULL,
  9186.                             ],
  9187.                         ],
  9188.                         'interfaces' => [
  9189.                         ],
  9190.                         'name' => 'AddressDistrict',
  9191.                         'builders' => [
  9192.                         ],
  9193.                     ],
  9194.                 ],
  9195.                 'Event' => [
  9196.                     'type' => 'object',
  9197.                     'class_name' => 'EventType',
  9198.                     'inherits' => [
  9199.                     ],
  9200.                     'decorator' => false,
  9201.                     'config' => [
  9202.                         'description' => NULL,
  9203.                         'fields' => [
  9204.                             'id' => [
  9205.                                 'type' => 'ID!',
  9206.                                 'description' => NULL,
  9207.                             ],
  9208.                             'name' => [
  9209.                                 'type' => 'String!',
  9210.                                 'description' => NULL,
  9211.                             ],
  9212.                             'description' => [
  9213.                                 'type' => 'String!',
  9214.                                 'description' => NULL,
  9215.                             ],
  9216.                             'descriptionLong' => [
  9217.                                 'type' => 'String!',
  9218.                                 'description' => NULL,
  9219.                             ],
  9220.                             'maxParticipants' => [
  9221.                                 'type' => 'Int',
  9222.                                 'description' => NULL,
  9223.                             ],
  9224.                             'duration' => [
  9225.                                 'type' => 'String',
  9226.                                 'description' => NULL,
  9227.                             ],
  9228.                             'requirements' => [
  9229.                                 'type' => 'String',
  9230.                                 'description' => NULL,
  9231.                             ],
  9232.                             'createdAt' => [
  9233.                                 'type' => 'String',
  9234.                                 'description' => NULL,
  9235.                             ],
  9236.                             'address' => [
  9237.                                 'type' => 'Address',
  9238.                                 'description' => NULL,
  9239.                             ],
  9240.                             'image' => [
  9241.                                 'type' => 'Image',
  9242.                                 'description' => NULL,
  9243.                             ],
  9244.                             'eventState' => [
  9245.                                 'type' => 'EventState',
  9246.                                 'description' => NULL,
  9247.                             ],
  9248.                             'eventTags' => [
  9249.                                 'type' => '[EventTag!]',
  9250.                                 'description' => NULL,
  9251.                             ],
  9252.                             'jobs' => [
  9253.                                 'type' => '[JobSimple!]',
  9254.                                 'description' => NULL,
  9255.                             ],
  9256.                             'media' => [
  9257.                                 'type' => '[Media!]',
  9258.                                 'description' => NULL,
  9259.                             ],
  9260.                             'appointments' => [
  9261.                                 'type' => '[Appointment!]',
  9262.                                 'description' => NULL,
  9263.                             ],
  9264.                             'mediaGallery' => [
  9265.                                 'type' => 'Gallery',
  9266.                                 'description' => NULL,
  9267.                             ],
  9268.                             'documents' => [
  9269.                                 'type' => 'Gallery',
  9270.                                 'description' => NULL,
  9271.                             ],
  9272.                             'documentsFollowUp' => [
  9273.                                 'type' => 'Gallery',
  9274.                                 'description' => NULL,
  9275.                             ],
  9276.                         ],
  9277.                         'interfaces' => [
  9278.                         ],
  9279.                         'name' => 'Event',
  9280.                         'builders' => [
  9281.                         ],
  9282.                     ],
  9283.                 ],
  9284.                 'AnswerWrong' => [
  9285.                     'type' => 'object',
  9286.                     'class_name' => 'AnswerWrongType',
  9287.                     'inherits' => [
  9288.                     ],
  9289.                     'decorator' => false,
  9290.                     'config' => [
  9291.                         'description' => NULL,
  9292.                         'fields' => [
  9293.                             'status' => [
  9294.                                 'type' => 'Status!',
  9295.                                 'description' => NULL,
  9296.                             ],
  9297.                             'answerIds' => [
  9298.                                 'type' => '[Int]',
  9299.                                 'description' => NULL,
  9300.                             ],
  9301.                         ],
  9302.                         'interfaces' => [
  9303.                         ],
  9304.                         'name' => 'AnswerWrong',
  9305.                         'builders' => [
  9306.                         ],
  9307.                     ],
  9308.                 ],
  9309.                 'ProfileResults' => [
  9310.                     'type' => 'object',
  9311.                     'class_name' => 'ProfileResultsType',
  9312.                     'inherits' => [
  9313.                     ],
  9314.                     'decorator' => false,
  9315.                     'config' => [
  9316.                         'description' => NULL,
  9317.                         'fields' => [
  9318.                             'numResults' => [
  9319.                                 'type' => 'Int!',
  9320.                                 'description' => NULL,
  9321.                             ],
  9322.                             'profiles' => [
  9323.                                 'type' => '[Profile!]',
  9324.                                 'description' => NULL,
  9325.                             ],
  9326.                         ],
  9327.                         'interfaces' => [
  9328.                         ],
  9329.                         'name' => 'ProfileResults',
  9330.                         'builders' => [
  9331.                         ],
  9332.                     ],
  9333.                 ],
  9334.                 'Story' => [
  9335.                     'type' => 'object',
  9336.                     'class_name' => 'StoryType',
  9337.                     'inherits' => [
  9338.                     ],
  9339.                     'decorator' => false,
  9340.                     'config' => [
  9341.                         'description' => NULL,
  9342.                         'fields' => [
  9343.                             'id' => [
  9344.                                 'type' => 'Int',
  9345.                                 'description' => NULL,
  9346.                             ],
  9347.                             'bicID' => [
  9348.                                 'type' => 'Int',
  9349.                                 'description' => NULL,
  9350.                             ],
  9351.                             'jobName' => [
  9352.                                 'type' => 'String',
  9353.                                 'description' => NULL,
  9354.                             ],
  9355.                             'title' => [
  9356.                                 'type' => 'String',
  9357.                                 'description' => NULL,
  9358.                             ],
  9359.                             'portrait' => [
  9360.                                 'type' => 'String',
  9361.                                 'description' => NULL,
  9362.                             ],
  9363.                             'user' => [
  9364.                                 'type' => 'StoryUser',
  9365.                                 'description' => NULL,
  9366.                             ],
  9367.                             'cards' => [
  9368.                                 'type' => '[StoryCard!]',
  9369.                                 'description' => NULL,
  9370.                             ],
  9371.                             'nextStories' => [
  9372.                                 'type' => 'NextStoryCard',
  9373.                                 'description' => NULL,
  9374.                             ],
  9375.                             'image' => [
  9376.                                 'type' => 'Image',
  9377.                                 'description' => NULL,
  9378.                             ],
  9379.                             'icon' => [
  9380.                                 'type' => 'Icon',
  9381.                                 'description' => NULL,
  9382.                             ],
  9383.                             'tags' => [
  9384.                                 'type' => '[Tag!]',
  9385.                                 'description' => NULL,
  9386.                             ],
  9387.                             'color' => [
  9388.                                 'type' => 'Color',
  9389.                                 'description' => NULL,
  9390.                             ],
  9391.                             'gradient' => [
  9392.                                 'type' => 'StoryGradient',
  9393.                                 'description' => NULL,
  9394.                             ],
  9395.                             'quizLink' => [
  9396.                                 'type' => 'String',
  9397.                                 'description' => NULL,
  9398.                             ],
  9399.                             'vrDirectLink' => [
  9400.                                 'type' => 'String',
  9401.                                 'description' => NULL,
  9402.                             ],
  9403.                             'schoolProfile' => [
  9404.                                 'type' => 'SchoolProfile',
  9405.                                 'description' => NULL,
  9406.                             ],
  9407.                         ],
  9408.                         'interfaces' => [
  9409.                         ],
  9410.                         'name' => 'Story',
  9411.                         'builders' => [
  9412.                         ],
  9413.                     ],
  9414.                 ],
  9415.                 'JobSalaryType' => [
  9416.                     'type' => 'enum',
  9417.                     'class_name' => 'JobSalaryTypeType',
  9418.                     'inherits' => [
  9419.                     ],
  9420.                     'decorator' => false,
  9421.                     'config' => [
  9422.                         'description' => NULL,
  9423.                         'values' => [
  9424.                             'YROA1' => [
  9425.                                 'description' => NULL,
  9426.                                 'value' => 'YROA1',
  9427.                             ],
  9428.                             'YROA2' => [
  9429.                                 'description' => NULL,
  9430.                                 'value' => 'YROA2',
  9431.                             ],
  9432.                             'YROA3' => [
  9433.                                 'description' => NULL,
  9434.                                 'value' => 'YROA3',
  9435.                             ],
  9436.                             'YROA4' => [
  9437.                                 'description' => NULL,
  9438.                                 'value' => 'YROA4',
  9439.                             ],
  9440.                             'ENTRY' => [
  9441.                                 'description' => NULL,
  9442.                                 'value' => 'ENTRY',
  9443.                             ],
  9444.                         ],
  9445.                         'name' => 'JobSalaryType',
  9446.                     ],
  9447.                 ],
  9448.                 'MiscFile' => [
  9449.                     'type' => 'object',
  9450.                     'class_name' => 'MiscFileType',
  9451.                     'inherits' => [
  9452.                     ],
  9453.                     'decorator' => false,
  9454.                     'config' => [
  9455.                         'description' => NULL,
  9456.                         'fields' => [
  9457.                             'id' => [
  9458.                                 'type' => 'ID!',
  9459.                                 'description' => NULL,
  9460.                             ],
  9461.                             'name' => [
  9462.                                 'type' => 'String',
  9463.                                 'description' => NULL,
  9464.                             ],
  9465.                             'filename' => [
  9466.                                 'type' => 'String',
  9467.                                 'description' => NULL,
  9468.                             ],
  9469.                         ],
  9470.                         'interfaces' => [
  9471.                         ],
  9472.                         'name' => 'MiscFile',
  9473.                         'builders' => [
  9474.                         ],
  9475.                     ],
  9476.                 ],
  9477.                 'JobEducationalPath' => [
  9478.                     'type' => 'object',
  9479.                     'class_name' => 'JobEducationalPathType',
  9480.                     'inherits' => [
  9481.                     ],
  9482.                     'decorator' => false,
  9483.                     'config' => [
  9484.                         'description' => NULL,
  9485.                         'fields' => [
  9486.                             'id' => [
  9487.                                 'type' => 'ID!',
  9488.                                 'description' => NULL,
  9489.                             ],
  9490.                             'bicID' => [
  9491.                                 'type' => 'Int',
  9492.                                 'description' => NULL,
  9493.                             ],
  9494.                             'name' => [
  9495.                                 'type' => 'String!',
  9496.                                 'description' => NULL,
  9497.                             ],
  9498.                             'description' => [
  9499.                                 'type' => 'String',
  9500.                                 'description' => NULL,
  9501.                             ],
  9502.                         ],
  9503.                         'interfaces' => [
  9504.                         ],
  9505.                         'name' => 'JobEducationalPath',
  9506.                         'builders' => [
  9507.                         ],
  9508.                     ],
  9509.                 ],
  9510.                 'JobMarketApplyType' => [
  9511.                     'type' => 'enum',
  9512.                     'class_name' => 'JobMarketApplyTypeType',
  9513.                     'inherits' => [
  9514.                     ],
  9515.                     'decorator' => false,
  9516.                     'config' => [
  9517.                         'description' => NULL,
  9518.                         'values' => [
  9519.                             'ONLINE' => [
  9520.                                 'description' => NULL,
  9521.                                 'value' => 'ONLINE',
  9522.                             ],
  9523.                             'EMAIL' => [
  9524.                                 'description' => NULL,
  9525.                                 'value' => 'EMAIL',
  9526.                             ],
  9527.                             'PHONE' => [
  9528.                                 'description' => NULL,
  9529.                                 'value' => 'PHONE',
  9530.                             ],
  9531.                             'POSTAL' => [
  9532.                                 'description' => NULL,
  9533.                                 'value' => 'POSTAL',
  9534.                             ],
  9535.                         ],
  9536.                         'name' => 'JobMarketApplyType',
  9537.                     ],
  9538.                 ],
  9539.                 'QuestionOpen' => [
  9540.                     'type' => 'object',
  9541.                     'class_name' => 'QuestionOpenType',
  9542.                     'inherits' => [
  9543.                     ],
  9544.                     'decorator' => false,
  9545.                     'config' => [
  9546.                         'description' => NULL,
  9547.                         'fields' => [
  9548.                             'status' => [
  9549.                                 'type' => 'Status',
  9550.                                 'description' => NULL,
  9551.                             ],
  9552.                             'id' => [
  9553.                                 'type' => 'ID!',
  9554.                                 'description' => NULL,
  9555.                             ],
  9556.                             'text' => [
  9557.                                 'type' => 'String',
  9558.                                 'description' => NULL,
  9559.                             ],
  9560.                             'answers' => [
  9561.                                 'type' => '[QuestionAnswer!]',
  9562.                                 'description' => NULL,
  9563.                             ],
  9564.                             'correctAnswer' => [
  9565.                                 'type' => 'QuestionAnswer!',
  9566.                                 'description' => NULL,
  9567.                             ],
  9568.                         ],
  9569.                         'interfaces' => [
  9570.                         ],
  9571.                         'name' => 'QuestionOpen',
  9572.                         'builders' => [
  9573.                         ],
  9574.                     ],
  9575.                 ],
  9576.                 'SchoolSubject' => [
  9577.                     'type' => 'object',
  9578.                     'class_name' => 'SchoolSubjectType',
  9579.                     'inherits' => [
  9580.                     ],
  9581.                     'decorator' => false,
  9582.                     'config' => [
  9583.                         'description' => NULL,
  9584.                         'fields' => [
  9585.                             'id' => [
  9586.                                 'type' => 'ID!',
  9587.                                 'description' => NULL,
  9588.                             ],
  9589.                             'name' => [
  9590.                                 'type' => 'String!',
  9591.                                 'description' => NULL,
  9592.                             ],
  9593.                             'abbreviation' => [
  9594.                                 'type' => 'String!',
  9595.                                 'description' => NULL,
  9596.                             ],
  9597.                         ],
  9598.                         'interfaces' => [
  9599.                         ],
  9600.                         'name' => 'SchoolSubject',
  9601.                         'builders' => [
  9602.                         ],
  9603.                     ],
  9604.                 ],
  9605.                 'BoPartnerProfile' => [
  9606.                     'type' => 'object',
  9607.                     'class_name' => 'BoPartnerProfileType',
  9608.                     'inherits' => [
  9609.                     ],
  9610.                     'decorator' => false,
  9611.                     'config' => [
  9612.                         'description' => NULL,
  9613.                         'fields' => [
  9614.                             'id' => [
  9615.                                 'type' => 'ID!',
  9616.                                 'description' => NULL,
  9617.                             ],
  9618.                             'uuid' => [
  9619.                                 'type' => 'String!',
  9620.                                 'description' => NULL,
  9621.                             ],
  9622.                             'name' => [
  9623.                                 'type' => 'String!',
  9624.                                 'description' => NULL,
  9625.                             ],
  9626.                             'description' => [
  9627.                                 'type' => 'String',
  9628.                                 'description' => NULL,
  9629.                             ],
  9630.                             'searchTags' => [
  9631.                                 'type' => '[SearchTag!]',
  9632.                                 'description' => NULL,
  9633.                             ],
  9634.                             'locations' => [
  9635.                                 'type' => '[BoPartnerLocation!]',
  9636.                                 'description' => NULL,
  9637.                             ],
  9638.                             'jobs' => [
  9639.                                 'type' => '[Job!]',
  9640.                                 'description' => NULL,
  9641.                             ],
  9642.                             'communication' => [
  9643.                                 'type' => '[Communication!]',
  9644.                                 'description' => NULL,
  9645.                             ],
  9646.                             'url' => [
  9647.                                 'type' => 'String',
  9648.                                 'description' => NULL,
  9649.                             ],
  9650.                             'contactGallery' => [
  9651.                                 'type' => 'ContactGallery',
  9652.                                 'description' => NULL,
  9653.                             ],
  9654.                             'mediaGallery' => [
  9655.                                 'type' => 'Gallery',
  9656.                                 'description' => NULL,
  9657.                             ],
  9658.                             'documents' => [
  9659.                                 'type' => 'Gallery',
  9660.                                 'description' => NULL,
  9661.                             ],
  9662.                             'boPartnerProfilePicture' => [
  9663.                                 'type' => 'Image',
  9664.                                 'description' => NULL,
  9665.                             ],
  9666.                             'headerPicture' => [
  9667.                                 'type' => 'Image',
  9668.                                 'description' => NULL,
  9669.                             ],
  9670.                             'profileLink' => [
  9671.                                 'type' => 'ProfileLink',
  9672.                                 'description' => NULL,
  9673.                             ],
  9674.                             'offers' => [
  9675.                                 'type' => '[Offer!]',
  9676.                                 'description' => NULL,
  9677.                             ],
  9678.                             'relatedBoPartners' => [
  9679.                                 'type' => '[BoPartnerProfile!]',
  9680.                                 'description' => NULL,
  9681.                             ],
  9682.                             'quizUrl' => [
  9683.                                 'type' => 'String',
  9684.                                 'description' => NULL,
  9685.                             ],
  9686.                         ],
  9687.                         'interfaces' => [
  9688.                             => 'ProfileInterface',
  9689.                         ],
  9690.                         'name' => 'BoPartnerProfile',
  9691.                         'builders' => [
  9692.                         ],
  9693.                     ],
  9694.                 ],
  9695.                 'JobSector' => [
  9696.                     'type' => 'object',
  9697.                     'class_name' => 'JobSectorType',
  9698.                     'inherits' => [
  9699.                     ],
  9700.                     'decorator' => false,
  9701.                     'config' => [
  9702.                         'description' => NULL,
  9703.                         'fields' => [
  9704.                             'id' => [
  9705.                                 'type' => 'ID!',
  9706.                                 'description' => NULL,
  9707.                             ],
  9708.                             'name' => [
  9709.                                 'type' => 'String!',
  9710.                                 'description' => NULL,
  9711.                             ],
  9712.                             'bicID' => [
  9713.                                 'type' => 'Int',
  9714.                                 'description' => NULL,
  9715.                             ],
  9716.                             'description' => [
  9717.                                 'type' => 'String',
  9718.                                 'description' => NULL,
  9719.                             ],
  9720.                         ],
  9721.                         'interfaces' => [
  9722.                         ],
  9723.                         'name' => 'JobSector',
  9724.                         'builders' => [
  9725.                         ],
  9726.                     ],
  9727.                 ],
  9728.                 'FaqCategory' => [
  9729.                     'type' => 'object',
  9730.                     'class_name' => 'FaqCategoryType',
  9731.                     'inherits' => [
  9732.                     ],
  9733.                     'decorator' => false,
  9734.                     'config' => [
  9735.                         'description' => NULL,
  9736.                         'fields' => [
  9737.                             'categoryName' => [
  9738.                                 'type' => 'String!',
  9739.                                 'description' => NULL,
  9740.                             ],
  9741.                             'position' => [
  9742.                                 'type' => 'Int!',
  9743.                                 'description' => NULL,
  9744.                             ],
  9745.                             'subcategories' => [
  9746.                                 'type' => '[FaqSubCategory!]',
  9747.                                 'description' => NULL,
  9748.                             ],
  9749.                         ],
  9750.                         'interfaces' => [
  9751.                         ],
  9752.                         'name' => 'FaqCategory',
  9753.                         'builders' => [
  9754.                         ],
  9755.                     ],
  9756.                 ],
  9757.                 'Game' => [
  9758.                     'type' => 'object',
  9759.                     'class_name' => 'GameType',
  9760.                     'inherits' => [
  9761.                     ],
  9762.                     'decorator' => false,
  9763.                     'config' => [
  9764.                         'description' => NULL,
  9765.                         'fields' => [
  9766.                             'status' => [
  9767.                                 'type' => 'Status!',
  9768.                                 'description' => NULL,
  9769.                             ],
  9770.                             'id' => [
  9771.                                 'type' => 'ID!',
  9772.                                 'description' => NULL,
  9773.                             ],
  9774.                             'gameType' => [
  9775.                                 'type' => 'GameType',
  9776.                                 'description' => NULL,
  9777.                             ],
  9778.                             'clientID' => [
  9779.                                 'type' => 'String',
  9780.                                 'description' => NULL,
  9781.                             ],
  9782.                             'createdAt' => [
  9783.                                 'type' => 'String',
  9784.                                 'description' => NULL,
  9785.                             ],
  9786.                         ],
  9787.                         'interfaces' => [
  9788.                         ],
  9789.                         'name' => 'Game',
  9790.                         'builders' => [
  9791.                         ],
  9792.                     ],
  9793.                 ],
  9794.                 'SchoolProfile' => [
  9795.                     'type' => 'object',
  9796.                     'class_name' => 'SchoolProfileType',
  9797.                     'inherits' => [
  9798.                     ],
  9799.                     'decorator' => false,
  9800.                     'config' => [
  9801.                         'description' => NULL,
  9802.                         'fields' => [
  9803.                             'id' => [
  9804.                                 'type' => 'ID!',
  9805.                                 'description' => NULL,
  9806.                             ],
  9807.                             'uuid' => [
  9808.                                 'type' => 'String!',
  9809.                                 'description' => NULL,
  9810.                             ],
  9811.                             'name' => [
  9812.                                 'type' => 'String!',
  9813.                                 'description' => NULL,
  9814.                             ],
  9815.                             'description' => [
  9816.                                 'type' => 'String',
  9817.                                 'description' => NULL,
  9818.                             ],
  9819.                             'searchTags' => [
  9820.                                 'type' => '[SearchTag!]',
  9821.                                 'description' => NULL,
  9822.                             ],
  9823.                             'locations' => [
  9824.                                 'type' => '[SchoolLocation!]',
  9825.                                 'description' => NULL,
  9826.                             ],
  9827.                             'jobs' => [
  9828.                                 'type' => '[Job!]',
  9829.                                 'description' => NULL,
  9830.                             ],
  9831.                             'communication' => [
  9832.                                 'type' => '[Communication!]',
  9833.                                 'description' => NULL,
  9834.                             ],
  9835.                             'url' => [
  9836.                                 'type' => 'String',
  9837.                                 'description' => NULL,
  9838.                             ],
  9839.                             'contactGallery' => [
  9840.                                 'type' => 'ContactGallery',
  9841.                                 'description' => NULL,
  9842.                             ],
  9843.                             'mediaGallery' => [
  9844.                                 'type' => 'Gallery',
  9845.                                 'description' => NULL,
  9846.                             ],
  9847.                             'documents' => [
  9848.                                 'type' => 'Gallery',
  9849.                                 'description' => NULL,
  9850.                             ],
  9851.                             'trainingInformation' => [
  9852.                                 'type' => 'String',
  9853.                                 'description' => NULL,
  9854.                             ],
  9855.                             'certificateInformation' => [
  9856.                                 'type' => 'String',
  9857.                                 'description' => NULL,
  9858.                             ],
  9859.                             'schoolProfilePicture' => [
  9860.                                 'type' => 'Image',
  9861.                                 'description' => NULL,
  9862.                             ],
  9863.                             'headerPicture' => [
  9864.                                 'type' => 'Image',
  9865.                                 'description' => NULL,
  9866.                             ],
  9867.                             'profileLink' => [
  9868.                                 'type' => 'ProfileLink',
  9869.                                 'description' => NULL,
  9870.                             ],
  9871.                             'offers' => [
  9872.                                 'type' => '[Offer!]',
  9873.                                 'description' => NULL,
  9874.                             ],
  9875.                             'relatedSchools' => [
  9876.                                 'type' => '[SchoolProfile!]',
  9877.                                 'description' => NULL,
  9878.                             ],
  9879.                             'stories' => [
  9880.                                 'type' => '[Story!]',
  9881.                                 'description' => NULL,
  9882.                             ],
  9883.                             'videoUrl' => [
  9884.                                 'type' => 'String',
  9885.                                 'description' => NULL,
  9886.                             ],
  9887.                             'quizUrl' => [
  9888.                                 'type' => 'String',
  9889.                                 'description' => NULL,
  9890.                             ],
  9891.                         ],
  9892.                         'interfaces' => [
  9893.                             => 'ProfileInterface',
  9894.                         ],
  9895.                         'name' => 'SchoolProfile',
  9896.                         'builders' => [
  9897.                         ],
  9898.                     ],
  9899.                 ],
  9900.                 'InTeacherUser' => [
  9901.                     'type' => 'input-object',
  9902.                     'class_name' => 'InTeacherUserType',
  9903.                     'inherits' => [
  9904.                     ],
  9905.                     'decorator' => false,
  9906.                     'config' => [
  9907.                         'description' => NULL,
  9908.                         'fields' => [
  9909.                             'picture' => [
  9910.                                 'type' => 'PictureUploadFile',
  9911.                                 'description' => NULL,
  9912.                             ],
  9913.                             'title' => [
  9914.                                 'type' => '[Int!]',
  9915.                                 'description' => NULL,
  9916.                             ],
  9917.                             'firstname' => [
  9918.                                 'type' => 'String!',
  9919.                                 'description' => NULL,
  9920.                             ],
  9921.                             'lastname' => [
  9922.                                 'type' => 'String!',
  9923.                                 'description' => NULL,
  9924.                             ],
  9925.                             'email' => [
  9926.                                 'type' => 'String!',
  9927.                                 'description' => NULL,
  9928.                             ],
  9929.                             'currentPassword' => [
  9930.                                 'type' => 'String!',
  9931.                                 'description' => NULL,
  9932.                             ],
  9933.                             'newPassword' => [
  9934.                                 'type' => 'String',
  9935.                                 'description' => NULL,
  9936.                             ],
  9937.                         ],
  9938.                         'name' => 'InTeacherUser',
  9939.                     ],
  9940.                 ],
  9941.                 'InLink' => [
  9942.                     'type' => 'input-object',
  9943.                     'class_name' => 'InLinkType',
  9944.                     'inherits' => [
  9945.                     ],
  9946.                     'decorator' => false,
  9947.                     'config' => [
  9948.                         'description' => NULL,
  9949.                         'fields' => [
  9950.                             'linkType' => [
  9951.                                 'type' => 'ProfileLinkType!',
  9952.                                 'description' => NULL,
  9953.                             ],
  9954.                             'url' => [
  9955.                                 'type' => 'String!',
  9956.                                 'description' => NULL,
  9957.                             ],
  9958.                         ],
  9959.                         'name' => 'InLink',
  9960.                     ],
  9961.                 ],
  9962.                 'InLinks' => [
  9963.                     'type' => 'input-object',
  9964.                     'class_name' => 'InLinksType',
  9965.                     'inherits' => [
  9966.                     ],
  9967.                     'decorator' => false,
  9968.                     'config' => [
  9969.                         'description' => NULL,
  9970.                         'fields' => [
  9971.                             'entries' => [
  9972.                                 'type' => '[InLink!]',
  9973.                                 'description' => NULL,
  9974.                             ],
  9975.                         ],
  9976.                         'name' => 'InLinks',
  9977.                     ],
  9978.                 ],
  9979.                 'InLocation' => [
  9980.                     'type' => 'input-object',
  9981.                     'class_name' => 'InLocationType',
  9982.                     'inherits' => [
  9983.                     ],
  9984.                     'decorator' => false,
  9985.                     'config' => [
  9986.                         'description' => NULL,
  9987.                         'fields' => [
  9988.                             'locationname' => [
  9989.                                 'type' => 'String!',
  9990.                                 'description' => NULL,
  9991.                             ],
  9992.                             'street' => [
  9993.                                 'type' => 'String!',
  9994.                                 'description' => NULL,
  9995.                             ],
  9996.                             'zip' => [
  9997.                                 'type' => 'String!',
  9998.                                 'description' => NULL,
  9999.                             ],
  10000.                             'city' => [
  10001.                                 'type' => 'String!',
  10002.                                 'description' => NULL,
  10003.                             ],
  10004.                             'lat' => [
  10005.                                 'type' => 'String',
  10006.                                 'description' => NULL,
  10007.                             ],
  10008.                             'lon' => [
  10009.                                 'type' => 'String',
  10010.                                 'description' => NULL,
  10011.                             ],
  10012.                         ],
  10013.                         'name' => 'InLocation',
  10014.                     ],
  10015.                 ],
  10016.                 'InContactPerson' => [
  10017.                     'type' => 'input-object',
  10018.                     'class_name' => 'InContactPersonType',
  10019.                     'inherits' => [
  10020.                     ],
  10021.                     'decorator' => false,
  10022.                     'config' => [
  10023.                         'description' => NULL,
  10024.                         'fields' => [
  10025.                             'picture' => [
  10026.                                 'type' => 'PictureUploadFile',
  10027.                                 'description' => NULL,
  10028.                             ],
  10029.                             'title' => [
  10030.                                 'type' => '[Int!]',
  10031.                                 'description' => NULL,
  10032.                             ],
  10033.                             'firstname' => [
  10034.                                 'type' => 'String!',
  10035.                                 'description' => NULL,
  10036.                             ],
  10037.                             'lastname' => [
  10038.                                 'type' => 'String!',
  10039.                                 'description' => NULL,
  10040.                             ],
  10041.                             'position' => [
  10042.                                 'type' => 'String',
  10043.                                 'description' => NULL,
  10044.                             ],
  10045.                             'phone' => [
  10046.                                 'type' => 'String!',
  10047.                                 'description' => NULL,
  10048.                             ],
  10049.                             'email' => [
  10050.                                 'type' => 'String!',
  10051.                                 'description' => NULL,
  10052.                             ],
  10053.                         ],
  10054.                         'name' => 'InContactPerson',
  10055.                     ],
  10056.                 ],
  10057.                 'JobSchool' => [
  10058.                     'type' => 'object',
  10059.                     'class_name' => 'JobSchoolType',
  10060.                     'inherits' => [
  10061.                     ],
  10062.                     'decorator' => false,
  10063.                     'config' => [
  10064.                         'description' => NULL,
  10065.                         'fields' => [
  10066.                             'id' => [
  10067.                                 'type' => 'ID!',
  10068.                                 'description' => NULL,
  10069.                             ],
  10070.                             'school' => [
  10071.                                 'type' => 'School!',
  10072.                                 'description' => NULL,
  10073.                             ],
  10074.                         ],
  10075.                         'interfaces' => [
  10076.                         ],
  10077.                         'name' => 'JobSchool',
  10078.                         'builders' => [
  10079.                         ],
  10080.                     ],
  10081.                 ],
  10082.                 'SchoolClassGrade' => [
  10083.                     'type' => 'object',
  10084.                     'class_name' => 'SchoolClassGradeType',
  10085.                     'inherits' => [
  10086.                     ],
  10087.                     'decorator' => false,
  10088.                     'config' => [
  10089.                         'description' => NULL,
  10090.                         'fields' => [
  10091.                             'id' => [
  10092.                                 'type' => 'ID!',
  10093.                                 'description' => NULL,
  10094.                             ],
  10095.                             'name' => [
  10096.                                 'type' => 'String!',
  10097.                                 'description' => NULL,
  10098.                             ],
  10099.                         ],
  10100.                         'interfaces' => [
  10101.                         ],
  10102.                         'name' => 'SchoolClassGrade',
  10103.                         'builders' => [
  10104.                         ],
  10105.                     ],
  10106.                 ],
  10107.                 'JobRedirect' => [
  10108.                     'type' => 'object',
  10109.                     'class_name' => 'JobRedirectType',
  10110.                     'inherits' => [
  10111.                     ],
  10112.                     'decorator' => false,
  10113.                     'config' => [
  10114.                         'description' => NULL,
  10115.                         'fields' => [
  10116.                             'bicID' => [
  10117.                                 'type' => 'Int!',
  10118.                                 'description' => NULL,
  10119.                             ],
  10120.                             'jobName' => [
  10121.                                 'type' => 'String!',
  10122.                                 'description' => NULL,
  10123.                             ],
  10124.                             'redirectType' => [
  10125.                                 'type' => 'JobRedirectType!',
  10126.                                 'description' => NULL,
  10127.                             ],
  10128.                         ],
  10129.                         'interfaces' => [
  10130.                         ],
  10131.                         'name' => 'JobRedirect',
  10132.                         'builders' => [
  10133.                         ],
  10134.                     ],
  10135.                 ],
  10136.                 'ExternalLink' => [
  10137.                     'type' => 'object',
  10138.                     'class_name' => 'ExternalLinkType',
  10139.                     'inherits' => [
  10140.                     ],
  10141.                     'decorator' => false,
  10142.                     'config' => [
  10143.                         'description' => NULL,
  10144.                         'fields' => [
  10145.                             'heading' => [
  10146.                                 'type' => 'String!',
  10147.                                 'description' => NULL,
  10148.                             ],
  10149.                             'subHeading' => [
  10150.                                 'type' => 'String',
  10151.                                 'description' => NULL,
  10152.                             ],
  10153.                             'typeName' => [
  10154.                                 'type' => 'String!',
  10155.                                 'description' => NULL,
  10156.                             ],
  10157.                             'position' => [
  10158.                                 'type' => 'Int',
  10159.                                 'description' => NULL,
  10160.                             ],
  10161.                             'image' => [
  10162.                                 'type' => 'Image',
  10163.                                 'description' => NULL,
  10164.                             ],
  10165.                             'link' => [
  10166.                                 'type' => 'String!',
  10167.                                 'description' => NULL,
  10168.                             ],
  10169.                             'linkTargetType' => [
  10170.                                 'type' => 'LinkTargetType!',
  10171.                                 'description' => NULL,
  10172.                             ],
  10173.                         ],
  10174.                         'interfaces' => [
  10175.                         ],
  10176.                         'name' => 'ExternalLink',
  10177.                         'builders' => [
  10178.                         ],
  10179.                     ],
  10180.                 ],
  10181.                 'ContactGalleryEntry' => [
  10182.                     'type' => 'object',
  10183.                     'class_name' => 'ContactGalleryEntryType',
  10184.                     'inherits' => [
  10185.                     ],
  10186.                     'decorator' => false,
  10187.                     'config' => [
  10188.                         'description' => NULL,
  10189.                         'fields' => [
  10190.                             'id' => [
  10191.                                 'type' => 'ID!',
  10192.                                 'description' => NULL,
  10193.                             ],
  10194.                             'contact' => [
  10195.                                 'type' => 'Contact!',
  10196.                                 'description' => NULL,
  10197.                             ],
  10198.                         ],
  10199.                         'interfaces' => [
  10200.                         ],
  10201.                         'name' => 'ContactGalleryEntry',
  10202.                         'builders' => [
  10203.                         ],
  10204.                     ],
  10205.                 ],
  10206.                 'ContactGallery' => [
  10207.                     'type' => 'object',
  10208.                     'class_name' => 'ContactGalleryType',
  10209.                     'inherits' => [
  10210.                     ],
  10211.                     'decorator' => false,
  10212.                     'config' => [
  10213.                         'description' => NULL,
  10214.                         'fields' => [
  10215.                             'id' => [
  10216.                                 'type' => 'ID!',
  10217.                                 'description' => NULL,
  10218.                             ],
  10219.                             'galleryEntries' => [
  10220.                                 'type' => '[ContactGalleryEntry!]',
  10221.                                 'description' => NULL,
  10222.                             ],
  10223.                         ],
  10224.                         'interfaces' => [
  10225.                         ],
  10226.                         'name' => 'ContactGallery',
  10227.                         'builders' => [
  10228.                         ],
  10229.                     ],
  10230.                 ],
  10231.                 'NextStoryPreview' => [
  10232.                     'type' => 'object',
  10233.                     'class_name' => 'NextStoryPreviewType',
  10234.                     'inherits' => [
  10235.                     ],
  10236.                     'decorator' => false,
  10237.                     'config' => [
  10238.                         'description' => NULL,
  10239.                         'fields' => [
  10240.                             'avatar' => [
  10241.                                 'type' => 'Image',
  10242.                                 'description' => NULL,
  10243.                             ],
  10244.                             'title' => [
  10245.                                 'type' => 'String',
  10246.                                 'description' => NULL,
  10247.                             ],
  10248.                             'linkTitle' => [
  10249.                                 'type' => 'String',
  10250.                                 'description' => NULL,
  10251.                             ],
  10252.                             'portrait' => [
  10253.                                 'type' => 'String',
  10254.                                 'description' => NULL,
  10255.                             ],
  10256.                             'storyId' => [
  10257.                                 'type' => 'String',
  10258.                                 'description' => NULL,
  10259.                             ],
  10260.                         ],
  10261.                         'interfaces' => [
  10262.                         ],
  10263.                         'name' => 'NextStoryPreview',
  10264.                         'builders' => [
  10265.                         ],
  10266.                     ],
  10267.                 ],
  10268.                 'JobMarketAdditionalInfo' => [
  10269.                     'type' => 'object',
  10270.                     'class_name' => 'JobMarketAdditionalInfoType',
  10271.                     'inherits' => [
  10272.                     ],
  10273.                     'decorator' => false,
  10274.                     'config' => [
  10275.                         'description' => NULL,
  10276.                         'fields' => [
  10277.                             'from' => [
  10278.                                 'type' => 'String',
  10279.                                 'description' => NULL,
  10280.                             ],
  10281.                             'to' => [
  10282.                                 'type' => 'String',
  10283.                                 'description' => NULL,
  10284.                             ],
  10285.                             'workFrom' => [
  10286.                                 'type' => 'String',
  10287.                                 'description' => NULL,
  10288.                             ],
  10289.                             'workTo' => [
  10290.                                 'type' => 'String',
  10291.                                 'description' => NULL,
  10292.                             ],
  10293.                             'age' => [
  10294.                                 'type' => 'String',
  10295.                                 'description' => NULL,
  10296.                             ],
  10297.                         ],
  10298.                         'interfaces' => [
  10299.                         ],
  10300.                         'name' => 'JobMarketAdditionalInfo',
  10301.                         'builders' => [
  10302.                         ],
  10303.                     ],
  10304.                 ],
  10305.                 'RoundPlayers' => [
  10306.                     'type' => 'object',
  10307.                     'class_name' => 'RoundPlayersType',
  10308.                     'inherits' => [
  10309.                     ],
  10310.                     'decorator' => false,
  10311.                     'config' => [
  10312.                         'description' => NULL,
  10313.                         'fields' => [
  10314.                             'highscore' => [
  10315.                                 'type' => 'Int!',
  10316.                                 'description' => NULL,
  10317.                             ],
  10318.                             'entries' => [
  10319.                                 'type' => '[RoundPlayersEntry!]',
  10320.                                 'description' => NULL,
  10321.                             ],
  10322.                         ],
  10323.                         'interfaces' => [
  10324.                         ],
  10325.                         'name' => 'RoundPlayers',
  10326.                         'builders' => [
  10327.                         ],
  10328.                     ],
  10329.                 ],
  10330.                 'OfferList' => [
  10331.                     'type' => 'object',
  10332.                     'class_name' => 'OfferListType',
  10333.                     'inherits' => [
  10334.                     ],
  10335.                     'decorator' => false,
  10336.                     'config' => [
  10337.                         'description' => NULL,
  10338.                         'fields' => [
  10339.                             'boPartnerTypes' => [
  10340.                                 'type' => '[Offer!]',
  10341.                                 'description' => NULL,
  10342.                             ],
  10343.                             'companyTypes' => [
  10344.                                 'type' => '[Offer!]',
  10345.                                 'description' => NULL,
  10346.                             ],
  10347.                             'schoolTypes' => [
  10348.                                 'type' => '[Offer!]',
  10349.                                 'description' => NULL,
  10350.                             ],
  10351.                         ],
  10352.                         'interfaces' => [
  10353.                         ],
  10354.                         'name' => 'OfferList',
  10355.                         'builders' => [
  10356.                         ],
  10357.                     ],
  10358.                 ],
  10359.                 'SchoolClassGameHistory' => [
  10360.                     'type' => 'object',
  10361.                     'class_name' => 'SchoolClassGameHistoryType',
  10362.                     'inherits' => [
  10363.                     ],
  10364.                     'decorator' => false,
  10365.                     'config' => [
  10366.                         'description' => NULL,
  10367.                         'fields' => [
  10368.                             'status' => [
  10369.                                 'type' => 'Status!',
  10370.                                 'description' => NULL,
  10371.                             ],
  10372.                             'schoolClassID' => [
  10373.                                 'type' => 'Int',
  10374.                                 'description' => NULL,
  10375.                             ],
  10376.                             'points' => [
  10377.                                 'type' => 'Float',
  10378.                                 'description' => NULL,
  10379.                             ],
  10380.                             'playtime' => [
  10381.                                 'type' => 'Int',
  10382.                                 'description' => NULL,
  10383.                             ],
  10384.                             'createdAt' => [
  10385.                                 'type' => 'String',
  10386.                                 'description' => NULL,
  10387.                             ],
  10388.                         ],
  10389.                         'interfaces' => [
  10390.                         ],
  10391.                         'name' => 'SchoolClassGameHistory',
  10392.                         'builders' => [
  10393.                         ],
  10394.                     ],
  10395.                 ],
  10396.                 'Benefit' => [
  10397.                     'type' => 'object',
  10398.                     'class_name' => 'BenefitType',
  10399.                     'inherits' => [
  10400.                     ],
  10401.                     'decorator' => false,
  10402.                     'config' => [
  10403.                         'description' => NULL,
  10404.                         'fields' => [
  10405.                             'id' => [
  10406.                                 'type' => 'ID!',
  10407.                                 'description' => NULL,
  10408.                             ],
  10409.                             'name' => [
  10410.                                 'type' => 'String!',
  10411.                                 'description' => NULL,
  10412.                             ],
  10413.                         ],
  10414.                         'interfaces' => [
  10415.                         ],
  10416.                         'name' => 'Benefit',
  10417.                         'builders' => [
  10418.                         ],
  10419.                     ],
  10420.                 ],
  10421.                 'JobLink' => [
  10422.                     'type' => 'object',
  10423.                     'class_name' => 'JobLinkType',
  10424.                     'inherits' => [
  10425.                     ],
  10426.                     'decorator' => false,
  10427.                     'config' => [
  10428.                         'description' => NULL,
  10429.                         'fields' => [
  10430.                             'id' => [
  10431.                                 'type' => 'ID!',
  10432.                                 'description' => NULL,
  10433.                             ],
  10434.                             'url' => [
  10435.                                 'type' => 'String',
  10436.                                 'description' => NULL,
  10437.                             ],
  10438.                             'title' => [
  10439.                                 'type' => 'String',
  10440.                                 'description' => NULL,
  10441.                             ],
  10442.                             'start' => [
  10443.                                 'type' => 'Int',
  10444.                                 'description' => NULL,
  10445.                             ],
  10446.                             'end' => [
  10447.                                 'type' => 'Int',
  10448.                                 'description' => NULL,
  10449.                             ],
  10450.                             'titleFrontend' => [
  10451.                                 'type' => 'String',
  10452.                                 'description' => NULL,
  10453.                             ],
  10454.                             'titleBackend' => [
  10455.                                 'type' => 'String',
  10456.                                 'description' => NULL,
  10457.                             ],
  10458.                         ],
  10459.                         'interfaces' => [
  10460.                         ],
  10461.                         'name' => 'JobLink',
  10462.                         'builders' => [
  10463.                         ],
  10464.                     ],
  10465.                 ],
  10466.                 'JobRedirectType' => [
  10467.                     'type' => 'enum',
  10468.                     'class_name' => 'JobRedirectTypeType',
  10469.                     'inherits' => [
  10470.                     ],
  10471.                     'decorator' => false,
  10472.                     'config' => [
  10473.                         'description' => NULL,
  10474.                         'values' => [
  10475.                             'ALTERNATIVES' => [
  10476.                                 'description' => NULL,
  10477.                                 'value' => 'ALTERNATIVES',
  10478.                             ],
  10479.                             'CONNECTED' => [
  10480.                                 'description' => NULL,
  10481.                                 'value' => 'CONNECTED',
  10482.                             ],
  10483.                             'DESCRIPTION' => [
  10484.                                 'description' => NULL,
  10485.                                 'value' => 'DESCRIPTION',
  10486.                             ],
  10487.                             'EXPIRED' => [
  10488.                                 'description' => NULL,
  10489.                                 'value' => 'EXPIRED',
  10490.                             ],
  10491.                             'SPECIALIZED' => [
  10492.                                 'description' => NULL,
  10493.                                 'value' => 'SPECIALIZED',
  10494.                             ],
  10495.                             'REDIRECT' => [
  10496.                                 'description' => NULL,
  10497.                                 'value' => 'REDIRECT',
  10498.                             ],
  10499.                         ],
  10500.                         'name' => 'JobRedirectType',
  10501.                     ],
  10502.                 ],
  10503.                 'JobMarketPositionType' => [
  10504.                     'type' => 'enum',
  10505.                     'class_name' => 'JobMarketPositionTypeType',
  10506.                     'inherits' => [
  10507.                     ],
  10508.                     'decorator' => false,
  10509.                     'config' => [
  10510.                         'description' => NULL,
  10511.                         'values' => [
  10512.                             'LEHRSTELLE' => [
  10513.                                 'description' => NULL,
  10514.                                 'value' => 'LEHRSTELLE',
  10515.                             ],
  10516.                             'FERIALJOB' => [
  10517.                                 'description' => NULL,
  10518.                                 'value' => 'FERIALJOB',
  10519.                             ],
  10520.                             'PRAKTIKUM' => [
  10521.                                 'description' => NULL,
  10522.                                 'value' => 'PRAKTIKUM',
  10523.                             ],
  10524.                         ],
  10525.                         'name' => 'JobMarketPositionType',
  10526.                     ],
  10527.                 ],
  10528.                 'Tag' => [
  10529.                     'type' => 'object',
  10530.                     'class_name' => 'TagType',
  10531.                     'inherits' => [
  10532.                     ],
  10533.                     'decorator' => false,
  10534.                     'config' => [
  10535.                         'description' => NULL,
  10536.                         'fields' => [
  10537.                             'tagName' => [
  10538.                                 'type' => 'String!',
  10539.                                 'description' => NULL,
  10540.                             ],
  10541.                         ],
  10542.                         'interfaces' => [
  10543.                         ],
  10544.                         'name' => 'Tag',
  10545.                         'builders' => [
  10546.                         ],
  10547.                     ],
  10548.                 ],
  10549.                 'JobMarketDistricts' => [
  10550.                     'type' => 'object',
  10551.                     'class_name' => 'JobMarketDistrictsType',
  10552.                     'inherits' => [
  10553.                     ],
  10554.                     'decorator' => false,
  10555.                     'config' => [
  10556.                         'description' => NULL,
  10557.                         'fields' => [
  10558.                             'districts' => [
  10559.                                 'type' => '[JobMarketDistrict!]',
  10560.                                 'description' => NULL,
  10561.                             ],
  10562.                             'countDistricts' => [
  10563.                                 'type' => 'Int!',
  10564.                                 'description' => NULL,
  10565.                             ],
  10566.                         ],
  10567.                         'interfaces' => [
  10568.                         ],
  10569.                         'name' => 'JobMarketDistricts',
  10570.                         'builders' => [
  10571.                         ],
  10572.                     ],
  10573.                 ],
  10574.                 'JobRequirementType' => [
  10575.                     'type' => 'object',
  10576.                     'class_name' => 'JobRequirementTypeType',
  10577.                     'inherits' => [
  10578.                     ],
  10579.                     'decorator' => false,
  10580.                     'config' => [
  10581.                         'description' => NULL,
  10582.                         'fields' => [
  10583.                             'id' => [
  10584.                                 'type' => 'ID!',
  10585.                                 'description' => NULL,
  10586.                             ],
  10587.                             'bicID' => [
  10588.                                 'type' => 'Int',
  10589.                                 'description' => NULL,
  10590.                             ],
  10591.                             'typeName' => [
  10592.                                 'type' => 'String!',
  10593.                                 'description' => NULL,
  10594.                             ],
  10595.                         ],
  10596.                         'interfaces' => [
  10597.                         ],
  10598.                         'name' => 'JobRequirementType',
  10599.                         'builders' => [
  10600.                         ],
  10601.                     ],
  10602.                 ],
  10603.                 'JobMarketStartType' => [
  10604.                     'type' => 'enum',
  10605.                     'class_name' => 'JobMarketStartTypeType',
  10606.                     'inherits' => [
  10607.                     ],
  10608.                     'decorator' => false,
  10609.                     'config' => [
  10610.                         'description' => NULL,
  10611.                         'values' => [
  10612.                             'DATE' => [
  10613.                                 'description' => NULL,
  10614.                                 'value' => 'DATE',
  10615.                             ],
  10616.                             'ANYTIME' => [
  10617.                                 'description' => NULL,
  10618.                                 'value' => 'ANYTIME',
  10619.                             ],
  10620.                             'CONSENT' => [
  10621.                                 'description' => NULL,
  10622.                                 'value' => 'CONSENT',
  10623.                             ],
  10624.                         ],
  10625.                         'name' => 'JobMarketStartType',
  10626.                     ],
  10627.                 ],
  10628.                 'StatusType' => [
  10629.                     'type' => 'enum',
  10630.                     'class_name' => 'StatusTypeType',
  10631.                     'inherits' => [
  10632.                     ],
  10633.                     'decorator' => false,
  10634.                     'config' => [
  10635.                         'description' => NULL,
  10636.                         'values' => [
  10637.                             'OK' => [
  10638.                                 'description' => NULL,
  10639.                                 'value' => 'OK',
  10640.                             ],
  10641.                             'ERROR' => [
  10642.                                 'description' => NULL,
  10643.                                 'value' => 'ERROR',
  10644.                             ],
  10645.                             'GAMEEND' => [
  10646.                                 'description' => NULL,
  10647.                                 'value' => 'GAMEEND',
  10648.                             ],
  10649.                         ],
  10650.                         'name' => 'StatusType',
  10651.                     ],
  10652.                 ],
  10653.                 'CompanyBenefit' => [
  10654.                     'type' => 'object',
  10655.                     'class_name' => 'CompanyBenefitType',
  10656.                     'inherits' => [
  10657.                     ],
  10658.                     'decorator' => false,
  10659.                     'config' => [
  10660.                         'description' => NULL,
  10661.                         'fields' => [
  10662.                             'id' => [
  10663.                                 'type' => 'ID!',
  10664.                                 'description' => NULL,
  10665.                             ],
  10666.                             'name' => [
  10667.                                 'type' => 'String!',
  10668.                                 'description' => NULL,
  10669.                             ],
  10670.                         ],
  10671.                         'interfaces' => [
  10672.                         ],
  10673.                         'name' => 'CompanyBenefit',
  10674.                         'builders' => [
  10675.                         ],
  10676.                     ],
  10677.                 ],
  10678.                 'Teacher' => [
  10679.                     'type' => 'object',
  10680.                     'class_name' => 'TeacherType',
  10681.                     'inherits' => [
  10682.                     ],
  10683.                     'decorator' => false,
  10684.                     'config' => [
  10685.                         'description' => NULL,
  10686.                         'fields' => [
  10687.                             'id' => [
  10688.                                 'type' => 'Int',
  10689.                                 'description' => NULL,
  10690.                             ],
  10691.                             'email' => [
  10692.                                 'type' => 'String',
  10693.                                 'description' => NULL,
  10694.                             ],
  10695.                             'firstname' => [
  10696.                                 'type' => 'String',
  10697.                                 'description' => NULL,
  10698.                             ],
  10699.                             'lastname' => [
  10700.                                 'type' => 'String',
  10701.                                 'description' => NULL,
  10702.                             ],
  10703.                         ],
  10704.                         'interfaces' => [
  10705.                         ],
  10706.                         'name' => 'Teacher',
  10707.                         'builders' => [
  10708.                         ],
  10709.                     ],
  10710.                 ],
  10711.                 'SchoolClassRank' => [
  10712.                     'type' => 'object',
  10713.                     'class_name' => 'SchoolClassRankType',
  10714.                     'inherits' => [
  10715.                     ],
  10716.                     'decorator' => false,
  10717.                     'config' => [
  10718.                         'description' => NULL,
  10719.                         'fields' => [
  10720.                             'school' => [
  10721.                                 'type' => 'School!',
  10722.                                 'description' => NULL,
  10723.                             ],
  10724.                             'schoolClass' => [
  10725.                                 'type' => 'SchoolClass!',
  10726.                                 'description' => NULL,
  10727.                             ],
  10728.                             'points' => [
  10729.                                 'type' => 'Int!',
  10730.                                 'description' => NULL,
  10731.                             ],
  10732.                             'playtimeMinutes' => [
  10733.                                 'type' => 'Int!',
  10734.                                 'description' => NULL,
  10735.                             ],
  10736.                         ],
  10737.                         'interfaces' => [
  10738.                         ],
  10739.                         'name' => 'SchoolClassRank',
  10740.                         'builders' => [
  10741.                         ],
  10742.                     ],
  10743.                 ],
  10744.                 'NextStoryCard' => [
  10745.                     'type' => 'object',
  10746.                     'class_name' => 'NextStoryCardType',
  10747.                     'inherits' => [
  10748.                     ],
  10749.                     'decorator' => false,
  10750.                     'config' => [
  10751.                         'description' => NULL,
  10752.                         'fields' => [
  10753.                             'title' => [
  10754.                                 'type' => 'String',
  10755.                                 'description' => NULL,
  10756.                             ],
  10757.                             'description' => [
  10758.                                 'type' => 'String',
  10759.                                 'description' => NULL,
  10760.                             ],
  10761.                             'stories' => [
  10762.                                 'type' => '[NextStoryPreview!]',
  10763.                                 'description' => NULL,
  10764.                             ],
  10765.                         ],
  10766.                         'interfaces' => [
  10767.                         ],
  10768.                         'name' => 'NextStoryCard',
  10769.                         'builders' => [
  10770.                         ],
  10771.                     ],
  10772.                 ],
  10773.                 'ProfileLink' => [
  10774.                     'type' => 'object',
  10775.                     'class_name' => 'ProfileLinkType',
  10776.                     'inherits' => [
  10777.                     ],
  10778.                     'decorator' => false,
  10779.                     'config' => [
  10780.                         'description' => NULL,
  10781.                         'fields' => [
  10782.                             'createdAt' => [
  10783.                                 'type' => 'String!',
  10784.                                 'description' => NULL,
  10785.                             ],
  10786.                             'entries' => [
  10787.                                 'type' => '[ProfileLinkEntry!]',
  10788.                                 'description' => NULL,
  10789.                             ],
  10790.                         ],
  10791.                         'interfaces' => [
  10792.                         ],
  10793.                         'name' => 'ProfileLink',
  10794.                         'builders' => [
  10795.                         ],
  10796.                     ],
  10797.                 ],
  10798.                 'InfoSectionCategory' => [
  10799.                     'type' => 'object',
  10800.                     'class_name' => 'InfoSectionCategoryType',
  10801.                     'inherits' => [
  10802.                     ],
  10803.                     'decorator' => false,
  10804.                     'config' => [
  10805.                         'description' => NULL,
  10806.                         'fields' => [
  10807.                             'id' => [
  10808.                                 'type' => 'ID!',
  10809.                                 'description' => NULL,
  10810.                             ],
  10811.                             'heading' => [
  10812.                                 'type' => 'String!',
  10813.                                 'description' => NULL,
  10814.                             ],
  10815.                             'description' => [
  10816.                                 'type' => 'String',
  10817.                                 'description' => NULL,
  10818.                             ],
  10819.                             'link' => [
  10820.                                 'type' => 'String',
  10821.                                 'description' => NULL,
  10822.                             ],
  10823.                             'type' => [
  10824.                                 'type' => 'InfoSectionType!',
  10825.                                 'description' => NULL,
  10826.                             ],
  10827.                             'image' => [
  10828.                                 'type' => 'Image',
  10829.                                 'description' => NULL,
  10830.                             ],
  10831.                             'position' => [
  10832.                                 'type' => 'Int',
  10833.                                 'description' => NULL,
  10834.                             ],
  10835.                             'urlText' => [
  10836.                                 'type' => 'String',
  10837.                                 'description' => NULL,
  10838.                             ],
  10839.                             'subCategories' => [
  10840.                                 'type' => '[InfoSectionSubCategory!]',
  10841.                                 'description' => NULL,
  10842.                             ],
  10843.                         ],
  10844.                         'interfaces' => [
  10845.                         ],
  10846.                         'name' => 'InfoSectionCategory',
  10847.                         'builders' => [
  10848.                         ],
  10849.                     ],
  10850.                 ],
  10851.                 'JobLinkMappingType' => [
  10852.                     'type' => 'object',
  10853.                     'class_name' => 'JobLinkMappingTypeType',
  10854.                     'inherits' => [
  10855.                     ],
  10856.                     'decorator' => false,
  10857.                     'config' => [
  10858.                         'description' => NULL,
  10859.                         'fields' => [
  10860.                             'id' => [
  10861.                                 'type' => 'ID!',
  10862.                                 'description' => NULL,
  10863.                             ],
  10864.                             'name' => [
  10865.                                 'type' => 'String',
  10866.                                 'description' => NULL,
  10867.                             ],
  10868.                         ],
  10869.                         'interfaces' => [
  10870.                         ],
  10871.                         'name' => 'JobLinkMappingType',
  10872.                         'builders' => [
  10873.                         ],
  10874.                     ],
  10875.                 ],
  10876.                 'JobRequirementCollection' => [
  10877.                     'type' => 'object',
  10878.                     'class_name' => 'JobRequirementCollectionType',
  10879.                     'inherits' => [
  10880.                     ],
  10881.                     'decorator' => false,
  10882.                     'config' => [
  10883.                         'description' => NULL,
  10884.                         'fields' => [
  10885.                             'requirementTypes' => [
  10886.                                 'type' => '[JobRequirementTypeCollection]',
  10887.                                 'description' => NULL,
  10888.                             ],
  10889.                         ],
  10890.                         'interfaces' => [
  10891.                         ],
  10892.                         'name' => 'JobRequirementCollection',
  10893.                         'builders' => [
  10894.                         ],
  10895.                     ],
  10896.                 ],
  10897.                 'InfoSectionType' => [
  10898.                     'type' => 'object',
  10899.                     'class_name' => 'InfoSectionTypeType',
  10900.                     'inherits' => [
  10901.                     ],
  10902.                     'decorator' => false,
  10903.                     'config' => [
  10904.                         'description' => NULL,
  10905.                         'fields' => [
  10906.                             'id' => [
  10907.                                 'type' => 'ID!',
  10908.                                 'description' => NULL,
  10909.                             ],
  10910.                             'name' => [
  10911.                                 'type' => 'String!',
  10912.                                 'description' => NULL,
  10913.                             ],
  10914.                         ],
  10915.                         'interfaces' => [
  10916.                         ],
  10917.                         'name' => 'InfoSectionType',
  10918.                         'builders' => [
  10919.                         ],
  10920.                     ],
  10921.                 ],
  10922.                 'ImageInfo' => [
  10923.                     'type' => 'object',
  10924.                     'class_name' => 'ImageInfoType',
  10925.                     'inherits' => [
  10926.                     ],
  10927.                     'decorator' => false,
  10928.                     'config' => [
  10929.                         'description' => NULL,
  10930.                         'fields' => [
  10931.                             'caption' => [
  10932.                                 'type' => 'String',
  10933.                                 'description' => NULL,
  10934.                             ],
  10935.                             'copyright' => [
  10936.                                 'type' => 'String',
  10937.                                 'description' => NULL,
  10938.                             ],
  10939.                         ],
  10940.                         'interfaces' => [
  10941.                         ],
  10942.                         'name' => 'ImageInfo',
  10943.                         'builders' => [
  10944.                         ],
  10945.                     ],
  10946.                 ],
  10947.                 'StoryCardTheme' => [
  10948.                     'type' => 'enum',
  10949.                     'class_name' => 'StoryCardThemeType',
  10950.                     'inherits' => [
  10951.                     ],
  10952.                     'decorator' => false,
  10953.                     'config' => [
  10954.                         'description' => NULL,
  10955.                         'values' => [
  10956.                             'DEFAULT' => [
  10957.                                 'description' => NULL,
  10958.                                 'value' => 'DEFAULT',
  10959.                             ],
  10960.                             'YELLOW' => [
  10961.                                 'description' => NULL,
  10962.                                 'value' => 'YELLOW',
  10963.                             ],
  10964.                             'RED' => [
  10965.                                 'description' => NULL,
  10966.                                 'value' => 'RED',
  10967.                             ],
  10968.                             'BLUE' => [
  10969.                                 'description' => NULL,
  10970.                                 'value' => 'BLUE',
  10971.                             ],
  10972.                         ],
  10973.                         'name' => 'StoryCardTheme',
  10974.                     ],
  10975.                 ],
  10976.                 'InfoSectionEntry' => [
  10977.                     'type' => 'object',
  10978.                     'class_name' => 'InfoSectionEntryType',
  10979.                     'inherits' => [
  10980.                     ],
  10981.                     'decorator' => false,
  10982.                     'config' => [
  10983.                         'description' => NULL,
  10984.                         'fields' => [
  10985.                             'id' => [
  10986.                                 'type' => 'ID!',
  10987.                                 'description' => NULL,
  10988.                             ],
  10989.                             'heading' => [
  10990.                                 'type' => 'String!',
  10991.                                 'description' => NULL,
  10992.                             ],
  10993.                             'description' => [
  10994.                                 'type' => 'String',
  10995.                                 'description' => NULL,
  10996.                             ],
  10997.                             'url' => [
  10998.                                 'type' => 'String',
  10999.                                 'description' => NULL,
  11000.                             ],
  11001.                             'urlType' => [
  11002.                                 'type' => 'String',
  11003.                                 'description' => NULL,
  11004.                             ],
  11005.                             'image' => [
  11006.                                 'type' => 'Image',
  11007.                                 'description' => NULL,
  11008.                             ],
  11009.                             'position' => [
  11010.                                 'type' => 'Int',
  11011.                                 'description' => NULL,
  11012.                             ],
  11013.                         ],
  11014.                         'interfaces' => [
  11015.                         ],
  11016.                         'name' => 'InfoSectionEntry',
  11017.                         'builders' => [
  11018.                         ],
  11019.                     ],
  11020.                 ],
  11021.                 'LinkTargetType' => [
  11022.                     'type' => 'enum',
  11023.                     'class_name' => 'LinkTargetTypeType',
  11024.                     'inherits' => [
  11025.                     ],
  11026.                     'decorator' => false,
  11027.                     'config' => [
  11028.                         'description' => NULL,
  11029.                         'values' => [
  11030.                             'BLANK' => [
  11031.                                 'description' => NULL,
  11032.                                 'value' => 'BLANK',
  11033.                             ],
  11034.                             'SELF' => [
  11035.                                 'description' => NULL,
  11036.                                 'value' => 'SELF',
  11037.                             ],
  11038.                         ],
  11039.                         'name' => 'LinkTargetType',
  11040.                     ],
  11041.                 ],
  11042.                 'AddressCity' => [
  11043.                     'type' => 'object',
  11044.                     'class_name' => 'AddressCityType',
  11045.                     'inherits' => [
  11046.                     ],
  11047.                     'decorator' => false,
  11048.                     'config' => [
  11049.                         'description' => NULL,
  11050.                         'fields' => [
  11051.                             'id' => [
  11052.                                 'type' => 'ID!',
  11053.                                 'description' => NULL,
  11054.                             ],
  11055.                             'name' => [
  11056.                                 'type' => 'String!',
  11057.                                 'description' => NULL,
  11058.                             ],
  11059.                             'zip' => [
  11060.                                 'type' => 'Int!',
  11061.                                 'description' => NULL,
  11062.                             ],
  11063.                             'addressDistrict' => [
  11064.                                 'type' => 'AddressDistrict',
  11065.                                 'description' => NULL,
  11066.                             ],
  11067.                         ],
  11068.                         'interfaces' => [
  11069.                         ],
  11070.                         'name' => 'AddressCity',
  11071.                         'builders' => [
  11072.                         ],
  11073.                     ],
  11074.                 ],
  11075.                 'JobLinkMappingCategory' => [
  11076.                     'type' => 'object',
  11077.                     'class_name' => 'JobLinkMappingCategoryType',
  11078.                     'inherits' => [
  11079.                     ],
  11080.                     'decorator' => false,
  11081.                     'config' => [
  11082.                         'description' => NULL,
  11083.                         'fields' => [
  11084.                             'id' => [
  11085.                                 'type' => 'ID!',
  11086.                                 'description' => NULL,
  11087.                             ],
  11088.                             'name' => [
  11089.                                 'type' => 'String',
  11090.                                 'description' => NULL,
  11091.                             ],
  11092.                         ],
  11093.                         'interfaces' => [
  11094.                         ],
  11095.                         'name' => 'JobLinkMappingCategory',
  11096.                         'builders' => [
  11097.                         ],
  11098.                     ],
  11099.                 ],
  11100.                 'AddressLatLon' => [
  11101.                     'type' => 'object',
  11102.                     'class_name' => 'AddressLatLonType',
  11103.                     'inherits' => [
  11104.                     ],
  11105.                     'decorator' => false,
  11106.                     'config' => [
  11107.                         'description' => NULL,
  11108.                         'fields' => [
  11109.                             'id' => [
  11110.                                 'type' => 'ID!',
  11111.                                 'description' => NULL,
  11112.                             ],
  11113.                             'lat' => [
  11114.                                 'type' => 'String',
  11115.                                 'description' => NULL,
  11116.                             ],
  11117.                             'lon' => [
  11118.                                 'type' => 'String',
  11119.                                 'description' => NULL,
  11120.                             ],
  11121.                         ],
  11122.                         'interfaces' => [
  11123.                         ],
  11124.                         'name' => 'AddressLatLon',
  11125.                         'builders' => [
  11126.                         ],
  11127.                     ],
  11128.                 ],
  11129.                 'EventTag' => [
  11130.                     'type' => 'object',
  11131.                     'class_name' => 'EventTagType',
  11132.                     'inherits' => [
  11133.                     ],
  11134.                     'decorator' => false,
  11135.                     'config' => [
  11136.                         'description' => NULL,
  11137.                         'fields' => [
  11138.                             'tagName' => [
  11139.                                 'type' => 'String!',
  11140.                                 'description' => NULL,
  11141.                             ],
  11142.                         ],
  11143.                         'interfaces' => [
  11144.                         ],
  11145.                         'name' => 'EventTag',
  11146.                         'builders' => [
  11147.                         ],
  11148.                     ],
  11149.                 ],
  11150.                 'Job' => [
  11151.                     'type' => 'object',
  11152.                     'class_name' => 'JobType',
  11153.                     'inherits' => [
  11154.                     ],
  11155.                     'decorator' => false,
  11156.                     'config' => [
  11157.                         'description' => NULL,
  11158.                         'fields' => [
  11159.                             'id' => [
  11160.                                 'type' => 'ID!',
  11161.                                 'description' => NULL,
  11162.                             ],
  11163.                             'name' => [
  11164.                                 'type' => 'String!',
  11165.                                 'description' => NULL,
  11166.                             ],
  11167.                             'bicID' => [
  11168.                                 'type' => 'Int',
  11169.                                 'description' => NULL,
  11170.                             ],
  11171.                             'image' => [
  11172.                                 'type' => 'Image',
  11173.                                 'description' => NULL,
  11174.                             ],
  11175.                             'description' => [
  11176.                                 'type' => 'String',
  11177.                                 'description' => NULL,
  11178.                             ],
  11179.                             'bicAlternativen' => [
  11180.                                 'type' => 'String',
  11181.                                 'description' => NULL,
  11182.                             ],
  11183.                             'bicAnforderungen' => [
  11184.                                 'type' => 'String',
  11185.                                 'description' => NULL,
  11186.                             ],
  11187.                             'bicAusbildungBerufschule' => [
  11188.                                 'type' => 'String',
  11189.                                 'description' => NULL,
  11190.                             ],
  11191.                             'bicMoeglichkeiten' => [
  11192.                                 'type' => 'String',
  11193.                                 'description' => NULL,
  11194.                             ],
  11195.                             'operationsAndTasks' => [
  11196.                                 'type' => 'String',
  11197.                                 'description' => NULL,
  11198.                             ],
  11199.                             'scholasticDuration' => [
  11200.                                 'type' => 'JobScholasticDuration',
  11201.                                 'description' => NULL,
  11202.                             ],
  11203.                             'showSchoolSubjects' => [
  11204.                                 'type' => 'Boolean',
  11205.                                 'description' => NULL,
  11206.                             ],
  11207.                             'expertTerms' => [
  11208.                                 'type' => '[JobExpertTerm!]',
  11209.                                 'description' => NULL,
  11210.                             ],
  11211.                             'interestFields' => [
  11212.                                 'type' => '[InterestField!]',
  11213.                                 'description' => NULL,
  11214.                             ],
  11215.                             'jobEducationCompanies' => [
  11216.                                 'type' => '[CompanyProfileSimple!]',
  11217.                                 'description' => NULL,
  11218.                             ],
  11219.                             'jobEducationalPaths' => [
  11220.                                 'type' => '[JobEducationalPath!]',
  11221.                                 'description' => NULL,
  11222.                             ],
  11223.                             'insights' => [
  11224.                                 'type' => '[Story!]',
  11225.                                 'description' => NULL,
  11226.                             ],
  11227.                             'jobLinkMappings' => [
  11228.                                 'type' => '[JobLinkMapping]',
  11229.                                 'description' => NULL,
  11230.                             ],
  11231.                             'jobMarketDistricts' => [
  11232.                                 'type' => 'JobMarketDistricts',
  11233.                                 'description' => NULL,
  11234.                             ],
  11235.                             'jobRedirects' => [
  11236.                                 'type' => '[JobRedirect!]',
  11237.                                 'description' => NULL,
  11238.                             ],
  11239.                             'jobSalary' => [
  11240.                                 'type' => 'JobSalary',
  11241.                                 'description' => NULL,
  11242.                             ],
  11243.                             'jobSectors' => [
  11244.                                 'type' => '[JobSector!]',
  11245.                                 'description' => NULL,
  11246.                             ],
  11247.                             'jobSchools' => [
  11248.                                 'type' => '[JobSchool!]',
  11249.                                 'description' => NULL,
  11250.                             ],
  11251.                             'jobWorkFields' => [
  11252.                                 'type' => '[JobWorkField!]',
  11253.                                 'description' => NULL,
  11254.                             ],
  11255.                             'requirementsByType' => [
  11256.                                 'type' => 'JobRequirementCollection',
  11257.                                 'description' => NULL,
  11258.                             ],
  11259.                             'schoolSubjectMappings' => [
  11260.                                 'type' => '[JobSchoolSubjectMapping!]',
  11261.                                 'description' => NULL,
  11262.                             ],
  11263.                             'videoUrl' => [
  11264.                                 'type' => 'String',
  11265.                                 'description' => NULL,
  11266.                             ],
  11267.                             'pdfUrl' => [
  11268.                                 'type' => 'String',
  11269.                                 'description' => NULL,
  11270.                             ],
  11271.                             'searchTags' => [
  11272.                                 'type' => '[String]',
  11273.                                 'description' => NULL,
  11274.                             ],
  11275.                         ],
  11276.                         'interfaces' => [
  11277.                         ],
  11278.                         'name' => 'Job',
  11279.                         'builders' => [
  11280.                         ],
  11281.                     ],
  11282.                 ],
  11283.                 'PageInfo' => [
  11284.                     'type' => 'object',
  11285.                     'class_name' => 'PageInfoType',
  11286.                     'inherits' => [
  11287.                     ],
  11288.                     'decorator' => false,
  11289.                     'config' => [
  11290.                         'description' => 'Information about pagination in a connection.',
  11291.                         'fields' => [
  11292.                             'hasNextPage' => [
  11293.                                 'type' => 'Boolean!',
  11294.                                 'description' => 'When paginating forwards, are there more items?',
  11295.                             ],
  11296.                             'hasPreviousPage' => [
  11297.                                 'type' => 'Boolean!',
  11298.                                 'description' => 'When paginating backwards, are there more items?',
  11299.                             ],
  11300.                             'startCursor' => [
  11301.                                 'type' => 'String',
  11302.                                 'description' => 'When paginating backwards, the cursor to continue.',
  11303.                             ],
  11304.                             'endCursor' => [
  11305.                                 'type' => 'String',
  11306.                                 'description' => 'When paginating forwards, the cursor to continue.',
  11307.                             ],
  11308.                         ],
  11309.                         'name' => 'PageInfo',
  11310.                         'builders' => [
  11311.                         ],
  11312.                         'interfaces' => [
  11313.                         ],
  11314.                     ],
  11315.                 ],
  11316.             ],
  11317.             'overblog_graphql.batching_method' => 'relay',
  11318.             'overblog_graphql.query_max_depth' => 0,
  11319.             'overblog_graphql.query_max_complexity' => 0,
  11320.             'overblog_graphql.enable_introspection' => true,
  11321.             'overblog_graphql.handle_cors' => false,
  11322.             'overblog_graphql.class_namespace' => 'Overblog\\GraphQLBundle\\__DEFINITIONS__',
  11323.             'overblog_graphql.cache_dir' => NULL,
  11324.             'overblog_graphql.cache_dir_permissions' => NULL,
  11325.             'overblog_graphql.argument_class' => 'Overblog\\GraphQLBundle\\Definition\\Argument',
  11326.             'overblog_graphql.use_experimental_executor' => false,
  11327.             'overblog_graphql.profiler.query_match' => NULL,
  11328.             'overblog_graphql.use_classloader_listener' => true,
  11329.             'overblog_graphql.resources_dir' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources'),
  11330.             'overblog_graphiql.endpoint_resolver' => 'Overblog\\GraphiQLBundle\\Config\\GraphQLEndpoint\\Helpers\\OverblogGraphQLBundleEndpointResolver',
  11331.             'sonata.block.container.types' => [
  11332.                 => 'sonata.block.service.container',
  11333.                 => 'sonata.page.block.container',
  11334.                 => 'sonata.dashboard.block.container',
  11335.                 => 'cmf.block.container',
  11336.                 => 'cmf.block.slideshow',
  11337.             ],
  11338.             'sonata_block.blocks' => [
  11339.                 'block.footer' => [
  11340.                     'contexts' => [
  11341.                     ],
  11342.                     'templates' => [
  11343.                     ],
  11344.                     'cache' => 'sonata.cache.noop',
  11345.                     'settings' => [
  11346.                     ],
  11347.                 ],
  11348.                 'block.frontpage.news' => [
  11349.                     'contexts' => [
  11350.                     ],
  11351.                     'templates' => [
  11352.                     ],
  11353.                     'cache' => 'sonata.cache.noop',
  11354.                     'settings' => [
  11355.                     ],
  11356.                 ],
  11357.                 'block.events.4x1' => [
  11358.                     'contexts' => [
  11359.                     ],
  11360.                     'templates' => [
  11361.                     ],
  11362.                     'cache' => 'sonata.cache.noop',
  11363.                     'settings' => [
  11364.                     ],
  11365.                 ],
  11366.                 'block.random.jobs' => [
  11367.                     'contexts' => [
  11368.                     ],
  11369.                     'templates' => [
  11370.                     ],
  11371.                     'cache' => 'sonata.cache.noop',
  11372.                     'settings' => [
  11373.                     ],
  11374.                 ],
  11375.                 'block.slider' => [
  11376.                     'contexts' => [
  11377.                     ],
  11378.                     'templates' => [
  11379.                     ],
  11380.                     'cache' => 'sonata.cache.noop',
  11381.                     'settings' => [
  11382.                     ],
  11383.                 ],
  11384.                 'block.header.main' => [
  11385.                     'contexts' => [
  11386.                     ],
  11387.                     'templates' => [
  11388.                     ],
  11389.                     'cache' => 'sonata.cache.noop',
  11390.                     'settings' => [
  11391.                     ],
  11392.                 ],
  11393.                 'block.header.child' => [
  11394.                     'contexts' => [
  11395.                     ],
  11396.                     'templates' => [
  11397.                     ],
  11398.                     'cache' => 'sonata.cache.noop',
  11399.                     'settings' => [
  11400.                     ],
  11401.                 ],
  11402.                 'block.heading' => [
  11403.                     'contexts' => [
  11404.                     ],
  11405.                     'templates' => [
  11406.                     ],
  11407.                     'cache' => 'sonata.cache.noop',
  11408.                     'settings' => [
  11409.                     ],
  11410.                 ],
  11411.                 'block.editor' => [
  11412.                     'contexts' => [
  11413.                     ],
  11414.                     'templates' => [
  11415.                     ],
  11416.                     'cache' => 'sonata.cache.noop',
  11417.                     'settings' => [
  11418.                     ],
  11419.                 ],
  11420.                 'sonata.block.service.container' => [
  11421.                     'contexts' => [
  11422.                     ],
  11423.                     'templates' => [
  11424.                     ],
  11425.                     'cache' => 'sonata.cache.noop',
  11426.                     'settings' => [
  11427.                     ],
  11428.                 ],
  11429.                 'sonata.block.service.empty' => [
  11430.                     'contexts' => [
  11431.                     ],
  11432.                     'templates' => [
  11433.                     ],
  11434.                     'cache' => 'sonata.cache.noop',
  11435.                     'settings' => [
  11436.                     ],
  11437.                 ],
  11438.                 'sonata.block.service.text' => [
  11439.                     'contexts' => [
  11440.                     ],
  11441.                     'templates' => [
  11442.                     ],
  11443.                     'cache' => 'sonata.cache.noop',
  11444.                     'settings' => [
  11445.                     ],
  11446.                 ],
  11447.                 'sonata.block.service.rss' => [
  11448.                     'contexts' => [
  11449.                     ],
  11450.                     'templates' => [
  11451.                     ],
  11452.                     'cache' => 'sonata.cache.noop',
  11453.                     'settings' => [
  11454.                     ],
  11455.                 ],
  11456.                 'sonata.block.service.template' => [
  11457.                     'contexts' => [
  11458.                     ],
  11459.                     'templates' => [
  11460.                     ],
  11461.                     'cache' => 'sonata.cache.noop',
  11462.                     'settings' => [
  11463.                     ],
  11464.                 ],
  11465.                 'sonata.block.service.menu' => [
  11466.                     'contexts' => [
  11467.                     ],
  11468.                     'templates' => [
  11469.                     ],
  11470.                     'cache' => 'sonata.cache.noop',
  11471.                     'settings' => [
  11472.                     ],
  11473.                 ],
  11474.                 'sonata.admin.block.admin_list' => [
  11475.                     'contexts' => [
  11476.                     ],
  11477.                     'templates' => [
  11478.                     ],
  11479.                     'cache' => 'sonata.cache.noop',
  11480.                     'settings' => [
  11481.                     ],
  11482.                 ],
  11483.                 'sonata.admin.block.search_result' => [
  11484.                     'contexts' => [
  11485.                     ],
  11486.                     'templates' => [
  11487.                     ],
  11488.                     'cache' => 'sonata.cache.noop',
  11489.                     'settings' => [
  11490.                     ],
  11491.                 ],
  11492.                 'sonata.admin.block.stats' => [
  11493.                     'contexts' => [
  11494.                     ],
  11495.                     'templates' => [
  11496.                     ],
  11497.                     'cache' => 'sonata.cache.noop',
  11498.                     'settings' => [
  11499.                     ],
  11500.                 ],
  11501.                 'sonata.admin.block.admin_preview' => [
  11502.                     'contexts' => [
  11503.                     ],
  11504.                     'templates' => [
  11505.                     ],
  11506.                     'cache' => 'sonata.cache.noop',
  11507.                     'settings' => [
  11508.                     ],
  11509.                 ],
  11510.                 'sonata.seo.block.breadcrumb.homepage' => [
  11511.                     'contexts' => [
  11512.                     ],
  11513.                     'templates' => [
  11514.                     ],
  11515.                     'cache' => 'sonata.cache.noop',
  11516.                     'settings' => [
  11517.                     ],
  11518.                 ],
  11519.             ],
  11520.             'sonata_block.blocks_by_class' => [
  11521.             ],
  11522.             'sonata_blocks.block_types' => [
  11523.                 => 'block.footer',
  11524.                 => 'block.frontpage.news',
  11525.                 => 'block.events.4x1',
  11526.                 => 'block.random.jobs',
  11527.                 => 'block.slider',
  11528.                 => 'block.header.main',
  11529.                 => 'block.header.child',
  11530.                 => 'block.heading',
  11531.                 => 'block.editor',
  11532.                 => 'sonata.block.service.container',
  11533.                 10 => 'sonata.block.service.empty',
  11534.                 11 => 'sonata.block.service.text',
  11535.                 12 => 'sonata.block.service.rss',
  11536.                 13 => 'sonata.block.service.template',
  11537.                 14 => 'sonata.block.service.menu',
  11538.                 15 => 'sonata.admin.block.admin_list',
  11539.                 16 => 'sonata.admin.block.search_result',
  11540.                 17 => 'sonata.admin.block.stats',
  11541.                 18 => 'sonata.admin.block.admin_preview',
  11542.                 19 => 'sonata.seo.block.breadcrumb.homepage',
  11543.             ],
  11544.             'sonata_block.cache_blocks' => [
  11545.                 'by_class' => [
  11546.                 ],
  11547.                 'by_type' => [
  11548.                     'block.footer' => 'sonata.cache.noop',
  11549.                     'block.frontpage.news' => 'sonata.cache.noop',
  11550.                     'block.events.4x1' => 'sonata.cache.noop',
  11551.                     'block.random.jobs' => 'sonata.cache.noop',
  11552.                     'block.slider' => 'sonata.cache.noop',
  11553.                     'block.header.main' => 'sonata.cache.noop',
  11554.                     'block.header.child' => 'sonata.cache.noop',
  11555.                     'block.heading' => 'sonata.cache.noop',
  11556.                     'block.editor' => 'sonata.cache.noop',
  11557.                     'sonata.block.service.container' => 'sonata.cache.noop',
  11558.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  11559.                     'sonata.block.service.text' => 'sonata.cache.noop',
  11560.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  11561.                     'sonata.block.service.template' => 'sonata.cache.noop',
  11562.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  11563.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  11564.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  11565.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  11566.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  11567.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  11568.                 ],
  11569.             ],
  11570.             'sonata_blocks.default_contexts' => [
  11571.             ],
  11572.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  11573.                 'choice' => 'select',
  11574.                 'boolean' => 'select',
  11575.                 'textarea' => 'textarea',
  11576.                 'html' => 'textarea',
  11577.                 'email' => 'email',
  11578.                 'string' => 'text',
  11579.                 'integer' => 'number',
  11580.                 'float' => 'number',
  11581.                 'currency' => 'number',
  11582.                 'percent' => 'number',
  11583.                 'url' => 'url',
  11584.             ],
  11585.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  11586.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  11587.             'sonata.admin.configuration.templates' => [
  11588.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  11589.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  11590.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  11591.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  11592.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  11593.                 'search' => '@SonataAdmin/Core/search.html.twig',
  11594.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  11595.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  11596.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  11597.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  11598.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  11599.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  11600.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  11601.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  11602.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  11603.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  11604.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  11605.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  11606.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  11607.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  11608.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  11609.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  11610.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  11611.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  11612.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  11613.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  11614.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  11615.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  11616.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  11617.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  11618.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  11619.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  11620.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  11621.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  11622.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  11623.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  11624.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  11625.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  11626.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  11627.                 'form_theme' => [
  11628.                 ],
  11629.                 'filter_theme' => [
  11630.                 ],
  11631.             ],
  11632.             'sonata.admin.configuration.default_admin_services' => [
  11633.                 'model_manager' => NULL,
  11634.                 'data_source' => NULL,
  11635.                 'field_description_factory' => NULL,
  11636.                 'form_contractor' => NULL,
  11637.                 'show_builder' => NULL,
  11638.                 'list_builder' => NULL,
  11639.                 'datagrid_builder' => NULL,
  11640.                 'translator' => NULL,
  11641.                 'configuration_pool' => NULL,
  11642.                 'route_generator' => NULL,
  11643.                 'security_handler' => NULL,
  11644.                 'menu_factory' => NULL,
  11645.                 'route_builder' => NULL,
  11646.                 'label_translator_strategy' => NULL,
  11647.                 'pager_type' => NULL,
  11648.             ],
  11649.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  11650.             'sonata.admin.configuration.dashboard_groups' => [
  11651.             ],
  11652.             'sonata.admin.configuration.dashboard_blocks' => [
  11653.                 => [
  11654.                     'position' => 'left',
  11655.                     'settings' => [
  11656.                     ],
  11657.                     'type' => 'sonata.admin.block.admin_list',
  11658.                     'roles' => [
  11659.                     ],
  11660.                 ],
  11661.             ],
  11662.             'sonata.admin.configuration.sort_admins' => false,
  11663.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  11664.             'sonata.admin.configuration.default_group' => 'default',
  11665.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  11666.             'sonata.admin.configuration.default_translation_domain' => NULL,
  11667.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  11668.             'sonata.admin.configuration.breadcrumbs' => [
  11669.                 'child_admin_route' => 'show',
  11670.             ],
  11671.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  11672.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  11673.             'sonata.admin.configuration.security.information' => [
  11674.             ],
  11675.             'sonata.admin.configuration.security.admin_permissions' => [
  11676.                 => 'CREATE',
  11677.                 => 'LIST',
  11678.                 => 'DELETE',
  11679.                 => 'UNDELETE',
  11680.                 => 'EXPORT',
  11681.                 => 'OPERATOR',
  11682.                 => 'MASTER',
  11683.             ],
  11684.             'sonata.admin.configuration.security.object_permissions' => [
  11685.                 => 'VIEW',
  11686.                 => 'EDIT',
  11687.                 => 'HISTORY',
  11688.                 => 'DELETE',
  11689.                 => 'UNDELETE',
  11690.                 => 'OPERATOR',
  11691.                 => 'MASTER',
  11692.                 => 'OWNER',
  11693.             ],
  11694.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  11695.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  11696.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  11697.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  11698.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  11699.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  11700.             'sonata.admin.extension.map' => [
  11701.             ],
  11702.             'sonata.admin.configuration.filters.persist' => false,
  11703.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  11704.             'sonata.admin.configuration.show.mosaic.button' => true,
  11705.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  11706.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  11707.             'sonata_doctrine_orm_admin.templates' => [
  11708.                 'types' => [
  11709.                     'list' => [
  11710.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  11711.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  11712.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  11713.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  11714.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  11715.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  11716.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  11717.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  11718.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  11719.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  11720.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  11721.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  11722.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  11723.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  11724.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  11725.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  11726.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  11727.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  11728.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  11729.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  11730.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  11731.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  11732.                     ],
  11733.                     'show' => [
  11734.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  11735.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  11736.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  11737.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  11738.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  11739.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  11740.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  11741.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  11742.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11743.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11744.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11745.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  11746.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  11747.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  11748.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  11749.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  11750.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  11751.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  11752.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  11753.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  11754.                     ],
  11755.                 ],
  11756.             ],
  11757.             'sonata.form.form_type' => 'standard',
  11758.             'sonata.seo.config' => [
  11759.                 'title' => 'Berufsreise',
  11760.                 'default' => 'sonata.seo.page.default',
  11761.                 'metas' => [
  11762.                     'name' => [
  11763.                         'keywords' => 'berufsreise, tirol, berufsorientierung, schüler, eltern, lehrer, unternehmen, beruf',
  11764.                         'description' => 'berufsreise.at ist das größte Internet-Portal zum Thema Berufsorientierung in Ã–sterreich. Das umfangreiche Angebot ist für alle Personen und Organisationen da, die sich mit Berufsorientierung beschäftigen.',
  11765.                         'robots' => 'index, follow',
  11766.                         'viewport' => 'width=device-width, initial-scale=1',
  11767.                     ],
  11768.                     'property' => [
  11769.                         'og:site_name' => 'berufsreise.at',
  11770.                         'og:description' => 'berufsreise.at ist die größte Online-Plattform zum Thema Berufsorientierung in Tirol. Entdecke spannende Berufe, lerne Tiroler Unternehmen, BO-Institutionen und weiterführende Schulen kennen oder begleite Tiroler Lehrlinge und Schüler*innen in deren Ausbildungen!',
  11771.                         'og:title' => 'berufsreise.at',
  11772.                         'og:type' => 'article',
  11773.                         'og:url' => 'https://www.berufsreise.at',
  11774.                         'og:image' => 'https://www.berufsreise.at/static/images/berufsreise-og-image.png',
  11775.                     ],
  11776.                     'http-equiv' => [
  11777.                         'Content-Type' => 'text/html; charset=utf-8',
  11778.                     ],
  11779.                     'charset' => [
  11780.                         'UTF-8' => '',
  11781.                     ],
  11782.                 ],
  11783.                 'head' => [
  11784.                     'xmlns' => 'http://www.w3.org/1999/xhtml',
  11785.                     'xmlns:og' => 'http://opengraphprotocol.org/schema/',
  11786.                 ],
  11787.                 'separator' => ' - ',
  11788.                 'title_prefix' => NULL,
  11789.                 'title_suffix' => NULL,
  11790.             ],
  11791.             'event_dispatcher.event_aliases' => [
  11792.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11793.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11794.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  11795.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11796.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11797.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11798.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11799.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11800.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11801.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11802.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11803.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11804.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11805.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11806.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11807.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11808.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11809.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11810.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11811.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11812.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11813.             ],
  11814.             'fragment.renderer.hinclude.global_template' => NULL,
  11815.             'fragment.path' => '/_fragment',
  11816.             'kernel.http_method_override' => false,
  11817.             'kernel.trusted_hosts' => [
  11818.             ],
  11819.             'kernel.default_locale' => 'de',
  11820.             'kernel.enabled_locales' => [
  11821.                 => 'de',
  11822.             ],
  11823.             'kernel.error_controller' => 'error_controller',
  11824.             'debug.file_link_format' => NULL,
  11825.             'asset.request_context.base_path' => NULL,
  11826.             'asset.request_context.secure' => NULL,
  11827.             'translator.logging' => false,
  11828.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11829.             'debug.error_handler.throw_at' => -1,
  11830.             'router.request_context.host' => 'localhost',
  11831.             'router.request_context.scheme' => 'http',
  11832.             'router.request_context.base_url' => '',
  11833.             'router.resource' => 'kernel::loadRoutes',
  11834.             'request_listener.http_port' => 80,
  11835.             'request_listener.https_port' => 443,
  11836.             'session.metadata.storage_key' => '_sf2_meta',
  11837.             'session.storage.options' => [
  11838.                 'cache_limiter' => '0',
  11839.                 'cookie_secure' => 'auto',
  11840.                 'cookie_httponly' => true,
  11841.                 'cookie_samesite' => 'none',
  11842.                 'gc_probability' => 1,
  11843.             ],
  11844.             'session.save_path' => NULL,
  11845.             'session.metadata.update_threshold' => 0,
  11846.             'form.type_extension.csrf.enabled' => true,
  11847.             'form.type_extension.csrf.field_name' => '_token',
  11848.             'validator.translation_domain' => 'validators',
  11849.             'profiler_listener.only_exceptions' => false,
  11850.             'profiler_listener.only_main_requests' => false,
  11851.             'twig.form.resources' => [
  11852.                 => 'form_div_layout.html.twig',
  11853.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  11854.                 => 'bootstrap_3_layout.html.twig',
  11855.                 => '@frontend/form/datepicker.html.twig',
  11856.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  11857.             ],
  11858.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11859.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  11860.             'web_profiler.debug_toolbar.mode' => 2,
  11861.             'monolog.use_microseconds' => true,
  11862.             'monolog.swift_mailer.handlers' => [
  11863.             ],
  11864.             'monolog.handlers_to_channels' => [
  11865.                 'monolog.handler.console' => [
  11866.                     'type' => 'exclusive',
  11867.                     'elements' => [
  11868.                         => 'event',
  11869.                         => 'doctrine',
  11870.                         => 'console',
  11871.                     ],
  11872.                 ],
  11873.                 'monolog.handler.main' => [
  11874.                     'type' => 'exclusive',
  11875.                     'elements' => [
  11876.                         => 'event',
  11877.                     ],
  11878.                 ],
  11879.             ],
  11880.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  11881.             'security.role_hierarchy.roles' => [
  11882.             ],
  11883.             'security.access.denied_url' => NULL,
  11884.             'security.authentication.manager.erase_credentials' => true,
  11885.             'security.authentication.session_strategy.strategy' => 'migrate',
  11886.             'security.access.always_authenticate_before_granting' => false,
  11887.             'security.authentication.hide_user_not_found' => true,
  11888.             'security.firewalls' => [
  11889.                 => 'dev',
  11890.                 => 'oauth2_api',
  11891.                 => 'admin',
  11892.                 => 'rookie_admin',
  11893.                 => 'shuttle_admin',
  11894.                 => 'rookie_day_admin',
  11895.                 => 'main',
  11896.             ],
  11897.             'overblog_graphql_types.classes_map' => [
  11898.             ],
  11899.             'data_collector.templates' => [
  11900.                 'data_collector.request' => [
  11901.                     => 'request',
  11902.                     => '@WebProfiler/Collector/request.html.twig',
  11903.                 ],
  11904.                 'data_collector.time' => [
  11905.                     => 'time',
  11906.                     => '@WebProfiler/Collector/time.html.twig',
  11907.                 ],
  11908.                 'data_collector.memory' => [
  11909.                     => 'memory',
  11910.                     => '@WebProfiler/Collector/memory.html.twig',
  11911.                 ],
  11912.                 'data_collector.validator' => [
  11913.                     => 'validator',
  11914.                     => '@WebProfiler/Collector/validator.html.twig',
  11915.                 ],
  11916.                 'data_collector.ajax' => [
  11917.                     => 'ajax',
  11918.                     => '@WebProfiler/Collector/ajax.html.twig',
  11919.                 ],
  11920.                 'data_collector.form' => [
  11921.                     => 'form',
  11922.                     => '@WebProfiler/Collector/form.html.twig',
  11923.                 ],
  11924.                 'data_collector.exception' => [
  11925.                     => 'exception',
  11926.                     => '@WebProfiler/Collector/exception.html.twig',
  11927.                 ],
  11928.                 'data_collector.logger' => [
  11929.                     => 'logger',
  11930.                     => '@WebProfiler/Collector/logger.html.twig',
  11931.                 ],
  11932.                 'data_collector.events' => [
  11933.                     => 'events',
  11934.                     => '@WebProfiler/Collector/events.html.twig',
  11935.                 ],
  11936.                 'data_collector.router' => [
  11937.                     => 'router',
  11938.                     => '@WebProfiler/Collector/router.html.twig',
  11939.                 ],
  11940.                 'data_collector.cache' => [
  11941.                     => 'cache',
  11942.                     => '@WebProfiler/Collector/cache.html.twig',
  11943.                 ],
  11944.                 'data_collector.translation' => [
  11945.                     => 'translation',
  11946.                     => '@WebProfiler/Collector/translation.html.twig',
  11947.                 ],
  11948.                 'data_collector.security' => [
  11949.                     => 'security',
  11950.                     => '@Security/Collector/security.html.twig',
  11951.                 ],
  11952.                 'data_collector.twig' => [
  11953.                     => 'twig',
  11954.                     => '@WebProfiler/Collector/twig.html.twig',
  11955.                 ],
  11956.                 'data_collector.doctrine' => [
  11957.                     => 'db',
  11958.                     => '@Doctrine/Collector/db.html.twig',
  11959.                 ],
  11960.                 'data_collector.http_client' => [
  11961.                     => 'http_client',
  11962.                     => '@WebProfiler/Collector/http_client.html.twig',
  11963.                 ],
  11964.                 'doctrine_migrations.migrations_collector' => [
  11965.                     => 'doctrine_migrations',
  11966.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  11967.                 ],
  11968.                 'data_collector.dump' => [
  11969.                     => 'dump',
  11970.                     => '@Debug/Profiler/dump.html.twig',
  11971.                 ],
  11972.                 'fos_elastica.data_collector' => [
  11973.                     => 'elastica',
  11974.                     => '@FOSElastica/Collector/elastica.html.twig',
  11975.                 ],
  11976.                 'data_collector.jms_serializer' => [
  11977.                     => 'jms_serializer',
  11978.                     => '@JMSSerializer/Collector/panel.html.twig',
  11979.                 ],
  11980.                 'Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector' => [
  11981.                     => 'graphql',
  11982.                     => '@OverblogGraphQL/profiler/panel.html.twig',
  11983.                 ],
  11984.                 'sonata.block.data_collector' => [
  11985.                     => 'block',
  11986.                     => '@SonataBlock/Profiler/block.html.twig',
  11987.                 ],
  11988.                 'mailer.data_collector' => [
  11989.                     => 'mailer',
  11990.                     => '@WebProfiler/Collector/mailer.html.twig',
  11991.                 ],
  11992.                 'notifier.data_collector' => [
  11993.                     => 'notifier',
  11994.                     => '@WebProfiler/Collector/notifier.html.twig',
  11995.                 ],
  11996.                 'data_collector.config' => [
  11997.                     => 'config',
  11998.                     => '@WebProfiler/Collector/config.html.twig',
  11999.                 ],
  12000.             ],
  12001.             'console.command.ids' => [
  12002.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand',
  12003.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand',
  12004.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand',
  12005.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand',
  12006.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand',
  12007.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand',
  12008.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand',
  12009.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand',
  12010.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand',
  12011.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand',
  12012.                 10 => 'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand',
  12013.                 11 => 'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand',
  12014.                 12 => 'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand',
  12015.                 13 => 'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand',
  12016.                 14 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand',
  12017.                 15 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand',
  12018.                 16 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand',
  12019.                 17 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand',
  12020.                 18 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand',
  12021.                 19 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand',
  12022.                 20 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand',
  12023.                 21 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand',
  12024.                 22 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand',
  12025.                 23 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand',
  12026.                 24 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand',
  12027.                 25 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand',
  12028.                 26 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand',
  12029.                 27 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand',
  12030.                 28 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand',
  12031.                 29 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand',
  12032.                 30 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand',
  12033.                 31 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand',
  12034.                 32 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand',
  12035.                 33 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand',
  12036.                 34 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand',
  12037.                 35 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand',
  12038.                 36 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand',
  12039.                 37 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand',
  12040.                 38 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand',
  12041.                 39 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand',
  12042.                 40 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand',
  12043.                 41 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand',
  12044.                 42 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand',
  12045.                 43 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand',
  12046.                 44 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand',
  12047.                 45 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand',
  12048.                 46 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand',
  12049.                 47 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand',
  12050.                 48 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand',
  12051.                 49 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand',
  12052.                 50 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand',
  12053.                 51 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand',
  12054.                 52 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand',
  12055.                 53 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand',
  12056.                 54 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand',
  12057.                 55 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand',
  12058.                 56 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand',
  12059.                 57 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand',
  12060.                 58 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand',
  12061.                 59 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand',
  12062.                 60 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand',
  12063.                 61 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand',
  12064.                 62 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand',
  12065.                 63 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand',
  12066.                 64 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand',
  12067.                 65 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand',
  12068.                 66 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand',
  12069.                 67 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand',
  12070.                 68 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand',
  12071.                 69 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand',
  12072.                 70 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand',
  12073.                 71 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand',
  12074.                 72 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand',
  12075.                 73 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand',
  12076.                 74 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand',
  12077.                 75 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand',
  12078.                 76 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand',
  12079.                 77 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand',
  12080.                 78 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand',
  12081.                 79 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand',
  12082.                 80 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand',
  12083.                 81 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand',
  12084.                 82 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand',
  12085.                 83 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand',
  12086.                 84 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand',
  12087.                 85 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand',
  12088.                 86 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand',
  12089.                 87 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand',
  12090.                 88 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand',
  12091.                 89 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand',
  12092.                 90 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand',
  12093.                 91 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand',
  12094.                 92 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand',
  12095.                 93 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand',
  12096.                 94 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand',
  12097.                 95 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand',
  12098.                 96 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand',
  12099.                 97 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand',
  12100.                 98 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand',
  12101.                 99 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand',
  12102.                 100 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand',
  12103.                 101 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand',
  12104.                 102 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand',
  12105.                 103 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand',
  12106.                 104 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand',
  12107.                 105 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand',
  12108.                 106 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand',
  12109.                 107 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand',
  12110.                 108 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand',
  12111.                 109 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand',
  12112.                 110 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand',
  12113.                 111 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand',
  12114.                 112 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand',
  12115.                 113 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand',
  12116.                 114 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand',
  12117.                 115 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand',
  12118.                 116 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand',
  12119.                 117 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand',
  12120.                 118 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand',
  12121.                 119 => 'console.command.public_alias.sonata.cache.command.flush',
  12122.                 120 => 'console.command.public_alias.sonata.cache.command.flushall',
  12123.                 121 => 'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand',
  12124.                 122 => 'Sonata\\CacheBundle\\Command\\CacheFlushCommand',
  12125.             ],
  12126.         ];
  12127.     }
  12128.     protected function throw($message)
  12129.     {
  12130.         throw new RuntimeException($message);
  12131.     }
  12132. }