var/cache/dev/ContainerQHIZaUD/App_KernelDevDebugContainer.php line 2389

Open in your IDE?
  1. <?php
  2. namespace ContainerQHIZaUD;
  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.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  49.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  50.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  51.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  52.             'markdown.parser' => 'getMarkdown_ParserService',
  53.             'overblog_graphql.cache_compiler' => 'getOverblogGraphql_CacheCompilerService',
  54.             'overblog_graphql.event_listener.classloader_listener' => 'getOverblogGraphql_EventListener_ClassloaderListenerService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  58.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  59.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  60.             'sonata.seo.page.default' => 'getSonata_Seo_Page_DefaultService',
  61.             'translator' => 'getTranslatorService',
  62.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  63.             'cache_clearer' => 'getCacheClearerService',
  64.             'filesystem' => 'getFilesystemService',
  65.             'serializer' => 'getSerializerService',
  66.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  67.             'form.factory' => 'getForm_FactoryService',
  68.             'form.type.file' => 'getForm_Type_FileService',
  69.             'profiler' => 'getProfilerService',
  70.             'twig' => 'getTwigService',
  71.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  72.             'security.token_storage' => 'getSecurity_TokenStorageService',
  73.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  74.             'session' => 'getSessionService',
  75.             'validator' => 'getValidatorService',
  76.         ];
  77.         $this->fileMap = [
  78.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  79.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  80.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  81.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  82.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  83.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  84.             '.container.private.session' => 'get_Container_Private_SessionService',
  85.             'App\\BackendBundle\\Common\\EventCommonController' => 'getEventCommonControllerService',
  86.             'App\\BackendBundle\\Common\\ProfileCommonController' => 'getProfileCommonControllerService',
  87.             'App\\Controller\\AdminBundle\\AddressCityController' => 'getAddressCityControllerService',
  88.             'App\\Controller\\AdminBundle\\AddressCountryController' => 'getAddressCountryControllerService',
  89.             'App\\Controller\\AdminBundle\\AddressDistrictController' => 'getAddressDistrictControllerService',
  90.             'App\\Controller\\AdminBundle\\AddressStateController' => 'getAddressStateControllerService',
  91.             'App\\Controller\\AdminBundle\\AdminController' => 'getAdminControllerService',
  92.             'App\\Controller\\AdminBundle\\AutoCompleteController' => 'getAutoCompleteControllerService',
  93.             'App\\Controller\\AdminBundle\\BaseBackendController' => 'getBaseBackendControllerService',
  94.             'App\\Controller\\AdminBundle\\BerufsSafariTrophyController' => 'getBerufsSafariTrophyControllerService',
  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\\EventBcDistrictController' => 'getEventBcDistrictControllerService',
  105.             'App\\Controller\\AdminBundle\\EventTagCategoryController' => 'getEventTagCategoryControllerService',
  106.             'App\\Controller\\AdminBundle\\EventTagController' => 'getEventTagControllerService',
  107.             'App\\Controller\\AdminBundle\\FaqCategoryController' => 'getFaqCategoryControllerService',
  108.             'App\\Controller\\AdminBundle\\FaqQuestionController' => 'getFaqQuestionControllerService',
  109.             'App\\Controller\\AdminBundle\\FaqSubCategoryController' => 'getFaqSubCategoryControllerService',
  110.             'App\\Controller\\AdminBundle\\GalleryController' => 'getGalleryControllerService',
  111.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanyCategoryController' => 'getInfoSectionCompanyCategoryControllerService',
  112.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanyEntryController' => 'getInfoSectionCompanyEntryControllerService',
  113.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanySubCategoryController' => 'getInfoSectionCompanySubCategoryControllerService',
  114.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideCategoryController' => 'getInfoSectionGuideCategoryControllerService',
  115.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideEntryController' => 'getInfoSectionGuideEntryControllerService',
  116.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideSubCategoryController' => 'getInfoSectionGuideSubCategoryControllerService',
  117.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherCategoryController' => 'getInfoSectionTeacherCategoryControllerService',
  118.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherEntryController' => 'getInfoSectionTeacherEntryControllerService',
  119.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherSubCategoryController' => 'getInfoSectionTeacherSubCategoryControllerService',
  120.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersCategoryController' => 'getInfoSectionVirtualOffersCategoryControllerService',
  121.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersEntryController' => 'getInfoSectionVirtualOffersEntryControllerService',
  122.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersSubCategoryController' => 'getInfoSectionVirtualOffersSubCategoryControllerService',
  123.             'App\\Controller\\AdminBundle\\InformationLinkController' => 'getInformationLinkControllerService',
  124.             'App\\Controller\\AdminBundle\\JobAmsController' => 'getJobAmsControllerService',
  125.             'App\\Controller\\AdminBundle\\JobController' => 'getJobControllerService',
  126.             'App\\Controller\\AdminBundle\\JobDailyRoutineApprenticeController' => 'getJobDailyRoutineApprenticeControllerService',
  127.             'App\\Controller\\AdminBundle\\JobDailyRoutineApprenticeEntryController' => 'getJobDailyRoutineApprenticeEntryControllerService',
  128.             'App\\Controller\\AdminBundle\\JobDetailImageController' => 'getJobDetailImageControllerService',
  129.             'App\\Controller\\AdminBundle\\JobLinkController' => 'getJobLinkControllerService',
  130.             'App\\Controller\\AdminBundle\\JobPortraitController' => 'getJobPortraitControllerService',
  131.             'App\\Controller\\AdminBundle\\JobPortraitEntryController' => 'getJobPortraitEntryControllerService',
  132.             'App\\Controller\\AdminBundle\\JobSectorController' => 'getJobSectorControllerService',
  133.             'App\\Controller\\AdminBundle\\JobWorkFieldController' => 'getJobWorkFieldControllerService',
  134.             'App\\Controller\\AdminBundle\\MediaController' => 'getMediaControllerService',
  135.             'App\\Controller\\AdminBundle\\MiscFileController' => 'getMiscFileControllerService',
  136.             'App\\Controller\\AdminBundle\\NewsController' => 'getNewsControllerService',
  137.             'App\\Controller\\AdminBundle\\OperatorController' => 'getOperatorControllerService',
  138.             'App\\Controller\\AdminBundle\\PointsGeneralController' => 'getPointsGeneralControllerService',
  139.             'App\\Controller\\AdminBundle\\PointsSchoolClassController' => 'getPointsSchoolClassControllerService',
  140.             'App\\Controller\\AdminBundle\\ProviderController' => 'getProviderControllerService',
  141.             'App\\Controller\\AdminBundle\\RookieDay\\AdminController' => 'getAdminController2Service',
  142.             'App\\Controller\\AdminBundle\\RookieDay\\CSVController' => 'getCSVControllerService',
  143.             'App\\Controller\\AdminBundle\\RookieDay\\CompanyContactController' => 'getCompanyContactControllerService',
  144.             'App\\Controller\\AdminBundle\\RookieDay\\CompanyController' => 'getCompanyControllerService',
  145.             'App\\Controller\\AdminBundle\\RookieDay\\SchoolController' => 'getSchoolControllerService',
  146.             'App\\Controller\\AdminBundle\\RookieDay\\SecurityController' => 'getSecurityControllerService',
  147.             'App\\Controller\\AdminBundle\\RookieDay\\SetupController' => 'getSetupControllerService',
  148.             'App\\Controller\\AdminBundle\\RookieDay\\StudentController' => 'getStudentControllerService',
  149.             'App\\Controller\\AdminBundle\\RookieDay\\VariableController' => 'getVariableControllerService',
  150.             'App\\Controller\\AdminBundle\\Rookie\\AdminController' => 'getAdminController3Service',
  151.             'App\\Controller\\AdminBundle\\Rookie\\AutoCompleteController' => 'getAutoCompleteController2Service',
  152.             'App\\Controller\\AdminBundle\\Rookie\\BookingController' => 'getBookingControllerService',
  153.             'App\\Controller\\AdminBundle\\Rookie\\OfferController' => 'getOfferControllerService',
  154.             'App\\Controller\\AdminBundle\\Rookie\\OfferTsMappingController' => 'getOfferTsMappingControllerService',
  155.             'App\\Controller\\AdminBundle\\Rookie\\ProviderContactController' => 'getProviderContactControllerService',
  156.             'App\\Controller\\AdminBundle\\Rookie\\ProviderController' => 'getProviderController2Service',
  157.             'App\\Controller\\AdminBundle\\Rookie\\ProviderLocationController' => 'getProviderLocationControllerService',
  158.             'App\\Controller\\AdminBundle\\Rookie\\ProviderRegisterTimeController' => 'getProviderRegisterTimeControllerService',
  159.             'App\\Controller\\AdminBundle\\Rookie\\SchoolClassController' => 'getSchoolClassControllerService',
  160.             'App\\Controller\\AdminBundle\\Rookie\\SchoolContactController' => 'getSchoolContactControllerService',
  161.             'App\\Controller\\AdminBundle\\Rookie\\SchoolController' => 'getSchoolController2Service',
  162.             'App\\Controller\\AdminBundle\\Rookie\\SecurityController' => 'getSecurityController2Service',
  163.             'App\\Controller\\AdminBundle\\Rookie\\TimeSlotController' => 'getTimeSlotControllerService',
  164.             'App\\Controller\\AdminBundle\\SchoolAwardsController' => 'getSchoolAwardsControllerService',
  165.             'App\\Controller\\AdminBundle\\SchoolBenefitController' => 'getSchoolBenefitControllerService',
  166.             'App\\Controller\\AdminBundle\\SchoolClassController' => 'getSchoolClassController2Service',
  167.             'App\\Controller\\AdminBundle\\SchoolClassGradeController' => 'getSchoolClassGradeControllerService',
  168.             'App\\Controller\\AdminBundle\\SchoolClassTeachingIdeaController' => 'getSchoolClassTeachingIdeaControllerService',
  169.             'App\\Controller\\AdminBundle\\SchoolClassYearController' => 'getSchoolClassYearControllerService',
  170.             'App\\Controller\\AdminBundle\\SchoolController' => 'getSchoolController3Service',
  171.             'App\\Controller\\AdminBundle\\SchoolDirectorController' => 'getSchoolDirectorControllerService',
  172.             'App\\Controller\\AdminBundle\\SchoolPortraitController' => 'getSchoolPortraitControllerService',
  173.             'App\\Controller\\AdminBundle\\SchoolPortraitEntryController' => 'getSchoolPortraitEntryControllerService',
  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\\AdminBundle\\VirtualRealityPortraitController' => 'getVirtualRealityPortraitControllerService',
  199.             'App\\Controller\\ApiBundle\\Job\\JobController' => 'getJobController2Service',
  200.             'App\\Controller\\BackendBundle\\ApiController' => 'getApiControllerService',
  201.             'App\\Controller\\BackendBundle\\OAuth2Controller' => 'getOAuth2ControllerService',
  202.             'App\\Controller\\FrontendBundle\\AutoCompleteController' => 'getAutoCompleteController4Service',
  203.             'App\\Controller\\FrontendBundle\\BoPartner\\BoPartnerProfileController' => 'getBoPartnerProfileController2Service',
  204.             'App\\Controller\\FrontendBundle\\BoPartner\\BoPartnerProfileSelectController' => 'getBoPartnerProfileSelectControllerService',
  205.             'App\\Controller\\FrontendBundle\\BoPartner\\EventController' => 'getEventControllerService',
  206.             'App\\Controller\\FrontendBundle\\CacheController' => 'getCacheControllerService',
  207.             'App\\Controller\\FrontendBundle\\Company\\CompanyProfileController' => 'getCompanyProfileController2Service',
  208.             'App\\Controller\\FrontendBundle\\Company\\CompanyProfileSelectController' => 'getCompanyProfileSelectControllerService',
  209.             'App\\Controller\\FrontendBundle\\Company\\EventController' => 'getEventController2Service',
  210.             'App\\Controller\\FrontendBundle\\DailyRoutinesController' => 'getDailyRoutinesControllerService',
  211.             'App\\Controller\\FrontendBundle\\DirectLinksController' => 'getDirectLinksControllerService',
  212.             'App\\Controller\\FrontendBundle\\Director\\BookingController' => 'getBookingController3Service',
  213.             'App\\Controller\\FrontendBundle\\Director\\SchoolClassController' => 'getSchoolClassController3Service',
  214.             'App\\Controller\\FrontendBundle\\ETerminController' => 'getETerminControllerService',
  215.             'App\\Controller\\FrontendBundle\\Event\\EventController' => 'getEventController3Service',
  216.             'App\\Controller\\FrontendBundle\\Event\\FeedbackController' => 'getFeedbackControllerService',
  217.             'App\\Controller\\FrontendBundle\\FaqController' => 'getFaqControllerService',
  218.             'App\\Controller\\FrontendBundle\\FrontpageController' => 'getFrontpageControllerService',
  219.             'App\\Controller\\FrontendBundle\\Games\\AnschreibenGameController' => 'getAnschreibenGameControllerService',
  220.             'App\\Controller\\FrontendBundle\\Games\\JeopardyGameController' => 'getJeopardyGameControllerService',
  221.             'App\\Controller\\FrontendBundle\\Games\\LebenslaufGameController' => 'getLebenslaufGameControllerService',
  222.             'App\\Controller\\FrontendBundle\\Games\\MemoryGameController' => 'getMemoryGameControllerService',
  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\\MatomoController' => 'getMatomoControllerService',
  236.             'App\\Controller\\FrontendBundle\\PDFController' => 'getPDFControllerService',
  237.             'App\\Controller\\FrontendBundle\\PasswortForgetController' => 'getPasswortForgetControllerService',
  238.             'App\\Controller\\FrontendBundle\\Registration\\RegisterCodePdfShowController' => 'getRegisterCodePdfShowControllerService',
  239.             'App\\Controller\\FrontendBundle\\Registration\\RegisterGeneralController' => 'getRegisterGeneralControllerService',
  240.             'App\\Controller\\FrontendBundle\\Registration\\RegisterProviderController' => 'getRegisterProviderControllerService',
  241.             'App\\Controller\\FrontendBundle\\Registration\\RegisterTeacherController' => 'getRegisterTeacherControllerService',
  242.             'App\\Controller\\FrontendBundle\\Restricted\\AppointmentsController' => 'getAppointmentsControllerService',
  243.             'App\\Controller\\FrontendBundle\\Restricted\\BookingController' => 'getBookingController4Service',
  244.             'App\\Controller\\FrontendBundle\\Restricted\\BookingEditController' => 'getBookingEditControllerService',
  245.             'App\\Controller\\FrontendBundle\\Restricted\\BookingProposalController' => 'getBookingProposalControllerService',
  246.             'App\\Controller\\FrontendBundle\\Restricted\\BookmarkController' => 'getBookmarkControllerService',
  247.             'App\\Controller\\FrontendBundle\\Restricted\\ContactController' => 'getContactControllerService',
  248.             'App\\Controller\\FrontendBundle\\Restricted\\JobMarketController' => 'getJobMarketControllerService',
  249.             'App\\Controller\\FrontendBundle\\Restricted\\LoginController' => 'getLoginControllerService',
  250.             'App\\Controller\\FrontendBundle\\Restricted\\MediaAndGalleryController' => 'getMediaAndGalleryControllerService',
  251.             'App\\Controller\\FrontendBundle\\Restricted\\NewsController' => 'getNewsController2Service',
  252.             'App\\Controller\\FrontendBundle\\Restricted\\ProviderQuizGameQuestionsController' => 'getProviderQuizGameQuestionsControllerService',
  253.             'App\\Controller\\FrontendBundle\\Restricted\\SettingsController' => 'getSettingsControllerService',
  254.             'App\\Controller\\FrontendBundle\\Restricted\\SwitchRoleController' => 'getSwitchRoleControllerService',
  255.             'App\\Controller\\FrontendBundle\\Restricted\\UserDataController' => 'getUserDataControllerService',
  256.             'App\\Controller\\FrontendBundle\\RookieDay\\CompaniesController' => 'getCompaniesControllerService',
  257.             'App\\Controller\\FrontendBundle\\RookieDay\\FrontpageController' => 'getFrontpageController2Service',
  258.             'App\\Controller\\FrontendBundle\\RookieDay\\RegisterCompanyController' => 'getRegisterCompanyControllerService',
  259.             'App\\Controller\\FrontendBundle\\RookieDay\\RegisterStudentController' => 'getRegisterStudentControllerService',
  260.             'App\\Controller\\FrontendBundle\\Rookie\\FrontpageController' => 'getFrontpageController3Service',
  261.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\FrontpageController' => 'getFrontpageController4Service',
  262.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\OfferController' => 'getOfferController2Service',
  263.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\RegistrationController' => 'getRegistrationControllerService',
  264.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\SearchController' => 'getSearchControllerService',
  265.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\FrontpageController' => 'getFrontpageController5Service',
  266.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\OfferController' => 'getOfferController3Service',
  267.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\RegistrationController' => 'getRegistrationController2Service',
  268.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\SearchController' => 'getSearchController2Service',
  269.             'App\\Controller\\FrontendBundle\\SchoolClass\\BookingController' => 'getBookingController5Service',
  270.             'App\\Controller\\FrontendBundle\\SchoolClass\\DemoSchoolClassController' => 'getDemoSchoolClassControllerService',
  271.             'App\\Controller\\FrontendBundle\\SchoolClass\\FeedbackController' => 'getFeedbackController2Service',
  272.             'App\\Controller\\FrontendBundle\\SchoolClass\\LebenslaufController' => 'getLebenslaufControllerService',
  273.             'App\\Controller\\FrontendBundle\\SchoolClass\\PreparationController' => 'getPreparationControllerService',
  274.             'App\\Controller\\FrontendBundle\\SchoolClass\\TipsController' => 'getTipsControllerService',
  275.             'App\\Controller\\FrontendBundle\\School\\EventController' => 'getEventController4Service',
  276.             'App\\Controller\\FrontendBundle\\School\\InviteTeacherController' => 'getInviteTeacherControllerService',
  277.             'App\\Controller\\FrontendBundle\\School\\SchoolClassController' => 'getSchoolClassController4Service',
  278.             'App\\Controller\\FrontendBundle\\School\\SchoolProfileController' => 'getSchoolProfileController2Service',
  279.             'App\\Controller\\FrontendBundle\\School\\SchoolProfileSelectController' => 'getSchoolProfileSelectControllerService',
  280.             'App\\Controller\\FrontendBundle\\School\\SpecialFieldsController' => 'getSpecialFieldsControllerService',
  281.             'App\\Controller\\FrontendBundle\\SearchController' => 'getSearchController3Service',
  282.             'App\\Controller\\FrontendBundle\\SecurityController' => 'getSecurityController5Service',
  283.             'App\\Controller\\FrontendBundle\\Shuttle\\FrontpageController' => 'getFrontpageController6Service',
  284.             'App\\Controller\\FrontendBundle\\Shuttle\\RegisterController' => 'getRegisterControllerService',
  285.             'App\\Controller\\FrontendBundle\\Shuttle\\TourController' => 'getTourController2Service',
  286.             'App\\Controller\\FrontendBundle\\SiteMapController' => 'getSiteMapControllerService',
  287.             'App\\Controller\\FrontendBundle\\SwitchUserController' => 'getSwitchUserController2Service',
  288.             'App\\Controller\\FrontendBundle\\Teacher\\BookingController' => 'getBookingController6Service',
  289.             'App\\Controller\\FrontendBundle\\Teacher\\OrderFolderController' => 'getOrderFolderControllerService',
  290.             'App\\Controller\\FrontendBundle\\Teacher\\SchoolClassController' => 'getSchoolClassController5Service',
  291.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  292.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  293.             'Overblog\\GraphQLBundle\\Command\\CompileCommand' => 'getCompileCommandService',
  294.             'Overblog\\GraphQLBundle\\Command\\DebugCommand' => 'getDebugCommandService',
  295.             'Overblog\\GraphQLBundle\\Command\\GraphQLDumpSchemaCommand' => 'getGraphQLDumpSchemaCommandService',
  296.             'Overblog\\GraphQLBundle\\Command\\ValidateCommand' => 'getValidateCommandService',
  297.             'Overblog\\GraphQLBundle\\Controller\\GraphController' => 'getGraphControllerService',
  298.             'Overblog\\GraphQLBundle\\Controller\\ProfilerController' => 'getProfilerController2Service',
  299.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Mutation\\MutationFieldQuery' => 'getMutationFieldQueryService',
  300.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\GlobalIdFieldQuery' => 'getGlobalIdFieldQueryService',
  301.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\NodeFieldQuery' => 'getNodeFieldQueryService',
  302.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\PluralIdentifyingRootFieldQuery' => 'getPluralIdentifyingRootFieldQueryService',
  303.             'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand' => 'getCacheFlushAllCommandService',
  304.             'Sonata\\CacheBundle\\Command\\CacheFlushCommand' => 'getCacheFlushCommandService',
  305.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  306.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  307.             'block.editor' => 'getBlock_EditorService',
  308.             'block.events.4x1' => 'getBlock_Events_4x1Service',
  309.             'block.footer' => 'getBlock_FooterService',
  310.             'block.frontpage.news' => 'getBlock_Frontpage_NewsService',
  311.             'block.header.child' => 'getBlock_Header_ChildService',
  312.             'block.header.main' => 'getBlock_Header_MainService',
  313.             'block.heading' => 'getBlock_HeadingService',
  314.             'block.random.jobs' => 'getBlock_Random_JobsService',
  315.             'block.slider' => 'getBlock_SliderService',
  316.             'cache.app_clearer' => 'getCache_AppClearerService',
  317.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  318.             'cache.system_clearer' => 'getCache_SystemClearerService',
  319.             'cache_warmer' => 'getCacheWarmerService',
  320.             'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand' => 'getAddDemoSchoolClassCommandService',
  321.             'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand' => 'getAddressCityLatLonCommandService',
  322.             'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand' => 'getAddressLatLonCommandService',
  323.             'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand' => 'getAppointmentPointsCommandService',
  324.             'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand' => 'getAssignSchoolClassStatusCommandService',
  325.             'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand' => 'getAssignTeachersToSchoolClassesCommandService',
  326.             'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand' => 'getBoMapCommandService',
  327.             'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand' => 'getCreateTeacherInvitationsCommandService',
  328.             'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand' => 'getDeleteMultipleMappingsCommandService',
  329.             'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand' => 'getDeleteNonexistantMediaCommandService',
  330.             'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand' => 'getEventTagsCommandService',
  331.             'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand' => 'getMailTemplateTestCommandService',
  332.             'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand' => 'getNewsReminderCommandService',
  333.             'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand' => 'getShuttleSchoolsCommandService',
  334.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand' => 'getTestImportBoPartnerProfileCommandService',
  335.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand' => 'getTestImportEventsCommandService',
  336.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand' => 'getTestImportSchoolProfileCommandService',
  337.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand' => 'getBicImportCleanupCommandService',
  338.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand' => 'getBicImportJobEduPathCommandService',
  339.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand' => 'getBicImportJobExpertTermsCommandService',
  340.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand' => 'getBicImportJobLinksCommandService',
  341.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand' => 'getBicImportJobRedirectsCommandService',
  342.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand' => 'getBicImportJobRemoveTextCommandService',
  343.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand' => 'getBicImportJobSectorsCommandService',
  344.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand' => 'getBicImportJobWorkFieldsCommandService',
  345.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand' => 'getBicImportJobsCommandService',
  346.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand' => 'getBicImportRequirementMappingCommandService',
  347.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand' => 'getBicImportRequirementTypesCommandService',
  348.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand' => 'getBicImportRequirementsCommandService',
  349.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand' => 'getBicImportSchoolCommandService',
  350.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand' => 'getBicImportSchoolJobsCommandService',
  351.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand' => 'getBicJobDifferencesCommandService',
  352.             'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand' => 'getProfilesWebsiteCommandService',
  353.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand' => 'getCompanyImportCleanCommandService',
  354.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand' => 'getCompanyImportCommandService',
  355.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand' => 'getCompanyProfileInterestFieldCommandService',
  356.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizCorrectPointsCommand' => 'getGameQuizCorrectPointsCommandService',
  357.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand' => 'getGameQuizQuestionsImportCommandService',
  358.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand' => 'getQuizGameGeneralImportCommandService',
  359.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand' => 'getQuizGameJobImportCommandService',
  360.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand' => 'getQuizGameJobUpdateCommandService',
  361.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand' => 'getSchoolClassGameHistoryCommandService',
  362.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand' => 'getSchoolClassGameTrophyCommandService',
  363.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand' => 'getJobChangeInterestFieldCommandService',
  364.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand' => 'getJobExpiredRedirectsCommandService',
  365.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand' => 'getJobRemoveCommandService',
  366.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand' => 'getJobReplaceRedirectCommandService',
  367.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand' => 'getJobSalaryAmsCommandService',
  368.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand' => 'getJobSalaryImportCommandService',
  369.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand' => 'getJobSalaryUpdateCommandService',
  370.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand' => 'getJobsImportAmsCommandService',
  371.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand' => 'getJobsImportPicturesCommandService',
  372.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand' => 'getJobsInterestFieldCommandService',
  373.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand' => 'getJobsSchoolSubjectCommandService',
  374.             'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand' => 'getCopyImagesCommandService',
  375.             'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand' => 'getImportImagesCommandService',
  376.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand' => 'getAppointmentsCommandService',
  377.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand' => 'getBoContactsCommandService',
  378.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand' => 'getBoLocationCommandService',
  379.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand' => 'getBoProfileCommandService',
  380.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand' => 'getBoProfileMappingCommandService',
  381.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand' => 'getBookingCommandService',
  382.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand' => 'getBookingPersonCountCommandService',
  383.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand' => 'getBookingProposalCommandService',
  384.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand' => 'getCompanyLocationCommandService',
  385.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand' => 'getCompanyProfileBenefitCommandService',
  386.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand' => 'getCompanyProfileCertificatesCommandService',
  387.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand' => 'getCompanyProfileCommandService',
  388.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand' => 'getCompanyProfileContactsCommandService',
  389.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand' => 'getCompanyProfileJobMappingCommandService',
  390.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand' => 'getCompanyProfileMappingCommandService',
  391.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand' => 'getCompanyProfileSectorsCommandService',
  392.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand' => 'getCompanyProfileVacancyCommandService',
  393.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand' => 'getEventFeedbackAnswerCommandService',
  394.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand' => 'getEventFeedbackCommandService',
  395.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand' => 'getEventJobMappingCommandService',
  396.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand' => 'getEventsCommandService',
  397.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand' => 'getGalleryOwnerCommandService',
  398.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand' => 'getGameQuizQuestionCommandService',
  399.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand' => 'getJobDailyRoutineCommandService',
  400.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand' => 'getJobDailyRoutineEntryCommandService',
  401.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand' => 'getJobVideoMappingCommandService',
  402.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand' => 'getJobsImagesCommandService',
  403.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand' => 'getMediaCommandService',
  404.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand' => 'getMediaGalleryCommandService',
  405.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand' => 'getMediaGalleryMediaCommandService',
  406.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand' => 'getMediaOwnerCommandService',
  407.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand' => 'getNewsCommandService',
  408.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand' => 'getNewsMessagesCommandService',
  409.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand' => 'getSchoolClassCustomSpecialFieldMappingCommandService',
  410.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand' => 'getSchoolClassTeachersCommandService',
  411.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand' => 'getSchoolClassesCommandService',
  412.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand' => 'getSchoolCommandService',
  413.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand' => 'getSchoolContactsCommandService',
  414.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand' => 'getSchoolCustomSpecialFieldCommandService',
  415.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand' => 'getSchoolCustomSpecialFieldMappingsCommandService',
  416.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand' => 'getSchoolDirectorMappingCommandService',
  417.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand' => 'getSchoolLocationCommandService',
  418.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand' => 'getSchoolProfileBenefitCommandService',
  419.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand' => 'getSchoolProfileCommandService',
  420.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand' => 'getSchoolProfileJobMappingCommandService',
  421.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand' => 'getSchoolTeacherMappingCommandService',
  422.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand' => 'getUserLoginCommandService',
  423.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand' => 'getUserNamesCommandService',
  424.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand' => 'getUserTitlesCommandService',
  425.             'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand' => 'getTransferContactsCommandService',
  426.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand' => 'getDeleteOffersCommandService',
  427.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand' => 'getDeleteOldBookingsCommandService',
  428.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand' => 'getDeleteProvidersCommandService',
  429.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand' => 'getMailConfirmationCommandService',
  430.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand' => 'getMailTemplateTestCommand2Service',
  431.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand' => 'getOfferLimitCommandService',
  432.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand' => 'getProviderAddressImportCommandService',
  433.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand' => 'getProviderImportCommandService',
  434.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand' => 'getSchoolBMFImportCommandService',
  435.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand' => 'getSchoolClassArchiveCommandService',
  436.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassCodeCommand' => 'getSchoolClassCodeCommandService',
  437.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand' => 'getSchoolClassPTSArchiveCommandService',
  438.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand' => 'getSchoolClassUpgradeCommandService',
  439.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand' => 'getSchoolImportCommandService',
  440.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand' => 'getSchoolInterestFieldsCommandService',
  441.             'console.command.public_alias.sonata.cache.command.flush' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushService',
  442.             'console.command.public_alias.sonata.cache.command.flushall' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushallService',
  443.             'console.command_loader' => 'getConsole_CommandLoaderService',
  444.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  445.             'error_controller' => 'getErrorControllerService',
  446.             'jms_serializer' => 'getJmsSerializerService',
  447.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  448.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  449.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  450.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  451.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  452.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  453.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  454.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  455.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  456.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  457.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  458.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  459.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  460.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  461.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  462.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  463.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  464.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  465.             'overblog_graphiql.controller' => 'getOverblogGraphiql_ControllerService',
  466.             'overblog_graphql.access_resolver' => 'getOverblogGraphql_AccessResolverService',
  467.             'overblog_graphql.arguments_transformer' => 'getOverblogGraphql_ArgumentsTransformerService',
  468.             'overblog_graphql.mutation_resolver' => 'getOverblogGraphql_MutationResolverService',
  469.             'overblog_graphql.query_resolver' => 'getOverblogGraphql_QueryResolverService',
  470.             'overblog_graphql.react.promise_adapter' => 'getOverblogGraphql_React_PromiseAdapterService',
  471.             'overblog_graphql.request_batch_parser' => 'getOverblogGraphql_RequestBatchParserService',
  472.             'overblog_graphql.request_executor' => 'getOverblogGraphql_RequestExecutorService',
  473.             'overblog_graphql.request_parser' => 'getOverblogGraphql_RequestParserService',
  474.             'overblog_graphql.type_resolver' => 'getOverblogGraphql_TypeResolverService',
  475.             'routing.loader' => 'getRouting_LoaderService',
  476.             'services_resetter' => 'getServicesResetterService',
  477.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  478.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  479.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  480.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  481.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  482.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  483.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  484.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  485.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  486.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  487.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  488.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  489.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  490.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  491.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  492.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  493.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  494.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  495.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  496.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  497.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  498.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  499.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  500.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  501.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  502.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  503.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  504.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  505.             'sonata.cache.orm.event_subscriber.default' => 'getSonata_Cache_Orm_EventSubscriber_DefaultService',
  506.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  507.             'sonata.seo.block.breadcrumb.homepage' => 'getSonata_Seo_Block_Breadcrumb_HomepageService',
  508.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  509.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  510.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  511.         ];
  512.         $this->aliases = [
  513.             'App\\Kernel' => 'kernel',
  514.             'Overblog\\GraphiQLBundle\\Controller\\GraphiQLController' => 'overblog_graphiql.controller',
  515.             'database_connection' => 'doctrine.dbal.default_connection',
  516.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  517.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  518.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  519.             'sonata.seo.page' => 'sonata.seo.page.default',
  520.         ];
  521.         $this->privates['service_container'] = function () {
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  528.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  537.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/AddressHelper.php';
  538.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/BoPartnerHelper.php';
  539.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CodeGeneratorHelper.php';
  540.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CommunicationHelper.php';
  541.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CompanyHelper.php';
  542.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/EventHelper.php';
  543.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GameHelper.php';
  544.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GamePointsHelper.php';
  545.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/JobHelper.php';
  546.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MediaHelper.php';
  547.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/IdGenerator.php';
  548.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/YoutubeGenerator.php';
  549.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/ReferenceGenerator.php';
  550.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MqttHelper.php';
  551.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/RegisterHelper.php';
  552.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SchoolHelper.php';
  553.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchIndexHelper.php';
  554.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchTagHelper.php';
  555.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SecurityHelper.php';
  556.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/TitleHelper.php';
  557.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/UserHelper.php';
  558.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MenuHelper.php';
  559.             include_once \dirname(__DIR__4).'/src/Services/JobService.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  562.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  568.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  579.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  598.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  604.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  607.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  608.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  609.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  611.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  614.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  615.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerTrait.php';
  616.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/AbstractLogger.php';
  617.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  620.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Client.php';
  621.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  622.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Index.php';
  624.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  625.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  627.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  629.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  632.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  634.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  635.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  636.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  637.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  640.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  641.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  643.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  645.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  646.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  647.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  650.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.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/RemovableCacheInterface.php';
  952.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  953.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  954.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  955.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  956.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  957.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  958.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  959.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  960.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  961.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  962.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  963.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  964.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  966.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  993.             include_once \dirname(__DIR__4).'/src/Twig/AssetExistsExtension.php';
  994.             include_once \dirname(__DIR__4).'/src/Twig/DateHelpersExtension.php';
  995.             include_once \dirname(__DIR__4).'/src/Twig/EventExtension.php';
  996.             include_once \dirname(__DIR__4).'/src/Twig/FrontendLinkExtensions.php';
  997.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  998.             include_once \dirname(__DIR__4).'/src/Twig/GlobalExtension.php';
  999.             include_once \dirname(__DIR__4).'/src/Twig/HTMLHelpersExtension.php';
  1000.             include_once \dirname(__DIR__4).'/src/Twig/JsonDecodeExtension.php';
  1001.             include_once \dirname(__DIR__4).'/src/Twig/MathExtension.php';
  1002.             include_once \dirname(__DIR__4).'/src/Twig/MediaExtensions.php';
  1003.             include_once \dirname(__DIR__4).'/src/Twig/VersionExtensions.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/Extension/CanonicalizeExtension.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1045.         };
  1046.     }
  1047.     public function compile(): void
  1048.     {
  1049.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1050.     }
  1051.     public function isCompiled(): bool
  1052.     {
  1053.         return true;
  1054.     }
  1055.     public function getRemovedIds(): array
  1056.     {
  1057.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1058.     }
  1059.     protected function load($file$lazyLoad true)
  1060.     {
  1061.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1062.             return $class::do($this$lazyLoad);
  1063.         }
  1064.         if ('.' === $file[-4]) {
  1065.             $class substr($class0, -4);
  1066.         } else {
  1067.             $file .= '.php';
  1068.         }
  1069.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1070.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1071.     }
  1072.     protected function createProxy($class\Closure $factory)
  1073.     {
  1074.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1075.         return $factory();
  1076.     }
  1077.     /**
  1078.      * Gets the public '.container.private.filesystem' shared service.
  1079.      *
  1080.      * @return \Symfony\Component\Filesystem\Filesystem
  1081.      */
  1082.     protected function get_Container_Private_FilesystemService()
  1083.     {
  1084.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1085.     }
  1086.     /**
  1087.      * Gets the public '.container.private.profiler' shared service.
  1088.      *
  1089.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1090.      */
  1091.     protected function get_Container_Private_ProfilerService()
  1092.     {
  1093.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1094.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1095.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1096.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1097.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1098.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1099.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1100.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1101.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1102.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1103.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1104.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1105.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1106.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1107.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1108.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1109.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1110.         $d->addInstance('graphql.cache', ($this->privates['.graphql.cache.inner'] ?? $this->get_Graphql_Cache_InnerService()));
  1111.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1112.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1113.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1114.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1115.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1116.         if ($this->has('kernel')) {
  1117.             $f->setKernel($b);
  1118.         }
  1119.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1120.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1121.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1122.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1123.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1124.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1125.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1126.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1127.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1128.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1129.         $instance->add($d);
  1130.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1131.         $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));
  1132.         $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())));
  1133.         $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([])))));
  1134.         $instance->add($e);
  1135.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1136.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1137.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1138.         $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()))));
  1139.         $instance->add(($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector())));
  1140.         $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']));
  1141.         $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()))));
  1142.         $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()))));
  1143.         $instance->add($f);
  1144.         return $instance;
  1145.     }
  1146.     /**
  1147.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1148.      *
  1149.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1150.      */
  1151.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1152.     {
  1153.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1154.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1155.             return $this->services['.container.private.security.authorization_checker'];
  1156.         }
  1157.         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);
  1158.     }
  1159.     /**
  1160.      * Gets the public '.container.private.security.token_storage' shared service.
  1161.      *
  1162.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1163.      */
  1164.     protected function get_Container_Private_Security_TokenStorageService()
  1165.     {
  1166.         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, [
  1167.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1168.         ], [
  1169.             'request_stack' => '?',
  1170.         ]));
  1171.     }
  1172.     /**
  1173.      * Gets the public '.container.private.twig' shared service.
  1174.      *
  1175.      * @return \Twig\Environment
  1176.      */
  1177.     protected function get_Container_Private_TwigService()
  1178.     {
  1179.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1180.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1181.         $a->addPath((\dirname(__DIR__4).'/templates/frontend'), 'frontend');
  1182.         $a->addPath((\dirname(__DIR__4).'/templates/backend'), 'backend');
  1183.         $a->addPath((\dirname(__DIR__4).'/templates/admin'), 'admin');
  1184.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1185.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1186.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1187.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1188.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1189.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1190.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1191.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1192.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  1193.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  1194.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  1195.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  1196.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1197.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1198.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), 'OverblogGraphQL');
  1199.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), '!OverblogGraphQL');
  1200.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), 'OverblogGraphiQL');
  1201.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), '!OverblogGraphiQL');
  1202.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1203.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1204.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1205.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1206.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1207.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1208.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), 'SonataForm');
  1209.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), '!SonataForm');
  1210.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  1211.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  1212.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1213.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1214.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1215.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1216.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1217.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1218.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1219.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1220.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1221.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1222.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1223.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1224.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1225.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1226.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1227.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1228.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1229.         $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 () {
  1230.             return new \EmptyIterator();
  1231.         }, 0));
  1232.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1233.         $h = ($this->services['router'] ?? $this->getRouterService());
  1234.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1235.         $j = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  1236.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  1237.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  1238.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  1239.         $j->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  1240.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  1241.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1242.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1243.         $l = new \Symfony\Bridge\Twig\AppVariable();
  1244.         $l->setEnvironment('dev');
  1245.         $l->setDebug(true);
  1246.         if ($this->has('.container.private.security.token_storage')) {
  1247.             $l->setTokenStorage($i);
  1248.         }
  1249.         if ($this->has('request_stack')) {
  1250.             $l->setRequestStack($d);
  1251.         }
  1252.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1253.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1254.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1255.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1256.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  1257.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1258.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1259.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1260.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1261.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1262.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1263.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$h)));
  1264.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1265.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1266.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1267.         $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())));
  1268.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1269.         $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)));
  1270.         $instance->addExtension(new \App\Twig\AssetExistsExtension(\dirname(__DIR__4)));
  1271.         $instance->addExtension(new \App\Twig\DateHelpersExtension());
  1272.         $instance->addExtension(new \App\Twig\EventExtension(($this->privates['App\\BackendBundle\\Helper\\EventHelper'] ?? $this->getEventHelperService())));
  1273.         $instance->addExtension(new \App\Twig\FrontendLinkExtensions($this->getEnv('FRONTEND_DOMAIN')));
  1274.         $instance->addExtension(new \App\Twig\GlobalExtension());
  1275.         $instance->addExtension(new \App\Twig\HTMLHelpersExtension());
  1276.         $instance->addExtension(new \App\Twig\JsonDecodeExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1277.         $instance->addExtension(new \App\Twig\MathExtension());
  1278.         $instance->addExtension(new \App\Twig\MediaExtensions(($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService())));
  1279.         $instance->addExtension(new \App\Twig\VersionExtensions());
  1280.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1281.         $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)))));
  1282.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1283.         $instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension($j));
  1284.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension());
  1285.         $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  1286.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1287.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1288.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1289.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1290.         $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()))));
  1291.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1292.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1293.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1294.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1295.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1296.         $instance->addExtension(new \Sonata\Form\Twig\Extension\CanonicalizeExtension());
  1297.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  1298.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  1299.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1300.         $instance->addGlobal('app'$l);
  1301.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1302.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1303.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => ['privates''knp_menu.twig.runtime''getKnpMenu_Twig_RuntimeService'true],
  1304.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates''liip_imagine.templating.filter_runtime''getLiipImagine_Templating_FilterRuntimeService'true],
  1305.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1306.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  1307.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  1308.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  1309.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  1310.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  1311.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  1312.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  1313.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  1314.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  1315.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => ['privates''sonata.form.twig.canonicalize_runtime''getSonata_Form_Twig_CanonicalizeRuntimeService'false],
  1316.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1317.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1318.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1319.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1320.         ], [
  1321.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1322.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => '?',
  1323.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  1324.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1325.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1326.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1327.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1328.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1329.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1330.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1331.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1332.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1333.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1334.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => '?',
  1335.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1336.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1337.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1338.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1339.         ])));
  1340.         $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']));
  1341.         $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]));
  1342.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  1343.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  1344.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  1345.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1346.         return $instance;
  1347.     }
  1348.     /**
  1349.      * Gets the public '.container.private.validator' shared service.
  1350.      *
  1351.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1352.      */
  1353.     protected function get_Container_Private_ValidatorService()
  1354.     {
  1355.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1356.         if (isset($this->services['.container.private.validator'])) {
  1357.             return $this->services['.container.private.validator'];
  1358.         }
  1359.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1360.     }
  1361.     /**
  1362.      * Gets the public 'cache.app' shared service.
  1363.      *
  1364.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1365.      */
  1366.     protected function getCache_AppService()
  1367.     {
  1368.         $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))));
  1369.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1370.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1371.     }
  1372.     /**
  1373.      * Gets the public 'cache.system' shared service.
  1374.      *
  1375.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1376.      */
  1377.     protected function getCache_SystemService()
  1378.     {
  1379.         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())));
  1380.     }
  1381.     /**
  1382.      * Gets the public 'cache.validator_expression_language' shared service.
  1383.      *
  1384.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1385.      */
  1386.     protected function getCache_ValidatorExpressionLanguageService()
  1387.     {
  1388.         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())));
  1389.     }
  1390.     /**
  1391.      * Gets the public 'data_collector.dump' shared service.
  1392.      *
  1393.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1394.      */
  1395.     protected function getDataCollector_DumpService()
  1396.     {
  1397.         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()));
  1398.     }
  1399.     /**
  1400.      * Gets the public 'doctrine' shared service.
  1401.      *
  1402.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1403.      */
  1404.     protected function getDoctrineService()
  1405.     {
  1406.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1407.     }
  1408.     /**
  1409.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1410.      *
  1411.      * @return \Doctrine\DBAL\Connection
  1412.      */
  1413.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1414.     {
  1415.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1416.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1417.             return $this->services['doctrine.dbal.default_connection'];
  1418.         }
  1419.         $b = new \Doctrine\DBAL\Configuration();
  1420.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1421.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1422.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1423.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1424.         $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))));
  1425.         $d->setConnectionName('default');
  1426.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1427.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1428.         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''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  1429.     }
  1430.     /**
  1431.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1432.      *
  1433.      * @return \Doctrine\ORM\EntityManager
  1434.      */
  1435.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1436.     {
  1437.         if ($lazyLoad) {
  1438.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1439.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1440.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1441.                     $proxy->setProxyInitializer(null);
  1442.                     return true;
  1443.                 });
  1444.             });
  1445.         }
  1446.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1447.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1448.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1449.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1450.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1451.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1452.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1453.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1454.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1455.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1458.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1459.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1468.         $a = new \Doctrine\ORM\Configuration();
  1469.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1470.         $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)));
  1471.         $b->addDriver(($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService()), 'App\\Entity');
  1472.         $b->addDriver($c'App\\AdminBundle\\Entity');
  1473.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1474.         $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');
  1475.         $a->setEntityNamespaces(['App' => 'App\\Entity''AdminBundle' => 'App\\AdminBundle\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1476.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1477.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1478.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1479.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1480.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1481.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1482.         ], [
  1483.             'doctrine.ulid_generator' => '?',
  1484.             'doctrine.uuid_generator' => '?',
  1485.         ])));
  1486.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1487.         $a->setProxyNamespace('Proxies');
  1488.         $a->setAutoGenerateProxyClasses(false);
  1489.         $a->setSchemaIgnoreClasses([]);
  1490.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1491.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1492.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1493.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1494.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1495.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1496.         $a->setLazyGhostObjectEnabled(false);
  1497.         $a->setIdentityGenerationPreferences([]);
  1498.         $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, [], [])))));
  1499.         $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()));
  1500.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1501.         return $instance;
  1502.     }
  1503.     /**
  1504.      * Gets the public 'event_dispatcher' shared service.
  1505.      *
  1506.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1507.      */
  1508.     protected function getEventDispatcherService()
  1509.     {
  1510.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1511.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1512.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1513.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1514.         $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())));
  1515.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1516.             return ($this->privates['oauth2.authorization.requst.listener'] ?? $this->load('getOauth2_Authorization_Requst_ListenerService'));
  1517.         }, => 'resolve'], 0);
  1518.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [=> function () {
  1519.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1520.         }, => 'onPostIndexPopulate'], -9999);
  1521.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1522.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1523.         }, => 'onAuthorizationRequest'], 1024);
  1524.         $instance->addListener('league.oauth2_server.event.pre_save_client', [=> function () {
  1525.             return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1526.         }, => '__invoke'], 0);
  1527.         $instance->addListener('graphql.error_formatting', [=> function () {
  1528.             return ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] ?? ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] = new \Overblog\GraphQLBundle\Validator\Formatter()));
  1529.         }, => 'onErrorFormatting'], 0);
  1530.         $instance->addListener('graphql.executor.context', [=> function () {
  1531.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\RequestFilesListener'] ?? $this->load('getRequestFilesListenerService'));
  1532.         }, => 'onExecutorContextEvent'], 0);
  1533.         $instance->addListener('graphql.type_loaded', [=> function () {
  1534.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\TypeDecoratorListener'] ?? $this->load('getTypeDecoratorListenerService'));
  1535.         }, => 'onTypeLoaded'], 0);
  1536.         $instance->addListener('graphql.error_formatting', [=> function () {
  1537.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] ?? ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] = new \Overblog\GraphQLBundle\EventListener\ValidationErrorsListener()));
  1538.         }, => 'onErrorFormatting'], 0);
  1539.         $instance->addListener('graphql.post_executor', [=> function () {
  1540.             return ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector()));
  1541.         }, => 'onPostExecutor'], 0);
  1542.         $instance->addListener('graphql.post_executor', [=> function () {
  1543.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ErrorHandlerListener'] ?? $this->load('getErrorHandlerListenerService'));
  1544.         }, => 'onPostExecutor'], 0);
  1545.         $instance->addListener('kernel.request', [=> function () {
  1546.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1547.         }, => 'load'], 255);
  1548.         $instance->addListener('console.command', [=> function () {
  1549.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1550.         }, => 'load'], 255);
  1551.         $instance->addListener('kernel.response', [=> function () {
  1552.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
  1553.         }, => 'onKernelResponse'], 0);
  1554.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  1555.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService'));
  1556.         }, => 'onBlock'], 0);
  1557.         $instance->addListener('kernel.controller', [=> function () {
  1558.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1559.         }, => 'onKernelController'], 0);
  1560.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1561.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1562.         }, => 'checkPassport'], 1024);
  1563.         $instance->addListener('kernel.response', [=> function () {
  1564.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1565.         }, => 'onKernelResponse'], 0);
  1566.         $instance->addListener('kernel.response', [=> function () {
  1567.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1568.         }, => 'onKernelResponse'], 0);
  1569.         $instance->addListener('kernel.response', [=> function () {
  1570.             return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  1571.         }, => 'onKernelResponse'], 0);
  1572.         $instance->addListener('kernel.response', [=> function () {
  1573.             return ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  1574.         }, => 'onKernelResponse'], 0);
  1575.         $instance->addListener('kernel.response', [=> function () {
  1576.             return ($this->privates['security.context_listener.4'] ?? $this->getSecurity_ContextListener_4Service());
  1577.         }, => 'onKernelResponse'], 0);
  1578.         $instance->addListener('knp_pager.items', [=> function () {
  1579.             return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  1580.         }, => 'items'], 1);
  1581.         $instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [=> function () {
  1582.             return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  1583.         }, => 'filterObjects'], 0);
  1584.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1585.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1586.         }, => 'checkPassport'], 256);
  1587.         $instance->addListener('kernel.controller', [=> function () {
  1588.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1589.         }, => 'onKernelController'], 0);
  1590.         $instance->addListener('kernel.controller', [=> function () {
  1591.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1592.         }, => 'onKernelController'], 0);
  1593.         $instance->addListener('kernel.controller', [=> function () {
  1594.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1595.         }, => 'onKernelController'], -128);
  1596.         $instance->addListener('kernel.view', [=> function () {
  1597.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1598.         }, => 'onKernelView'], 0);
  1599.         $instance->addListener('kernel.controller', [=> function () {
  1600.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1601.         }, => 'onKernelController'], 0);
  1602.         $instance->addListener('kernel.response', [=> function () {
  1603.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1604.         }, => 'onKernelResponse'], 0);
  1605.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1606.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1607.         }, => 'onKernelControllerArguments'], 0);
  1608.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1609.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1610.         }, => 'onKernelControllerArguments'], 0);
  1611.         $instance->addListener('kernel.controller', [=> function () {
  1612.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  1613.         }, => 'onKernelController'], 0);
  1614.         $instance->addListener('kernel.response', [=> function () {
  1615.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1616.         }, => 'onKernelResponse'], 0);
  1617.         $instance->addListener('kernel.response', [=> function () {
  1618.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1619.         }, => 'onKernelResponse'], -1024);
  1620.         $instance->addListener('kernel.request', [=> function () {
  1621.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1622.         }, => 'setDefaultLocale'], 100);
  1623.         $instance->addListener('kernel.request', [=> function () {
  1624.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1625.         }, => 'onKernelRequest'], 16);
  1626.         $instance->addListener('kernel.finish_request', [=> function () {
  1627.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1628.         }, => 'onKernelFinishRequest'], 0);
  1629.         $instance->addListener('kernel.request', [=> function () {
  1630.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1631.         }, => 'onKernelRequest'], 256);
  1632.         $instance->addListener('kernel.response', [=> function () {
  1633.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1634.         }, => 'onResponse'], -255);
  1635.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1636.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1637.         }, => 'onControllerArguments'], 0);
  1638.         $instance->addListener('kernel.exception', [=> function () {
  1639.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1640.         }, => 'logKernelException'], 0);
  1641.         $instance->addListener('kernel.exception', [=> function () {
  1642.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1643.         }, => 'onKernelException'], -128);
  1644.         $instance->addListener('kernel.response', [=> function () {
  1645.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1646.         }, => 'removeCspHeader'], -128);
  1647.         $instance->addListener('kernel.request', [=> function () {
  1648.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1649.         }, => 'onKernelRequest'], 15);
  1650.         $instance->addListener('kernel.finish_request', [=> function () {
  1651.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1652.         }, => 'onKernelFinishRequest'], -15);
  1653.         $instance->addListener('console.error', [=> function () {
  1654.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1655.         }, => 'onConsoleError'], -128);
  1656.         $instance->addListener('console.terminate', [=> function () {
  1657.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1658.         }, => 'onConsoleTerminate'], -128);
  1659.         $instance->addListener('console.error', [=> function () {
  1660.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1661.         }, => 'onConsoleError'], 0);
  1662.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1663.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1664.         }, => 'onMessage'], -255);
  1665.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1666.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1667.         }, => 'onMessage'], -255);
  1668.         $instance->addListener('kernel.request', [=> function () {
  1669.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1670.         }, => 'configure'], 2048);
  1671.         $instance->addListener('console.command', [=> function () {
  1672.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1673.         }, => 'configure'], 2048);
  1674.         $instance->addListener('kernel.request', [=> function () {
  1675.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1676.         }, => 'onKernelRequest'], 32);
  1677.         $instance->addListener('kernel.finish_request', [=> function () {
  1678.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1679.         }, => 'onKernelFinishRequest'], 0);
  1680.         $instance->addListener('kernel.exception', [=> function () {
  1681.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1682.         }, => 'onKernelException'], -64);
  1683.         $instance->addListener('kernel.response', [=> function () {
  1684.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1685.         }, => 'onKernelResponse'], 0);
  1686.         $instance->addListener('kernel.request', [=> function () {
  1687.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1688.         }, => 'onKernelRequest'], 128);
  1689.         $instance->addListener('kernel.response', [=> function () {
  1690.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1691.         }, => 'onKernelResponse'], -1000);
  1692.         $instance->addListener('kernel.finish_request', [=> function () {
  1693.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1694.         }, => 'onFinishRequest'], 0);
  1695.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1696.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1697.         }, => 'onNotification'], -255);
  1698.         $instance->addListener('kernel.response', [=> function () {
  1699.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1700.         }, => 'onKernelResponse'], -100);
  1701.         $instance->addListener('kernel.exception', [=> function () {
  1702.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1703.         }, => 'onKernelException'], 0);
  1704.         $instance->addListener('kernel.terminate', [=> function () {
  1705.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1706.         }, => 'onKernelTerminate'], -1024);
  1707.         $instance->addListener('kernel.controller', [=> function () {
  1708.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1709.         }, => 'onKernelController'], 0);
  1710.         $instance->addListener('kernel.response', [=> function () {
  1711.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1712.         }, => 'onKernelResponse'], 0);
  1713.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1714.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1715.         }, => 'onMessage'], 0);
  1716.         $instance->addListener('kernel.response', [=> function () {
  1717.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1718.         }, => 'onKernelResponse'], -128);
  1719.         $instance->addListener('console.command', [=> function () {
  1720.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1721.         }, => 'onCommand'], 255);
  1722.         $instance->addListener('console.terminate', [=> function () {
  1723.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1724.         }, => 'onTerminate'], -255);
  1725.         $instance->addListener('console.command', [=> function () {
  1726.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1727.         }, => 'configure'], 1024);
  1728.         $instance->addListener('console.error', [=> function () {
  1729.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1730.         }, => 'onConsoleError'], 0);
  1731.         $instance->addListener('console.terminate', [=> function () {
  1732.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1733.         }, => 'onConsoleTerminate'], 0);
  1734.         $instance->addListener('kernel.response', [=> function () {
  1735.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1736.         }, => 'onKernelResponse'], 0);
  1737.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1738.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1739.         }, => 'checkPassport'], 0);
  1740.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1741.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1742.         }, => 'onLoginSuccess'], 0);
  1743.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1744.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1745.         }, => 'onVoterVote'], 0);
  1746.         $instance->addListener('kernel.request', [=> function () {
  1747.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1748.         }, => 'configureLogoutUrlGenerator'], 8);
  1749.         $instance->addListener('kernel.request', [=> function () {
  1750.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1751.         }, => 'onKernelRequest'], 8);
  1752.         $instance->addListener('kernel.finish_request', [=> function () {
  1753.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1754.         }, => 'onKernelFinishRequest'], 0);
  1755.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1756.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1757.         }, => 'checkPassport'], 512);
  1758.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1759.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1760.         }, => 'onLogout'], 0);
  1761.         return $instance;
  1762.     }
  1763.     /**
  1764.      * Gets the public 'http_kernel' shared service.
  1765.      *
  1766.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1767.      */
  1768.     protected function getHttpKernelService()
  1769.     {
  1770.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1771.         if (isset($this->services['http_kernel'])) {
  1772.             return $this->services['http_kernel'];
  1773.         }
  1774.         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 () {
  1775.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1776.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1777.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1778.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1779.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  1780.             yield => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
  1781.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1782.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1783.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1784.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1785.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1786.     }
  1787.     /**
  1788.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1789.      *
  1790.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1791.      */
  1792.     protected function getLiipImagine_Cache_ManagerService()
  1793.     {
  1794.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1795.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1796.             return $this->services['liip_imagine.cache.manager'];
  1797.         }
  1798.         $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);
  1799.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1800.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1801.         return $instance;
  1802.     }
  1803.     /**
  1804.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1805.      *
  1806.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1807.      */
  1808.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1809.     {
  1810.         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');
  1811.     }
  1812.     /**
  1813.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1814.      *
  1815.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1816.      */
  1817.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1818.     {
  1819.         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()));
  1820.     }
  1821.     /**
  1822.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1823.      *
  1824.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1825.      */
  1826.     protected function getLiipImagine_Cache_SignerService()
  1827.     {
  1828.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1829.     }
  1830.     /**
  1831.      * Gets the public 'markdown.parser' shared service.
  1832.      *
  1833.      * @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
  1834.      */
  1835.     protected function getMarkdown_ParserService()
  1836.     {
  1837.         return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
  1838.     }
  1839.     /**
  1840.      * Gets the public 'overblog_graphql.cache_compiler' shared service.
  1841.      *
  1842.      * @return \Overblog\GraphQLBundle\Generator\TypeGenerator
  1843.      */
  1844.     protected function getOverblogGraphql_CacheCompilerService()
  1845.     {
  1846.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1847.         if (isset($this->services['overblog_graphql.cache_compiler'])) {
  1848.             return $this->services['overblog_graphql.cache_compiler'];
  1849.         }
  1850.         $b = new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionLanguage(NULL);
  1851.         $b->addGlobalName('services->get(\'typeResolver\')''typeResolver');
  1852.         $b->addGlobalName('services->get(\'queryResolver\')''queryResolver');
  1853.         $b->addGlobalName('services->get(\'mutationResolver\')''mutationResolver');
  1854.         $b->addGlobalName('services->get(\'argumentFactory\')''argumentFactory');
  1855.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Call());
  1856.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter());
  1857.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service());
  1858.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Arguments());
  1859.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\IsTypeOf());
  1860.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation());
  1861.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query());
  1862.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\FromGlobalID());
  1863.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\GlobalID());
  1864.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\IdFetcherCallback());
  1865.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\MutateAndGetPayloadCallback());
  1866.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\ResolveSingleInputCallback());
  1867.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Resolver());
  1868.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\NewObject());
  1869.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\GetUser());
  1870.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyPermission());
  1871.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyRole());
  1872.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasPermission());
  1873.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasRole());
  1874.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAnonymous());
  1875.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAuthenticated());
  1876.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsFullyAuthenticated());
  1877.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsGranted());
  1878.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsRememberMe());
  1879.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter('param'));
  1880.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service('serv'));
  1881.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation('m'));
  1882.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('q'));
  1883.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('res'));
  1884.         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));
  1885.     }
  1886.     /**
  1887.      * Gets the public 'overblog_graphql.event_listener.classloader_listener' shared service.
  1888.      *
  1889.      * @return \Overblog\GraphQLBundle\EventListener\ClassLoaderListener
  1890.      */
  1891.     protected function getOverblogGraphql_EventListener_ClassloaderListenerService()
  1892.     {
  1893.         $a = ($this->services['overblog_graphql.cache_compiler'] ?? $this->getOverblogGraphql_CacheCompilerService());
  1894.         if (isset($this->services['overblog_graphql.event_listener.classloader_listener'])) {
  1895.             return $this->services['overblog_graphql.event_listener.classloader_listener'];
  1896.         }
  1897.         return $this->services['overblog_graphql.event_listener.classloader_listener'] = new \Overblog\GraphQLBundle\EventListener\ClassLoaderListener($a);
  1898.     }
  1899.     /**
  1900.      * Gets the public 'request_stack' shared service.
  1901.      *
  1902.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1903.      */
  1904.     protected function getRequestStackService()
  1905.     {
  1906.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1907.     }
  1908.     /**
  1909.      * Gets the public 'router' shared service.
  1910.      *
  1911.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1912.      */
  1913.     protected function getRouterService()
  1914.     {
  1915.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1916.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1917.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1918.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1919.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1920.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1921.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1922.         ], [
  1923.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1924.         ]))->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');
  1925.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1926.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1927.         return $instance;
  1928.     }
  1929.     /**
  1930.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1931.      *
  1932.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1933.      */
  1934.     protected function getSonata_Block_ContextManager_DefaultService()
  1935.     {
  1936.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  1937.         if (isset($this->services['sonata.block.context_manager.default'])) {
  1938.             return $this->services['sonata.block.context_manager.default'];
  1939.         }
  1940.         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()));
  1941.     }
  1942.     /**
  1943.      * Gets the public 'sonata.block.manager' shared service.
  1944.      *
  1945.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1946.      */
  1947.     protected function getSonata_Block_ManagerService()
  1948.     {
  1949.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1950.             'block.editor' => ['services''block.editor''getBlock_EditorService'true],
  1951.             'block.events.4x1' => ['services''block.events.4x1''getBlock_Events_4x1Service'true],
  1952.             'block.footer' => ['services''block.footer''getBlock_FooterService'true],
  1953.             'block.frontpage.news' => ['services''block.frontpage.news''getBlock_Frontpage_NewsService'true],
  1954.             'block.header.child' => ['services''block.header.child''getBlock_Header_ChildService'true],
  1955.             'block.header.main' => ['services''block.header.main''getBlock_Header_MainService'true],
  1956.             'block.heading' => ['services''block.heading''getBlock_HeadingService'true],
  1957.             'block.random.jobs' => ['services''block.random.jobs''getBlock_Random_JobsService'true],
  1958.             'block.slider' => ['services''block.slider''getBlock_SliderService'true],
  1959.             'sonata.admin.block.admin_list' => ['services''sonata.admin.block.admin_list''getSonata_Admin_Block_AdminListService'true],
  1960.             'sonata.admin.block.admin_preview' => ['services''sonata.admin.block.admin_preview''getSonata_Admin_Block_AdminPreviewService'true],
  1961.             'sonata.admin.block.search_result' => ['services''sonata.admin.block.search_result''getSonata_Admin_Block_SearchResultService'true],
  1962.             'sonata.admin.block.stats' => ['services''sonata.admin.block.stats''getSonata_Admin_Block_StatsService'true],
  1963.             'sonata.block.service.container' => ['services''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  1964.             'sonata.block.service.empty' => ['services''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  1965.             'sonata.block.service.menu' => ['services''sonata.block.service.menu''getSonata_Block_Service_MenuService'true],
  1966.             'sonata.block.service.rss' => ['services''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  1967.             'sonata.block.service.template' => ['services''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  1968.             'sonata.block.service.text' => ['services''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  1969.             'sonata.seo.block.breadcrumb.homepage' => ['services''sonata.seo.block.breadcrumb.homepage''getSonata_Seo_Block_Breadcrumb_HomepageService'true],
  1970.         ], [
  1971.             'block.editor' => '?',
  1972.             'block.events.4x1' => '?',
  1973.             'block.footer' => '?',
  1974.             'block.frontpage.news' => '?',
  1975.             'block.header.child' => '?',
  1976.             'block.header.main' => '?',
  1977.             'block.heading' => '?',
  1978.             'block.random.jobs' => '?',
  1979.             'block.slider' => '?',
  1980.             'sonata.admin.block.admin_list' => '?',
  1981.             'sonata.admin.block.admin_preview' => '?',
  1982.             'sonata.admin.block.search_result' => '?',
  1983.             'sonata.admin.block.stats' => '?',
  1984.             'sonata.block.service.container' => '?',
  1985.             'sonata.block.service.empty' => '?',
  1986.             'sonata.block.service.menu' => '?',
  1987.             'sonata.block.service.rss' => '?',
  1988.             'sonata.block.service.template' => '?',
  1989.             'sonata.block.service.text' => '?',
  1990.             'sonata.seo.block.breadcrumb.homepage' => '?',
  1991.         ]), $this->parameters['sonata.block.container.types']);
  1992.         $instance->add('block.footer''block.footer', []);
  1993.         $instance->add('block.frontpage.news''block.frontpage.news', []);
  1994.         $instance->add('block.events.4x1''block.events.4x1', []);
  1995.         $instance->add('block.random.jobs''block.random.jobs', []);
  1996.         $instance->add('block.slider''block.slider', []);
  1997.         $instance->add('block.header.main''block.header.main', []);
  1998.         $instance->add('block.header.child''block.header.child', []);
  1999.         $instance->add('block.heading''block.heading', []);
  2000.         $instance->add('block.editor''block.editor', []);
  2001.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  2002.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  2003.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  2004.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  2005.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  2006.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  2007.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  2008.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  2009.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  2010.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  2011.         $instance->add('sonata.seo.block.breadcrumb.homepage''sonata.seo.block.breadcrumb.homepage', []);
  2012.         return $instance;
  2013.     }
  2014.     /**
  2015.      * Gets the public 'sonata.block.renderer.default' shared service.
  2016.      *
  2017.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  2018.      */
  2019.     protected function getSonata_Block_Renderer_DefaultService()
  2020.     {
  2021.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2022.         if (isset($this->services['sonata.block.renderer.default'])) {
  2023.             return $this->services['sonata.block.renderer.default'];
  2024.         }
  2025.         $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'], [], []);
  2026.         $b->setDefaultFilter('debug_only');
  2027.         $b->setDefaultRenderer('throw');
  2028.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2029.     }
  2030.     /**
  2031.      * Gets the public 'sonata.seo.page.default' shared service.
  2032.      *
  2033.      * @return \Sonata\SeoBundle\Seo\SeoPage
  2034.      */
  2035.     protected function getSonata_Seo_Page_DefaultService()
  2036.     {
  2037.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  2038.         $instance->setTitle('Berufsreise');
  2039.         $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' => '']]);
  2040.         $instance->setHtmlAttributes(['xmlns' => 'http://www.w3.org/1999/xhtml''xmlns:og' => 'http://opengraphprotocol.org/schema/']);
  2041.         $instance->setSeparator(' - ');
  2042.         return $instance;
  2043.     }
  2044.     /**
  2045.      * Gets the public 'translator' shared service.
  2046.      *
  2047.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2048.      */
  2049.     protected function getTranslatorService()
  2050.     {
  2051.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2052.     }
  2053.     /**
  2054.      * Gets the public 'var_dumper.cloner' shared service.
  2055.      *
  2056.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2057.      */
  2058.     protected function getVarDumper_ClonerService()
  2059.     {
  2060.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2061.         $instance->setMaxItems(2500);
  2062.         $instance->setMinDepth(1);
  2063.         $instance->setMaxString(-1);
  2064.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2065.         return $instance;
  2066.     }
  2067.     /**
  2068.      * Gets the private '.debug.http_client' shared service.
  2069.      *
  2070.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2071.      */
  2072.     protected function get_Debug_HttpClientService()
  2073.     {
  2074.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2075.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2076.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2077.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2078.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2079.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2080.         $a->setLogger($b);
  2081.         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))));
  2082.     }
  2083.     /**
  2084.      * Gets the private '.graphql.cache.inner' shared service.
  2085.      *
  2086.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2087.      */
  2088.     protected function get_Graphql_Cache_InnerService()
  2089.     {
  2090.         $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))));
  2091.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2092.         return $this->privates['.graphql.cache.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2093.     }
  2094.     /**
  2095.      * Gets the private '.service_locator.B5CP1xq' shared service.
  2096.      *
  2097.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2098.      */
  2099.     protected function get_ServiceLocator_B5CP1xqService()
  2100.     {
  2101.         return $this->privates['.service_locator.B5CP1xq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2102.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2103.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2104.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2105.             'security.firewall.map.context.oauth2_api' => ['privates''security.firewall.map.context.oauth2_api''getSecurity_Firewall_Map_Context_Oauth2ApiService'true],
  2106.             'security.firewall.map.context.rookie_admin' => ['privates''security.firewall.map.context.rookie_admin''getSecurity_Firewall_Map_Context_RookieAdminService'true],
  2107.             'security.firewall.map.context.rookie_day_admin' => ['privates''security.firewall.map.context.rookie_day_admin''getSecurity_Firewall_Map_Context_RookieDayAdminService'true],
  2108.             'security.firewall.map.context.shuttle_admin' => ['privates''security.firewall.map.context.shuttle_admin''getSecurity_Firewall_Map_Context_ShuttleAdminService'true],
  2109.         ], [
  2110.             'security.firewall.map.context.admin' => '?',
  2111.             'security.firewall.map.context.dev' => '?',
  2112.             'security.firewall.map.context.main' => '?',
  2113.             'security.firewall.map.context.oauth2_api' => '?',
  2114.             'security.firewall.map.context.rookie_admin' => '?',
  2115.             'security.firewall.map.context.rookie_day_admin' => '?',
  2116.             'security.firewall.map.context.shuttle_admin' => '?',
  2117.         ]);
  2118.     }
  2119.     /**
  2120.      * Gets the private 'App\BackendBundle\Helper\AddressHelper' shared autowired service.
  2121.      *
  2122.      * @return \App\BackendBundle\Helper\AddressHelper
  2123.      */
  2124.     protected function getAddressHelperService()
  2125.     {
  2126.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2127.         if (isset($this->privates['App\\BackendBundle\\Helper\\AddressHelper'])) {
  2128.             return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'];
  2129.         }
  2130.         return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'] = new \App\BackendBundle\Helper\AddressHelper($a);
  2131.     }
  2132.     /**
  2133.      * Gets the private 'App\BackendBundle\Helper\BoPartnerHelper' shared autowired service.
  2134.      *
  2135.      * @return \App\BackendBundle\Helper\BoPartnerHelper
  2136.      */
  2137.     protected function getBoPartnerHelperService()
  2138.     {
  2139.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2140.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2141.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2142.         }
  2143.         $b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2144.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2145.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2146.         }
  2147.         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()));
  2148.     }
  2149.     /**
  2150.      * Gets the private 'App\BackendBundle\Helper\CommunicationHelper' shared autowired service.
  2151.      *
  2152.      * @return \App\BackendBundle\Helper\CommunicationHelper
  2153.      */
  2154.     protected function getCommunicationHelperService()
  2155.     {
  2156.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2157.         if (isset($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'])) {
  2158.             return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'];
  2159.         }
  2160.         return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] = new \App\BackendBundle\Helper\CommunicationHelper($a);
  2161.     }
  2162.     /**
  2163.      * Gets the private 'App\BackendBundle\Helper\CompanyHelper' shared autowired service.
  2164.      *
  2165.      * @return \App\BackendBundle\Helper\CompanyHelper
  2166.      */
  2167.     protected function getCompanyHelperService()
  2168.     {
  2169.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2170.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2171.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2172.         }
  2173.         $b = ($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] ?? $this->getCommunicationHelperService());
  2174.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2175.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2176.         }
  2177.         $c = ($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] ?? $this->getRegisterHelperService());
  2178.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2179.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2180.         }
  2181.         $d = ($this->privates['App\\BackendBundle\\Helper\\AddressHelper'] ?? $this->getAddressHelperService());
  2182.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2183.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2184.         }
  2185.         $e = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2186.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2187.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2188.         }
  2189.         $f = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2190.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2191.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2192.         }
  2193.         $g = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2194.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2195.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2196.         }
  2197.         $h = ($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] ?? $this->getSearchTagHelperService());
  2198.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2199.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2200.         }
  2201.         $i = ($this->privates['App\\BackendBundle\\Helper\\TitleHelper'] ?? $this->getTitleHelperService());
  2202.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2203.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2204.         }
  2205.         $j = ($this->privates['App\\BackendBundle\\Helper\\GameHelper'] ?? $this->getGameHelperService());
  2206.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2207.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2208.         }
  2209.         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);
  2210.     }
  2211.     /**
  2212.      * Gets the private 'App\BackendBundle\Helper\EventHelper' shared autowired service.
  2213.      *
  2214.      * @return \App\BackendBundle\Helper\EventHelper
  2215.      */
  2216.     protected function getEventHelperService()
  2217.     {
  2218.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2219.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2220.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2221.         }
  2222.         $b = ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService());
  2223.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2224.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2225.         }
  2226.         $c = ($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'] ?? $this->getCompanyHelperService());
  2227.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2228.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2229.         }
  2230.         $d = ($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'] ?? $this->getBoPartnerHelperService());
  2231.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2232.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2233.         }
  2234.         $e = ($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'] ?? $this->getSchoolHelperService());
  2235.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2236.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2237.         }
  2238.         return $this->privates['App\\BackendBundle\\Helper\\EventHelper'] = new \App\BackendBundle\Helper\EventHelper($a, ($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] ?? $this->getSecurityHelperService()), $b$c$d$e, ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService()), ($this->services['router'] ?? $this->getRouterService()));
  2239.     }
  2240.     /**
  2241.      * Gets the private 'App\BackendBundle\Helper\GameHelper' shared autowired service.
  2242.      *
  2243.      * @return \App\BackendBundle\Helper\GameHelper
  2244.      */
  2245.     protected function getGameHelperService()
  2246.     {
  2247.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2248.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2249.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2250.         }
  2251.         $b = ($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] ?? $this->getGamePointsHelperService());
  2252.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2253.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2254.         }
  2255.         return $this->privates['App\\BackendBundle\\Helper\\GameHelper'] = new \App\BackendBundle\Helper\GameHelper($a$b);
  2256.     }
  2257.     /**
  2258.      * Gets the private 'App\BackendBundle\Helper\GamePointsHelper' shared autowired service.
  2259.      *
  2260.      * @return \App\BackendBundle\Helper\GamePointsHelper
  2261.      */
  2262.     protected function getGamePointsHelperService()
  2263.     {
  2264.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2265.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2266.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2267.         }
  2268.         $b = ($this->privates['App\\BackendBundle\\Helper\\MqttHelper'] ?? $this->getMqttHelperService());
  2269.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2270.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2271.         }
  2272.         return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] = new \App\BackendBundle\Helper\GamePointsHelper($a$b);
  2273.     }
  2274.     /**
  2275.      * Gets the private 'App\BackendBundle\Helper\JobHelper' shared autowired service.
  2276.      *
  2277.      * @return \App\BackendBundle\Helper\JobHelper
  2278.      */
  2279.     protected function getJobHelperService()
  2280.     {
  2281.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2282.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2283.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2284.         }
  2285.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2286.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2287.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2288.         }
  2289.         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())));
  2290.     }
  2291.     /**
  2292.      * Gets the private 'App\BackendBundle\Helper\MediaHelper' shared autowired service.
  2293.      *
  2294.      * @return \App\BackendBundle\Helper\MediaHelper
  2295.      */
  2296.     protected function getMediaHelperService()
  2297.     {
  2298.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2299.         if (isset($this->privates['App\\BackendBundle\\Helper\\MediaHelper'])) {
  2300.             return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'];
  2301.         }
  2302.         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));
  2303.     }
  2304.     /**
  2305.      * Gets the private 'App\BackendBundle\Helper\MqttHelper' shared autowired service.
  2306.      *
  2307.      * @return \App\BackendBundle\Helper\MqttHelper
  2308.      */
  2309.     protected function getMqttHelperService()
  2310.     {
  2311.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2312.         if (isset($this->privates['App\\BackendBundle\\Helper\\MqttHelper'])) {
  2313.             return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'];
  2314.         }
  2315.         return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'] = new \App\BackendBundle\Helper\MqttHelper($a);
  2316.     }
  2317.     /**
  2318.      * Gets the private 'App\BackendBundle\Helper\RegisterHelper' shared autowired service.
  2319.      *
  2320.      * @return \App\BackendBundle\Helper\RegisterHelper
  2321.      */
  2322.     protected function getRegisterHelperService()
  2323.     {
  2324.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2325.         if (isset($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'])) {
  2326.             return $this->privates['App\\BackendBundle\\Helper\\RegisterHelper'];
  2327.         }
  2328.         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()));
  2329.     }
  2330.     /**
  2331.      * Gets the private 'App\BackendBundle\Helper\SchoolHelper' shared autowired service.
  2332.      *
  2333.      * @return \App\BackendBundle\Helper\SchoolHelper
  2334.      */
  2335.     protected function getSchoolHelperService()
  2336.     {
  2337.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2338.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2339.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2340.         }
  2341.         $b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2342.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2343.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2344.         }
  2345.         $c = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2346.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2347.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2348.         }
  2349.         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()));
  2350.     }
  2351.     /**
  2352.      * Gets the private 'App\BackendBundle\Helper\SearchIndexHelper' shared autowired service.
  2353.      *
  2354.      * @return \App\BackendBundle\Helper\SearchIndexHelper
  2355.      */
  2356.     protected function getSearchIndexHelperService()
  2357.     {
  2358.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2359.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2360.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2361.         }
  2362.         $b = ($this->privates['fos_elastica.object_persister.events'] ?? $this->getFosElastica_ObjectPersister_EventsService());
  2363.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2364.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2365.         }
  2366.         return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] = new \App\BackendBundle\Helper\SearchIndexHelper($a$b$b$b$b);
  2367.     }
  2368.     /**
  2369.      * Gets the private 'App\BackendBundle\Helper\SearchTagHelper' shared autowired service.
  2370.      *
  2371.      * @return \App\BackendBundle\Helper\SearchTagHelper
  2372.      */
  2373.     protected function getSearchTagHelperService()
  2374.     {
  2375.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2376.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'])) {
  2377.             return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'];
  2378.         }
  2379.         return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] = new \App\BackendBundle\Helper\SearchTagHelper($a);
  2380.     }
  2381.     /**
  2382.      * Gets the private 'App\BackendBundle\Helper\SecurityHelper' shared autowired service.
  2383.      *
  2384.      * @return \App\BackendBundle\Helper\SecurityHelper
  2385.      */
  2386.     protected function getSecurityHelperService()
  2387.     {
  2388.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2389.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2390.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2391.         }
  2392.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2393.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2394.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2395.         }
  2396.         return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] = new \App\BackendBundle\Helper\SecurityHelper($a$b);
  2397.     }
  2398.     /**
  2399.      * Gets the private 'App\BackendBundle\Helper\TitleHelper' shared autowired service.
  2400.      *
  2401.      * @return \App\BackendBundle\Helper\TitleHelper
  2402.      */
  2403.     protected function getTitleHelperService()
  2404.     {
  2405.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2406.         if (isset($this->privates['App\\BackendBundle\\Helper\\TitleHelper'])) {
  2407.             return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'];
  2408.         }
  2409.         return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'] = new \App\BackendBundle\Helper\TitleHelper($a);
  2410.     }
  2411.     /**
  2412.      * Gets the private 'App\BackendBundle\Helper\UserHelper' shared autowired service.
  2413.      *
  2414.      * @return \App\BackendBundle\Helper\UserHelper
  2415.      */
  2416.     protected function getUserHelperService()
  2417.     {
  2418.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2419.         if (isset($this->privates['App\\BackendBundle\\Helper\\UserHelper'])) {
  2420.             return $this->privates['App\\BackendBundle\\Helper\\UserHelper'];
  2421.         }
  2422.         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()));
  2423.     }
  2424.     /**
  2425.      * Gets the private 'annotations.cache_adapter' shared service.
  2426.      *
  2427.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2428.      */
  2429.     protected function getAnnotations_CacheAdapterService()
  2430.     {
  2431.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2432.     }
  2433.     /**
  2434.      * Gets the private 'annotations.cached_reader' shared service.
  2435.      *
  2436.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2437.      */
  2438.     protected function getAnnotations_CachedReaderService()
  2439.     {
  2440.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2441.     }
  2442.     /**
  2443.      * Gets the private 'annotations.reader' shared service.
  2444.      *
  2445.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2446.      */
  2447.     protected function getAnnotations_ReaderService()
  2448.     {
  2449.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2450.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2451.         $a->registerUniqueLoader('class_exists');
  2452.         $instance->addGlobalIgnoredName('required'$a);
  2453.         return $instance;
  2454.     }
  2455.     /**
  2456.      * Gets the private 'cache.annotations' shared service.
  2457.      *
  2458.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2459.      */
  2460.     protected function getCache_AnnotationsService()
  2461.     {
  2462.         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())));
  2463.     }
  2464.     /**
  2465.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2466.      *
  2467.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2468.      */
  2469.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2470.     {
  2471.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2472.     }
  2473.     /**
  2474.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2475.      *
  2476.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2477.      */
  2478.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2479.     {
  2480.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2481.     }
  2482.     /**
  2483.      * Gets the private 'cache.property_info' shared service.
  2484.      *
  2485.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2486.      */
  2487.     protected function getCache_PropertyInfoService()
  2488.     {
  2489.         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())));
  2490.     }
  2491.     /**
  2492.      * Gets the private 'cache.security_expression_language' shared service.
  2493.      *
  2494.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2495.      */
  2496.     protected function getCache_SecurityExpressionLanguageService()
  2497.     {
  2498.         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())));
  2499.     }
  2500.     /**
  2501.      * Gets the private 'cache.serializer' shared service.
  2502.      *
  2503.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2504.      */
  2505.     protected function getCache_SerializerService()
  2506.     {
  2507.         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())));
  2508.     }
  2509.     /**
  2510.      * Gets the private 'cache.validator' shared service.
  2511.      *
  2512.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2513.      */
  2514.     protected function getCache_ValidatorService()
  2515.     {
  2516.         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())));
  2517.     }
  2518.     /**
  2519.      * Gets the private 'config_cache_factory' shared service.
  2520.      *
  2521.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2522.      */
  2523.     protected function getConfigCacheFactoryService()
  2524.     {
  2525.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2526.             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)));
  2527.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2528.         }, 2));
  2529.     }
  2530.     /**
  2531.      * Gets the private 'data_collector.form' shared service.
  2532.      *
  2533.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2534.      */
  2535.     protected function getDataCollector_FormService()
  2536.     {
  2537.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2538.     }
  2539.     /**
  2540.      * Gets the private 'data_collector.request' shared service.
  2541.      *
  2542.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2543.      */
  2544.     protected function getDataCollector_RequestService()
  2545.     {
  2546.         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())));
  2547.     }
  2548.     /**
  2549.      * Gets the private 'debug.controller_resolver' shared service.
  2550.      *
  2551.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2552.      */
  2553.     protected function getDebug_ControllerResolverService()
  2554.     {
  2555.         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))));
  2556.     }
  2557.     /**
  2558.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2559.      *
  2560.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2561.      */
  2562.     protected function getDebug_DebugHandlersListenerService()
  2563.     {
  2564.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2565.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2566.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2567.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2568.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2569.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2570.     }
  2571.     /**
  2572.      * Gets the private 'debug.file_link_formatter' shared service.
  2573.      *
  2574.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2575.      */
  2576.     protected function getDebug_FileLinkFormatterService()
  2577.     {
  2578.         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 () {
  2579.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2580.         });
  2581.     }
  2582.     /**
  2583.      * Gets the private 'debug.log_processor' shared service.
  2584.      *
  2585.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2586.      */
  2587.     protected function getDebug_LogProcessorService()
  2588.     {
  2589.         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())));
  2590.     }
  2591.     /**
  2592.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2593.      *
  2594.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2595.      */
  2596.     protected function getDebug_Security_Access_DecisionManagerService()
  2597.     {
  2598.         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 () {
  2599.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2600.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2601.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2602.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2603.     }
  2604.     /**
  2605.      * Gets the private 'debug.security.firewall' shared service.
  2606.      *
  2607.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2608.      */
  2609.     protected function getDebug_Security_FirewallService()
  2610.     {
  2611.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2612.         if (isset($this->privates['debug.security.firewall'])) {
  2613.             return $this->privates['debug.security.firewall'];
  2614.         }
  2615.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2616.         if (isset($this->privates['debug.security.firewall'])) {
  2617.             return $this->privates['debug.security.firewall'];
  2618.         }
  2619.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2620.     }
  2621.     /**
  2622.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2623.      *
  2624.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2625.      */
  2626.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2627.     {
  2628.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2629.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2630.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2631.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2632.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2633.             'fos_elastica.listener.appointments' => ['privates''fos_elastica.listener.appointments''getFosElastica_Listener_AppointmentsService'true],
  2634.             'fos_elastica.listener.events' => ['privates''fos_elastica.listener.events''getFosElastica_Listener_EventsService'true],
  2635.             'fos_elastica.listener.jobDailyRoutines' => ['privates''fos_elastica.listener.jobDailyRoutines''getFosElastica_Listener_JobDailyRoutinesService'true],
  2636.             'fos_elastica.listener.jobOffers' => ['privates''fos_elastica.listener.jobOffers''getFosElastica_Listener_JobOffersService'true],
  2637.             'fos_elastica.listener.jobs' => ['privates''fos_elastica.listener.jobs''getFosElastica_Listener_JobsService'true],
  2638.             'fos_elastica.listener.profiles_bopartner' => ['privates''fos_elastica.listener.profiles_bopartner''getFosElastica_Listener_ProfilesBopartnerService'true],
  2639.             'fos_elastica.listener.profiles_company' => ['privates''fos_elastica.listener.profiles_company''getFosElastica_Listener_ProfilesCompanyService'true],
  2640.             'fos_elastica.listener.profiles_school' => ['privates''fos_elastica.listener.profiles_school''getFosElastica_Listener_ProfilesSchoolService'true],
  2641.             'sonata.cache.orm.event_subscriber' => ['privates''sonata.cache.orm.event_subscriber''getSonata_Cache_Orm_EventSubscriberService'true],
  2642.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  2643.         ], [
  2644.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2645.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2646.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2647.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2648.             'fos_elastica.listener.appointments' => '?',
  2649.             'fos_elastica.listener.events' => '?',
  2650.             'fos_elastica.listener.jobDailyRoutines' => '?',
  2651.             'fos_elastica.listener.jobOffers' => '?',
  2652.             'fos_elastica.listener.jobs' => '?',
  2653.             'fos_elastica.listener.profiles_bopartner' => '?',
  2654.             'fos_elastica.listener.profiles_company' => '?',
  2655.             'fos_elastica.listener.profiles_school' => '?',
  2656.             'sonata.cache.orm.event_subscriber' => '?',
  2657.             'sonata.doctrine.mapper' => '?',
  2658.         ]), [=> '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']]);
  2659.     }
  2660.     /**
  2661.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2662.      *
  2663.      * @return \Doctrine\Migrations\DependencyFactory
  2664.      */
  2665.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2666.     {
  2667.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2668.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2669.         $a->setAllOrNothing(false);
  2670.         $a->setCheckDatabasePlatform(true);
  2671.         $a->setTransactional(true);
  2672.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2673.         $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()));
  2674.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2675.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2676.         });
  2677.         return $instance;
  2678.     }
  2679.     /**
  2680.      * Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
  2681.      *
  2682.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  2683.      */
  2684.     protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
  2685.     {
  2686.         $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/config/doctrine') => 'App\\Entity']);
  2687.         $instance->setGlobalBasename('mapping');
  2688.         return $instance;
  2689.     }
  2690.     /**
  2691.      * Gets the private 'exception_listener' shared service.
  2692.      *
  2693.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2694.      */
  2695.     protected function getExceptionListenerService()
  2696.     {
  2697.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2698.     }
  2699.     /**
  2700.      * Gets the private 'fos_elastica.client.default' shared service.
  2701.      *
  2702.      * @return \FOS\ElasticaBundle\Elastica\Client
  2703.      */
  2704.     protected function getFosElastica_Client_DefaultService()
  2705.     {
  2706.         $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);
  2707.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2708.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  2709.         return $instance;
  2710.     }
  2711.     /**
  2712.      * Gets the private 'fos_elastica.index.events' shared service.
  2713.      *
  2714.      * @return \FOS\ElasticaBundle\Elastica\Index
  2715.      */
  2716.     protected function getFosElastica_Index_EventsService()
  2717.     {
  2718.         return $this->privates['fos_elastica.index.events'] = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('events');
  2719.     }
  2720.     /**
  2721.      * Gets the private 'fos_elastica.logger' shared service.
  2722.      *
  2723.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  2724.      */
  2725.     protected function getFosElastica_LoggerService()
  2726.     {
  2727.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  2728.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2729.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2730.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2731.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2732.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  2733.     }
  2734.     /**
  2735.      * Gets the private 'fos_elastica.object_persister.events' shared service.
  2736.      *
  2737.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  2738.      */
  2739.     protected function getFosElastica_ObjectPersister_EventsService()
  2740.     {
  2741.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2742.         if (isset($this->privates['fos_elastica.object_persister.events'])) {
  2743.             return $this->privates['fos_elastica.object_persister.events'];
  2744.         }
  2745.         $b = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'events'], $a);
  2746.         $b->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(00))));
  2747.         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']]]]]], []);
  2748.     }
  2749.     /**
  2750.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2751.      *
  2752.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2753.      */
  2754.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2755.     {
  2756.         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())));
  2757.     }
  2758.     /**
  2759.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2760.      *
  2761.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2762.      */
  2763.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2764.     {
  2765.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2766.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2767.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2768.         }
  2769.         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);
  2770.     }
  2771.     /**
  2772.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  2773.      *
  2774.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  2775.      */
  2776.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  2777.     {
  2778.         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')]));
  2779.     }
  2780.     /**
  2781.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  2782.      *
  2783.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  2784.      */
  2785.     protected function getJmsSerializer_TraceableEventDispatcherService()
  2786.     {
  2787.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2788.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  2789.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  2790.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  2791.         ], [
  2792.             'jms_serializer.stopwatch_subscriber' => '?',
  2793.             'jms_serializer.traceable_runs_listener' => '?',
  2794.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2795.         ]));
  2796.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  2797.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2798.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2799.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2800.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  2801.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  2802.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  2803.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2804.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2805.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  2806.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2807.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  2808.         return $instance;
  2809.     }
  2810.     /**
  2811.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  2812.      *
  2813.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  2814.      */
  2815.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  2816.     {
  2817.         $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, [
  2818.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  2819.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  2820.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  2821.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'true],
  2822.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  2823.             'jms_serializer.symfony_uid_handler' => ['privates''jms_serializer.symfony_uid_handler''getJmsSerializer_SymfonyUidHandlerService'true],
  2824.         ], [
  2825.             'jms_serializer.array_collection_handler' => '?',
  2826.             'jms_serializer.constraint_violation_handler' => '?',
  2827.             'jms_serializer.datetime_handler' => '?',
  2828.             'jms_serializer.form_error_handler' => '?',
  2829.             'jms_serializer.iterator_handler' => '?',
  2830.             'jms_serializer.symfony_uid_handler' => '?',
  2831.         ])));
  2832.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2833.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2834.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2835.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2836.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2837.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2838.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2839.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2840.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2841.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2842.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  2843.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  2844.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  2845.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  2846.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2847.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2848.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2849.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2850.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2851.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2852.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2853.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2854.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  2855.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  2856.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml']);
  2857.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']);
  2858.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  2859.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  2860.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2861.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2862.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2863.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2864.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2865.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2866.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2867.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2868.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2869.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2870.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2871.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2872.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2873.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2874.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2875.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2876.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2877.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2878.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2879.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2880.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2881.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2882.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2883.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2884.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2885.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2886.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2887.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2888.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2889.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2890.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2891.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2892.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2893.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2894.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  2895.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  2896.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  2897.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  2898.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  2899.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  2900.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  2901.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  2902.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2903.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2904.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2905.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2906.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2907.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2908.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2909.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2910.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2911.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2912.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2913.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2914.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2915.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2916.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2917.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2918.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2919.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2920.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2921.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2922.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2923.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2924.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2925.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2926.         return $instance;
  2927.     }
  2928.     /**
  2929.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  2930.      *
  2931.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  2932.      */
  2933.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  2934.     {
  2935.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2936.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  2937.         ], [
  2938.             'metadata_driver' => '?',
  2939.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2940.         $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')))));
  2941.         $a->setIncludeInterfaces(false);
  2942.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  2943.     }
  2944.     /**
  2945.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  2946.      *
  2947.      * @return \JMS\SerializerBundle\Debug\RunsListener
  2948.      */
  2949.     protected function getJmsSerializer_TraceableRunsListenerService()
  2950.     {
  2951.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  2952.     }
  2953.     /**
  2954.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2955.      *
  2956.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2957.      */
  2958.     protected function getLiipImagine_Filter_ConfigurationService()
  2959.     {
  2960.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2961.     }
  2962.     /**
  2963.      * Gets the private 'locale_aware_listener' shared service.
  2964.      *
  2965.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2966.      */
  2967.     protected function getLocaleAwareListenerService()
  2968.     {
  2969.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2970.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  2971.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  2972.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  2973.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2974.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2975.     }
  2976.     /**
  2977.      * Gets the private 'locale_listener' shared service.
  2978.      *
  2979.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2980.      */
  2981.     protected function getLocaleListenerService()
  2982.     {
  2983.         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']);
  2984.     }
  2985.     /**
  2986.      * Gets the private 'monolog.handler.console' shared service.
  2987.      *
  2988.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2989.      */
  2990.     protected function getMonolog_Handler_ConsoleService()
  2991.     {
  2992.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2993.     }
  2994.     /**
  2995.      * Gets the private 'monolog.handler.main' shared service.
  2996.      *
  2997.      * @return \Monolog\Handler\StreamHandler
  2998.      */
  2999.     protected function getMonolog_Handler_MainService()
  3000.     {
  3001.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  3002.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3003.         return $instance;
  3004.     }
  3005.     /**
  3006.      * Gets the private 'monolog.logger' shared service.
  3007.      *
  3008.      * @return \Symfony\Bridge\Monolog\Logger
  3009.      */
  3010.     protected function getMonolog_LoggerService()
  3011.     {
  3012.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3013.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3014.         $instance->useMicrosecondTimestamps(true);
  3015.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3016.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3017.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3018.         return $instance;
  3019.     }
  3020.     /**
  3021.      * Gets the private 'monolog.logger.cache' shared service.
  3022.      *
  3023.      * @return \Symfony\Bridge\Monolog\Logger
  3024.      */
  3025.     protected function getMonolog_Logger_CacheService()
  3026.     {
  3027.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3028.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3029.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3030.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3031.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3032.         return $instance;
  3033.     }
  3034.     /**
  3035.      * Gets the private 'monolog.logger.request' shared service.
  3036.      *
  3037.      * @return \Symfony\Bridge\Monolog\Logger
  3038.      */
  3039.     protected function getMonolog_Logger_RequestService()
  3040.     {
  3041.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3042.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3043.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3044.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3045.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3046.         return $instance;
  3047.     }
  3048.     /**
  3049.      * Gets the private 'monolog.logger.security' shared service.
  3050.      *
  3051.      * @return \Symfony\Bridge\Monolog\Logger
  3052.      */
  3053.     protected function getMonolog_Logger_SecurityService()
  3054.     {
  3055.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3056.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3057.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3058.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3059.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3060.         return $instance;
  3061.     }
  3062.     /**
  3063.      * Gets the private 'parameter_bag' shared service.
  3064.      *
  3065.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3066.      */
  3067.     protected function getParameterBagService()
  3068.     {
  3069.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3070.     }
  3071.     /**
  3072.      * Gets the private 'profiler_listener' shared service.
  3073.      *
  3074.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3075.      */
  3076.     protected function getProfilerListenerService()
  3077.     {
  3078.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3079.         if (isset($this->privates['profiler_listener'])) {
  3080.             return $this->privates['profiler_listener'];
  3081.         }
  3082.         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);
  3083.     }
  3084.     /**
  3085.      * Gets the private 'property_accessor' shared service.
  3086.      *
  3087.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3088.      */
  3089.     protected function getPropertyAccessorService()
  3090.     {
  3091.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3092.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3093.     }
  3094.     /**
  3095.      * Gets the private 'property_info' shared service.
  3096.      *
  3097.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3098.      */
  3099.     protected function getPropertyInfoService()
  3100.     {
  3101.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3102.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3103.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3104.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3105.         }, 3), new RewindableGenerator(function () {
  3106.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3107.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3108.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3109.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3110.         }, 4), new RewindableGenerator(function () {
  3111.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3112.         }, 1), new RewindableGenerator(function () {
  3113.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3114.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3115.         }, 2), new RewindableGenerator(function () {
  3116.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3117.         }, 1));
  3118.     }
  3119.     /**
  3120.      * Gets the private 'router.expression_language_provider' shared service.
  3121.      *
  3122.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3123.      */
  3124.     protected function getRouter_ExpressionLanguageProviderService()
  3125.     {
  3126.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3127.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3128.         ], [
  3129.             'env' => 'Closure',
  3130.         ]));
  3131.     }
  3132.     /**
  3133.      * Gets the private 'router.request_context' shared service.
  3134.      *
  3135.      * @return \Symfony\Component\Routing\RequestContext
  3136.      */
  3137.     protected function getRouter_RequestContextService()
  3138.     {
  3139.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3140.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3141.         return $instance;
  3142.     }
  3143.     /**
  3144.      * Gets the private 'router_listener' shared service.
  3145.      *
  3146.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3147.      */
  3148.     protected function getRouterListenerService()
  3149.     {
  3150.         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);
  3151.     }
  3152.     /**
  3153.      * Gets the private 'security.context_listener.0' shared service.
  3154.      *
  3155.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3156.      */
  3157.     protected function getSecurity_ContextListener_0Service()
  3158.     {
  3159.         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 () {
  3160.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3161.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3162.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ($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']);
  3163.     }
  3164.     /**
  3165.      * Gets the private 'security.context_listener.1' shared service.
  3166.      *
  3167.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3168.      */
  3169.     protected function getSecurity_ContextListener_1Service()
  3170.     {
  3171.         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 () {
  3172.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3173.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3174.         }, 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']);
  3175.     }
  3176.     /**
  3177.      * Gets the private 'security.context_listener.2' shared service.
  3178.      *
  3179.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3180.      */
  3181.     protected function getSecurity_ContextListener_2Service()
  3182.     {
  3183.         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 () {
  3184.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3185.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3186.         }, 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']);
  3187.     }
  3188.     /**
  3189.      * Gets the private 'security.context_listener.3' shared service.
  3190.      *
  3191.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3192.      */
  3193.     protected function getSecurity_ContextListener_3Service()
  3194.     {
  3195.         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 () {
  3196.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3197.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3198.         }, 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']);
  3199.     }
  3200.     /**
  3201.      * Gets the private 'security.context_listener.4' shared service.
  3202.      *
  3203.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3204.      */
  3205.     protected function getSecurity_ContextListener_4Service()
  3206.     {
  3207.         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 () {
  3208.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3209.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3210.         }, 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']);
  3211.     }
  3212.     /**
  3213.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3214.      *
  3215.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3216.      */
  3217.     protected function getSecurity_EventDispatcher_AdminService()
  3218.     {
  3219.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3220.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3221.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3222.         }, => 'checkPassport'], 2048);
  3223.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3224.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3225.         }, => 'onSuccessfulLogin'], 0);
  3226.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3227.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  3228.         }, => 'onLogout'], 64);
  3229.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3230.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3231.         }, => 'preCheckCredentials'], 256);
  3232.         $instance->addListener('security.authentication.success', [=> function () {
  3233.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3234.         }, => 'postCheckCredentials'], 256);
  3235.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3236.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3237.         }, => 'checkPassport'], 1024);
  3238.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3239.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3240.         }, => 'checkPassport'], 256);
  3241.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3242.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3243.         }, => 'checkPassport'], 0);
  3244.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3245.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3246.         }, => 'onLoginSuccess'], 0);
  3247.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3248.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3249.         }, => 'checkPassport'], 512);
  3250.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3251.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3252.         }, => 'onLogout'], 0);
  3253.         return $instance;
  3254.     }
  3255.     /**
  3256.      * Gets the private 'security.event_dispatcher.main' shared service.
  3257.      *
  3258.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3259.      */
  3260.     protected function getSecurity_EventDispatcher_MainService()
  3261.     {
  3262.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3263.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3264.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  3265.         }, => 'checkPassport'], 2048);
  3266.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3267.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3268.         }, => 'onSuccessfulLogin'], 0);
  3269.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3270.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3271.         }, => 'onLogout'], 64);
  3272.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3273.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3274.         }, => 'preCheckCredentials'], 256);
  3275.         $instance->addListener('security.authentication.success', [=> function () {
  3276.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3277.         }, => 'postCheckCredentials'], 256);
  3278.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3279.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3280.         }, => 'checkPassport'], 1024);
  3281.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3282.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3283.         }, => 'checkPassport'], 256);
  3284.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3285.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3286.         }, => 'checkPassport'], 0);
  3287.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3288.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3289.         }, => 'onLoginSuccess'], 0);
  3290.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3291.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3292.         }, => 'checkPassport'], 512);
  3293.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3294.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3295.         }, => 'onLogout'], 0);
  3296.         return $instance;
  3297.     }
  3298.     /**
  3299.      * Gets the private 'security.event_dispatcher.rookie_admin' shared service.
  3300.      *
  3301.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3302.      */
  3303.     protected function getSecurity_EventDispatcher_RookieAdminService()
  3304.     {
  3305.         $this->privates['security.event_dispatcher.rookie_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3306.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3307.             return ($this->privates['security.listener.rookie_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieAdmin_UserProviderService'));
  3308.         }, => 'checkPassport'], 2048);
  3309.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3310.             return ($this->privates['security.listener.session.rookie_admin'] ?? $this->load('getSecurity_Listener_Session_RookieAdminService'));
  3311.         }, => 'onSuccessfulLogin'], 0);
  3312.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3313.             return ($this->privates['security.logout.listener.default.rookie_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieAdminService'));
  3314.         }, => 'onLogout'], 64);
  3315.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3316.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3317.         }, => 'preCheckCredentials'], 256);
  3318.         $instance->addListener('security.authentication.success', [=> function () {
  3319.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3320.         }, => 'postCheckCredentials'], 256);
  3321.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3322.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3323.         }, => 'checkPassport'], 1024);
  3324.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3325.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3326.         }, => 'checkPassport'], 256);
  3327.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3328.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3329.         }, => 'checkPassport'], 0);
  3330.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3331.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3332.         }, => 'onLoginSuccess'], 0);
  3333.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3334.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3335.         }, => 'checkPassport'], 512);
  3336.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3337.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3338.         }, => 'onLogout'], 0);
  3339.         return $instance;
  3340.     }
  3341.     /**
  3342.      * Gets the private 'security.event_dispatcher.rookie_day_admin' shared service.
  3343.      *
  3344.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3345.      */
  3346.     protected function getSecurity_EventDispatcher_RookieDayAdminService()
  3347.     {
  3348.         $this->privates['security.event_dispatcher.rookie_day_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3349.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3350.             return ($this->privates['security.listener.rookie_day_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieDayAdmin_UserProviderService'));
  3351.         }, => 'checkPassport'], 2048);
  3352.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3353.             return ($this->privates['security.listener.session.rookie_day_admin'] ?? $this->load('getSecurity_Listener_Session_RookieDayAdminService'));
  3354.         }, => 'onSuccessfulLogin'], 0);
  3355.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3356.             return ($this->privates['security.logout.listener.default.rookie_day_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieDayAdminService'));
  3357.         }, => 'onLogout'], 64);
  3358.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3359.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3360.         }, => 'preCheckCredentials'], 256);
  3361.         $instance->addListener('security.authentication.success', [=> function () {
  3362.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3363.         }, => 'postCheckCredentials'], 256);
  3364.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3365.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3366.         }, => 'checkPassport'], 1024);
  3367.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3368.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3369.         }, => 'checkPassport'], 256);
  3370.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3371.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3372.         }, => 'checkPassport'], 0);
  3373.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3374.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3375.         }, => 'onLoginSuccess'], 0);
  3376.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3377.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3378.         }, => 'checkPassport'], 512);
  3379.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3380.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3381.         }, => 'onLogout'], 0);
  3382.         return $instance;
  3383.     }
  3384.     /**
  3385.      * Gets the private 'security.event_dispatcher.shuttle_admin' shared service.
  3386.      *
  3387.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3388.      */
  3389.     protected function getSecurity_EventDispatcher_ShuttleAdminService()
  3390.     {
  3391.         $this->privates['security.event_dispatcher.shuttle_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3392.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3393.             return ($this->privates['security.listener.shuttle_admin.user_provider'] ?? $this->load('getSecurity_Listener_ShuttleAdmin_UserProviderService'));
  3394.         }, => 'checkPassport'], 2048);
  3395.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3396.             return ($this->privates['security.listener.session.shuttle_admin'] ?? $this->load('getSecurity_Listener_Session_ShuttleAdminService'));
  3397.         }, => 'onSuccessfulLogin'], 0);
  3398.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3399.             return ($this->privates['security.logout.listener.default.shuttle_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_ShuttleAdminService'));
  3400.         }, => 'onLogout'], 64);
  3401.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3402.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3403.         }, => 'preCheckCredentials'], 256);
  3404.         $instance->addListener('security.authentication.success', [=> function () {
  3405.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3406.         }, => 'postCheckCredentials'], 256);
  3407.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3408.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3409.         }, => 'checkPassport'], 1024);
  3410.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3411.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3412.         }, => 'checkPassport'], 256);
  3413.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3414.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3415.         }, => 'checkPassport'], 0);
  3416.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3417.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3418.         }, => 'onLoginSuccess'], 0);
  3419.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3420.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3421.         }, => 'checkPassport'], 512);
  3422.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3423.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3424.         }, => 'onLogout'], 0);
  3425.         return $instance;
  3426.     }
  3427.     /**
  3428.      * Gets the private 'security.firewall.map' shared service.
  3429.      *
  3430.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3431.      */
  3432.     protected function getSecurity_Firewall_MapService()
  3433.     {
  3434.         $a = ($this->privates['.service_locator.B5CP1xq'] ?? $this->get_ServiceLocator_B5CP1xqService());
  3435.         if (isset($this->privates['security.firewall.map'])) {
  3436.             return $this->privates['security.firewall.map'];
  3437.         }
  3438.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3439.             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)/')));
  3440.             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)$')));
  3441.             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')));
  3442.             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')));
  3443.             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')));
  3444.             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')));
  3445.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3446.         }, 7));
  3447.     }
  3448.     /**
  3449.      * Gets the private 'security.helper' shared service.
  3450.      *
  3451.      * @return \Symfony\Component\Security\Core\Security
  3452.      */
  3453.     protected function getSecurity_HelperService()
  3454.     {
  3455.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3456.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3457.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3458.         ], [
  3459.             'security.authorization_checker' => '?',
  3460.             'security.token_storage' => '?',
  3461.         ]));
  3462.     }
  3463.     /**
  3464.      * Gets the private 'security.logout_url_generator' shared service.
  3465.      *
  3466.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3467.      */
  3468.     protected function getSecurity_LogoutUrlGeneratorService()
  3469.     {
  3470.         $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()));
  3471.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3472.         $instance->registerListener('rookie_admin''rookie_admin_logout''logout''_csrf_token'NULLNULL);
  3473.         $instance->registerListener('shuttle_admin''shuttle_admin_logout''logout''_csrf_token'NULLNULL);
  3474.         $instance->registerListener('rookie_day_admin''rookie_day_admin_logout''logout''_csrf_token'NULLNULL);
  3475.         $instance->registerListener('main''security_logout''logout''_csrf_token'NULLNULL);
  3476.         return $instance;
  3477.     }
  3478.     /**
  3479.      * Gets the private 'security.password_hasher_factory' shared service.
  3480.      *
  3481.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  3482.      */
  3483.     protected function getSecurity_PasswordHasherFactoryService()
  3484.     {
  3485.         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']]]);
  3486.     }
  3487.     /**
  3488.      * Gets the private 'security.user_password_hasher' shared service.
  3489.      *
  3490.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  3491.      */
  3492.     protected function getSecurity_UserPasswordHasherService()
  3493.     {
  3494.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  3495.     }
  3496.     /**
  3497.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3498.      *
  3499.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3500.      */
  3501.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3502.     {
  3503.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3504.     }
  3505.     /**
  3506.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3507.      *
  3508.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3509.      */
  3510.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3511.     {
  3512.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3513.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3514.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3515.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3516.     }
  3517.     /**
  3518.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3519.      *
  3520.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3521.      */
  3522.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3523.     {
  3524.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3525.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3526.             return $this->privates['sensio_framework_extra.security.listener'];
  3527.         }
  3528.         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()));
  3529.     }
  3530.     /**
  3531.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3532.      *
  3533.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3534.      */
  3535.     protected function getSensioFrameworkExtra_View_ListenerService()
  3536.     {
  3537.         $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))));
  3538.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3539.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3540.         ], [
  3541.             'twig' => '?',
  3542.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3543.         return $instance;
  3544.     }
  3545.     /**
  3546.      * Gets the private 'session_listener' shared service.
  3547.      *
  3548.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3549.      */
  3550.     protected function getSessionListenerService()
  3551.     {
  3552.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3553.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3554.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3555.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3556.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3557.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3558.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3559.         ], [
  3560.             'initialized_session' => '?',
  3561.             'logger' => '?',
  3562.             'request_stack' => '?',
  3563.             'session' => '?',
  3564.             'session_collector' => '?',
  3565.             'session_factory' => '?',
  3566.         ]), true$this->parameters['session.storage.options']);
  3567.     }
  3568.     /**
  3569.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  3570.      *
  3571.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3572.      */
  3573.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  3574.     {
  3575.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3576.     }
  3577.     /**
  3578.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  3579.      *
  3580.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3581.      */
  3582.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3583.     {
  3584.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3585.     }
  3586.     /**
  3587.      * Gets the private 'sonata.admin.pool' shared service.
  3588.      *
  3589.      * @return \Sonata\AdminBundle\Admin\Pool
  3590.      */
  3591.     protected function getSonata_Admin_PoolService()
  3592.     {
  3593.         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, [], []))), [], [], []);
  3594.     }
  3595.     /**
  3596.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  3597.      *
  3598.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  3599.      */
  3600.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  3601.     {
  3602.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  3603.     }
  3604.     /**
  3605.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  3606.      *
  3607.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  3608.      */
  3609.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  3610.     {
  3611.         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()));
  3612.     }
  3613.     /**
  3614.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  3615.      *
  3616.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  3617.      */
  3618.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  3619.     {
  3620.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3621.     }
  3622.     /**
  3623.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  3624.      *
  3625.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  3626.      */
  3627.     protected function getSonata_Admin_Twig_IconRuntimeService()
  3628.     {
  3629.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  3630.     }
  3631.     /**
  3632.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  3633.      *
  3634.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  3635.      */
  3636.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  3637.     {
  3638.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3639.     }
  3640.     /**
  3641.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  3642.      *
  3643.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  3644.      */
  3645.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  3646.     {
  3647.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3648.         if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  3649.             return $this->privates['sonata.admin.twig.security_runtime'];
  3650.         }
  3651.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  3652.     }
  3653.     /**
  3654.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  3655.      *
  3656.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  3657.      */
  3658.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  3659.     {
  3660.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3661.     }
  3662.     /**
  3663.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  3664.      *
  3665.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  3666.      */
  3667.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  3668.     {
  3669.         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()));
  3670.     }
  3671.     /**
  3672.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  3673.      *
  3674.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  3675.      */
  3676.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  3677.     {
  3678.         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']);
  3679.     }
  3680.     /**
  3681.      * Gets the private 'sonata.block.templating.helper' shared service.
  3682.      *
  3683.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3684.      */
  3685.     protected function getSonata_Block_Templating_HelperService()
  3686.     {
  3687.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  3688.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3689.             return $this->privates['sonata.block.templating.helper'];
  3690.         }
  3691.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  3692.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3693.             return $this->privates['sonata.block.templating.helper'];
  3694.         }
  3695.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3696.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3697.             return $this->privates['sonata.block.templating.helper'];
  3698.         }
  3699.         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))));
  3700.     }
  3701.     /**
  3702.      * Gets the private 'sonata.form.twig.canonicalize_runtime' shared service.
  3703.      *
  3704.      * @return \Sonata\Form\Twig\CanonicalizeRuntime
  3705.      */
  3706.     protected function getSonata_Form_Twig_CanonicalizeRuntimeService()
  3707.     {
  3708.         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())));
  3709.     }
  3710.     /**
  3711.      * Gets the private 'translator.default' shared service.
  3712.      *
  3713.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3714.      */
  3715.     protected function getTranslator_DefaultService()
  3716.     {
  3717.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3718.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3719.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3720.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3721.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3722.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3723.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3724.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3725.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3726.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3727.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3728.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3729.         ], [
  3730.             'translation.loader.csv' => '?',
  3731.             'translation.loader.dat' => '?',
  3732.             'translation.loader.ini' => '?',
  3733.             'translation.loader.json' => '?',
  3734.             'translation.loader.mo' => '?',
  3735.             'translation.loader.php' => '?',
  3736.             'translation.loader.po' => '?',
  3737.             'translation.loader.qt' => '?',
  3738.             'translation.loader.res' => '?',
  3739.             'translation.loader.xliff' => '?',
  3740.             'translation.loader.yml' => '?',
  3741.         ]), 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']);
  3742.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3743.         $instance->setFallbackLocales($this->parameters['kernel.enabled_locales']);
  3744.         return $instance;
  3745.     }
  3746.     /**
  3747.      * Gets the private 'validator.builder' shared service.
  3748.      *
  3749.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3750.      */
  3751.     protected function getValidator_BuilderService()
  3752.     {
  3753.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3754.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3755.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3756.         if ($this->has('translator')) {
  3757.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3758.         }
  3759.         $instance->setTranslationDomain('validators');
  3760.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3761.         $instance->enableAnnotationMapping(true);
  3762.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3763.         $instance->addMethodMapping('loadValidatorMetadata');
  3764.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3765.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3766.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3767.         return $instance;
  3768.     }
  3769.     /**
  3770.      * Gets the private 'validator.validator_factory' shared service.
  3771.      *
  3772.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3773.      */
  3774.     protected function getValidator_ValidatorFactoryService()
  3775.     {
  3776.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3777.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3778.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3779.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3780.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3781.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3782.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3783.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3784.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3785.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3786.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3787.         ], [
  3788.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3789.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3790.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3791.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3792.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3793.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3794.             'doctrine.orm.validator.unique' => '?',
  3795.             'security.validator.user_password' => '?',
  3796.             'sonata.form.validator.inline' => '?',
  3797.             'validator.expression' => '?',
  3798.         ]));
  3799.     }
  3800.     /**
  3801.      * Gets the private 'var_dumper.html_dumper' shared service.
  3802.      *
  3803.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3804.      */
  3805.     protected function getVarDumper_HtmlDumperService()
  3806.     {
  3807.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3808.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3809.         return $instance;
  3810.     }
  3811.     /**
  3812.      * Gets the private 'var_dumper.server_connection' shared service.
  3813.      *
  3814.      * @return \Symfony\Component\VarDumper\Server\Connection
  3815.      */
  3816.     protected function getVarDumper_ServerConnectionService()
  3817.     {
  3818.         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()]);
  3819.     }
  3820.     /**
  3821.      * Gets the private 'web_profiler.csp.handler' shared service.
  3822.      *
  3823.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3824.      */
  3825.     protected function getWebProfiler_Csp_HandlerService()
  3826.     {
  3827.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3828.     }
  3829.     /**
  3830.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3831.      *
  3832.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3833.      */
  3834.     protected function getWebProfiler_DebugToolbarService()
  3835.     {
  3836.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3837.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3838.             return $this->privates['web_profiler.debug_toolbar'];
  3839.         }
  3840.         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()));
  3841.     }
  3842.     /**
  3843.      * Gets the public 'cache_clearer' alias.
  3844.      *
  3845.      * @return object The ".container.private.cache_clearer" service.
  3846.      */
  3847.     protected function getCacheClearerService()
  3848.     {
  3849.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3850.         return $this->get('.container.private.cache_clearer');
  3851.     }
  3852.     /**
  3853.      * Gets the public 'filesystem' alias.
  3854.      *
  3855.      * @return object The ".container.private.filesystem" service.
  3856.      */
  3857.     protected function getFilesystemService()
  3858.     {
  3859.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3860.         return $this->get('.container.private.filesystem');
  3861.     }
  3862.     /**
  3863.      * Gets the public 'serializer' alias.
  3864.      *
  3865.      * @return object The ".container.private.serializer" service.
  3866.      */
  3867.     protected function getSerializerService()
  3868.     {
  3869.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3870.         return $this->get('.container.private.serializer');
  3871.     }
  3872.     /**
  3873.      * Gets the public 'security.csrf.token_manager' alias.
  3874.      *
  3875.      * @return object The ".container.private.security.csrf.token_manager" service.
  3876.      */
  3877.     protected function getSecurity_Csrf_TokenManagerService()
  3878.     {
  3879.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3880.         return $this->get('.container.private.security.csrf.token_manager');
  3881.     }
  3882.     /**
  3883.      * Gets the public 'form.factory' alias.
  3884.      *
  3885.      * @return object The ".container.private.form.factory" service.
  3886.      */
  3887.     protected function getForm_FactoryService()
  3888.     {
  3889.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3890.         return $this->get('.container.private.form.factory');
  3891.     }
  3892.     /**
  3893.      * Gets the public 'form.type.file' alias.
  3894.      *
  3895.      * @return object The ".container.private.form.type.file" service.
  3896.      */
  3897.     protected function getForm_Type_FileService()
  3898.     {
  3899.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3900.         return $this->get('.container.private.form.type.file');
  3901.     }
  3902.     /**
  3903.      * Gets the public 'profiler' alias.
  3904.      *
  3905.      * @return object The ".container.private.profiler" service.
  3906.      */
  3907.     protected function getProfilerService()
  3908.     {
  3909.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3910.         return $this->get('.container.private.profiler');
  3911.     }
  3912.     /**
  3913.      * Gets the public 'twig' alias.
  3914.      *
  3915.      * @return object The ".container.private.twig" service.
  3916.      */
  3917.     protected function getTwigService()
  3918.     {
  3919.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3920.         return $this->get('.container.private.twig');
  3921.     }
  3922.     /**
  3923.      * Gets the public 'security.authorization_checker' alias.
  3924.      *
  3925.      * @return object The ".container.private.security.authorization_checker" service.
  3926.      */
  3927.     protected function getSecurity_AuthorizationCheckerService()
  3928.     {
  3929.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3930.         return $this->get('.container.private.security.authorization_checker');
  3931.     }
  3932.     /**
  3933.      * Gets the public 'security.token_storage' alias.
  3934.      *
  3935.      * @return object The ".container.private.security.token_storage" service.
  3936.      */
  3937.     protected function getSecurity_TokenStorageService()
  3938.     {
  3939.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3940.         return $this->get('.container.private.security.token_storage');
  3941.     }
  3942.     /**
  3943.      * Gets the public 'security.password_encoder' alias.
  3944.      *
  3945.      * @return object The ".container.private.security.password_encoder" service.
  3946.      */
  3947.     protected function getSecurity_PasswordEncoderService()
  3948.     {
  3949.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3950.         return $this->get('.container.private.security.password_encoder');
  3951.     }
  3952.     /**
  3953.      * Gets the public 'session' alias.
  3954.      *
  3955.      * @return object The ".container.private.session" service.
  3956.      */
  3957.     protected function getSessionService()
  3958.     {
  3959.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3960.         return $this->get('.container.private.session');
  3961.     }
  3962.     /**
  3963.      * Gets the public 'validator' alias.
  3964.      *
  3965.      * @return object The ".container.private.validator" service.
  3966.      */
  3967.     protected function getValidatorService()
  3968.     {
  3969.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3970.         return $this->get('.container.private.validator');
  3971.     }
  3972.     /**
  3973.      * @return array|bool|float|int|string|\UnitEnum|null
  3974.      */
  3975.     public function getParameter(string $name)
  3976.     {
  3977.         if (isset($this->buildParameters[$name])) {
  3978.             return $this->buildParameters[$name];
  3979.         }
  3980.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3981.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3982.         }
  3983.         if (isset($this->loadedDynamicParameters[$name])) {
  3984.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3985.         }
  3986.         return $this->parameters[$name];
  3987.     }
  3988.     public function hasParameter(string $name): bool
  3989.     {
  3990.         if (isset($this->buildParameters[$name])) {
  3991.             return true;
  3992.         }
  3993.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3994.     }
  3995.     public function setParameter(string $name$value): void
  3996.     {
  3997.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3998.     }
  3999.     public function getParameterBag(): ParameterBagInterface
  4000.     {
  4001.         if (null === $this->parameterBag) {
  4002.             $parameters $this->parameters;
  4003.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4004.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4005.             }
  4006.             foreach ($this->buildParameters as $name => $value) {
  4007.                 $parameters[$name] = $value;
  4008.             }
  4009.             $this->parameterBag = new FrozenParameterBag($parameters);
  4010.         }
  4011.         return $this->parameterBag;
  4012.     }
  4013.     private $loadedDynamicParameters = [
  4014.         'kernel.runtime_environment' => false,
  4015.         'kernel.build_dir' => false,
  4016.         'kernel.cache_dir' => false,
  4017.         'frontend_domain' => false,
  4018.         'backend_domain' => false,
  4019.         'image_domain' => false,
  4020.         'etermin_public_key' => false,
  4021.         'etermin_private_key' => false,
  4022.         'matomo_api_key' => false,
  4023.         'doctrine.orm.proxy_dir' => false,
  4024.         'kernel.secret' => false,
  4025.         'debug.container.dump' => false,
  4026.         'serializer.mapping.cache.file' => false,
  4027.         'validator.mapping.cache.file' => false,
  4028.         'profiler.storage.dsn' => false,
  4029.     ];
  4030.     private $dynamicParameters = [];
  4031.     private function getDynamicParameter(string $name)
  4032.     {
  4033.         switch ($name) {
  4034.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4035.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4036.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4037.             case 'frontend_domain'$value $this->getEnv('FRONTEND_DOMAIN'); break;
  4038.             case 'backend_domain'$value $this->getEnv('BACKEND_DOMAIN'); break;
  4039.             case 'image_domain'$value $this->getEnv('IMAGE_DOMAIN'); break;
  4040.             case 'etermin_public_key'$value $this->getEnv('ETERMIN_PUBLIC_KEY'); break;
  4041.             case 'etermin_private_key'$value $this->getEnv('ETERMIN_PRIVATE_KEY'); break;
  4042.             case 'matomo_api_key'$value $this->getEnv('MATOMO_API_KEY'); break;
  4043.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4044.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4045.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4046.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4047.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4048.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4049.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4050.         }
  4051.         $this->loadedDynamicParameters[$name] = true;
  4052.         return $this->dynamicParameters[$name] = $value;
  4053.     }
  4054.     protected function getDefaultParameters(): array
  4055.     {
  4056.         return [
  4057.             'kernel.project_dir' => \dirname(__DIR__4),
  4058.             'kernel.environment' => 'dev',
  4059.             'kernel.debug' => true,
  4060.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4061.             'kernel.bundles' => [
  4062.                 'AdminBundle' => 'App\\AdminBundle\\AdminBundle',
  4063.                 'ApiBundle' => 'App\\ApiBundle\\ApiBundle',
  4064.                 'BackendBundle' => 'App\\BackendBundle\\BackendBundle',
  4065.                 'FrontendBundle' => 'App\\FrontendBundle\\FrontendBundle',
  4066.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4067.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4068.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  4069.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  4070.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4071.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  4072.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4073.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4074.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4075.                 'OverblogGraphQLBundle' => 'Overblog\\GraphQLBundle\\OverblogGraphQLBundle',
  4076.                 'OverblogGraphiQLBundle' => 'Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle',
  4077.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4078.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  4079.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  4080.                 'SonataCacheBundle' => 'Sonata\\CacheBundle\\SonataCacheBundle',
  4081.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  4082.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  4083.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle\\SonataFormBundle',
  4084.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  4085.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4086.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4087.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4088.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4089.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4090.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4091.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4092.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4093.             ],
  4094.             'kernel.bundles_metadata' => [
  4095.                 'AdminBundle' => [
  4096.                     'path' => (\dirname(__DIR__4).'/src/AdminBundle'),
  4097.                     'namespace' => 'App\\AdminBundle',
  4098.                 ],
  4099.                 'ApiBundle' => [
  4100.                     'path' => (\dirname(__DIR__4).'/src/ApiBundle'),
  4101.                     'namespace' => 'App\\ApiBundle',
  4102.                 ],
  4103.                 'BackendBundle' => [
  4104.                     'path' => (\dirname(__DIR__4).'/src/BackendBundle'),
  4105.                     'namespace' => 'App\\BackendBundle',
  4106.                 ],
  4107.                 'FrontendBundle' => [
  4108.                     'path' => (\dirname(__DIR__4).'/src/FrontendBundle'),
  4109.                     'namespace' => 'App\\FrontendBundle',
  4110.                 ],
  4111.                 'DoctrineBundle' => [
  4112.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4113.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4114.                 ],
  4115.                 'DoctrineMigrationsBundle' => [
  4116.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4117.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4118.                 ],
  4119.                 'FOSCKEditorBundle' => [
  4120.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  4121.                     'namespace' => 'FOS\\CKEditorBundle',
  4122.                 ],
  4123.                 'FOSElasticaBundle' => [
  4124.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  4125.                     'namespace' => 'FOS\\ElasticaBundle',
  4126.                 ],
  4127.                 'JMSSerializerBundle' => [
  4128.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  4129.                     'namespace' => 'JMS\\SerializerBundle',
  4130.                 ],
  4131.                 'KnpMarkdownBundle' => [
  4132.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  4133.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  4134.                 ],
  4135.                 'KnpMenuBundle' => [
  4136.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  4137.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4138.                 ],
  4139.                 'LeagueOAuth2ServerBundle' => [
  4140.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4141.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4142.                 ],
  4143.                 'LiipImagineBundle' => [
  4144.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4145.                     'namespace' => 'Liip\\ImagineBundle',
  4146.                 ],
  4147.                 'OverblogGraphQLBundle' => [
  4148.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src'),
  4149.                     'namespace' => 'Overblog\\GraphQLBundle',
  4150.                 ],
  4151.                 'OverblogGraphiQLBundle' => [
  4152.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle'),
  4153.                     'namespace' => 'Overblog\\GraphiQLBundle',
  4154.                 ],
  4155.                 'SensioFrameworkExtraBundle' => [
  4156.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4157.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4158.                 ],
  4159.                 'SonataBlockBundle' => [
  4160.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  4161.                     'namespace' => 'Sonata\\BlockBundle',
  4162.                 ],
  4163.                 'SonataAdminBundle' => [
  4164.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  4165.                     'namespace' => 'Sonata\\AdminBundle',
  4166.                 ],
  4167.                 'SonataCacheBundle' => [
  4168.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/cache-bundle/src'),
  4169.                     'namespace' => 'Sonata\\CacheBundle',
  4170.                 ],
  4171.                 'SonataDoctrineBundle' => [
  4172.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  4173.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  4174.                 ],
  4175.                 'SonataDoctrineORMAdminBundle' => [
  4176.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  4177.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  4178.                 ],
  4179.                 'SonataFormBundle' => [
  4180.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/..'),
  4181.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle',
  4182.                 ],
  4183.                 'SonataSeoBundle' => [
  4184.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  4185.                     'namespace' => 'Sonata\\SeoBundle',
  4186.                 ],
  4187.                 'FrameworkBundle' => [
  4188.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4189.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4190.                 ],
  4191.                 'TwigBundle' => [
  4192.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4193.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4194.                 ],
  4195.                 'WebProfilerBundle' => [
  4196.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4197.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4198.                 ],
  4199.                 'MonologBundle' => [
  4200.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4201.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4202.                 ],
  4203.                 'DebugBundle' => [
  4204.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4205.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4206.                 ],
  4207.                 'MakerBundle' => [
  4208.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4209.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4210.                 ],
  4211.                 'SecurityBundle' => [
  4212.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4213.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4214.                 ],
  4215.                 'TwigExtraBundle' => [
  4216.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4217.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4218.                 ],
  4219.             ],
  4220.             'kernel.charset' => 'UTF-8',
  4221.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4222.             'admin.authentication.handler.login_success_handler.class' => 'AdminBundle\\Authentication\\Handler\\LoginSuccessHandler',
  4223.             'admin.lastroute.class' => 'AdminBundle\\EventListener\\LastRouteListener',
  4224.             'sonata.media.admin.media.class' => 'AdminBundle\\Admin\\MediaAdmin',
  4225.             'sonata.media.admin.gallery.class' => 'AdminBundle\\Admin\\GalleryAdmin',
  4226.             'sonata.media.admin.gallery_has_media.class' => 'AdminBundle\\Admin\\GalleryHasMediaAdmin',
  4227.             'twig.asset_exists_extension.class' => 'App\\Twig\\AssetExistsExtension',
  4228.             'twig.date_helpers_extension.class' => 'App\\Twig\\DateHelpersExtension',
  4229.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4230.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4231.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4232.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4233.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4234.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4235.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4236.             'doctrine.entity_managers' => [
  4237.                 'default' => 'doctrine.orm.default_entity_manager',
  4238.             ],
  4239.             'doctrine.default_entity_manager' => 'default',
  4240.             'doctrine.dbal.connection_factory.types' => [
  4241.                 'oauth2_grant' => [
  4242.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  4243.                 ],
  4244.                 'oauth2_redirect_uri' => [
  4245.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  4246.                 ],
  4247.                 'oauth2_scope' => [
  4248.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  4249.                 ],
  4250.                 'uuid' => [
  4251.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  4252.                 ],
  4253.                 'json' => [
  4254.                     'class' => 'Sonata\\Doctrine\\Types\\JsonType',
  4255.                 ],
  4256.                 'ulid' => [
  4257.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4258.                 ],
  4259.             ],
  4260.             'doctrine.connections' => [
  4261.                 'default' => 'doctrine.dbal.default_connection',
  4262.             ],
  4263.             'doctrine.default_connection' => 'default',
  4264.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4265.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4266.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4267.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4268.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4269.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4270.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4271.             'doctrine.orm.cache.memcache_port' => 11211,
  4272.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4273.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4274.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4275.             'doctrine.orm.cache.memcached_port' => 11211,
  4276.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4277.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4278.             'doctrine.orm.cache.redis_host' => 'localhost',
  4279.             'doctrine.orm.cache.redis_port' => 6379,
  4280.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4281.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4282.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4283.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4284.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4285.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4286.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4287.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4288.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4289.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4290.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4291.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4292.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4293.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4294.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4295.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4296.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4297.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4298.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4299.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4300.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4301.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4302.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  4303.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4304.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4305.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4306.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4307.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4308.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4309.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4310.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4311.             'doctrine.orm.auto_generate_proxy_classes' => false,
  4312.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4313.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4314.             'doctrine.migrations.preferred_em' => NULL,
  4315.             'doctrine.migrations.preferred_connection' => NULL,
  4316.             'fos_elastica.property_accessor.magicCall' => 0,
  4317.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
  4318.             'fos_elastica.default_index' => 'events',
  4319.             'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
  4320.             'knp_menu.renderer.list.options' => [
  4321.             ],
  4322.             'knp_menu.renderer.twig.options' => [
  4323.             ],
  4324.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4325.             'knp_menu.default_renderer' => 'twig',
  4326.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  4327.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  4328.             'league.oauth2_server.encryption_key' => '5jsptBuOQnuwC4SECyXd8FVa0BA1/Uxut/H3Yq5vHAk=',
  4329.             'league.oauth2_server.encryption_key.type' => 'plain',
  4330.             'league.oauth2_server.scopes.default' => [
  4331.                 => 'defaultscope',
  4332.             ],
  4333.             'liip_imagine.resolvers' => [
  4334.                 'default' => [
  4335.                     'web_path' => [
  4336.                         'web_root' => (\dirname(__DIR__4).'/public'),
  4337.                         'cache_prefix' => 'media/cache',
  4338.                     ],
  4339.                 ],
  4340.             ],
  4341.             'liip_imagine.loaders' => [
  4342.                 'default' => [
  4343.                     'filesystem' => [
  4344.                         'data_root' => [
  4345.                             => (\dirname(__DIR__4).'/public'),
  4346.                         ],
  4347.                         'locator' => 'filesystem',
  4348.                         'allow_unresolvable_data_roots' => false,
  4349.                         'bundle_resources' => [
  4350.                             'enabled' => false,
  4351.                             'access_control_type' => 'blacklist',
  4352.                             'access_control_list' => [
  4353.                             ],
  4354.                         ],
  4355.                     ],
  4356.                 ],
  4357.             ],
  4358.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4359.             'liip_imagine.jpegoptim.stripAll' => true,
  4360.             'liip_imagine.jpegoptim.max' => NULL,
  4361.             'liip_imagine.jpegoptim.progressive' => true,
  4362.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4363.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4364.             'liip_imagine.optipng.level' => 7,
  4365.             'liip_imagine.optipng.stripAll' => true,
  4366.             'liip_imagine.optipng.tempDir' => NULL,
  4367.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4368.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4369.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4370.             'liip_imagine.cwebp.tempDir' => NULL,
  4371.             'liip_imagine.cwebp.q' => 75,
  4372.             'liip_imagine.cwebp.alphaQ' => 100,
  4373.             'liip_imagine.cwebp.m' => 4,
  4374.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  4375.             'liip_imagine.cwebp.alphaMethod' => 1,
  4376.             'liip_imagine.cwebp.exact' => false,
  4377.             'liip_imagine.cwebp.metadata' => [
  4378.                 => 'none',
  4379.             ],
  4380.             'liip_imagine.driver_service' => 'liip_imagine.imagick',
  4381.             'liip_imagine.cache.resolver.default' => 'default',
  4382.             'liip_imagine.default_image' => NULL,
  4383.             'liip_imagine.filter_sets' => [
  4384.                 'cache' => [
  4385.                     'format' => 'webp',
  4386.                     'quality' => 100,
  4387.                     'jpeg_quality' => NULL,
  4388.                     'png_compression_level' => NULL,
  4389.                     'png_compression_filter' => NULL,
  4390.                     'animated' => false,
  4391.                     'cache' => NULL,
  4392.                     'data_loader' => NULL,
  4393.                     'default_image' => NULL,
  4394.                     'filters' => [
  4395.                     ],
  4396.                     'post_processors' => [
  4397.                     ],
  4398.                 ],
  4399.                 'tn_medium' => [
  4400.                     'format' => 'webp',
  4401.                     'quality' => 100,
  4402.                     'jpeg_quality' => NULL,
  4403.                     'png_compression_level' => NULL,
  4404.                     'png_compression_filter' => NULL,
  4405.                     'animated' => false,
  4406.                     'cache' => NULL,
  4407.                     'data_loader' => NULL,
  4408.                     'default_image' => NULL,
  4409.                     'filters' => [
  4410.                         'relative_resize' => [
  4411.                             'widen' => 527,
  4412.                         ],
  4413.                     ],
  4414.                     'post_processors' => [
  4415.                     ],
  4416.                 ],
  4417.                 'tn_portrait' => [
  4418.                     'format' => 'webp',
  4419.                     'quality' => 100,
  4420.                     'jpeg_quality' => NULL,
  4421.                     'png_compression_level' => NULL,
  4422.                     'png_compression_filter' => NULL,
  4423.                     'animated' => false,
  4424.                     'cache' => NULL,
  4425.                     'data_loader' => NULL,
  4426.                     'default_image' => NULL,
  4427.                     'filters' => [
  4428.                         'relative_resize' => [
  4429.                             'widen' => 1000,
  4430.                         ],
  4431.                     ],
  4432.                     'post_processors' => [
  4433.                     ],
  4434.                 ],
  4435.                 'tn_landscape' => [
  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' => 1240,
  4448.                         ],
  4449.                     ],
  4450.                     'post_processors' => [
  4451.                     ],
  4452.                 ],
  4453.                 'tn_large' => [
  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' => 1560,
  4466.                         ],
  4467.                     ],
  4468.                     'post_processors' => [
  4469.                     ],
  4470.                 ],
  4471.                 'tn_xlarge' => [
  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' => 1900,
  4484.                         ],
  4485.                     ],
  4486.                     'post_processors' => [
  4487.                     ],
  4488.                 ],
  4489.                 'tn_huge' => [
  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' => 2800,
  4502.                         ],
  4503.                     ],
  4504.                     'post_processors' => [
  4505.                     ],
  4506.                 ],
  4507.             ],
  4508.             'liip_imagine.binary.loader.default' => 'default',
  4509.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4510.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4511.             'liip_imagine.webp.generate' => false,
  4512.             'liip_imagine.webp.options' => [
  4513.                 'quality' => 100,
  4514.                 'cache' => NULL,
  4515.                 'data_loader' => NULL,
  4516.                 'post_processors' => [
  4517.                 ],
  4518.             ],
  4519.             'overblog_graphql_types.config' => [
  4520.                 'InternalMutation' => [
  4521.                     'type' => 'object',
  4522.                     'inherits' => [
  4523.                         => 'InternalMutationBoPartnerProfile',
  4524.                         => 'InternalMutationCompanyProfile',
  4525.                         => 'InternalMutationJobMarket',
  4526.                         => 'InternalMutationSchool',
  4527.                         => 'InternalMutationSchoolClass',
  4528.                         => 'InternalMutationSchoolProfile',
  4529.                         => 'InternalMutationTeacher',
  4530.                         => 'InternalMutationUser',
  4531.                     ],
  4532.                     'class_name' => 'InternalMutationType',
  4533.                     'decorator' => false,
  4534.                     'config' => [
  4535.                         'description' => 'Internal Mutation',
  4536.                         'fields' => [
  4537.                             'addBoPartnerProfileContact' => [
  4538.                                 'type' => 'ProfileUpdateResponse!',
  4539.                                 'args' => [
  4540.                                     'profileID' => [
  4541.                                         'description' => 'The profile id',
  4542.                                         'type' => 'Int!',
  4543.                                     ],
  4544.                                     'contact' => [
  4545.                                         'description' => 'The contact data',
  4546.                                         'type' => 'InContactPerson!',
  4547.                                     ],
  4548.                                 ],
  4549.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addContact", args["profileID"], args["contact"])',
  4550.                             ],
  4551.                             'removeBoPartnerProfileContact' => [
  4552.                                 'type' => 'ProfileUpdateResponse!',
  4553.                                 'args' => [
  4554.                                     'profileID' => [
  4555.                                         'description' => 'The profile id',
  4556.                                         'type' => 'Int!',
  4557.                                     ],
  4558.                                     'contactID' => [
  4559.                                         'description' => 'The contact id',
  4560.                                         'type' => 'Int!',
  4561.                                     ],
  4562.                                 ],
  4563.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeContact", args["profileID"], args["contactID"])',
  4564.                             ],
  4565.                             'updateBoPartnerProfileContact' => [
  4566.                                 'type' => 'ProfileUpdateResponse!',
  4567.                                 'args' => [
  4568.                                     'profileID' => [
  4569.                                         'description' => 'The profile id',
  4570.                                         'type' => 'Int!',
  4571.                                     ],
  4572.                                     'contactID' => [
  4573.                                         'description' => 'The contact id',
  4574.                                         'type' => 'Int!',
  4575.                                     ],
  4576.                                     'contact' => [
  4577.                                         'description' => 'The contact data',
  4578.                                         'type' => 'InContactPerson!',
  4579.                                     ],
  4580.                                 ],
  4581.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  4582.                             ],
  4583.                             'updateBoPartnerProfileContactPosition' => [
  4584.                                 'type' => 'ProfileUpdateResponse!',
  4585.                                 'args' => [
  4586.                                     'profileID' => [
  4587.                                         'description' => 'The profile id',
  4588.                                         'type' => 'Int!',
  4589.                                     ],
  4590.                                     'contactIDs' => [
  4591.                                         'description' => 'The contact ids',
  4592.                                         'type' => '[Int!]',
  4593.                                     ],
  4594.                                 ],
  4595.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContactPositions", args["profileID"], args["contactIDs"])',
  4596.                             ],
  4597.                             'addBoPartnerProfileGalleryPicture' => [
  4598.                                 'type' => 'ProfileUpdateResponse!',
  4599.                                 'args' => [
  4600.                                     'profileID' => [
  4601.                                         'description' => 'The profile id',
  4602.                                         'type' => 'Int!',
  4603.                                     ],
  4604.                                     'picture' => [
  4605.                                         'description' => 'The picture to add',
  4606.                                         'type' => 'UploadFile!',
  4607.                                     ],
  4608.                                 ],
  4609.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  4610.                             ],
  4611.                             'removeBoPartnerProfileGalleryPicture' => [
  4612.                                 'type' => 'ProfileUpdateResponse!',
  4613.                                 'args' => [
  4614.                                     'profileID' => [
  4615.                                         'description' => 'The profile id',
  4616.                                         'type' => 'Int!',
  4617.                                     ],
  4618.                                     'galleryEntryID' => [
  4619.                                         'description' => 'The gallery entry id',
  4620.                                         'type' => 'Int!',
  4621.                                     ],
  4622.                                 ],
  4623.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  4624.                             ],
  4625.                             'setBoPartnerProfileGalleryPictureCaption' => [
  4626.                                 'type' => 'ProfileUpdateResponse!',
  4627.                                 'args' => [
  4628.                                     'profileID' => [
  4629.                                         'description' => 'The profile id',
  4630.                                         'type' => 'Int!',
  4631.                                     ],
  4632.                                     'galleryEntryID' => [
  4633.                                         'description' => 'The gallery entry id',
  4634.                                         'type' => 'Int!',
  4635.                                     ],
  4636.                                     'caption' => [
  4637.                                         'description' => 'The caption',
  4638.                                         'type' => 'String!',
  4639.                                     ],
  4640.                                 ],
  4641.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  4642.                             ],
  4643.                             'addBoPartnerProfileGalleryDocument' => [
  4644.                                 'type' => 'ProfileUpdateResponse!',
  4645.                                 'args' => [
  4646.                                     'profileID' => [
  4647.                                         'description' => 'The profile id',
  4648.                                         'type' => 'Int!',
  4649.                                     ],
  4650.                                     'document' => [
  4651.                                         'description' => 'The document to add',
  4652.                                         'type' => 'UploadFile!',
  4653.                                     ],
  4654.                                     'documentName' => [
  4655.                                         'description' => 'The document name',
  4656.                                         'type' => 'String!',
  4657.                                     ],
  4658.                                 ],
  4659.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  4660.                             ],
  4661.                             'removeBoPartnerProfileGalleryDocument' => [
  4662.                                 'type' => 'ProfileUpdateResponse!',
  4663.                                 'args' => [
  4664.                                     'profileID' => [
  4665.                                         'description' => 'The profile id',
  4666.                                         'type' => 'Int!',
  4667.                                     ],
  4668.                                     'galleryEntryID' => [
  4669.                                         'description' => 'The gallery entry id',
  4670.                                         'type' => 'Int!',
  4671.                                     ],
  4672.                                 ],
  4673.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  4674.                             ],
  4675.                             'setBoPartnerProfileGalleryDocumentCaption' => [
  4676.                                 'type' => 'ProfileUpdateResponse!',
  4677.                                 'args' => [
  4678.                                     'profileID' => [
  4679.                                         'description' => 'The profile id',
  4680.                                         'type' => 'Int!',
  4681.                                     ],
  4682.                                     'galleryEntryID' => [
  4683.                                         'description' => 'The gallery entry id',
  4684.                                         'type' => 'Int!',
  4685.                                     ],
  4686.                                     'caption' => [
  4687.                                         'description' => 'The caption',
  4688.                                         'type' => 'String!',
  4689.                                     ],
  4690.                                 ],
  4691.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  4692.                             ],
  4693.                             'addBoPartnerProfileGalleryVideo' => [
  4694.                                 'type' => 'ProfileUpdateResponse!',
  4695.                                 'args' => [
  4696.                                     'profileID' => [
  4697.                                         'description' => 'The profile id',
  4698.                                         'type' => 'Int!',
  4699.                                     ],
  4700.                                     'youtubeURL' => [
  4701.                                         'description' => 'The youtube url',
  4702.                                         'type' => 'String!',
  4703.                                     ],
  4704.                                     'videoName' => [
  4705.                                         'description' => 'The video name',
  4706.                                         'type' => 'String!',
  4707.                                     ],
  4708.                                 ],
  4709.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  4710.                             ],
  4711.                             'removeBoPartnerProfileGalleryVideo' => [
  4712.                                 'type' => 'ProfileUpdateResponse!',
  4713.                                 'args' => [
  4714.                                     'profileID' => [
  4715.                                         'description' => 'The profile id',
  4716.                                         'type' => 'Int!',
  4717.                                     ],
  4718.                                     'galleryEntryID' => [
  4719.                                         'description' => 'The gallery entry id',
  4720.                                         'type' => 'Int!',
  4721.                                     ],
  4722.                                 ],
  4723.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  4724.                             ],
  4725.                             'setBoPartnerProfileGalleryVideoCaption' => [
  4726.                                 'type' => 'ProfileUpdateResponse!',
  4727.                                 'args' => [
  4728.                                     'profileID' => [
  4729.                                         'description' => 'The profile id',
  4730.                                         'type' => 'Int!',
  4731.                                     ],
  4732.                                     'galleryEntryID' => [
  4733.                                         'description' => 'The gallery entry id',
  4734.                                         'type' => 'Int!',
  4735.                                     ],
  4736.                                     'caption' => [
  4737.                                         'description' => 'The caption',
  4738.                                         'type' => 'String!',
  4739.                                     ],
  4740.                                 ],
  4741.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  4742.                             ],
  4743.                             'setBoPartnerProfileGalleryItemsVisability' => [
  4744.                                 'type' => 'ProfileUpdateResponse!',
  4745.                                 'args' => [
  4746.                                     'profileID' => [
  4747.                                         'description' => 'The profile id',
  4748.                                         'type' => 'Int!',
  4749.                                     ],
  4750.                                     'galleryEntryIDs' => [
  4751.                                         'description' => 'The gallery entry id',
  4752.                                         'type' => '[Int!]',
  4753.                                     ],
  4754.                                     'visible' => [
  4755.                                         'description' => 'enable or disable visibility',
  4756.                                         'type' => 'Boolean!',
  4757.                                     ],
  4758.                                 ],
  4759.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryItemsVisability", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  4760.                             ],
  4761.                             'setBoPartnerProfileGalleryItemsPosition' => [
  4762.                                 'type' => 'ProfileUpdateResponse!',
  4763.                                 'args' => [
  4764.                                     'profileID' => [
  4765.                                         'description' => 'The profile id',
  4766.                                         'type' => 'Int!',
  4767.                                     ],
  4768.                                     'galleryEntryIDs' => [
  4769.                                         'description' => 'The gallery entry id',
  4770.                                         'type' => '[Int!]',
  4771.                                     ],
  4772.                                 ],
  4773.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  4774.                             ],
  4775.                             'updateBoPartnerProfileLinks' => [
  4776.                                 'type' => 'ProfileUpdateResponse!',
  4777.                                 'args' => [
  4778.                                     'profileID' => [
  4779.                                         'description' => 'The profile id',
  4780.                                         'type' => 'Int!',
  4781.                                     ],
  4782.                                     'links' => [
  4783.                                         'description' => 'The link urls',
  4784.                                         'type' => '[InLink!]',
  4785.                                     ],
  4786.                                 ],
  4787.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  4788.                             ],
  4789.                             'addBoPartnerProfileLocation' => [
  4790.                                 'type' => 'ProfileUpdateResponse!',
  4791.                                 'args' => [
  4792.                                     'profileID' => [
  4793.                                         'description' => 'The profile id',
  4794.                                         'type' => 'Int!',
  4795.                                     ],
  4796.                                     'location' => [
  4797.                                         'description' => 'The location data',
  4798.                                         'type' => 'InLocation!',
  4799.                                     ],
  4800.                                 ],
  4801.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addLocation", args["profileID"], args["location"])',
  4802.                             ],
  4803.                             'removeBoPartnerProfileLocation' => [
  4804.                                 'type' => 'ProfileUpdateResponse!',
  4805.                                 'args' => [
  4806.                                     'profileID' => [
  4807.                                         'description' => 'The profile id',
  4808.                                         'type' => 'Int!',
  4809.                                     ],
  4810.                                     'locationID' => [
  4811.                                         'description' => 'The location ID',
  4812.                                         'type' => 'Int!',
  4813.                                     ],
  4814.                                 ],
  4815.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  4816.                             ],
  4817.                             'updateBoPartnerProfileLocation' => [
  4818.                                 'type' => 'ProfileUpdateResponse!',
  4819.                                 'args' => [
  4820.                                     'profileID' => [
  4821.                                         'description' => 'The profile id',
  4822.                                         'type' => 'Int!',
  4823.                                     ],
  4824.                                     'locationID' => [
  4825.                                         'description' => 'The location ID',
  4826.                                         'type' => 'Int!',
  4827.                                     ],
  4828.                                     'location' => [
  4829.                                         'description' => 'The location data',
  4830.                                         'type' => 'InLocation!',
  4831.                                     ],
  4832.                                 ],
  4833.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  4834.                             ],
  4835.                             'setBoPartnerProfileOffers' => [
  4836.                                 'type' => 'ProfileUpdateResponse!',
  4837.                                 'args' => [
  4838.                                     'profileID' => [
  4839.                                         'description' => 'The profile id',
  4840.                                         'type' => 'Int!',
  4841.                                     ],
  4842.                                     'offerIDs' => [
  4843.                                         'description' => 'The offer ids',
  4844.                                         'type' => '[Int!]',
  4845.                                     ],
  4846.                                 ],
  4847.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  4848.                             ],
  4849.                             'toggleBoPartnerProfileOffer' => [
  4850.                                 'type' => 'ProfileUpdateResponse!',
  4851.                                 'args' => [
  4852.                                     'profileID' => [
  4853.                                         'description' => 'The profile id',
  4854.                                         'type' => 'Int!',
  4855.                                     ],
  4856.                                     'offerID' => [
  4857.                                         'description' => 'The offer id',
  4858.                                         'type' => 'Int!',
  4859.                                     ],
  4860.                                     'enable' => [
  4861.                                         'description' => 'enable or disable',
  4862.                                         'type' => 'Boolean!',
  4863.                                     ],
  4864.                                 ],
  4865.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  4866.                             ],
  4867.                             'updateBoPartnerProfileDescription' => [
  4868.                                 'type' => 'ProfileUpdateResponse!',
  4869.                                 'args' => [
  4870.                                     'profileID' => [
  4871.                                         'description' => 'The profile id',
  4872.                                         'type' => 'Int!',
  4873.                                     ],
  4874.                                     'description' => [
  4875.                                         'description' => 'The company profile description',
  4876.                                         'type' => 'String!',
  4877.                                     ],
  4878.                                 ],
  4879.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateDescription", args["profileID"], args["description"])',
  4880.                             ],
  4881.                             'updateBoPartnerProfileEducationInformation' => [
  4882.                                 'type' => 'ProfileUpdateResponse!',
  4883.                                 'args' => [
  4884.                                     'profileID' => [
  4885.                                         'description' => 'The profile id',
  4886.                                         'type' => 'Int!',
  4887.                                     ],
  4888.                                     'educationInformation' => [
  4889.                                         'description' => 'The education information',
  4890.                                         'type' => 'String!',
  4891.                                     ],
  4892.                                 ],
  4893.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  4894.                             ],
  4895.                             'setBoPartnerProfileHeader' => [
  4896.                                 'type' => 'ProfileUpdateResponse!',
  4897.                                 'args' => [
  4898.                                     'profileID' => [
  4899.                                         'description' => 'The profile id',
  4900.                                         'type' => 'Int!',
  4901.                                     ],
  4902.                                     'galleryEntryID' => [
  4903.                                         'description' => 'The gallery entry id',
  4904.                                         'type' => 'Int!',
  4905.                                     ],
  4906.                                 ],
  4907.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  4908.                             ],
  4909.                             'removeBoPartnerProfileHeader' => [
  4910.                                 'type' => 'ProfileUpdateResponse!',
  4911.                                 'args' => [
  4912.                                     'profileID' => [
  4913.                                         'description' => 'The profile id',
  4914.                                         'type' => 'Int!',
  4915.                                     ],
  4916.                                 ],
  4917.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeHeaderPicture", args["profileID"])',
  4918.                             ],
  4919.                             'updateBoPartnerProfileLogo' => [
  4920.                                 'type' => 'ProfileUpdateResponse!',
  4921.                                 'args' => [
  4922.                                     'profileID' => [
  4923.                                         'description' => 'The profile id',
  4924.                                         'type' => 'Int!',
  4925.                                     ],
  4926.                                     'logo' => [
  4927.                                         'description' => 'The picture of the logo',
  4928.                                         'type' => 'UploadFile!',
  4929.                                     ],
  4930.                                     'copyright' => [
  4931.                                         'description' => 'The copyright of the picture',
  4932.                                         'type' => 'String',
  4933.                                     ],
  4934.                                 ],
  4935.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  4936.                             ],
  4937.                             'updateBoPartnerProfileLogoStyle' => [
  4938.                                 'type' => 'ProfileUpdateResponse!',
  4939.                                 'args' => [
  4940.                                     'profileID' => [
  4941.                                         'description' => 'The profile id',
  4942.                                         'type' => 'Int!',
  4943.                                     ],
  4944.                                     'logoStyle' => [
  4945.                                         'description' => 'The logo style',
  4946.                                         'type' => 'LogoStyle!',
  4947.                                     ],
  4948.                                     'copyright' => [
  4949.                                         'description' => 'The copyright of the picture',
  4950.                                         'type' => 'String',
  4951.                                     ],
  4952.                                 ],
  4953.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  4954.                             ],
  4955.                             'updateBoPartnerProfileName' => [
  4956.                                 'type' => 'ProfileUpdateResponse!',
  4957.                                 'args' => [
  4958.                                     'profileID' => [
  4959.                                         'description' => 'The profile id',
  4960.                                         'type' => 'Int!',
  4961.                                     ],
  4962.                                     'name' => [
  4963.                                         'description' => 'The new profile name',
  4964.                                         'type' => 'String!',
  4965.                                     ],
  4966.                                 ],
  4967.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateName", args["profileID"], args["name"])',
  4968.                             ],
  4969.                             'setBoPartnerProfileSelected' => [
  4970.                                 'type' => 'Status!',
  4971.                                 'args' => [
  4972.                                     'profileID' => [
  4973.                                         'description' => 'The bopartner profile id',
  4974.                                         'type' => 'Int!',
  4975.                                     ],
  4976.                                 ],
  4977.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setBoPartnerProfileSelected", args["profileID"])',
  4978.                             ],
  4979.                             'updateBoPartnerProfileQuizQuestions' => [
  4980.                                 'type' => 'Status!',
  4981.                                 'args' => [
  4982.                                     'questions' => [
  4983.                                         'description' => 'The questions',
  4984.                                         'type' => '[InQuizQuestion!]',
  4985.                                     ],
  4986.                                 ],
  4987.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateBoPartnerProfileQuizQuestions", args["questions"])',
  4988.                             ],
  4989.                             'addCompanyProfileContact' => [
  4990.                                 'type' => 'ProfileUpdateResponse!',
  4991.                                 'args' => [
  4992.                                     'profileID' => [
  4993.                                         'description' => 'The profile id',
  4994.                                         'type' => 'Int!',
  4995.                                     ],
  4996.                                     'contact' => [
  4997.                                         'description' => 'The contact data',
  4998.                                         'type' => 'InContactPerson!',
  4999.                                     ],
  5000.                                 ],
  5001.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addContact", args["profileID"], args["contact"])',
  5002.                             ],
  5003.                             'removeCompanyProfileContact' => [
  5004.                                 'type' => 'ProfileUpdateResponse!',
  5005.                                 'args' => [
  5006.                                     'profileID' => [
  5007.                                         'description' => 'The profile id',
  5008.                                         'type' => 'Int!',
  5009.                                     ],
  5010.                                     'galleryEntryID' => [
  5011.                                         'description' => 'The gallery entry id',
  5012.                                         'type' => 'Int!',
  5013.                                     ],
  5014.                                 ],
  5015.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  5016.                             ],
  5017.                             'updateCompanyProfileContact' => [
  5018.                                 'type' => 'ProfileUpdateResponse!',
  5019.                                 'args' => [
  5020.                                     'profileID' => [
  5021.                                         'description' => 'The profile id',
  5022.                                         'type' => 'Int!',
  5023.                                     ],
  5024.                                     'contactID' => [
  5025.                                         'description' => 'The contact id',
  5026.                                         'type' => 'Int!',
  5027.                                     ],
  5028.                                     'contact' => [
  5029.                                         'description' => 'The contact data',
  5030.                                         'type' => 'InContactPerson!',
  5031.                                     ],
  5032.                                 ],
  5033.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  5034.                             ],
  5035.                             'updateCompanyProfileContactPosition' => [
  5036.                                 'type' => 'ProfileUpdateResponse!',
  5037.                                 'args' => [
  5038.                                     'profileID' => [
  5039.                                         'description' => 'The profile id',
  5040.                                         'type' => 'Int!',
  5041.                                     ],
  5042.                                     'contactIDs' => [
  5043.                                         'description' => 'The contact ids',
  5044.                                         'type' => '[Int!]',
  5045.                                     ],
  5046.                                 ],
  5047.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContactPositions", args["profileID"], args["contactIDs"])',
  5048.                             ],
  5049.                             'addCompanyProfileGalleryPicture' => [
  5050.                                 'type' => 'ProfileUpdateResponse!',
  5051.                                 'args' => [
  5052.                                     'profileID' => [
  5053.                                         'description' => 'The profile id',
  5054.                                         'type' => 'Int!',
  5055.                                     ],
  5056.                                     'picture' => [
  5057.                                         'description' => 'The picture to add',
  5058.                                         'type' => 'UploadFile!',
  5059.                                     ],
  5060.                                 ],
  5061.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  5062.                             ],
  5063.                             'removeCompanyProfileGalleryPicture' => [
  5064.                                 'type' => 'ProfileUpdateResponse!',
  5065.                                 'args' => [
  5066.                                     'profileID' => [
  5067.                                         'description' => 'The profile id',
  5068.                                         'type' => 'Int!',
  5069.                                     ],
  5070.                                     'galleryEntryID' => [
  5071.                                         'description' => 'The gallery entry id',
  5072.                                         'type' => 'Int!',
  5073.                                     ],
  5074.                                 ],
  5075.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  5076.                             ],
  5077.                             'setCompanyProfileGalleryPictureCaption' => [
  5078.                                 'type' => 'ProfileUpdateResponse!',
  5079.                                 'args' => [
  5080.                                     'profileID' => [
  5081.                                         'description' => 'The profile id',
  5082.                                         'type' => 'Int!',
  5083.                                     ],
  5084.                                     'galleryEntryID' => [
  5085.                                         'description' => 'The gallery entry id',
  5086.                                         'type' => 'Int!',
  5087.                                     ],
  5088.                                     'caption' => [
  5089.                                         'description' => 'The caption',
  5090.                                         'type' => 'String!',
  5091.                                     ],
  5092.                                 ],
  5093.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  5094.                             ],
  5095.                             'addCompanyProfileGalleryDocument' => [
  5096.                                 'type' => 'ProfileUpdateResponse!',
  5097.                                 'args' => [
  5098.                                     'profileID' => [
  5099.                                         'description' => 'The profile id',
  5100.                                         'type' => 'Int!',
  5101.                                     ],
  5102.                                     'document' => [
  5103.                                         'description' => 'The document to add',
  5104.                                         'type' => 'UploadFile!',
  5105.                                     ],
  5106.                                     'documentName' => [
  5107.                                         'description' => 'The document name',
  5108.                                         'type' => 'String!',
  5109.                                     ],
  5110.                                 ],
  5111.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  5112.                             ],
  5113.                             'removeCompanyProfileGalleryDocument' => [
  5114.                                 'type' => 'ProfileUpdateResponse!',
  5115.                                 'args' => [
  5116.                                     'profileID' => [
  5117.                                         'description' => 'The profile id',
  5118.                                         'type' => 'Int!',
  5119.                                     ],
  5120.                                     'galleryEntryID' => [
  5121.                                         'description' => 'The gallery entry id',
  5122.                                         'type' => 'Int!',
  5123.                                     ],
  5124.                                 ],
  5125.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  5126.                             ],
  5127.                             'setCompanyProfileGalleryDocumentCaption' => [
  5128.                                 'type' => 'ProfileUpdateResponse!',
  5129.                                 'args' => [
  5130.                                     'profileID' => [
  5131.                                         'description' => 'The profile id',
  5132.                                         'type' => 'Int!',
  5133.                                     ],
  5134.                                     'galleryEntryID' => [
  5135.                                         'description' => 'The gallery entry id',
  5136.                                         'type' => 'Int!',
  5137.                                     ],
  5138.                                     'caption' => [
  5139.                                         'description' => 'The caption',
  5140.                                         'type' => 'String!',
  5141.                                     ],
  5142.                                 ],
  5143.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  5144.                             ],
  5145.                             'addCompanyProfileGalleryVideo' => [
  5146.                                 'type' => 'ProfileUpdateResponse!',
  5147.                                 'args' => [
  5148.                                     'profileID' => [
  5149.                                         'description' => 'The profile id',
  5150.                                         'type' => 'Int!',
  5151.                                     ],
  5152.                                     'youtubeURL' => [
  5153.                                         'description' => 'The youtube url',
  5154.                                         'type' => 'String!',
  5155.                                     ],
  5156.                                     'videoName' => [
  5157.                                         'description' => 'The video name',
  5158.                                         'type' => 'String!',
  5159.                                     ],
  5160.                                 ],
  5161.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  5162.                             ],
  5163.                             'removeCompanyProfileGalleryVideo' => [
  5164.                                 'type' => 'ProfileUpdateResponse!',
  5165.                                 'args' => [
  5166.                                     'profileID' => [
  5167.                                         'description' => 'The profile id',
  5168.                                         'type' => 'Int!',
  5169.                                     ],
  5170.                                     'galleryEntryID' => [
  5171.                                         'description' => 'The gallery entry id',
  5172.                                         'type' => 'Int!',
  5173.                                     ],
  5174.                                 ],
  5175.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  5176.                             ],
  5177.                             'setCompanyProfileGalleryVideoCaption' => [
  5178.                                 'type' => 'ProfileUpdateResponse!',
  5179.                                 'args' => [
  5180.                                     'profileID' => [
  5181.                                         'description' => 'The profile id',
  5182.                                         'type' => 'Int!',
  5183.                                     ],
  5184.                                     'galleryEntryID' => [
  5185.                                         'description' => 'The gallery entry id',
  5186.                                         'type' => 'Int!',
  5187.                                     ],
  5188.                                     'caption' => [
  5189.                                         'description' => 'The caption',
  5190.                                         'type' => 'String!',
  5191.                                     ],
  5192.                                 ],
  5193.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  5194.                             ],
  5195.                             'setCompanyProfileGalleryItemsVisability' => [
  5196.                                 'type' => 'ProfileUpdateResponse!',
  5197.                                 'args' => [
  5198.                                     'profileID' => [
  5199.                                         'description' => 'The profile id',
  5200.                                         'type' => 'Int!',
  5201.                                     ],
  5202.                                     'galleryEntryIDs' => [
  5203.                                         'description' => 'The gallery entry id',
  5204.                                         'type' => '[Int!]',
  5205.                                     ],
  5206.                                     'visible' => [
  5207.                                         'description' => 'enable or disable visibility',
  5208.                                         'type' => 'Boolean!',
  5209.                                     ],
  5210.                                 ],
  5211.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryItemsVisability", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  5212.                             ],
  5213.                             'setCompanyProfileGalleryItemsPosition' => [
  5214.                                 'type' => 'ProfileUpdateResponse!',
  5215.                                 'args' => [
  5216.                                     'profileID' => [
  5217.                                         'description' => 'The profile id',
  5218.                                         'type' => 'Int!',
  5219.                                     ],
  5220.                                     'galleryEntryIDs' => [
  5221.                                         'description' => 'The gallery entry id',
  5222.                                         'type' => '[Int!]',
  5223.                                     ],
  5224.                                 ],
  5225.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  5226.                             ],
  5227.                             'updateCompanyProfileLinks' => [
  5228.                                 'type' => 'ProfileUpdateResponse!',
  5229.                                 'args' => [
  5230.                                     'profileID' => [
  5231.                                         'description' => 'The profile id',
  5232.                                         'type' => 'Int!',
  5233.                                     ],
  5234.                                     'links' => [
  5235.                                         'description' => 'The link urls',
  5236.                                         'type' => '[InLink!]',
  5237.                                     ],
  5238.                                 ],
  5239.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  5240.                             ],
  5241.                             'addCompanyProfileLocation' => [
  5242.                                 'type' => 'ProfileUpdateResponse!',
  5243.                                 'args' => [
  5244.                                     'profileID' => [
  5245.                                         'description' => 'The profile id',
  5246.                                         'type' => 'Int!',
  5247.                                     ],
  5248.                                     'location' => [
  5249.                                         'description' => 'The location data',
  5250.                                         'type' => 'InLocation!',
  5251.                                     ],
  5252.                                 ],
  5253.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addLocation", args["profileID"], args["location"])',
  5254.                             ],
  5255.                             'removeCompanyProfileLocation' => [
  5256.                                 'type' => 'ProfileUpdateResponse!',
  5257.                                 'args' => [
  5258.                                     'profileID' => [
  5259.                                         'description' => 'The profile id',
  5260.                                         'type' => 'Int!',
  5261.                                     ],
  5262.                                     'locationID' => [
  5263.                                         'description' => 'The location ID',
  5264.                                         'type' => 'Int!',
  5265.                                     ],
  5266.                                 ],
  5267.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  5268.                             ],
  5269.                             'updateCompanyProfileLocation' => [
  5270.                                 'type' => 'ProfileUpdateResponse!',
  5271.                                 'args' => [
  5272.                                     'profileID' => [
  5273.                                         'description' => 'The profile id',
  5274.                                         'type' => 'Int!',
  5275.                                     ],
  5276.                                     'locationID' => [
  5277.                                         'description' => 'The location ID',
  5278.                                         'type' => 'Int!',
  5279.                                     ],
  5280.                                     'location' => [
  5281.                                         'description' => 'The location data',
  5282.                                         'type' => 'InLocation!',
  5283.                                     ],
  5284.                                 ],
  5285.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  5286.                             ],
  5287.                             'toggleCompanyProfileBenefit' => [
  5288.                                 'type' => 'ProfileUpdateResponse!',
  5289.                                 'args' => [
  5290.                                     'profileID' => [
  5291.                                         'description' => 'The profile id',
  5292.                                         'type' => 'Int!',
  5293.                                     ],
  5294.                                     'benefitID' => [
  5295.                                         'description' => 'The benefit id',
  5296.                                         'type' => 'Int!',
  5297.                                     ],
  5298.                                     'enable' => [
  5299.                                         'description' => 'enable or disable',
  5300.                                         'type' => 'Boolean!',
  5301.                                     ],
  5302.                                 ],
  5303.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleBenefit", args["profileID"], args["benefitID"], args["enable"])',
  5304.                             ],
  5305.                             'setCompanyProfileBenefits' => [
  5306.                                 'type' => 'ProfileUpdateResponse!',
  5307.                                 'args' => [
  5308.                                     'profileID' => [
  5309.                                         'description' => 'The profile id',
  5310.                                         'type' => 'Int!',
  5311.                                     ],
  5312.                                     'benefitIDs' => [
  5313.                                         'description' => 'The benefit ids',
  5314.                                         'type' => '[Int!]',
  5315.                                     ],
  5316.                                 ],
  5317.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setBenefits", args["profileID"], args["benefitIDs"])',
  5318.                             ],
  5319.                             'toggleCompanyProfileCertificate' => [
  5320.                                 'type' => 'ProfileUpdateResponse!',
  5321.                                 'args' => [
  5322.                                     'profileID' => [
  5323.                                         'description' => 'The profile id',
  5324.                                         'type' => 'Int!',
  5325.                                     ],
  5326.                                     'certificateID' => [
  5327.                                         'description' => 'The certificate id',
  5328.                                         'type' => 'Int!',
  5329.                                     ],
  5330.                                     'enable' => [
  5331.                                         'description' => 'enable or disable',
  5332.                                         'type' => 'Boolean!',
  5333.                                     ],
  5334.                                 ],
  5335.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleCertificate", args["profileID"], args["certificateID"], args["enable"])',
  5336.                             ],
  5337.                             'toggleCompanyProfileJob' => [
  5338.                                 'type' => 'ProfileUpdateResponse!',
  5339.                                 'args' => [
  5340.                                     'profileID' => [
  5341.                                         'description' => 'The profile id',
  5342.                                         'type' => 'Int!',
  5343.                                     ],
  5344.                                     'jobID' => [
  5345.                                         'description' => 'The job id',
  5346.                                         'type' => 'Int!',
  5347.                                     ],
  5348.                                     'enable' => [
  5349.                                         'description' => 'enable or disable',
  5350.                                         'type' => 'Boolean!',
  5351.                                     ],
  5352.                                 ],
  5353.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  5354.                             ],
  5355.                             'setCompanyProfileOffers' => [
  5356.                                 'type' => 'ProfileUpdateResponse!',
  5357.                                 'args' => [
  5358.                                     'profileID' => [
  5359.                                         'description' => 'The profile id',
  5360.                                         'type' => 'Int!',
  5361.                                     ],
  5362.                                     'offerIDs' => [
  5363.                                         'description' => 'The offer ids',
  5364.                                         'type' => '[Int!]',
  5365.                                     ],
  5366.                                 ],
  5367.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  5368.                             ],
  5369.                             'toggleCompanyProfileOffer' => [
  5370.                                 'type' => 'ProfileUpdateResponse!',
  5371.                                 'args' => [
  5372.                                     'profileID' => [
  5373.                                         'description' => 'The profile id',
  5374.                                         'type' => 'Int!',
  5375.                                     ],
  5376.                                     'offerID' => [
  5377.                                         'description' => 'The offer id',
  5378.                                         'type' => 'Int!',
  5379.                                     ],
  5380.                                     'enable' => [
  5381.                                         'description' => 'enable or disable',
  5382.                                         'type' => 'Boolean!',
  5383.                                     ],
  5384.                                 ],
  5385.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  5386.                             ],
  5387.                             'updateCompanyProfileDescription' => [
  5388.                                 'type' => 'ProfileUpdateResponse!',
  5389.                                 'args' => [
  5390.                                     'profileID' => [
  5391.                                         'description' => 'The profile id',
  5392.                                         'type' => 'Int!',
  5393.                                     ],
  5394.                                     'description' => [
  5395.                                         'description' => 'The company profile description',
  5396.                                         'type' => 'String!',
  5397.                                     ],
  5398.                                 ],
  5399.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateDescription", args["profileID"], args["description"])',
  5400.                             ],
  5401.                             'updateCompanyProfileEducationInformation' => [
  5402.                                 'type' => 'ProfileUpdateResponse!',
  5403.                                 'args' => [
  5404.                                     'profileID' => [
  5405.                                         'description' => 'The profile id',
  5406.                                         'type' => 'Int!',
  5407.                                     ],
  5408.                                     'educationInformation' => [
  5409.                                         'description' => 'The education information',
  5410.                                         'type' => 'String!',
  5411.                                     ],
  5412.                                 ],
  5413.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  5414.                             ],
  5415.                             'setCompanyProfileHeader' => [
  5416.                                 'type' => 'ProfileUpdateResponse!',
  5417.                                 'args' => [
  5418.                                     'profileID' => [
  5419.                                         'description' => 'The profile id',
  5420.                                         'type' => 'Int!',
  5421.                                     ],
  5422.                                     'galleryEntryID' => [
  5423.                                         'description' => 'The gallery entry id',
  5424.                                         'type' => 'Int!',
  5425.                                     ],
  5426.                                 ],
  5427.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  5428.                             ],
  5429.                             'removeCompanyProfileHeader' => [
  5430.                                 'type' => 'ProfileUpdateResponse!',
  5431.                                 'args' => [
  5432.                                     'profileID' => [
  5433.                                         'description' => 'The profile id',
  5434.                                         'type' => 'Int!',
  5435.                                     ],
  5436.                                 ],
  5437.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeHeaderPicture", args["profileID"])',
  5438.                             ],
  5439.                             'updateCompanyProfileLogo' => [
  5440.                                 'type' => 'ProfileUpdateResponse!',
  5441.                                 'args' => [
  5442.                                     'profileID' => [
  5443.                                         'description' => 'The profile id',
  5444.                                         'type' => 'Int!',
  5445.                                     ],
  5446.                                     'logo' => [
  5447.                                         'description' => 'The picture of the logo',
  5448.                                         'type' => 'UploadFile!',
  5449.                                     ],
  5450.                                     'copyright' => [
  5451.                                         'description' => 'The copyright of the picture',
  5452.                                         'type' => 'String',
  5453.                                     ],
  5454.                                 ],
  5455.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  5456.                             ],
  5457.                             'updateCompanyProfileLogoStyle' => [
  5458.                                 'type' => 'ProfileUpdateResponse!',
  5459.                                 'args' => [
  5460.                                     'profileID' => [
  5461.                                         'description' => 'The profile id',
  5462.                                         'type' => 'Int!',
  5463.                                     ],
  5464.                                     'logoStyle' => [
  5465.                                         'description' => 'The logo style',
  5466.                                         'type' => 'LogoStyle!',
  5467.                                     ],
  5468.                                     'copyright' => [
  5469.                                         'description' => 'The copyright of the picture',
  5470.                                         'type' => 'String',
  5471.                                     ],
  5472.                                 ],
  5473.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  5474.                             ],
  5475.                             'removeCompanyProfileLogo' => [
  5476.                                 'type' => 'ProfileUpdateResponse!',
  5477.                                 'args' => [
  5478.                                     'profileID' => [
  5479.                                         'description' => 'The profile id',
  5480.                                         'type' => 'Int!',
  5481.                                     ],
  5482.                                 ],
  5483.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLogo", args["profileID"])',
  5484.                             ],
  5485.                             'updateCompanyProfileName' => [
  5486.                                 'type' => 'ProfileUpdateResponse!',
  5487.                                 'args' => [
  5488.                                     'profileID' => [
  5489.                                         'description' => 'The profile id',
  5490.                                         'type' => 'Int!',
  5491.                                     ],
  5492.                                     'name' => [
  5493.                                         'description' => 'The new profile name',
  5494.                                         'type' => 'String!',
  5495.                                     ],
  5496.                                 ],
  5497.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateName", args["profileID"], args["name"])',
  5498.                             ],
  5499.                             'updateCompanyProfileSize' => [
  5500.                                 'type' => 'ProfileUpdateResponse!',
  5501.                                 'args' => [
  5502.                                     'profileID' => [
  5503.                                         'description' => 'The profile id',
  5504.                                         'type' => 'Int!',
  5505.                                     ],
  5506.                                     'companySizeID' => [
  5507.                                         'description' => 'The company size id',
  5508.                                         'type' => 'Int!',
  5509.                                     ],
  5510.                                 ],
  5511.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateCompanySize", args["profileID"], args["companySizeID"])',
  5512.                             ],
  5513.                             'updateCompanyProfileYearOfFoundation' => [
  5514.                                 'type' => 'ProfileUpdateResponse!',
  5515.                                 'args' => [
  5516.                                     'profileID' => [
  5517.                                         'description' => 'The profile id',
  5518.                                         'type' => 'Int!',
  5519.                                     ],
  5520.                                     'year' => [
  5521.                                         'description' => 'The year of foundation',
  5522.                                         'type' => 'Int!',
  5523.                                     ],
  5524.                                 ],
  5525.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateYearFoundation", args["profileID"], args["year"])',
  5526.                             ],
  5527.                             'setCompanyProfileSelected' => [
  5528.                                 'type' => 'Status!',
  5529.                                 'args' => [
  5530.                                     'profileID' => [
  5531.                                         'description' => 'The company profile id',
  5532.                                         'type' => 'Int!',
  5533.                                     ],
  5534.                                 ],
  5535.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setCompanyProfileSelected", args["profileID"])',
  5536.                             ],
  5537.                             'updateCompanyProfileQuizQuestions' => [
  5538.                                 'type' => 'Status!',
  5539.                                 'args' => [
  5540.                                     'questions' => [
  5541.                                         'description' => 'The questions',
  5542.                                         'type' => '[InQuizQuestion!]',
  5543.                                     ],
  5544.                                 ],
  5545.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateCompanyProfileQuizQuestions", args["questions"])',
  5546.                             ],
  5547.                             'addJobMarket' => [
  5548.                                 'type' => 'JobMarket!',
  5549.                                 'args' => [
  5550.                                     'data' => [
  5551.                                         'description' => 'The minimum job market data',
  5552.                                         'type' => 'InJobMarket!',
  5553.                                     ],
  5554.                                 ],
  5555.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::addJobMarket", args["data"])',
  5556.                             ],
  5557.                             'updateJobMarketImage' => [
  5558.                                 'type' => 'Status!',
  5559.                                 'args' => [
  5560.                                     'jobMarketID' => [
  5561.                                         'description' => 'The job market id',
  5562.                                         'type' => 'Int!',
  5563.                                     ],
  5564.                                     'image' => [
  5565.                                         'description' => 'The image',
  5566.                                         'type' => '[UploadFile!]',
  5567.                                     ],
  5568.                                 ],
  5569.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateImage", args["jobMarketID"], args["image"])',
  5570.                             ],
  5571.                             'updateJobMarketJobs' => [
  5572.                                 'type' => 'Status!',
  5573.                                 'args' => [
  5574.                                     'jobMarketID' => [
  5575.                                         'description' => 'The job market id',
  5576.                                         'type' => 'Int!',
  5577.                                     ],
  5578.                                     'jobIDs' => [
  5579.                                         'description' => 'The job IDs',
  5580.                                         'type' => '[Int!]',
  5581.                                     ],
  5582.                                 ],
  5583.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateName", args["jobMarketID"], args["jobIDs"])',
  5584.                             ],
  5585.                             'updateJobMarketName' => [
  5586.                                 'type' => 'Status!',
  5587.                                 'args' => [
  5588.                                     'jobMarketID' => [
  5589.                                         'description' => 'The job market id',
  5590.                                         'type' => 'Int!',
  5591.                                     ],
  5592.                                     'name' => [
  5593.                                         'description' => 'The new name',
  5594.                                         'type' => 'String!',
  5595.                                     ],
  5596.                                 ],
  5597.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateName", args["jobMarketID"], args["name"])',
  5598.                             ],
  5599.                             'updateJobMarketNumberOfPositions' => [
  5600.                                 'type' => 'Status!',
  5601.                                 'args' => [
  5602.                                     'jobMarketID' => [
  5603.                                         'description' => 'The job market id',
  5604.                                         'type' => 'Int!',
  5605.                                     ],
  5606.                                     'numberOfPositions' => [
  5607.                                         'description' => 'The number of positions',
  5608.                                         'type' => 'Int!',
  5609.                                     ],
  5610.                                 ],
  5611.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateNumberOfPositions", args["jobMarketID"], args["numberOfPositions"])',
  5612.                             ],
  5613.                             'updateJobMarketOpenClose' => [
  5614.                                 'type' => 'Status!',
  5615.                                 'args' => [
  5616.                                     'jobMarketID' => [
  5617.                                         'description' => 'The job market id',
  5618.                                         'type' => 'Int!',
  5619.                                     ],
  5620.                                     'openDate' => [
  5621.                                         'description' => 'The open date',
  5622.                                         'type' => 'String!',
  5623.                                     ],
  5624.                                     'closeDate' => [
  5625.                                         'description' => 'The close date',
  5626.                                         'type' => 'String!',
  5627.                                     ],
  5628.                                 ],
  5629.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateOpenClose", args["jobMarketID"], args["openDate"], args["closeDate"])',
  5630.                             ],
  5631.                             'updateJobMarketPositionType' => [
  5632.                                 'type' => 'Status!',
  5633.                                 'args' => [
  5634.                                     'jobMarketID' => [
  5635.                                         'description' => 'The job market id',
  5636.                                         'type' => 'Int!',
  5637.                                     ],
  5638.                                     'positionType' => [
  5639.                                         'description' => 'The position type',
  5640.                                         'type' => 'JobMarketPositionType!',
  5641.                                     ],
  5642.                                 ],
  5643.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updatePositionType", args["jobMarketID"], args["positionType"])',
  5644.                             ],
  5645.                             'updateJobMarketAdditionalInfo' => [
  5646.                                 'type' => 'Status!',
  5647.                                 'args' => [
  5648.                                     'jobMarketID' => [
  5649.                                         'description' => 'The job market id',
  5650.                                         'type' => 'Int!',
  5651.                                     ],
  5652.                                     'additionalInfo' => [
  5653.                                         'description' => 'The additional info text',
  5654.                                         'type' => 'JobMarketApplyType!',
  5655.                                     ],
  5656.                                 ],
  5657.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateAdditionalInfo", args["jobMarketID"], args["additionalInfo"])',
  5658.                             ],
  5659.                             'updateJobMarketApplyType' => [
  5660.                                 'type' => 'Status!',
  5661.                                 'args' => [
  5662.                                     'jobMarketID' => [
  5663.                                         'description' => 'The job market id',
  5664.                                         'type' => 'Int!',
  5665.                                     ],
  5666.                                     'positionType' => [
  5667.                                         'description' => 'The apply type',
  5668.                                         'type' => 'JobMarketApplyType!',
  5669.                                     ],
  5670.                                 ],
  5671.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyType", args["jobMarketID"], args["applyType"])',
  5672.                             ],
  5673.                             'updateJobMarketDescription' => [
  5674.                                 'type' => 'Status!',
  5675.                                 'args' => [
  5676.                                     'jobMarketID' => [
  5677.                                         'description' => 'The job market id',
  5678.                                         'type' => 'Int!',
  5679.                                     ],
  5680.                                     'description' => [
  5681.                                         'description' => 'The description text',
  5682.                                         'type' => 'String!',
  5683.                                     ],
  5684.                                 ],
  5685.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateDescription", args["jobMarketID"], args["description"])',
  5686.                             ],
  5687.                             'updateJobMarketDetails' => [
  5688.                                 'type' => 'Status!',
  5689.                                 'args' => [
  5690.                                     'jobMarketID' => [
  5691.                                         'description' => 'The job market id',
  5692.                                         'type' => 'Int!',
  5693.                                     ],
  5694.                                     'details' => [
  5695.                                         'description' => 'The details text',
  5696.                                         'type' => 'String!',
  5697.                                     ],
  5698.                                 ],
  5699.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateDetails", args["jobMarketID"], args["details"])',
  5700.                             ],
  5701.                             'updateJobMarketRequirements' => [
  5702.                                 'type' => 'Status!',
  5703.                                 'args' => [
  5704.                                     'jobMarketID' => [
  5705.                                         'description' => 'The job market id',
  5706.                                         'type' => 'Int!',
  5707.                                     ],
  5708.                                     'requirements' => [
  5709.                                         'description' => 'The requirements text',
  5710.                                         'type' => 'String!',
  5711.                                     ],
  5712.                                 ],
  5713.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateRequirements", args["jobMarketID"], args["requirements"])',
  5714.                             ],
  5715.                             'updateJobMarketSalary' => [
  5716.                                 'type' => 'Status!',
  5717.                                 'args' => [
  5718.                                     'jobMarketID' => [
  5719.                                         'description' => 'The job market id',
  5720.                                         'type' => 'Int!',
  5721.                                     ],
  5722.                                     'salary' => [
  5723.                                         'description' => 'The salary text',
  5724.                                         'type' => 'String!',
  5725.                                     ],
  5726.                                 ],
  5727.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateSalary", args["jobMarketID"], args["salary"])',
  5728.                             ],
  5729.                             'updateJobMarketStartDate' => [
  5730.                                 'type' => 'Status!',
  5731.                                 'args' => [
  5732.                                     'jobMarketID' => [
  5733.                                         'description' => 'The job market id',
  5734.                                         'type' => 'Int!',
  5735.                                     ],
  5736.                                     'startDate' => [
  5737.                                         'description' => 'The start date',
  5738.                                         'type' => 'String!',
  5739.                                     ],
  5740.                                 ],
  5741.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateStartDate", args["jobMarketID"], args["startDate"])',
  5742.                             ],
  5743.                             'updateJobMarketStartType' => [
  5744.                                 'type' => 'Status!',
  5745.                                 'args' => [
  5746.                                     'jobMarketID' => [
  5747.                                         'description' => 'The job market id',
  5748.                                         'type' => 'Int!',
  5749.                                     ],
  5750.                                     'startType' => [
  5751.                                         'description' => 'The start type',
  5752.                                         'type' => 'JobMarketStartType!',
  5753.                                     ],
  5754.                                 ],
  5755.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateStartType", args["jobMarketID"], args["startType"])',
  5756.                             ],
  5757.                             'updateJobMarketApplyUntil' => [
  5758.                                 'type' => 'Status!',
  5759.                                 'args' => [
  5760.                                     'jobMarketID' => [
  5761.                                         'description' => 'The job market id',
  5762.                                         'type' => 'Int!',
  5763.                                     ],
  5764.                                     'applyUntilDate' => [
  5765.                                         'description' => 'The start date',
  5766.                                         'type' => 'String',
  5767.                                     ],
  5768.                                 ],
  5769.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyUntil", args["jobMarketID"], args["applyUntilDate"])',
  5770.                             ],
  5771.                             'updateJobMarketContact' => [
  5772.                                 'type' => 'Status!',
  5773.                                 'args' => [
  5774.                                     'jobMarketID' => [
  5775.                                         'description' => 'The job market id',
  5776.                                         'type' => 'Int!',
  5777.                                     ],
  5778.                                     'contactID' => [
  5779.                                         'description' => 'The contactID',
  5780.                                         'type' => 'Int!',
  5781.                                     ],
  5782.                                 ],
  5783.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateContact", args["jobMarketID"], args["contactID"])',
  5784.                             ],
  5785.                             'updateJobMarketState' => [
  5786.                                 'type' => 'Status!',
  5787.                                 'args' => [
  5788.                                     'jobMarketID' => [
  5789.                                         'description' => 'The job market id',
  5790.                                         'type' => 'Int!',
  5791.                                     ],
  5792.                                     'state' => [
  5793.                                         'description' => 'The state',
  5794.                                         'type' => 'JobMarketState!',
  5795.                                     ],
  5796.                                 ],
  5797.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateState", args["jobMarketID"], args["state"])',
  5798.                             ],
  5799.                             'updateJobMarketUrl' => [
  5800.                                 'type' => 'Status!',
  5801.                                 'args' => [
  5802.                                     'jobMarketID' => [
  5803.                                         'description' => 'The job market id',
  5804.                                         'type' => 'Int!',
  5805.                                     ],
  5806.                                     'url' => [
  5807.                                         'description' => 'The url string',
  5808.                                         'type' => 'String!',
  5809.                                     ],
  5810.                                 ],
  5811.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateUrl", args["jobMarketID"], args["url"])',
  5812.                             ],
  5813.                             'addSchoolTeacher' => [
  5814.                                 'type' => 'Status!',
  5815.                                 'args' => [
  5816.                                     'email' => [
  5817.                                         'description' => 'The Teacher email',
  5818.                                         'type' => 'String!',
  5819.                                     ],
  5820.                                 ],
  5821.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::addSchoolTeacher", args["email"])',
  5822.                             ],
  5823.                             'removeSchoolTeacher' => [
  5824.                                 'type' => 'Status!',
  5825.                                 'args' => [
  5826.                                     'teacherID' => [
  5827.                                         'description' => 'The TeacherID',
  5828.                                         'type' => 'Int!',
  5829.                                     ],
  5830.                                 ],
  5831.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::removeSchoolTeacher", args["teacherID"])',
  5832.                             ],
  5833.                             'addSchoolClass' => [
  5834.                                 'type' => 'Status!',
  5835.                                 'args' => [
  5836.                                     'data' => [
  5837.                                         'description' => 'The school class data',
  5838.                                         'type' => 'InSchoolClass!',
  5839.                                     ],
  5840.                                 ],
  5841.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClass", args["data"])',
  5842.                             ],
  5843.                             'updateSchoolClass' => [
  5844.                                 'type' => 'Status!',
  5845.                                 'args' => [
  5846.                                     'schoolClassID' => [
  5847.                                         'description' => 'The SchoolClassID',
  5848.                                         'type' => 'Int!',
  5849.                                     ],
  5850.                                     'data' => [
  5851.                                         'description' => 'The school class data',
  5852.                                         'type' => 'InSchoolClass!',
  5853.                                     ],
  5854.                                 ],
  5855.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::updateSchoolClass", args["schoolClassID"], args["data"])',
  5856.                             ],
  5857.                             'removeSchoolClass' => [
  5858.                                 'type' => 'Status!',
  5859.                                 'args' => [
  5860.                                     'schoolClassID' => [
  5861.                                         'description' => 'The SchoolClassID',
  5862.                                         'type' => 'Int!',
  5863.                                     ],
  5864.                                 ],
  5865.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClass", args["schoolClassID"])',
  5866.                             ],
  5867.                             'addSchoolClassTeacher' => [
  5868.                                 'type' => 'Status!',
  5869.                                 'args' => [
  5870.                                     'schoolClassID' => [
  5871.                                         'description' => 'The SchoolClassID',
  5872.                                         'type' => 'Int!',
  5873.                                     ],
  5874.                                     'email' => [
  5875.                                         'description' => 'The Teacher email',
  5876.                                         'type' => 'String!',
  5877.                                     ],
  5878.                                 ],
  5879.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClassTeacher", args["schoolClassID"], args["email"])',
  5880.                             ],
  5881.                             'removeSchoolClassTeacher' => [
  5882.                                 'type' => 'Status!',
  5883.                                 'args' => [
  5884.                                     'schoolClassID' => [
  5885.                                         'description' => 'The SchoolClassID',
  5886.                                         'type' => 'Int!',
  5887.                                     ],
  5888.                                     'teacherID' => [
  5889.                                         'description' => 'The TeacherID',
  5890.                                         'type' => 'Int!',
  5891.                                     ],
  5892.                                 ],
  5893.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClassTeacher", args["schoolClassID"], args["teacherID"])',
  5894.                             ],
  5895.                             'sendTeachingIdea' => [
  5896.                                 'type' => 'Status!',
  5897.                                 'args' => [
  5898.                                     'schoolClassID' => [
  5899.                                         'description' => 'The SchoolClassID',
  5900.                                         'type' => 'Int!',
  5901.                                     ],
  5902.                                     'data' => [
  5903.                                         'description' => 'The teaching idea data',
  5904.                                         'type' => 'InTeachingIdea!',
  5905.                                     ],
  5906.                                 ],
  5907.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::sendTeachingIdea", args["schoolClassID"], args["data"])',
  5908.                             ],
  5909.                             'addSchoolProfileContact' => [
  5910.                                 'type' => 'ProfileUpdateResponse!',
  5911.                                 'args' => [
  5912.                                     'profileID' => [
  5913.                                         'description' => 'The profile id',
  5914.                                         'type' => 'Int!',
  5915.                                     ],
  5916.                                     'contact' => [
  5917.                                         'description' => 'The contact data',
  5918.                                         'type' => 'InContactPerson!',
  5919.                                     ],
  5920.                                 ],
  5921.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addContact", args["profileID"], args["contact"])',
  5922.                             ],
  5923.                             'removeSchoolProfileContact' => [
  5924.                                 'type' => 'ProfileUpdateResponse!',
  5925.                                 'args' => [
  5926.                                     'profileID' => [
  5927.                                         'description' => 'The profile id',
  5928.                                         'type' => 'Int!',
  5929.                                     ],
  5930.                                     'contactID' => [
  5931.                                         'description' => 'The contact id',
  5932.                                         'type' => 'Int!',
  5933.                                     ],
  5934.                                 ],
  5935.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeContact", args["profileID"], args["contactID"])',
  5936.                             ],
  5937.                             'updateSchoolProfileContact' => [
  5938.                                 'type' => 'ProfileUpdateResponse!',
  5939.                                 'args' => [
  5940.                                     'profileID' => [
  5941.                                         'description' => 'The profile id',
  5942.                                         'type' => 'Int!',
  5943.                                     ],
  5944.                                     'contactID' => [
  5945.                                         'description' => 'The contact id',
  5946.                                         'type' => 'Int!',
  5947.                                     ],
  5948.                                     'contact' => [
  5949.                                         'description' => 'The contact data',
  5950.                                         'type' => 'InContactPerson!',
  5951.                                     ],
  5952.                                 ],
  5953.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  5954.                             ],
  5955.                             'updateSchoolProfileContactPosition' => [
  5956.                                 'type' => 'ProfileUpdateResponse!',
  5957.                                 'args' => [
  5958.                                     'profileID' => [
  5959.                                         'description' => 'The profile id',
  5960.                                         'type' => 'Int!',
  5961.                                     ],
  5962.                                     'contactIDs' => [
  5963.                                         'description' => 'The contact ids',
  5964.                                         'type' => '[Int!]',
  5965.                                     ],
  5966.                                 ],
  5967.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContactPositions", args["profileID"], args["contactIDs"])',
  5968.                             ],
  5969.                             'addSchoolProfileGalleryPicture' => [
  5970.                                 'type' => 'ProfileUpdateResponse!',
  5971.                                 'args' => [
  5972.                                     'profileID' => [
  5973.                                         'description' => 'The profile id',
  5974.                                         'type' => 'Int!',
  5975.                                     ],
  5976.                                     'picture' => [
  5977.                                         'description' => 'The picture to add',
  5978.                                         'type' => 'UploadFile!',
  5979.                                     ],
  5980.                                 ],
  5981.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  5982.                             ],
  5983.                             'removeSchoolProfileGalleryPicture' => [
  5984.                                 'type' => 'ProfileUpdateResponse!',
  5985.                                 'args' => [
  5986.                                     'profileID' => [
  5987.                                         'description' => 'The profile id',
  5988.                                         'type' => 'Int!',
  5989.                                     ],
  5990.                                     'galleryEntryID' => [
  5991.                                         'description' => 'The gallery entry id',
  5992.                                         'type' => 'Int!',
  5993.                                     ],
  5994.                                 ],
  5995.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  5996.                             ],
  5997.                             'setSchoolProfileGalleryPictureCaption' => [
  5998.                                 'type' => 'ProfileUpdateResponse!',
  5999.                                 'args' => [
  6000.                                     'profileID' => [
  6001.                                         'description' => 'The profile id',
  6002.                                         'type' => 'Int!',
  6003.                                     ],
  6004.                                     'galleryEntryID' => [
  6005.                                         'description' => 'The gallery entry id',
  6006.                                         'type' => 'Int!',
  6007.                                     ],
  6008.                                     'caption' => [
  6009.                                         'description' => 'The caption',
  6010.                                         'type' => 'String!',
  6011.                                     ],
  6012.                                 ],
  6013.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  6014.                             ],
  6015.                             'addSchoolProfileGalleryDocument' => [
  6016.                                 'type' => 'ProfileUpdateResponse!',
  6017.                                 'args' => [
  6018.                                     'profileID' => [
  6019.                                         'description' => 'The profile id',
  6020.                                         'type' => 'Int!',
  6021.                                     ],
  6022.                                     'document' => [
  6023.                                         'description' => 'The document to add',
  6024.                                         'type' => 'UploadFile!',
  6025.                                     ],
  6026.                                     'documentName' => [
  6027.                                         'description' => 'The document name',
  6028.                                         'type' => 'String!',
  6029.                                     ],
  6030.                                 ],
  6031.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  6032.                             ],
  6033.                             'removeSchoolProfileGalleryDocument' => [
  6034.                                 'type' => 'ProfileUpdateResponse!',
  6035.                                 'args' => [
  6036.                                     'profileID' => [
  6037.                                         'description' => 'The profile id',
  6038.                                         'type' => 'Int!',
  6039.                                     ],
  6040.                                     'galleryEntryID' => [
  6041.                                         'description' => 'The gallery entry id',
  6042.                                         'type' => 'Int!',
  6043.                                     ],
  6044.                                 ],
  6045.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  6046.                             ],
  6047.                             'setSchoolProfileGalleryDocumentCaption' => [
  6048.                                 'type' => 'ProfileUpdateResponse!',
  6049.                                 'args' => [
  6050.                                     'profileID' => [
  6051.                                         'description' => 'The profile id',
  6052.                                         'type' => 'Int!',
  6053.                                     ],
  6054.                                     'galleryEntryID' => [
  6055.                                         'description' => 'The gallery entry id',
  6056.                                         'type' => 'Int!',
  6057.                                     ],
  6058.                                     'caption' => [
  6059.                                         'description' => 'The caption',
  6060.                                         'type' => 'String!',
  6061.                                     ],
  6062.                                 ],
  6063.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  6064.                             ],
  6065.                             'addSchoolProfileGalleryVideo' => [
  6066.                                 'type' => 'ProfileUpdateResponse!',
  6067.                                 'args' => [
  6068.                                     'profileID' => [
  6069.                                         'description' => 'The profile id',
  6070.                                         'type' => 'Int!',
  6071.                                     ],
  6072.                                     'youtubeURL' => [
  6073.                                         'description' => 'The youtube url',
  6074.                                         'type' => 'String!',
  6075.                                     ],
  6076.                                     'videoName' => [
  6077.                                         'description' => 'The video name',
  6078.                                         'type' => 'String!',
  6079.                                     ],
  6080.                                 ],
  6081.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  6082.                             ],
  6083.                             'removeSchoolProfileGalleryVideo' => [
  6084.                                 'type' => 'ProfileUpdateResponse!',
  6085.                                 'args' => [
  6086.                                     'profileID' => [
  6087.                                         'description' => 'The profile id',
  6088.                                         'type' => 'Int!',
  6089.                                     ],
  6090.                                     'galleryEntryID' => [
  6091.                                         'description' => 'The gallery entry id',
  6092.                                         'type' => 'Int!',
  6093.                                     ],
  6094.                                 ],
  6095.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  6096.                             ],
  6097.                             'setSchoolProfileGalleryVideoCaption' => [
  6098.                                 'type' => 'ProfileUpdateResponse!',
  6099.                                 'args' => [
  6100.                                     'profileID' => [
  6101.                                         'description' => 'The profile id',
  6102.                                         'type' => 'Int!',
  6103.                                     ],
  6104.                                     'galleryEntryID' => [
  6105.                                         'description' => 'The gallery entry id',
  6106.                                         'type' => 'Int!',
  6107.                                     ],
  6108.                                     'caption' => [
  6109.                                         'description' => 'The caption',
  6110.                                         'type' => 'String!',
  6111.                                     ],
  6112.                                 ],
  6113.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  6114.                             ],
  6115.                             'setSchoolProfileGalleryItemsVisability' => [
  6116.                                 'type' => 'ProfileUpdateResponse!',
  6117.                                 'args' => [
  6118.                                     'profileID' => [
  6119.                                         'description' => 'The profile id',
  6120.                                         'type' => 'Int!',
  6121.                                     ],
  6122.                                     'galleryEntryIDs' => [
  6123.                                         'description' => 'The gallery entry id',
  6124.                                         'type' => '[Int!]',
  6125.                                     ],
  6126.                                     'visible' => [
  6127.                                         'description' => 'enable or disable visibility',
  6128.                                         'type' => 'Boolean!',
  6129.                                     ],
  6130.                                 ],
  6131.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryItemsVisability", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  6132.                             ],
  6133.                             'setSchoolProfileGalleryItemsPosition' => [
  6134.                                 'type' => 'ProfileUpdateResponse!',
  6135.                                 'args' => [
  6136.                                     'profileID' => [
  6137.                                         'description' => 'The profile id',
  6138.                                         'type' => 'Int!',
  6139.                                     ],
  6140.                                     'galleryEntryIDs' => [
  6141.                                         'description' => 'The gallery entry id',
  6142.                                         'type' => '[Int!]',
  6143.                                     ],
  6144.                                 ],
  6145.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  6146.                             ],
  6147.                             'updateSchoolProfileLinks' => [
  6148.                                 'type' => 'ProfileUpdateResponse!',
  6149.                                 'args' => [
  6150.                                     'profileID' => [
  6151.                                         'description' => 'The profile id',
  6152.                                         'type' => 'Int!',
  6153.                                     ],
  6154.                                     'links' => [
  6155.                                         'description' => 'The link urls',
  6156.                                         'type' => '[InLink!]',
  6157.                                     ],
  6158.                                 ],
  6159.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLinks", args["profileID"], args["links"])',
  6160.                             ],
  6161.                             'addSchoolProfileLocation' => [
  6162.                                 'type' => 'ProfileUpdateResponse!',
  6163.                                 'args' => [
  6164.                                     'profileID' => [
  6165.                                         'description' => 'The profile id',
  6166.                                         'type' => 'Int!',
  6167.                                     ],
  6168.                                     'location' => [
  6169.                                         'description' => 'The location data',
  6170.                                         'type' => 'InLocation!',
  6171.                                     ],
  6172.                                 ],
  6173.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addLocation", args["profileID"], args["location"])',
  6174.                             ],
  6175.                             'removeSchoolProfileLocation' => [
  6176.                                 'type' => 'ProfileUpdateResponse!',
  6177.                                 'args' => [
  6178.                                     'profileID' => [
  6179.                                         'description' => 'The profile id',
  6180.                                         'type' => 'Int!',
  6181.                                     ],
  6182.                                     'locationID' => [
  6183.                                         'description' => 'The location ID',
  6184.                                         'type' => 'Int!',
  6185.                                     ],
  6186.                                 ],
  6187.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  6188.                             ],
  6189.                             'updateSchoolProfileLocation' => [
  6190.                                 'type' => 'ProfileUpdateResponse!',
  6191.                                 'args' => [
  6192.                                     'profileID' => [
  6193.                                         'description' => 'The profile id',
  6194.                                         'type' => 'Int!',
  6195.                                     ],
  6196.                                     'locationID' => [
  6197.                                         'description' => 'The location ID',
  6198.                                         'type' => 'Int!',
  6199.                                     ],
  6200.                                     'location' => [
  6201.                                         'description' => 'The location data',
  6202.                                         'type' => 'InLocation!',
  6203.                                     ],
  6204.                                 ],
  6205.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  6206.                             ],
  6207.                             'toggleSchoolProfileJob' => [
  6208.                                 'type' => 'ProfileUpdateResponse!',
  6209.                                 'args' => [
  6210.                                     'profileID' => [
  6211.                                         'description' => 'The profile id',
  6212.                                         'type' => 'Int!',
  6213.                                     ],
  6214.                                     'jobID' => [
  6215.                                         'description' => 'The job id',
  6216.                                         'type' => 'Int!',
  6217.                                     ],
  6218.                                     'enable' => [
  6219.                                         'description' => 'enable or disable',
  6220.                                         'type' => 'Boolean!',
  6221.                                     ],
  6222.                                 ],
  6223.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  6224.                             ],
  6225.                             'setSchoolProfileOffers' => [
  6226.                                 'type' => 'ProfileUpdateResponse!',
  6227.                                 'args' => [
  6228.                                     'profileID' => [
  6229.                                         'description' => 'The profile id',
  6230.                                         'type' => 'Int!',
  6231.                                     ],
  6232.                                     'offerIDs' => [
  6233.                                         'description' => 'The offer ids',
  6234.                                         'type' => '[Int!]',
  6235.                                     ],
  6236.                                 ],
  6237.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  6238.                             ],
  6239.                             'toggleSchoolProfileOffer' => [
  6240.                                 'type' => 'ProfileUpdateResponse!',
  6241.                                 'args' => [
  6242.                                     'profileID' => [
  6243.                                         'description' => 'The profile id',
  6244.                                         'type' => 'Int!',
  6245.                                     ],
  6246.                                     'offerID' => [
  6247.                                         'description' => 'The offer id',
  6248.                                         'type' => 'Int!',
  6249.                                     ],
  6250.                                     'enable' => [
  6251.                                         'description' => 'enable or disable',
  6252.                                         'type' => 'Boolean!',
  6253.                                     ],
  6254.                                 ],
  6255.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  6256.                             ],
  6257.                             'updateSchoolProfileDescription' => [
  6258.                                 'type' => 'ProfileUpdateResponse!',
  6259.                                 'args' => [
  6260.                                     'profileID' => [
  6261.                                         'description' => 'The profile id',
  6262.                                         'type' => 'Int!',
  6263.                                     ],
  6264.                                     'description' => [
  6265.                                         'description' => 'The company profile description',
  6266.                                         'type' => 'String!',
  6267.                                     ],
  6268.                                 ],
  6269.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateDescription", args["profileID"], args["description"])',
  6270.                             ],
  6271.                             'updateSchoolProfileTrainingInformation' => [
  6272.                                 'type' => 'ProfileUpdateResponse!',
  6273.                                 'args' => [
  6274.                                     'profileID' => [
  6275.                                         'description' => 'The profile id',
  6276.                                         'type' => 'Int!',
  6277.                                     ],
  6278.                                     'trainingInformation' => [
  6279.                                         'description' => 'The school profile training information',
  6280.                                         'type' => 'String!',
  6281.                                     ],
  6282.                                 ],
  6283.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateTrainingInformation", args["profileID"], args["trainingInformation"])',
  6284.                             ],
  6285.                             'updateSchoolProfileEducationInformation' => [
  6286.                                 'type' => 'ProfileUpdateResponse!',
  6287.                                 'args' => [
  6288.                                     'profileID' => [
  6289.                                         'description' => 'The profile id',
  6290.                                         'type' => 'Int!',
  6291.                                     ],
  6292.                                     'educationInformation' => [
  6293.                                         'description' => 'The education information',
  6294.                                         'type' => 'String!',
  6295.                                     ],
  6296.                                 ],
  6297.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  6298.                             ],
  6299.                             'setSchoolProfileHeader' => [
  6300.                                 'type' => 'ProfileUpdateResponse!',
  6301.                                 'args' => [
  6302.                                     'profileID' => [
  6303.                                         'description' => 'The profile id',
  6304.                                         'type' => 'Int!',
  6305.                                     ],
  6306.                                     'galleryEntryID' => [
  6307.                                         'description' => 'The gallery entry id',
  6308.                                         'type' => 'Int!',
  6309.                                     ],
  6310.                                 ],
  6311.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  6312.                             ],
  6313.                             'removeSchoolProfileHeader' => [
  6314.                                 'type' => 'ProfileUpdateResponse!',
  6315.                                 'args' => [
  6316.                                     'profileID' => [
  6317.                                         'description' => 'The profile id',
  6318.                                         'type' => 'Int!',
  6319.                                     ],
  6320.                                 ],
  6321.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeHeaderPicture", args["profileID"])',
  6322.                             ],
  6323.                             'updateSchoolProfileLogo' => [
  6324.                                 'type' => 'ProfileUpdateResponse!',
  6325.                                 'args' => [
  6326.                                     'profileID' => [
  6327.                                         'description' => 'The profile id',
  6328.                                         'type' => 'Int!',
  6329.                                     ],
  6330.                                     'logo' => [
  6331.                                         'description' => 'The picture of the logo',
  6332.                                         'type' => 'UploadFile!',
  6333.                                     ],
  6334.                                     'copyright' => [
  6335.                                         'description' => 'The copyright of the picture',
  6336.                                         'type' => 'String',
  6337.                                     ],
  6338.                                 ],
  6339.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  6340.                             ],
  6341.                             'updateSchoolProfileLogoStyle' => [
  6342.                                 'type' => 'ProfileUpdateResponse!',
  6343.                                 'args' => [
  6344.                                     'profileID' => [
  6345.                                         'description' => 'The profile id',
  6346.                                         'type' => 'Int!',
  6347.                                     ],
  6348.                                     'logoStyle' => [
  6349.                                         'description' => 'The logo style',
  6350.                                         'type' => 'LogoStyle!',
  6351.                                     ],
  6352.                                     'copyright' => [
  6353.                                         'description' => 'The copyright of the picture',
  6354.                                         'type' => 'String',
  6355.                                     ],
  6356.                                 ],
  6357.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  6358.                             ],
  6359.                             'updateSchoolProfileName' => [
  6360.                                 'type' => 'ProfileUpdateResponse!',
  6361.                                 'args' => [
  6362.                                     'profileID' => [
  6363.                                         'description' => 'The profile id',
  6364.                                         'type' => 'Int!',
  6365.                                     ],
  6366.                                     'name' => [
  6367.                                         'description' => 'The new profile name',
  6368.                                         'type' => 'String!',
  6369.                                     ],
  6370.                                 ],
  6371.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateName", args["profileID"], args["name"])',
  6372.                             ],
  6373.                             'setSchoolProfileSelected' => [
  6374.                                 'type' => 'Status!',
  6375.                                 'args' => [
  6376.                                     'profileID' => [
  6377.                                         'description' => 'The school profile id',
  6378.                                         'type' => 'Int!',
  6379.                                     ],
  6380.                                 ],
  6381.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setSchoolProfileSelected", args["profileID"])',
  6382.                             ],
  6383.                             'updateSchoolProfileQuizQuestions' => [
  6384.                                 'type' => 'Status!',
  6385.                                 'args' => [
  6386.                                     'questions' => [
  6387.                                         'description' => 'The questions',
  6388.                                         'type' => '[InQuizQuestion!]',
  6389.                                     ],
  6390.                                 ],
  6391.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateSchoolProfileQuizQuestions", args["questions"])',
  6392.                             ],
  6393.                             'updateTeacher' => [
  6394.                                 'type' => 'Status!',
  6395.                                 'args' => [
  6396.                                     'data' => [
  6397.                                         'description' => 'The teacher data',
  6398.                                         'type' => 'InTeacherUser!',
  6399.                                     ],
  6400.                                 ],
  6401.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\TeacherResolver::updateTeacher", args["data"])',
  6402.                             ],
  6403.                             'setUserRoleSelected' => [
  6404.                                 'type' => 'Status!',
  6405.                                 'args' => [
  6406.                                     'role' => [
  6407.                                         'description' => 'The user role string',
  6408.                                         'type' => 'String!',
  6409.                                     ],
  6410.                                 ],
  6411.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\UserResolver::setUserRoleSelected", args["role"])',
  6412.                             ],
  6413.                         ],
  6414.                         'name' => 'InternalMutation',
  6415.                         'builders' => [
  6416.                         ],
  6417.                         'interfaces' => [
  6418.                         ],
  6419.                     ],
  6420.                 ],
  6421.                 'InternalQuery' => [
  6422.                     'type' => 'object',
  6423.                     'inherits' => [
  6424.                         => 'InternalQueryBoPartnerProfile',
  6425.                         => 'InternalQueryCompanyProfile',
  6426.                         => 'InternalQueryEvent',
  6427.                         => 'InternalQueryGame',
  6428.                         => 'InternalQueryJobMarket',
  6429.                         => 'InternalQuerySchool',
  6430.                         => 'InternalQuerySchoolProfile',
  6431.                         => 'InternalQuerySchoolClass',
  6432.                         => 'InternalQueryUser',
  6433.                     ],
  6434.                     'class_name' => 'InternalQueryType',
  6435.                     'decorator' => false,
  6436.                     'config' => [
  6437.                         'description' => 'Internal Query',
  6438.                         'fields' => [
  6439.                             'getSelectedBoPartnerProfile' => [
  6440.                                 'type' => 'BoPartnerProfile',
  6441.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getSelectedBoPartnerProfile")',
  6442.                             ],
  6443.                             'getBoPartnerProfiles' => [
  6444.                                 'type' => '[ProfileSimple!]',
  6445.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getBoPartnerProfilesByUser")',
  6446.                             ],
  6447.                             'getBoPartnerProfileQuizQuestions' => [
  6448.                                 'type' => '[ProviderQuizQuestion!]',
  6449.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getBoPartnerProfileQuizQuestions")',
  6450.                             ],
  6451.                             'getSelectedCompanyProfile' => [
  6452.                                 'type' => 'CompanyProfile',
  6453.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getSelectedCompanyProfile")',
  6454.                             ],
  6455.                             'getCompanyProfiles' => [
  6456.                                 'type' => '[ProfileSimple!]',
  6457.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfilesByUser")',
  6458.                             ],
  6459.                             'getCompanyProfileQuizQuestions' => [
  6460.                                 'type' => '[ProviderQuizQuestion!]',
  6461.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfileQuizQuestions")',
  6462.                             ],
  6463.                             'getCompanyProfileJobMarkets' => [
  6464.                                 'type' => '[JobMarket!]',
  6465.                                 'args' => [
  6466.                                     'profileID' => [
  6467.                                         'description' => 'The profile id',
  6468.                                         'type' => 'Int!',
  6469.                                     ],
  6470.                                 ],
  6471.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfileJobMarkets", args["profileID"])',
  6472.                             ],
  6473.                             'getProviderEventsByDistrict' => [
  6474.                                 'type' => '[CompanyProfile!]',
  6475.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getProviderEventsByDistrict")',
  6476.                             ],
  6477.                             'getEventsBcByDistrict' => [
  6478.                                 'type' => '[Event!]',
  6479.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getEventsBcByDistrict")',
  6480.                             ],
  6481.                             'startGameTimer' => [
  6482.                                 'type' => 'GameTimer',
  6483.                                 'args' => [
  6484.                                     'schoolClassID' => [
  6485.                                         'description' => 'The school class id',
  6486.                                         'type' => 'Int!',
  6487.                                     ],
  6488.                                     'duration' => [
  6489.                                         'description' => 'The duration for the game timer in seconds',
  6490.                                         'type' => 'Int!',
  6491.                                     ],
  6492.                                 ],
  6493.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::startGameTimer", args["schoolClassID"], args["duration"])',
  6494.                             ],
  6495.                             'modifyGameTimer' => [
  6496.                                 'type' => 'GameTimer',
  6497.                                 'args' => [
  6498.                                     'timerID' => [
  6499.                                         'description' => 'The timer id',
  6500.                                         'type' => 'Int!',
  6501.                                     ],
  6502.                                     'modifyType' => [
  6503.                                         'description' => 'The modify type',
  6504.                                         'type' => 'GameTimerModifyType!',
  6505.                                     ],
  6506.                                     'duration' => [
  6507.                                         'description' => 'The duration the timer is modified in seconds',
  6508.                                         'type' => 'Int!',
  6509.                                     ],
  6510.                                 ],
  6511.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::modifyGameTimer", args["timerID"], args["modifyType"], args["duration"])',
  6512.                             ],
  6513.                             'getGameTimeLeft' => [
  6514.                                 'type' => 'CommonResult!',
  6515.                                 'args' => [
  6516.                                     'schoolClassID' => [
  6517.                                         'description' => 'The school class id',
  6518.                                         'type' => 'Int!',
  6519.                                     ],
  6520.                                 ],
  6521.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::getGameTimeLeft", args["schoolClassID"])',
  6522.                             ],
  6523.                             'getJobMarketsByUser' => [
  6524.                                 'type' => '[JobMarket!]',
  6525.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::getJobMarkets")',
  6526.                             ],
  6527.                             'getSchoolByTeacher' => [
  6528.                                 'type' => 'School',
  6529.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolByTeacher")',
  6530.                             ],
  6531.                             'getSchoolClassesBySchool' => [
  6532.                                 'type' => '[SchoolClass!]',
  6533.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolClassesBySchool")',
  6534.                             ],
  6535.                             'getSchoolTeachers' => [
  6536.                                 'type' => '[Teacher!]',
  6537.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolTeachers")',
  6538.                             ],
  6539.                             'getViewedInterestFieldsBySchool' => [
  6540.                                 'type' => '[InterestFieldStats!]',
  6541.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getViewedInterestFields")',
  6542.                             ],
  6543.                             'getSelectedSchoolProfile' => [
  6544.                                 'type' => 'SchoolProfile',
  6545.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSelectedSchoolProfile")',
  6546.                             ],
  6547.                             'getSchoolProfiles' => [
  6548.                                 'type' => '[ProfileSimple!]',
  6549.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSchoolProfilesByUser")',
  6550.                             ],
  6551.                             'getSchoolProfileQuizQuestions' => [
  6552.                                 'type' => '[ProviderQuizQuestion!]',
  6553.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSchoolProfileQuizQuestions")',
  6554.                             ],
  6555.                             'getSchoolClassByID' => [
  6556.                                 'type' => 'SchoolClass',
  6557.                                 'args' => [
  6558.                                     'schoolClassID' => [
  6559.                                         'description' => 'The school class ID',
  6560.                                         'type' => 'Int!',
  6561.                                     ],
  6562.                                 ],
  6563.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClass", args["schoolClassID"])',
  6564.                             ],
  6565.                             'getSchoolClassesByUser' => [
  6566.                                 'type' => '[SchoolClass!]',
  6567.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassesByUser")',
  6568.                             ],
  6569.                             'getSchoolClassTeachers' => [
  6570.                                 'type' => '[Teacher!]',
  6571.                                 'args' => [
  6572.                                     'schoolClassID' => [
  6573.                                         'description' => 'The school class ID',
  6574.                                         'type' => 'Int!',
  6575.                                     ],
  6576.                                 ],
  6577.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassTeachers", args["schoolClassID"])',
  6578.                             ],
  6579.                             'getViewedBoPartnerProfiles' => [
  6580.                                 'type' => '[BoPartnerProfile!]',
  6581.                                 'args' => [
  6582.                                     'schoolClassID' => [
  6583.                                         'description' => 'The school class ID',
  6584.                                         'type' => 'Int!',
  6585.                                     ],
  6586.                                 ],
  6587.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedBoPartnerProfiles", args["schoolClassID"])',
  6588.                             ],
  6589.                             'getViewedCompanyProfiles' => [
  6590.                                 'type' => '[CompanyProfile!]',
  6591.                                 'args' => [
  6592.                                     'schoolClassID' => [
  6593.                                         'description' => 'The school class ID',
  6594.                                         'type' => 'Int!',
  6595.                                     ],
  6596.                                 ],
  6597.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedCompanyProfiles", args["schoolClassID"])',
  6598.                             ],
  6599.                             'getViewedSchoolProfiles' => [
  6600.                                 'type' => '[SchoolProfile!]',
  6601.                                 'args' => [
  6602.                                     'schoolClassID' => [
  6603.                                         'description' => 'The school class ID',
  6604.                                         'type' => 'Int!',
  6605.                                     ],
  6606.                                 ],
  6607.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolProfiles", args["schoolClassID"])',
  6608.                             ],
  6609.                             'getViewedJobs' => [
  6610.                                 'type' => '[Job!]',
  6611.                                 'args' => [
  6612.                                     'schoolClassID' => [
  6613.                                         'description' => 'The school class ID',
  6614.                                         'type' => 'Int!',
  6615.                                     ],
  6616.                                 ],
  6617.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobs", args["schoolClassID"])',
  6618.                             ],
  6619.                             'getViewedJobPortaits' => [
  6620.                                 'type' => '[Story!]',
  6621.                                 'args' => [
  6622.                                     'schoolClassID' => [
  6623.                                         'description' => 'The school class ID',
  6624.                                         'type' => 'Int!',
  6625.                                     ],
  6626.                                 ],
  6627.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobPortraits", args["schoolClassID"])',
  6628.                             ],
  6629.                             'getViewedSchoolPortaits' => [
  6630.                                 'type' => '[Story!]',
  6631.                                 'args' => [
  6632.                                     'schoolClassID' => [
  6633.                                         'description' => 'The school class ID',
  6634.                                         'type' => 'Int!',
  6635.                                     ],
  6636.                                 ],
  6637.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolPortraits", args["schoolClassID"])',
  6638.                             ],
  6639.                             'getViewedInterestFields' => [
  6640.                                 'type' => '[InterestFieldStats!]',
  6641.                                 'args' => [
  6642.                                     'schoolClassID' => [
  6643.                                         'description' => 'The school class ID',
  6644.                                         'type' => 'Int!',
  6645.                                     ],
  6646.                                 ],
  6647.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedInterestFields", args["schoolClassID"])',
  6648.                             ],
  6649.                             'getViewedRequirements' => [
  6650.                                 'type' => '[JobRequirementStats!]',
  6651.                                 'args' => [
  6652.                                     'schoolClassID' => [
  6653.                                         'description' => 'The school class ID',
  6654.                                         'type' => 'Int!',
  6655.                                     ],
  6656.                                 ],
  6657.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedRequirements", args["schoolClassID"])',
  6658.                             ],
  6659.                             'setGameCategoriesTeacher' => [
  6660.                                 'type' => 'Status!',
  6661.                                 'args' => [
  6662.                                     'schoolClassID' => [
  6663.                                         'description' => 'The school class ID',
  6664.                                         'type' => 'Int!',
  6665.                                     ],
  6666.                                     'categoryIDs' => [
  6667.                                         'description' => 'The category IDs',
  6668.                                         'type' => '[Int!]!',
  6669.                                     ],
  6670.                                 ],
  6671.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::setGameCategories", args["schoolClassID"], args["categoryIDs"])',
  6672.                             ],
  6673.                             'getTeachingIdeas' => [
  6674.                                 'type' => '[TeachingIdea!]',
  6675.                                 'args' => [
  6676.                                     'schoolClassID' => [
  6677.                                         'description' => 'The school class ID',
  6678.                                         'type' => 'Int!',
  6679.                                     ],
  6680.                                 ],
  6681.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getTeachingIdeas", args["schoolClassID"])',
  6682.                             ],
  6683.                             'getUserSetting' => [
  6684.                                 'type' => 'UserSetting',
  6685.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::getUserSetting")',
  6686.                             ],
  6687.                             'userinfo' => [
  6688.                                 'type' => 'UserInfo',
  6689.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::userInfo")',
  6690.                             ],
  6691.                             'job' => [
  6692.                                 'type' => 'Job',
  6693.                                 'args' => [
  6694.                                     'bicid' => [
  6695.                                         'description' => 'BicID of the job to be retrieved',
  6696.                                         'type' => 'ID!',
  6697.                                     ],
  6698.                                 ],
  6699.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  6700.                             ],
  6701.                         ],
  6702.                         'name' => 'InternalQuery',
  6703.                         'builders' => [
  6704.                         ],
  6705.                         'interfaces' => [
  6706.                         ],
  6707.                     ],
  6708.                 ],
  6709.                 'DefaultQuery' => [
  6710.                     'type' => 'object',
  6711.                     'inherits' => [
  6712.                         => 'DefaultQueryBookmark',
  6713.                         => 'DefaultQueryCommon',
  6714.                         => 'DefaultQueryEvent',
  6715.                         => 'DefaultQueryGame',
  6716.                         => 'DefaultQueryJob',
  6717.                         => 'DefaultQueryProfiles',
  6718.                         => 'DefaultQuerySchool',
  6719.                     ],
  6720.                     'class_name' => 'DefaultQueryType',
  6721.                     'decorator' => false,
  6722.                     'config' => [
  6723.                         'description' => 'Default Query',
  6724.                         'fields' => [
  6725.                             'titles' => [
  6726.                                 'type' => '[Title]',
  6727.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::titles")',
  6728.                             ],
  6729.                             'teachingIdeaTypes' => [
  6730.                                 'type' => '[TeachingIdeaType!]',
  6731.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getTeachingIdeaTypes")',
  6732.                             ],
  6733.                             'informationLinks' => [
  6734.                                 'type' => '[InformationLink!]',
  6735.                                 'args' => [
  6736.                                     'typeID' => [
  6737.                                         'description' => 'The type id of the information links',
  6738.                                         'type' => 'Int!',
  6739.                                     ],
  6740.                                 ],
  6741.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getInformationLinks", args["typeID"])',
  6742.                             ],
  6743.                             'searchSchools' => [
  6744.                                 'type' => '[School!]',
  6745.                                 'args' => [
  6746.                                     'searchText' => [
  6747.                                         'description' => 'The search text for the school',
  6748.                                         'type' => 'String!',
  6749.                                     ],
  6750.                                 ],
  6751.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::searchSchools", args["searchText"])',
  6752.                             ],
  6753.                             'bookmarkCreate' => [
  6754.                                 'type' => 'Bookmark',
  6755.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::create")',
  6756.                             ],
  6757.                             'bookmarkDelete' => [
  6758.                                 'type' => 'String!',
  6759.                                 'args' => [
  6760.                                     'code' => [
  6761.                                         'description' => 'The code of the bookmark to delete',
  6762.                                         'type' => 'String!',
  6763.                                     ],
  6764.                                 ],
  6765.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::delete", args["code"])',
  6766.                             ],
  6767.                             'bookmarkGet' => [
  6768.                                 'type' => 'Bookmark',
  6769.                                 'args' => [
  6770.                                     'code' => [
  6771.                                         'description' => 'The code to access the bookmark',
  6772.                                         'type' => 'String!',
  6773.                                     ],
  6774.                                 ],
  6775.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::get", args["code"])',
  6776.                             ],
  6777.                             'bookmarkUpdate' => [
  6778.                                 'type' => 'Bookmark',
  6779.                                 'args' => [
  6780.                                     'code' => [
  6781.                                         'description' => 'The code to access the bookmark',
  6782.                                         'type' => 'String!',
  6783.                                     ],
  6784.                                     'storedValue' => [
  6785.                                         'description' => 'The value to store in bookmark',
  6786.                                         'type' => 'String!',
  6787.                                     ],
  6788.                                 ],
  6789.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::update", args["code"], args["storedValue"])',
  6790.                             ],
  6791.                             'event' => [
  6792.                                 'type' => 'Event',
  6793.                                 'args' => [
  6794.                                     'id' => [
  6795.                                         'description' => 'ID of the Event',
  6796.                                         'type' => 'ID!',
  6797.                                     ],
  6798.                                 ],
  6799.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEventByID", args["id"])',
  6800.                             ],
  6801.                             'events' => [
  6802.                                 'type' => '[Event!]',
  6803.                                 'args' => [
  6804.                                     'limit' => [
  6805.                                         'description' => 'Limit',
  6806.                                         'type' => 'Int!',
  6807.                                     ],
  6808.                                     'offset' => [
  6809.                                         'description' => 'Offset',
  6810.                                         'type' => 'Int!',
  6811.                                     ],
  6812.                                 ],
  6813.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEvents", args["limit"], args["offset"])',
  6814.                             ],
  6815.                             'getOffersBoPartner' => [
  6816.                                 'type' => '[Offer!]',
  6817.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersBoPartner")',
  6818.                             ],
  6819.                             'getOffersCompany' => [
  6820.                                 'type' => '[Offer!]',
  6821.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersCompany")',
  6822.                             ],
  6823.                             'getOffersSchool' => [
  6824.                                 'type' => '[Offer!]',
  6825.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersSchool")',
  6826.                             ],
  6827.                             'offerList' => [
  6828.                                 'type' => 'OfferList!',
  6829.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOfferList")',
  6830.                             ],
  6831.                             'getChampionship' => [
  6832.                                 'type' => 'Championship',
  6833.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getChampionship")',
  6834.                             ],
  6835.                             'getQuizQuestionsProvider' => [
  6836.                                 'type' => '[QuestionOpen!]',
  6837.                                 'args' => [
  6838.                                     'providerType' => [
  6839.                                         'description' => 'The provider type id',
  6840.                                         'type' => 'Int!',
  6841.                                     ],
  6842.                                     'profileID' => [
  6843.                                         'description' => 'The profile id',
  6844.                                         'type' => 'Int!',
  6845.                                     ],
  6846.                                 ],
  6847.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizOpenResolver::getQuestionsProvider", args["providerType"], args["profileID"])',
  6848.                             ],
  6849.                             'getGameCategoriesPerGame' => [
  6850.                                 'type' => 'GameCategoriesPerGame!',
  6851.                                 'args' => [
  6852.                                     'clientID' => [
  6853.                                         'description' => 'The client ID',
  6854.                                         'type' => 'String!',
  6855.                                     ],
  6856.                                 ],
  6857.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesPerGame", args["clientID"])',
  6858.                             ],
  6859.                             'getGameCategoriesTeacher' => [
  6860.                                 'type' => '[GameCategory!]',
  6861.                                 'args' => [
  6862.                                     'schoolClassID' => [
  6863.                                         'description' => 'The school class id',
  6864.                                         'type' => 'Int!',
  6865.                                     ],
  6866.                                 ],
  6867.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesTeacher", args["schoolClassID"])',
  6868.                             ],
  6869.                             'getGameCategoriesStudent' => [
  6870.                                 'type' => '[GameCategory!]',
  6871.                                 'args' => [
  6872.                                     'clientID' => [
  6873.                                         'description' => 'The client ID',
  6874.                                         'type' => 'String!',
  6875.                                     ],
  6876.                                 ],
  6877.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesStudent", args["clientID"])',
  6878.                             ],
  6879.                             'getGame' => [
  6880.                                 'type' => 'Game!',
  6881.                                 'args' => [
  6882.                                     'gameType' => [
  6883.                                         'description' => 'The game type',
  6884.                                         'type' => 'GameType',
  6885.                                     ],
  6886.                                     'clientID' => [
  6887.                                         'description' => 'The client ID',
  6888.                                         'type' => 'String!',
  6889.                                     ],
  6890.                                     'categoryIDs' => [
  6891.                                         'description' => 'The category IDs',
  6892.                                         'type' => '[Int!]!',
  6893.                                     ],
  6894.                                 ],
  6895.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGame", args["gameType"], args["clientID"], args["categoryIDs"])',
  6896.                             ],
  6897.                             'setGameEnd' => [
  6898.                                 'type' => 'Status!',
  6899.                                 'args' => [
  6900.                                     'gameID' => [
  6901.                                         'description' => 'The game id',
  6902.                                         'type' => 'Int!',
  6903.                                     ],
  6904.                                     'gameEnd' => [
  6905.                                         'description' => 'The end type',
  6906.                                         'type' => 'GameEndType!',
  6907.                                     ],
  6908.                                     'points' => [
  6909.                                         'description' => 'Points',
  6910.                                         'type' => 'Int!',
  6911.                                     ],
  6912.                                 ],
  6913.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::setGameEnd", args["gameID"], args["gameEnd"], args["points"])',
  6914.                             ],
  6915.                             'getGameActiveUsers' => [
  6916.                                 'type' => 'Int!',
  6917.                                 'args' => [
  6918.                                     'gameType' => [
  6919.                                         'description' => 'The game type',
  6920.                                         'type' => 'GameType!',
  6921.                                     ],
  6922.                                 ],
  6923.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameActiveUsers", args["gameType"])',
  6924.                             ],
  6925.                             'getGameRoundPlayers' => [
  6926.                                 'type' => 'RoundPlayers!',
  6927.                                 'args' => [
  6928.                                     'gameID' => [
  6929.                                         'description' => 'The game id',
  6930.                                         'type' => 'Int!',
  6931.                                     ],
  6932.                                 ],
  6933.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameRoundPlayers", args["gameID"])',
  6934.                             ],
  6935.                             'getGameTrophies' => [
  6936.                                 'type' => '[GameTrophy]',
  6937.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophies")',
  6938.                             ],
  6939.                             'getGameTrophyProgress' => [
  6940.                                 'type' => 'GameTrophyProgress!',
  6941.                                 'args' => [
  6942.                                     'schoolClassID' => [
  6943.                                         'description' => 'The school class id',
  6944.                                         'type' => 'Int!',
  6945.                                     ],
  6946.                                 ],
  6947.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophyProgress", args["schoolClassID"])',
  6948.                             ],
  6949.                             'trophyCount' => [
  6950.                                 'type' => 'Status!',
  6951.                                 'args' => [
  6952.                                     'clientId' => [
  6953.                                         'description' => 'ClientID',
  6954.                                         'type' => 'String!',
  6955.                                     ],
  6956.                                     'classCode' => [
  6957.                                         'description' => 'Class Code',
  6958.                                         'type' => 'String!',
  6959.                                     ],
  6960.                                     'itemId' => [
  6961.                                         'description' => 'ItemID',
  6962.                                         'type' => 'String!',
  6963.                                     ],
  6964.                                     'itemType' => [
  6965.                                         'description' => 'TrophyItemType',
  6966.                                         'type' => 'TrophyItemType',
  6967.                                     ],
  6968.                                 ],
  6969.                                 'resolve' => '@=query("App\\\\Resolver\\\\TrophyCountResolver::trophyCount", args["clientId"], args["classCode"], args["itemId"], args["itemType"])',
  6970.                             ],
  6971.                             'getGameTimersSchool' => [
  6972.                                 'type' => '[GameTimer!]',
  6973.                                 'args' => [
  6974.                                     'schoolID' => [
  6975.                                         'description' => 'The school id',
  6976.                                         'type' => 'Int!',
  6977.                                     ],
  6978.                                 ],
  6979.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimersSchool", args["schoolID"])',
  6980.                             ],
  6981.                             'getGameTimer' => [
  6982.                                 'type' => 'GameTimer',
  6983.                                 'args' => [
  6984.                                     'schoolClassID' => [
  6985.                                         'description' => 'The school class id',
  6986.                                         'type' => 'Int!',
  6987.                                     ],
  6988.                                 ],
  6989.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimer", args["schoolClassID"])',
  6990.                             ],
  6991.                             'getQuizQuestion' => [
  6992.                                 'type' => 'Question!',
  6993.                                 'args' => [
  6994.                                     'gameID' => [
  6995.                                         'description' => 'The game id',
  6996.                                         'type' => 'Int!',
  6997.                                     ],
  6998.                                     'round' => [
  6999.                                         'description' => 'The round of the game',
  7000.                                         'type' => 'Int!',
  7001.                                     ],
  7002.                                 ],
  7003.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuestion", args["gameID"], args["round"])',
  7004.                             ],
  7005.                             'getQuizAnswerWrong' => [
  7006.                                 'type' => 'AnswerWrong!',
  7007.                                 'args' => [
  7008.                                     'gameID' => [
  7009.                                         'description' => 'The game id',
  7010.                                         'type' => 'Int!',
  7011.                                     ],
  7012.                                     'questionID' => [
  7013.                                         'description' => 'The question ID',
  7014.                                         'type' => 'Int!',
  7015.                                     ],
  7016.                                 ],
  7017.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  7018.                             ],
  7019.                             'sendQuizAnswer' => [
  7020.                                 'type' => 'AnswerResponse!',
  7021.                                 'args' => [
  7022.                                     'gameID' => [
  7023.                                         'description' => 'The game id',
  7024.                                         'type' => 'Int!',
  7025.                                     ],
  7026.                                     'questionID' => [
  7027.                                         'description' => 'The question ID',
  7028.                                         'type' => 'Int!',
  7029.                                     ],
  7030.                                     'answerID' => [
  7031.                                         'description' => 'The answer ID',
  7032.                                         'type' => 'Int!',
  7033.                                     ],
  7034.                                 ],
  7035.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  7036.                             ],
  7037.                             'getClickThePicQuestion' => [
  7038.                                 'type' => 'Question!',
  7039.                                 'args' => [
  7040.                                     'gameID' => [
  7041.                                         'description' => 'The game id',
  7042.                                         'type' => 'Int!',
  7043.                                     ],
  7044.                                     'round' => [
  7045.                                         'description' => 'The round of the game',
  7046.                                         'type' => 'Int!',
  7047.                                     ],
  7048.                                 ],
  7049.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getQuestion", args["gameID"], args["round"])',
  7050.                             ],
  7051.                             'sendClickThePicAnswer' => [
  7052.                                 'type' => 'AnswerResponse!',
  7053.                                 'args' => [
  7054.                                     'gameID' => [
  7055.                                         'description' => 'The game id',
  7056.                                         'type' => 'Int!',
  7057.                                     ],
  7058.                                     'questionID' => [
  7059.                                         'description' => 'The question ID',
  7060.                                         'type' => 'Int!',
  7061.                                     ],
  7062.                                     'answerID' => [
  7063.                                         'description' => 'The answer ID',
  7064.                                         'type' => 'Int!',
  7065.                                     ],
  7066.                                     'points' => [
  7067.                                         'description' => 'Points for the round',
  7068.                                         'type' => 'Int!',
  7069.                                     ],
  7070.                                 ],
  7071.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"], args["points"])',
  7072.                             ],
  7073.                             'interestFields' => [
  7074.                                 'type' => '[InterestField!]',
  7075.                                 'resolve' => '@=query("App\\\\Resolver\\\\InterestFieldResolver::getFields")',
  7076.                             ],
  7077.                             'job' => [
  7078.                                 'type' => 'Job',
  7079.                                 'args' => [
  7080.                                     'bicid' => [
  7081.                                         'description' => 'BicID of the job to be retrieved',
  7082.                                         'type' => 'ID!',
  7083.                                     ],
  7084.                                 ],
  7085.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  7086.                             ],
  7087.                             'job_id' => [
  7088.                                 'type' => 'Job',
  7089.                                 'args' => [
  7090.                                     'id' => [
  7091.                                         'description' => 'ID of the job to retrieve',
  7092.                                         'type' => 'ID!',
  7093.                                     ],
  7094.                                 ],
  7095.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobID", args["id"])',
  7096.                             ],
  7097.                             'jobs' => [
  7098.                                 'type' => '[Job!]',
  7099.                                 'args' => [
  7100.                                     'limit' => [
  7101.                                         'description' => 'Limit',
  7102.                                         'type' => 'Int!',
  7103.                                     ],
  7104.                                     'offset' => [
  7105.                                         'description' => 'Offset',
  7106.                                         'type' => 'Int!',
  7107.                                     ],
  7108.                                 ],
  7109.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobs", args["limit"], args["offset"])',
  7110.                             ],
  7111.                             'jobExpertTerm' => [
  7112.                                 'type' => 'JobExpertTerm',
  7113.                                 'args' => [
  7114.                                     'bicid' => [
  7115.                                         'description' => 'BicID of the job expert term to retrieve',
  7116.                                         'type' => 'ID!',
  7117.                                     ],
  7118.                                 ],
  7119.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerm", args["bicid"])',
  7120.                             ],
  7121.                             'jobExpertTerms' => [
  7122.                                 'type' => '[JobExpertTerm!]',
  7123.                                 'args' => [
  7124.                                     'limit' => [
  7125.                                         'description' => 'Limit',
  7126.                                         'type' => 'Int!',
  7127.                                     ],
  7128.                                     'offset' => [
  7129.                                         'description' => 'Offset',
  7130.                                         'type' => 'Int!',
  7131.                                     ],
  7132.                                 ],
  7133.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerms", args["limit"], args["offset"])',
  7134.                             ],
  7135.                             'jobMarket' => [
  7136.                                 'type' => 'JobMarket',
  7137.                                 'args' => [
  7138.                                     'id' => [
  7139.                                         'description' => 'ID of the job market to be retrieved',
  7140.                                         'type' => 'ID!',
  7141.                                     ],
  7142.                                 ],
  7143.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarketByID", args["id"])',
  7144.                             ],
  7145.                             'jobMarkets' => [
  7146.                                 'type' => 'JobMarketResults',
  7147.                                 'args' => [
  7148.                                     'search' => [
  7149.                                         'description' => 'Search parameters',
  7150.                                         'type' => 'String!',
  7151.                                     ],
  7152.                                 ],
  7153.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarkets", args["search"])',
  7154.                             ],
  7155.                             'jobRequirements' => [
  7156.                                 'type' => '[JobRequirement!]',
  7157.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirements")',
  7158.                             ],
  7159.                             'jobRequirementTypes' => [
  7160.                                 'type' => 'JobRequirementCollection!',
  7161.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirementTypes")',
  7162.                             ],
  7163.                             'bopartnerProfile' => [
  7164.                                 'type' => 'BoPartnerProfile',
  7165.                                 'args' => [
  7166.                                     'id' => [
  7167.                                         'description' => 'ID of the BO Partner Profile',
  7168.                                         'type' => 'Int',
  7169.                                     ],
  7170.                                     'uuid' => [
  7171.                                         'description' => 'UUID of the BO Partner Profile',
  7172.                                         'type' => 'String',
  7173.                                     ],
  7174.                                 ],
  7175.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfile", args["id"], args["uuid"])',
  7176.                             ],
  7177.                             'bopartnerProfiles' => [
  7178.                                 'type' => '[BoPartnerProfile!]',
  7179.                                 'args' => [
  7180.                                     'limit' => [
  7181.                                         'description' => 'Limit',
  7182.                                         'type' => 'Int!',
  7183.                                     ],
  7184.                                     'offset' => [
  7185.                                         'description' => 'Offset',
  7186.                                         'type' => 'Int!',
  7187.                                     ],
  7188.                                 ],
  7189.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfiles", args["limit"], args["offset"])',
  7190.                             ],
  7191.                             'getCompanyBenefits' => [
  7192.                                 'type' => '[CompanyBenefit!]',
  7193.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyBenefits")',
  7194.                             ],
  7195.                             'getCompanyCertificates' => [
  7196.                                 'type' => '[CompanyCertificate!]',
  7197.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyCertificates")',
  7198.                             ],
  7199.                             'getCompanySizes' => [
  7200.                                 'type' => '[CompanySize!]',
  7201.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanySizes")',
  7202.                             ],
  7203.                             'companyProfile' => [
  7204.                                 'type' => 'CompanyProfile',
  7205.                                 'args' => [
  7206.                                     'id' => [
  7207.                                         'description' => 'ID of the Company Profile',
  7208.                                         'type' => 'Int',
  7209.                                     ],
  7210.                                     'uuid' => [
  7211.                                         'description' => 'UUID of the Company Profile',
  7212.                                         'type' => 'String',
  7213.                                     ],
  7214.                                 ],
  7215.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfile", args["id"], args["uuid"])',
  7216.                             ],
  7217.                             'companyProfiles' => [
  7218.                                 'type' => '[CompanyProfile!]',
  7219.                                 'args' => [
  7220.                                     'limit' => [
  7221.                                         'description' => 'Limit',
  7222.                                         'type' => 'Int!',
  7223.                                     ],
  7224.                                     'offset' => [
  7225.                                         'description' => 'Offset',
  7226.                                         'type' => 'Int!',
  7227.                                     ],
  7228.                                 ],
  7229.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfiles", args["limit"], args["offset"])',
  7230.                             ],
  7231.                             'profiles' => [
  7232.                                 'type' => 'ProfileResults!',
  7233.                                 'args' => [
  7234.                                     'search' => [
  7235.                                         'description' => 'Search parameters',
  7236.                                         'type' => 'String!',
  7237.                                     ],
  7238.                                 ],
  7239.                                 'resolve' => '@=query("App\\\\Resolver\\\\ProfileResolver::getProfilesSearch", args["search"])',
  7240.                             ],
  7241.                             'schoolProfile' => [
  7242.                                 'type' => 'SchoolProfile',
  7243.                                 'args' => [
  7244.                                     'id' => [
  7245.                                         'description' => 'ID of the School Profile',
  7246.                                         'type' => 'Int',
  7247.                                     ],
  7248.                                     'uuid' => [
  7249.                                         'description' => 'UUID of the School Profile',
  7250.                                         'type' => 'String',
  7251.                                     ],
  7252.                                 ],
  7253.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfile", args["id"], args["uuid"])',
  7254.                             ],
  7255.                             'schoolProfiles' => [
  7256.                                 'type' => '[SchoolProfile!]',
  7257.                                 'args' => [
  7258.                                     'limit' => [
  7259.                                         'description' => 'Limit',
  7260.                                         'type' => 'Int!',
  7261.                                     ],
  7262.                                     'offset' => [
  7263.                                         'description' => 'Offset',
  7264.                                         'type' => 'Int!',
  7265.                                     ],
  7266.                                 ],
  7267.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfiles", args["limit"], args["offset"])',
  7268.                             ],
  7269.                             'schoolSubjects' => [
  7270.                                 'type' => '[SchoolSubject!]',
  7271.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getAllJobSchoolSubjects")',
  7272.                             ],
  7273.                             'schoolSubject' => [
  7274.                                 'type' => 'SchoolSubject!',
  7275.                                 'args' => [
  7276.                                     'id' => [
  7277.                                         'description' => 'ID of the school subject to be retrieved',
  7278.                                         'type' => 'ID!',
  7279.                                     ],
  7280.                                 ],
  7281.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getJobSchoolSubjectByID", args["id"])',
  7282.                             ],
  7283.                             'stories' => [
  7284.                                 'type' => 'Stories!',
  7285.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStories")',
  7286.                             ],
  7287.                             'storyByID' => [
  7288.                                 'type' => 'Story',
  7289.                                 'args' => [
  7290.                                     'id' => [
  7291.                                         'description' => 'ID of the story to retrieve',
  7292.                                         'type' => 'ID!',
  7293.                                     ],
  7294.                                 ],
  7295.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByID", args["id"])',
  7296.                             ],
  7297.                             'storyByBicID' => [
  7298.                                 'type' => 'Story',
  7299.                                 'args' => [
  7300.                                     'bicid' => [
  7301.                                         'description' => 'BicID of the story to retrieve',
  7302.                                         'type' => 'ID!',
  7303.                                     ],
  7304.                                 ],
  7305.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByBicID", args["bicid"])',
  7306.                             ],
  7307.                             'schoolClassLogin' => [
  7308.                                 'type' => 'SchoolClassLogin',
  7309.                                 'args' => [
  7310.                                     'classCode' => [
  7311.                                         'description' => 'Class Code',
  7312.                                         'type' => 'String!',
  7313.                                     ],
  7314.                                 ],
  7315.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::login", args["classCode"])',
  7316.                             ],
  7317.                             'schoolClassGameHistory' => [
  7318.                                 'type' => '[SchoolClassGameHistory!]',
  7319.                                 'args' => [
  7320.                                     'classCode' => [
  7321.                                         'description' => 'Class Code',
  7322.                                         'type' => 'String!',
  7323.                                     ],
  7324.                                 ],
  7325.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getGameHistories", args["classCode"])',
  7326.                             ],
  7327.                             'schoolClassPoints' => [
  7328.                                 'type' => 'Int',
  7329.                                 'args' => [
  7330.                                     'classCode' => [
  7331.                                         'description' => 'Class Code',
  7332.                                         'type' => 'String!',
  7333.                                     ],
  7334.                                 ],
  7335.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getPoints", args["classCode"])',
  7336.                             ],
  7337.                             'schoolClassTimePlayed' => [
  7338.                                 'type' => 'Int',
  7339.                                 'args' => [
  7340.                                     'classCode' => [
  7341.                                         'description' => 'Class Code',
  7342.                                         'type' => 'String!',
  7343.                                     ],
  7344.                                 ],
  7345.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getTimePlayed", args["classCode"])',
  7346.                             ],
  7347.                             'schoolClassGameState' => [
  7348.                                 'type' => 'SchoolClassGameState',
  7349.                                 'args' => [
  7350.                                     'classCode' => [
  7351.                                         'description' => 'Class Code',
  7352.                                         'type' => 'String!',
  7353.                                     ],
  7354.                                 ],
  7355.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::gameState", args["classCode"])',
  7356.                             ],
  7357.                             'schoolClassGrades' => [
  7358.                                 'type' => '[SchoolClassGrade!]',
  7359.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassGrades")',
  7360.                             ],
  7361.                             'schoolClassRankings' => [
  7362.                                 'type' => '[SchoolClassRank!]',
  7363.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassRankings")',
  7364.                             ],
  7365.                             'schoolClassYears' => [
  7366.                                 'type' => '[SchoolClassYear!]',
  7367.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassYears")',
  7368.                             ],
  7369.                             'addressCities' => [
  7370.                                 'type' => '[AddressCity!]',
  7371.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getCities")',
  7372.                             ],
  7373.                             'addressDistricts' => [
  7374.                                 'type' => '[AddressDistrict!]',
  7375.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getDistricts")',
  7376.                             ],
  7377.                             'faqCategories' => [
  7378.                                 'type' => '[FaqCategory!]',
  7379.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategories")',
  7380.                             ],
  7381.                             'faqGewinnspiel' => [
  7382.                                 'type' => 'FaqCategory',
  7383.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategoryGewinnspiel")',
  7384.                             ],
  7385.                             'infoSectionTypes' => [
  7386.                                 'type' => '[InfoSectionType!]',
  7387.                                 'resolve' => '@=query("App\\\\Resolver\\\\InfoSectionResolver::getTypes")',
  7388.                             ],
  7389.                             'infoSectionCategories' => [
  7390.                                 'type' => '[InfoSectionCategory!]',
  7391.                                 'resolve' => '@=query("App\\\\Resolver\\\\InfoSectionResolver::getCategories")',
  7392.                             ],
  7393.                             'globalSearch' => [
  7394.                                 'type' => 'GlobalSearch',
  7395.                                 'args' => [
  7396.                                     'search' => [
  7397.                                         'description' => 'Search parameters',
  7398.                                         'type' => 'String!',
  7399.                                     ],
  7400.                                 ],
  7401.                                 'resolve' => '@=query("App\\\\Resolver\\\\GlobalSearchResolver::search", args["search"])',
  7402.                             ],
  7403.                             'homeContent' => [
  7404.                                 'type' => 'HomeContent!',
  7405.                                 'resolve' => '@=query("App\\\\Resolver\\\\HomeContentResolver::getContent")',
  7406.                             ],
  7407.                             'image' => [
  7408.                                 'type' => 'Image',
  7409.                                 'args' => [
  7410.                                     'id' => [
  7411.                                         'description' => 'ID of the Image',
  7412.                                         'type' => 'ID!',
  7413.                                     ],
  7414.                                 ],
  7415.                                 'resolve' => '@=query("App\\\\Resolver\\\\ImageResolver::getImageByID", args["id"])',
  7416.                             ],
  7417.                             'mqttTest' => [
  7418.                                 'type' => 'Status!',
  7419.                                 'args' => [
  7420.                                     'topic' => [
  7421.                                         'description' => 'Topic',
  7422.                                         'type' => 'String!',
  7423.                                     ],
  7424.                                     'strValue' => [
  7425.                                         'description' => 'TestString',
  7426.                                         'type' => 'String!',
  7427.                                     ],
  7428.                                 ],
  7429.                                 'resolve' => '@=query("App\\\\Resolver\\\\TestResolver::mqttTest", args["topic"], args["strValue"])',
  7430.                             ],
  7431.                         ],
  7432.                         'name' => 'DefaultQuery',
  7433.                         'builders' => [
  7434.                         ],
  7435.                         'interfaces' => [
  7436.                         ],
  7437.                     ],
  7438.                 ],
  7439.                 'DefaultMutation' => [
  7440.                     'type' => 'object',
  7441.                     'class_name' => 'DefaultMutationType',
  7442.                     'inherits' => [
  7443.                     ],
  7444.                     'decorator' => false,
  7445.                     'config' => [
  7446.                         'description' => 'Default Mutation',
  7447.                         'fields' => [
  7448.                             'registerBoPartner' => [
  7449.                                 'type' => 'Status!',
  7450.                                 'args' => [
  7451.                                     'login' => [
  7452.                                         'description' => 'The login data',
  7453.                                         'type' => 'InRegisterLogin!',
  7454.                                     ],
  7455.                                     'person' => [
  7456.                                         'description' => 'The person data',
  7457.                                         'type' => 'InRegisterPerson!',
  7458.                                     ],
  7459.                                     'organisation' => [
  7460.                                         'description' => 'The bo partner data',
  7461.                                         'type' => 'InRegisterOrganisation!',
  7462.                                     ],
  7463.                                 ],
  7464.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerBoPartner", args["login"], args["person"], args["organisation"])',
  7465.                             ],
  7466.                             'registerCompany' => [
  7467.                                 'type' => 'Status!',
  7468.                                 'args' => [
  7469.                                     'login' => [
  7470.                                         'description' => 'The login data',
  7471.                                         'type' => 'InRegisterLogin!',
  7472.                                     ],
  7473.                                     'person' => [
  7474.                                         'description' => 'The person data',
  7475.                                         'type' => 'InRegisterPerson!',
  7476.                                     ],
  7477.                                     'organisation' => [
  7478.                                         'description' => 'The company data',
  7479.                                         'type' => 'InRegisterOrganisation!',
  7480.                                     ],
  7481.                                 ],
  7482.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerCompany", args["login"], args["person"], args["organisation"])',
  7483.                             ],
  7484.                             'registerSchool' => [
  7485.                                 'type' => 'Status!',
  7486.                                 'args' => [
  7487.                                     'login' => [
  7488.                                         'description' => 'The login data',
  7489.                                         'type' => 'InRegisterLogin!',
  7490.                                     ],
  7491.                                     'person' => [
  7492.                                         'description' => 'The person data',
  7493.                                         'type' => 'InRegisterPerson!',
  7494.                                     ],
  7495.                                     'organisation' => [
  7496.                                         'description' => 'The school data',
  7497.                                         'type' => 'InRegisterOrganisation!',
  7498.                                     ],
  7499.                                 ],
  7500.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerSchool", args["login"], args["person"], args["organisation"])',
  7501.                             ],
  7502.                             'registerDirector' => [
  7503.                                 'type' => 'Status!',
  7504.                                 'args' => [
  7505.                                     'login' => [
  7506.                                         'description' => 'The login data',
  7507.                                         'type' => 'InRegisterLogin!',
  7508.                                     ],
  7509.                                     'person' => [
  7510.                                         'description' => 'The person data',
  7511.                                         'type' => 'InRegisterPerson!',
  7512.                                     ],
  7513.                                     'schoolID' => [
  7514.                                         'description' => 'The school id',
  7515.                                         'type' => 'Int!',
  7516.                                     ],
  7517.                                 ],
  7518.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerDirector", args["login"], args["person"], args["schoolID"])',
  7519.                             ],
  7520.                             'registerTeacher' => [
  7521.                                 'type' => 'Status!',
  7522.                                 'args' => [
  7523.                                     'login' => [
  7524.                                         'description' => 'The login data',
  7525.                                         'type' => 'InRegisterLogin!',
  7526.                                     ],
  7527.                                     'person' => [
  7528.                                         'description' => 'The person data',
  7529.                                         'type' => 'InRegisterPerson!',
  7530.                                     ],
  7531.                                 ],
  7532.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerTeacher", args["login"], args["person"])',
  7533.                             ],
  7534.                         ],
  7535.                         'name' => 'DefaultMutation',
  7536.                         'builders' => [
  7537.                         ],
  7538.                         'interfaces' => [
  7539.                         ],
  7540.                     ],
  7541.                 ],
  7542.                 'UploadFile' => [
  7543.                     'type' => 'custom-scalar',
  7544.                     'class_name' => 'UploadFileType',
  7545.                     'inherits' => [
  7546.                     ],
  7547.                     'decorator' => false,
  7548.                     'config' => [
  7549.                         'scalarType' => '@=newObject("Overblog\\\\GraphQLBundle\\\\Upload\\\\Type\\\\GraphQLUploadType")',
  7550.                         'name' => 'UploadFile',
  7551.                     ],
  7552.                 ],
  7553.                 'RoundPlayersEntry' => [
  7554.                     'type' => 'object',
  7555.                     'class_name' => 'RoundPlayersEntryType',
  7556.                     'inherits' => [
  7557.                     ],
  7558.                     'decorator' => false,
  7559.                     'config' => [
  7560.                         'description' => NULL,
  7561.                         'fields' => [
  7562.                             'round' => [
  7563.                                 'type' => 'Int!',
  7564.                                 'description' => NULL,
  7565.                             ],
  7566.                             'players' => [
  7567.                                 'type' => 'Int!',
  7568.                                 'description' => NULL,
  7569.                             ],
  7570.                         ],
  7571.                         'interfaces' => [
  7572.                         ],
  7573.                         'name' => 'RoundPlayersEntry',
  7574.                         'builders' => [
  7575.                         ],
  7576.                     ],
  7577.                 ],
  7578.                 'StoryCard' => [
  7579.                     'type' => 'object',
  7580.                     'class_name' => 'StoryCardType',
  7581.                     'inherits' => [
  7582.                     ],
  7583.                     'decorator' => false,
  7584.                     'config' => [
  7585.                         'description' => NULL,
  7586.                         'fields' => [
  7587.                             'title' => [
  7588.                                 'type' => 'String',
  7589.                                 'description' => NULL,
  7590.                             ],
  7591.                             'time' => [
  7592.                                 'type' => 'String!',
  7593.                                 'description' => NULL,
  7594.                             ],
  7595.                             'backgroundImage' => [
  7596.                                 'type' => 'Image',
  7597.                                 'description' => NULL,
  7598.                             ],
  7599.                             'backgroundVideo' => [
  7600.                                 'type' => 'Video',
  7601.                                 'description' => NULL,
  7602.                             ],
  7603.                             'embedVideo' => [
  7604.                                 'type' => 'Video',
  7605.                                 'description' => NULL,
  7606.                             ],
  7607.                             'lottieAnimation' => [
  7608.                                 'type' => 'String',
  7609.                                 'description' => NULL,
  7610.                             ],
  7611.                             'textHeading' => [
  7612.                                 'type' => 'String',
  7613.                                 'description' => NULL,
  7614.                             ],
  7615.                             'text' => [
  7616.                                 'type' => 'String',
  7617.                                 'description' => NULL,
  7618.                             ],
  7619.                             'image' => [
  7620.                                 'type' => 'Image',
  7621.                                 'description' => NULL,
  7622.                             ],
  7623.                             'imagePosition' => [
  7624.                                 'type' => 'StoryCardImagePosition',
  7625.                                 'description' => NULL,
  7626.                             ],
  7627.                             'highlightPosition' => [
  7628.                                 'type' => 'StoryCardHighlightPosition',
  7629.                                 'description' => NULL,
  7630.                             ],
  7631.                             'layout' => [
  7632.                                 'type' => 'StoryCardLayout!',
  7633.                                 'description' => NULL,
  7634.                             ],
  7635.                             'theme' => [
  7636.                                 'type' => 'StoryCardTheme!',
  7637.                                 'description' => NULL,
  7638.                             ],
  7639.                         ],
  7640.                         'interfaces' => [
  7641.                         ],
  7642.                         'name' => 'StoryCard',
  7643.                         'builders' => [
  7644.                         ],
  7645.                     ],
  7646.                 ],
  7647.                 'TrophyStats' => [
  7648.                     'type' => 'object',
  7649.                     'class_name' => 'TrophyStatsType',
  7650.                     'inherits' => [
  7651.                     ],
  7652.                     'decorator' => false,
  7653.                     'config' => [
  7654.                         'description' => NULL,
  7655.                         'fields' => [
  7656.                             'scoredCount' => [
  7657.                                 'type' => 'Int!',
  7658.                                 'description' => NULL,
  7659.                             ],
  7660.                             'totalCount' => [
  7661.                                 'type' => 'Int!',
  7662.                                 'description' => NULL,
  7663.                             ],
  7664.                         ],
  7665.                         'interfaces' => [
  7666.                         ],
  7667.                         'name' => 'TrophyStats',
  7668.                         'builders' => [
  7669.                         ],
  7670.                     ],
  7671.                 ],
  7672.                 'GameCategoriesPerGame' => [
  7673.                     'type' => 'object',
  7674.                     'class_name' => 'GameCategoriesPerGameType',
  7675.                     'inherits' => [
  7676.                     ],
  7677.                     'decorator' => false,
  7678.                     'config' => [
  7679.                         'description' => NULL,
  7680.                         'fields' => [
  7681.                             'status' => [
  7682.                                 'type' => 'Status!',
  7683.                                 'description' => NULL,
  7684.                             ],
  7685.                             'guessTheJob' => [
  7686.                                 'type' => 'Int!',
  7687.                                 'description' => NULL,
  7688.                             ],
  7689.                             'quiz' => [
  7690.                                 'type' => 'Int!',
  7691.                                 'description' => NULL,
  7692.                             ],
  7693.                         ],
  7694.                         'interfaces' => [
  7695.                         ],
  7696.                         'name' => 'GameCategoriesPerGame',
  7697.                         'builders' => [
  7698.                         ],
  7699.                     ],
  7700.                 ],
  7701.                 'Person' => [
  7702.                     'type' => 'object',
  7703.                     'class_name' => 'PersonType',
  7704.                     'inherits' => [
  7705.                     ],
  7706.                     'decorator' => false,
  7707.                     'config' => [
  7708.                         'description' => NULL,
  7709.                         'fields' => [
  7710.                             'id' => [
  7711.                                 'type' => 'ID!',
  7712.                                 'description' => NULL,
  7713.                             ],
  7714.                             'firstname' => [
  7715.                                 'type' => 'String!',
  7716.                                 'description' => NULL,
  7717.                             ],
  7718.                             'lastname' => [
  7719.                                 'type' => 'String!',
  7720.                                 'description' => NULL,
  7721.                             ],
  7722.                             'sex' => [
  7723.                                 'type' => 'Int',
  7724.                                 'description' => NULL,
  7725.                             ],
  7726.                             'titles' => [
  7727.                                 'type' => '[Title!]',
  7728.                                 'description' => NULL,
  7729.                             ],
  7730.                         ],
  7731.                         'interfaces' => [
  7732.                         ],
  7733.                         'name' => 'Person',
  7734.                         'builders' => [
  7735.                         ],
  7736.                     ],
  7737.                 ],
  7738.                 'Bookmark' => [
  7739.                     'type' => 'object',
  7740.                     'class_name' => 'BookmarkType',
  7741.                     'inherits' => [
  7742.                     ],
  7743.                     'decorator' => false,
  7744.                     'config' => [
  7745.                         'description' => NULL,
  7746.                         'fields' => [
  7747.                             'id' => [
  7748.                                 'type' => 'ID!',
  7749.                                 'description' => NULL,
  7750.                             ],
  7751.                             'accessToken' => [
  7752.                                 'type' => 'String!',
  7753.                                 'description' => NULL,
  7754.                             ],
  7755.                             'storedValue' => [
  7756.                                 'type' => 'String',
  7757.                                 'description' => NULL,
  7758.                             ],
  7759.                             'createdAt' => [
  7760.                                 'type' => 'String!',
  7761.                                 'description' => NULL,
  7762.                             ],
  7763.                         ],
  7764.                         'interfaces' => [
  7765.                         ],
  7766.                         'name' => 'Bookmark',
  7767.                         'builders' => [
  7768.                         ],
  7769.                     ],
  7770.                 ],
  7771.                 'Contact' => [
  7772.                     'type' => 'object',
  7773.                     'class_name' => 'ContactType',
  7774.                     'inherits' => [
  7775.                     ],
  7776.                     'decorator' => false,
  7777.                     'config' => [
  7778.                         'description' => NULL,
  7779.                         'fields' => [
  7780.                             'id' => [
  7781.                                 'type' => 'ID!',
  7782.                                 'description' => NULL,
  7783.                             ],
  7784.                             'employeePosition' => [
  7785.                                 'type' => 'String',
  7786.                                 'description' => NULL,
  7787.                             ],
  7788.                             'communication' => [
  7789.                                 'type' => 'Communication!',
  7790.                                 'description' => NULL,
  7791.                             ],
  7792.                             'person' => [
  7793.                                 'type' => 'Person!',
  7794.                                 'description' => NULL,
  7795.                             ],
  7796.                             'picture' => [
  7797.                                 'type' => 'Image',
  7798.                                 'description' => NULL,
  7799.                             ],
  7800.                         ],
  7801.                         'interfaces' => [
  7802.                         ],
  7803.                         'name' => 'Contact',
  7804.                         'builders' => [
  7805.                         ],
  7806.                     ],
  7807.                 ],
  7808.                 'Gallery' => [
  7809.                     'type' => 'object',
  7810.                     'class_name' => 'GalleryType',
  7811.                     'inherits' => [
  7812.                     ],
  7813.                     'decorator' => false,
  7814.                     'config' => [
  7815.                         'description' => NULL,
  7816.                         'fields' => [
  7817.                             'id' => [
  7818.                                 'type' => 'ID!',
  7819.                                 'description' => NULL,
  7820.                             ],
  7821.                             'name' => [
  7822.                                 'type' => 'String',
  7823.                                 'description' => NULL,
  7824.                             ],
  7825.                             'galleryItems' => [
  7826.                                 'type' => '[Media]',
  7827.                                 'description' => NULL,
  7828.                             ],
  7829.                         ],
  7830.                         'interfaces' => [
  7831.                         ],
  7832.                         'name' => 'Gallery',
  7833.                         'builders' => [
  7834.                         ],
  7835.                     ],
  7836.                 ],
  7837.                 'JobSchoolSubject' => [
  7838.                     'type' => 'object',
  7839.                     'class_name' => 'JobSchoolSubjectType',
  7840.                     'inherits' => [
  7841.                     ],
  7842.                     'decorator' => false,
  7843.                     'config' => [
  7844.                         'description' => NULL,
  7845.                         'fields' => [
  7846.                             'id' => [
  7847.                                 'type' => 'ID!',
  7848.                                 'description' => NULL,
  7849.                             ],
  7850.                             'subjectName' => [
  7851.                                 'type' => 'String!',
  7852.                                 'description' => NULL,
  7853.                             ],
  7854.                             'abbreviation' => [
  7855.                                 'type' => 'String!',
  7856.                                 'description' => NULL,
  7857.                             ],
  7858.                         ],
  7859.                         'interfaces' => [
  7860.                         ],
  7861.                         'name' => 'JobSchoolSubject',
  7862.                         'builders' => [
  7863.                         ],
  7864.                     ],
  7865.                 ],
  7866.                 'GameTrophyProgress' => [
  7867.                     'type' => 'object',
  7868.                     'class_name' => 'GameTrophyProgressType',
  7869.                     'inherits' => [
  7870.                     ],
  7871.                     'decorator' => false,
  7872.                     'config' => [
  7873.                         'description' => NULL,
  7874.                         'fields' => [
  7875.                             'id' => [
  7876.                                 'type' => 'ID!',
  7877.                                 'description' => NULL,
  7878.                             ],
  7879.                             'schoolClassID' => [
  7880.                                 'type' => 'Int',
  7881.                                 'description' => NULL,
  7882.                             ],
  7883.                             'createdAt' => [
  7884.                                 'type' => 'String',
  7885.                                 'description' => NULL,
  7886.                             ],
  7887.                             'entries' => [
  7888.                                 'type' => '[GameTrophyProgressEntry!]',
  7889.                                 'description' => NULL,
  7890.                             ],
  7891.                         ],
  7892.                         'interfaces' => [
  7893.                         ],
  7894.                         'name' => 'GameTrophyProgress',
  7895.                         'builders' => [
  7896.                         ],
  7897.                     ],
  7898.                 ],
  7899.                 'SchoolClassLogin' => [
  7900.                     'type' => 'object',
  7901.                     'class_name' => 'SchoolClassLoginType',
  7902.                     'inherits' => [
  7903.                     ],
  7904.                     'decorator' => false,
  7905.                     'config' => [
  7906.                         'description' => NULL,
  7907.                         'fields' => [
  7908.                             'status' => [
  7909.                                 'type' => 'Status!',
  7910.                                 'description' => NULL,
  7911.                             ],
  7912.                             'clientId' => [
  7913.                                 'type' => 'String!',
  7914.                                 'description' => NULL,
  7915.                             ],
  7916.                             'school' => [
  7917.                                 'type' => 'School',
  7918.                                 'description' => NULL,
  7919.                             ],
  7920.                             'schoolClass' => [
  7921.                                 'type' => 'SchoolClass',
  7922.                                 'description' => NULL,
  7923.                             ],
  7924.                         ],
  7925.                         'interfaces' => [
  7926.                         ],
  7927.                         'name' => 'SchoolClassLogin',
  7928.                         'builders' => [
  7929.                         ],
  7930.                     ],
  7931.                 ],
  7932.                 'GlobalSearch' => [
  7933.                     'type' => 'object',
  7934.                     'class_name' => 'GlobalSearchType',
  7935.                     'inherits' => [
  7936.                     ],
  7937.                     'decorator' => false,
  7938.                     'config' => [
  7939.                         'description' => NULL,
  7940.                         'fields' => [
  7941.                             'jobs' => [
  7942.                                 'type' => '[Job!]',
  7943.                                 'description' => NULL,
  7944.                             ],
  7945.                             'jobMarkets' => [
  7946.                                 'type' => '[JobMarket!]',
  7947.                                 'description' => NULL,
  7948.                             ],
  7949.                             'profiles' => [
  7950.                                 'type' => '[Profile!]',
  7951.                                 'description' => NULL,
  7952.                             ],
  7953.                             'stories' => [
  7954.                                 'type' => '[Story!]',
  7955.                                 'description' => NULL,
  7956.                             ],
  7957.                         ],
  7958.                         'interfaces' => [
  7959.                         ],
  7960.                         'name' => 'GlobalSearch',
  7961.                         'builders' => [
  7962.                         ],
  7963.                     ],
  7964.                 ],
  7965.                 'Offer' => [
  7966.                     'type' => 'object',
  7967.                     'class_name' => 'OfferType',
  7968.                     'inherits' => [
  7969.                     ],
  7970.                     'decorator' => false,
  7971.                     'config' => [
  7972.                         'description' => NULL,
  7973.                         'fields' => [
  7974.                             'id' => [
  7975.                                 'type' => 'ID!',
  7976.                                 'description' => NULL,
  7977.                             ],
  7978.                             'offerType' => [
  7979.                                 'type' => 'OfferType',
  7980.                                 'description' => NULL,
  7981.                             ],
  7982.                             'name' => [
  7983.                                 'type' => 'String',
  7984.                                 'description' => NULL,
  7985.                             ],
  7986.                             'dateFrom' => [
  7987.                                 'type' => 'String',
  7988.                                 'description' => NULL,
  7989.                             ],
  7990.                             'dateTo' => [
  7991.                                 'type' => 'String',
  7992.                                 'description' => NULL,
  7993.                             ],
  7994.                         ],
  7995.                         'interfaces' => [
  7996.                         ],
  7997.                         'name' => 'Offer',
  7998.                         'builders' => [
  7999.                         ],
  8000.                     ],
  8001.                 ],
  8002.                 'UserRole' => [
  8003.                     'type' => 'object',
  8004.                     'class_name' => 'UserRoleType',
  8005.                     'inherits' => [
  8006.                     ],
  8007.                     'decorator' => false,
  8008.                     'config' => [
  8009.                         'description' => NULL,
  8010.                         'fields' => [
  8011.                             'id' => [
  8012.                                 'type' => 'Int',
  8013.                                 'description' => NULL,
  8014.                             ],
  8015.                             'roleName' => [
  8016.                                 'type' => 'String',
  8017.                                 'description' => NULL,
  8018.                             ],
  8019.                         ],
  8020.                         'interfaces' => [
  8021.                         ],
  8022.                         'name' => 'UserRole',
  8023.                         'builders' => [
  8024.                         ],
  8025.                     ],
  8026.                 ],
  8027.                 'Video' => [
  8028.                     'type' => 'object',
  8029.                     'class_name' => 'VideoType',
  8030.                     'inherits' => [
  8031.                     ],
  8032.                     'decorator' => false,
  8033.                     'config' => [
  8034.                         'description' => NULL,
  8035.                         'fields' => [
  8036.                             'id' => [
  8037.                                 'type' => 'ID!',
  8038.                                 'description' => NULL,
  8039.                             ],
  8040.                             'title' => [
  8041.                                 'type' => 'String',
  8042.                                 'description' => NULL,
  8043.                             ],
  8044.                             'author' => [
  8045.                                 'type' => 'String',
  8046.                                 'description' => NULL,
  8047.                             ],
  8048.                             'authorUrl' => [
  8049.                                 'type' => 'String',
  8050.                                 'description' => NULL,
  8051.                             ],
  8052.                             'thumbnailUrl' => [
  8053.                                 'type' => 'String',
  8054.                                 'description' => NULL,
  8055.                             ],
  8056.                             'thumbnailHeight' => [
  8057.                                 'type' => 'Int',
  8058.                                 'description' => NULL,
  8059.                             ],
  8060.                             'thumbnailWidth' => [
  8061.                                 'type' => 'Int',
  8062.                                 'description' => NULL,
  8063.                             ],
  8064.                             'src' => [
  8065.                                 'type' => 'String',
  8066.                                 'description' => NULL,
  8067.                             ],
  8068.                         ],
  8069.                         'interfaces' => [
  8070.                         ],
  8071.                         'name' => 'Video',
  8072.                         'builders' => [
  8073.                         ],
  8074.                     ],
  8075.                 ],
  8076.                 'ImageData' => [
  8077.                     'type' => 'object',
  8078.                     'class_name' => 'ImageDataType',
  8079.                     'inherits' => [
  8080.                     ],
  8081.                     'decorator' => false,
  8082.                     'config' => [
  8083.                         'description' => NULL,
  8084.                         'fields' => [
  8085.                             'url' => [
  8086.                                 'type' => 'String',
  8087.                                 'description' => NULL,
  8088.                             ],
  8089.                             'width' => [
  8090.                                 'type' => 'Int',
  8091.                                 'description' => NULL,
  8092.                             ],
  8093.                         ],
  8094.                         'interfaces' => [
  8095.                         ],
  8096.                         'name' => 'ImageData',
  8097.                         'builders' => [
  8098.                         ],
  8099.                     ],
  8100.                 ],
  8101.                 'TeachingIdea' => [
  8102.                     'type' => 'object',
  8103.                     'class_name' => 'TeachingIdeaType',
  8104.                     'inherits' => [
  8105.                     ],
  8106.                     'decorator' => false,
  8107.                     'config' => [
  8108.                         'description' => NULL,
  8109.                         'fields' => [
  8110.                             'type' => [
  8111.                                 'type' => 'TeachingIdeaType!',
  8112.                                 'description' => NULL,
  8113.                             ],
  8114.                             'implementedAt' => [
  8115.                                 'type' => 'String!',
  8116.                                 'description' => NULL,
  8117.                             ],
  8118.                             'difficulties' => [
  8119.                                 'type' => 'String!',
  8120.                                 'description' => NULL,
  8121.                             ],
  8122.                             'worksWell' => [
  8123.                                 'type' => 'String!',
  8124.                                 'description' => NULL,
  8125.                             ],
  8126.                             'note' => [
  8127.                                 'type' => 'String!',
  8128.                                 'description' => NULL,
  8129.                             ],
  8130.                             'rating' => [
  8131.                                 'type' => 'Int!',
  8132.                                 'description' => NULL,
  8133.                             ],
  8134.                             'status' => [
  8135.                                 'type' => 'Int!',
  8136.                                 'description' => NULL,
  8137.                             ],
  8138.                         ],
  8139.                         'interfaces' => [
  8140.                         ],
  8141.                         'name' => 'TeachingIdea',
  8142.                         'builders' => [
  8143.                         ],
  8144.                     ],
  8145.                 ],
  8146.                 'UserInfo' => [
  8147.                     'type' => 'object',
  8148.                     'class_name' => 'UserInfoType',
  8149.                     'inherits' => [
  8150.                     ],
  8151.                     'decorator' => false,
  8152.                     'config' => [
  8153.                         'description' => NULL,
  8154.                         'fields' => [
  8155.                             'id' => [
  8156.                                 'type' => 'Int',
  8157.                                 'description' => NULL,
  8158.                             ],
  8159.                             'title' => [
  8160.                                 'type' => '[Title!]',
  8161.                                 'description' => NULL,
  8162.                             ],
  8163.                             'email' => [
  8164.                                 'type' => 'String',
  8165.                                 'description' => NULL,
  8166.                             ],
  8167.                             'username' => [
  8168.                                 'type' => 'String',
  8169.                                 'description' => NULL,
  8170.                             ],
  8171.                             'firstname' => [
  8172.                                 'type' => 'String',
  8173.                                 'description' => NULL,
  8174.                             ],
  8175.                             'lastname' => [
  8176.                                 'type' => 'String',
  8177.                                 'description' => NULL,
  8178.                             ],
  8179.                             'roles' => [
  8180.                                 'type' => '[UserRole]',
  8181.                                 'description' => NULL,
  8182.                             ],
  8183.                             'avatar' => [
  8184.                                 'type' => 'Media',
  8185.                                 'description' => NULL,
  8186.                             ],
  8187.                             'mappingPending' => [
  8188.                                 'type' => 'Boolean!',
  8189.                                 'description' => NULL,
  8190.                             ],
  8191.                         ],
  8192.                         'interfaces' => [
  8193.                         ],
  8194.                         'name' => 'UserInfo',
  8195.                         'builders' => [
  8196.                         ],
  8197.                     ],
  8198.                 ],
  8199.                 'QuestionAnswer' => [
  8200.                     'type' => 'object',
  8201.                     'class_name' => 'QuestionAnswerType',
  8202.                     'inherits' => [
  8203.                     ],
  8204.                     'decorator' => false,
  8205.                     'config' => [
  8206.                         'description' => NULL,
  8207.                         'fields' => [
  8208.                             'id' => [
  8209.                                 'type' => 'ID!',
  8210.                                 'description' => NULL,
  8211.                             ],
  8212.                             'questionID' => [
  8213.                                 'type' => 'Int',
  8214.                                 'description' => NULL,
  8215.                             ],
  8216.                             'text' => [
  8217.                                 'type' => 'String',
  8218.                                 'description' => NULL,
  8219.                             ],
  8220.                         ],
  8221.                         'interfaces' => [
  8222.                         ],
  8223.                         'name' => 'QuestionAnswer',
  8224.                         'builders' => [
  8225.                         ],
  8226.                     ],
  8227.                 ],
  8228.                 'StoryCardImagePosition' => [
  8229.                     'type' => 'enum',
  8230.                     'class_name' => 'StoryCardImagePositionType',
  8231.                     'inherits' => [
  8232.                     ],
  8233.                     'decorator' => false,
  8234.                     'config' => [
  8235.                         'description' => NULL,
  8236.                         'values' => [
  8237.                             'TOP' => [
  8238.                                 'description' => NULL,
  8239.                                 'value' => 'TOP',
  8240.                             ],
  8241.                             'CENTER' => [
  8242.                                 'description' => NULL,
  8243.                                 'value' => 'CENTER',
  8244.                             ],
  8245.                             'BOTTOM' => [
  8246.                                 'description' => NULL,
  8247.                                 'value' => 'BOTTOM',
  8248.                             ],
  8249.                         ],
  8250.                         'name' => 'StoryCardImagePosition',
  8251.                     ],
  8252.                 ],
  8253.                 'GameTimer' => [
  8254.                     'type' => 'object',
  8255.                     'class_name' => 'GameTimerType',
  8256.                     'inherits' => [
  8257.                     ],
  8258.                     'decorator' => false,
  8259.                     'config' => [
  8260.                         'description' => NULL,
  8261.                         'fields' => [
  8262.                             'status' => [
  8263.                                 'type' => 'Status!',
  8264.                                 'description' => NULL,
  8265.                             ],
  8266.                             'id' => [
  8267.                                 'type' => 'Int!',
  8268.                                 'description' => NULL,
  8269.                             ],
  8270.                             'schoolClassID' => [
  8271.                                 'type' => 'Int',
  8272.                                 'description' => NULL,
  8273.                             ],
  8274.                             'startAt' => [
  8275.                                 'type' => 'String',
  8276.                                 'description' => NULL,
  8277.                             ],
  8278.                             'endAt' => [
  8279.                                 'type' => 'String',
  8280.                                 'description' => NULL,
  8281.                             ],
  8282.                             'duration' => [
  8283.                                 'type' => 'Int',
  8284.                                 'description' => NULL,
  8285.                             ],
  8286.                             'createdAt' => [
  8287.                                 'type' => 'String',
  8288.                                 'description' => NULL,
  8289.                             ],
  8290.                         ],
  8291.                         'interfaces' => [
  8292.                         ],
  8293.                         'name' => 'GameTimer',
  8294.                         'builders' => [
  8295.                         ],
  8296.                     ],
  8297.                 ],
  8298.                 'TrophyItemType' => [
  8299.                     'type' => 'enum',
  8300.                     'class_name' => 'TrophyItemTypeType',
  8301.                     'inherits' => [
  8302.                     ],
  8303.                     'decorator' => false,
  8304.                     'config' => [
  8305.                         'description' => NULL,
  8306.                         'values' => [
  8307.                             'BOPARTNERPROFILE' => [
  8308.                                 'description' => NULL,
  8309.                                 'value' => 'BOPARTNERPROFILE',
  8310.                             ],
  8311.                             'CLICKTHEPIC' => [
  8312.                                 'description' => NULL,
  8313.                                 'value' => 'CLICKTHEPIC',
  8314.                             ],
  8315.                             'COMPANYPROFILE' => [
  8316.                                 'description' => NULL,
  8317.                                 'value' => 'COMPANYPROFILE',
  8318.                             ],
  8319.                             'JOB' => [
  8320.                                 'description' => NULL,
  8321.                                 'value' => 'JOB',
  8322.                             ],
  8323.                             'JOBPORTRAIT' => [
  8324.                                 'description' => NULL,
  8325.                                 'value' => 'JOBPORTRAIT',
  8326.                             ],
  8327.                             'PROVIDERQUIZ' => [
  8328.                                 'description' => NULL,
  8329.                                 'value' => 'PROVIDERQUIZ',
  8330.                             ],
  8331.                             'QUIZ' => [
  8332.                                 'description' => NULL,
  8333.                                 'value' => 'QUIZ',
  8334.                             ],
  8335.                             'SCHOOLPORTRAIT' => [
  8336.                                 'description' => NULL,
  8337.                                 'value' => 'SCHOOLPORTRAIT',
  8338.                             ],
  8339.                             'SCHOOLPROFILE' => [
  8340.                                 'description' => NULL,
  8341.                                 'value' => 'SCHOOLPROFILE',
  8342.                             ],
  8343.                             'TEACHINGIDEA' => [
  8344.                                 'description' => NULL,
  8345.                                 'value' => 'TEACHINGIDEA',
  8346.                             ],
  8347.                         ],
  8348.                         'name' => 'TrophyItemType',
  8349.                     ],
  8350.                 ],
  8351.                 'Profile' => [
  8352.                     'type' => 'object',
  8353.                     'class_name' => 'ProfileType',
  8354.                     'inherits' => [
  8355.                     ],
  8356.                     'decorator' => false,
  8357.                     'config' => [
  8358.                         'description' => NULL,
  8359.                         'fields' => [
  8360.                             'id' => [
  8361.                                 'type' => 'ID!',
  8362.                                 'description' => NULL,
  8363.                             ],
  8364.                             'uuid' => [
  8365.                                 'type' => 'String!',
  8366.                                 'description' => NULL,
  8367.                             ],
  8368.                             'name' => [
  8369.                                 'type' => 'String!',
  8370.                                 'description' => NULL,
  8371.                             ],
  8372.                             'searchTags' => [
  8373.                                 'type' => '[SearchTag!]',
  8374.                                 'description' => NULL,
  8375.                             ],
  8376.                             'address' => [
  8377.                                 'type' => '[Address!]',
  8378.                                 'description' => NULL,
  8379.                             ],
  8380.                             'jobs' => [
  8381.                                 'type' => '[Job!]',
  8382.                                 'description' => NULL,
  8383.                             ],
  8384.                             'picture' => [
  8385.                                 'type' => 'Image',
  8386.                                 'description' => NULL,
  8387.                             ],
  8388.                             'benefits' => [
  8389.                                 'type' => '[Benefit!]',
  8390.                                 'description' => NULL,
  8391.                             ],
  8392.                             'profileType' => [
  8393.                                 'type' => 'ProfileType!',
  8394.                                 'description' => NULL,
  8395.                             ],
  8396.                             'profileLink' => [
  8397.                                 'type' => 'ProfileLink',
  8398.                                 'description' => NULL,
  8399.                             ],
  8400.                             'hasStory' => [
  8401.                                 'type' => 'Boolean!',
  8402.                                 'description' => NULL,
  8403.                             ],
  8404.                             'providerUrl' => [
  8405.                                 'type' => 'String',
  8406.                                 'description' => NULL,
  8407.                             ],
  8408.                             'logoStyle' => [
  8409.                                 'type' => 'LogoStyle!',
  8410.                                 'description' => NULL,
  8411.                             ],
  8412.                         ],
  8413.                         'interfaces' => [
  8414.                             => 'ProfileInterface',
  8415.                         ],
  8416.                         'name' => 'Profile',
  8417.                         'builders' => [
  8418.                         ],
  8419.                     ],
  8420.                 ],
  8421.                 'JobMarketResults' => [
  8422.                     'type' => 'object',
  8423.                     'class_name' => 'JobMarketResultsType',
  8424.                     'inherits' => [
  8425.                     ],
  8426.                     'decorator' => false,
  8427.                     'config' => [
  8428.                         'description' => NULL,
  8429.                         'fields' => [
  8430.                             'numResults' => [
  8431.                                 'type' => 'Int!',
  8432.                                 'description' => NULL,
  8433.                             ],
  8434.                             'entries' => [
  8435.                                 'type' => '[JobMarket!]',
  8436.                                 'description' => NULL,
  8437.                             ],
  8438.                         ],
  8439.                         'interfaces' => [
  8440.                         ],
  8441.                         'name' => 'JobMarketResults',
  8442.                         'builders' => [
  8443.                         ],
  8444.                     ],
  8445.                 ],
  8446.                 'ProfileInterface' => [
  8447.                     'type' => 'interface',
  8448.                     'class_name' => 'ProfileInterfaceType',
  8449.                     'inherits' => [
  8450.                     ],
  8451.                     'decorator' => false,
  8452.                     'config' => [
  8453.                         'description' => NULL,
  8454.                         'fields' => [
  8455.                             'id' => [
  8456.                                 'type' => 'ID!',
  8457.                                 'description' => NULL,
  8458.                             ],
  8459.                             'name' => [
  8460.                                 'type' => 'String!',
  8461.                                 'description' => NULL,
  8462.                             ],
  8463.                             'uuid' => [
  8464.                                 'type' => 'String!',
  8465.                                 'description' => NULL,
  8466.                             ],
  8467.                             'searchTags' => [
  8468.                                 'type' => '[SearchTag!]',
  8469.                                 'description' => NULL,
  8470.                             ],
  8471.                             'providerUrl' => [
  8472.                                 'type' => 'String',
  8473.                                 'description' => NULL,
  8474.                             ],
  8475.                             'logoStyle' => [
  8476.                                 'type' => 'LogoStyle!',
  8477.                                 'description' => NULL,
  8478.                             ],
  8479.                         ],
  8480.                         'interfaces' => [
  8481.                         ],
  8482.                         'name' => 'ProfileInterface',
  8483.                     ],
  8484.                 ],
  8485.                 'SchoolLocation' => [
  8486.                     'type' => 'object',
  8487.                     'class_name' => 'SchoolLocationType',
  8488.                     'inherits' => [
  8489.                     ],
  8490.                     'decorator' => false,
  8491.                     'config' => [
  8492.                         'description' => NULL,
  8493.                         'fields' => [
  8494.                             'id' => [
  8495.                                 'type' => 'ID!',
  8496.                                 'description' => NULL,
  8497.                             ],
  8498.                             'name' => [
  8499.                                 'type' => 'String',
  8500.                                 'description' => NULL,
  8501.                             ],
  8502.                             'address' => [
  8503.                                 'type' => 'Address',
  8504.                                 'description' => NULL,
  8505.                             ],
  8506.                         ],
  8507.                         'interfaces' => [
  8508.                         ],
  8509.                         'name' => 'SchoolLocation',
  8510.                         'builders' => [
  8511.                         ],
  8512.                     ],
  8513.                 ],
  8514.                 'StoryGradient' => [
  8515.                     'type' => 'enum',
  8516.                     'class_name' => 'StoryGradientType',
  8517.                     'inherits' => [
  8518.                     ],
  8519.                     'decorator' => false,
  8520.                     'config' => [
  8521.                         'description' => NULL,
  8522.                         'values' => [
  8523.                             'OFF' => [
  8524.                                 'description' => NULL,
  8525.                                 'value' => 'OFF',
  8526.                             ],
  8527.                             'BLACK' => [
  8528.                                 'description' => NULL,
  8529.                                 'value' => 'BLACK',
  8530.                             ],
  8531.                             'WHITE' => [
  8532.                                 'description' => NULL,
  8533.                                 'value' => 'WHITE',
  8534.                             ],
  8535.                         ],
  8536.                         'name' => 'StoryGradient',
  8537.                     ],
  8538.                 ],
  8539.                 'InterestField' => [
  8540.                     'type' => 'object',
  8541.                     'class_name' => 'InterestFieldType',
  8542.                     'inherits' => [
  8543.                     ],
  8544.                     'decorator' => false,
  8545.                     'config' => [
  8546.                         'description' => NULL,
  8547.                         'fields' => [
  8548.                             'id' => [
  8549.                                 'type' => 'ID!',
  8550.                                 'description' => NULL,
  8551.                             ],
  8552.                             'interestName' => [
  8553.                                 'type' => 'String!',
  8554.                                 'description' => NULL,
  8555.                             ],
  8556.                             'subHeading' => [
  8557.                                 'type' => 'String!',
  8558.                                 'description' => NULL,
  8559.                             ],
  8560.                             'countJobs' => [
  8561.                                 'type' => 'Int',
  8562.                                 'description' => NULL,
  8563.                             ],
  8564.                             'countSchools' => [
  8565.                                 'type' => 'Int',
  8566.                                 'description' => NULL,
  8567.                             ],
  8568.                             'countProviders' => [
  8569.                                 'type' => 'Int',
  8570.                                 'description' => NULL,
  8571.                             ],
  8572.                         ],
  8573.                         'interfaces' => [
  8574.                         ],
  8575.                         'name' => 'InterestField',
  8576.                         'builders' => [
  8577.                         ],
  8578.                     ],
  8579.                 ],
  8580.                 'GameTrophy' => [
  8581.                     'type' => 'object',
  8582.                     'class_name' => 'GameTrophyType',
  8583.                     'inherits' => [
  8584.                     ],
  8585.                     'decorator' => false,
  8586.                     'config' => [
  8587.                         'description' => NULL,
  8588.                         'fields' => [
  8589.                             'id' => [
  8590.                                 'type' => 'ID!',
  8591.                                 'description' => NULL,
  8592.                             ],
  8593.                             'trophyName' => [
  8594.                                 'type' => 'String',
  8595.                                 'description' => NULL,
  8596.                             ],
  8597.                             'description' => [
  8598.                                 'type' => 'String',
  8599.                                 'description' => NULL,
  8600.                             ],
  8601.                             'trophyStatus' => [
  8602.                                 'type' => 'GameTrophyStatus!',
  8603.                                 'description' => NULL,
  8604.                             ],
  8605.                         ],
  8606.                         'interfaces' => [
  8607.                         ],
  8608.                         'name' => 'GameTrophy',
  8609.                         'builders' => [
  8610.                         ],
  8611.                     ],
  8612.                 ],
  8613.                 'CompanyProfile' => [
  8614.                     'type' => 'object',
  8615.                     'class_name' => 'CompanyProfileType',
  8616.                     'inherits' => [
  8617.                     ],
  8618.                     'decorator' => false,
  8619.                     'config' => [
  8620.                         'description' => NULL,
  8621.                         'fields' => [
  8622.                             'id' => [
  8623.                                 'type' => 'ID!',
  8624.                                 'description' => NULL,
  8625.                             ],
  8626.                             'uuid' => [
  8627.                                 'type' => 'String!',
  8628.                                 'description' => NULL,
  8629.                             ],
  8630.                             'name' => [
  8631.                                 'type' => 'String!',
  8632.                                 'description' => NULL,
  8633.                             ],
  8634.                             'description' => [
  8635.                                 'type' => 'String',
  8636.                                 'description' => NULL,
  8637.                             ],
  8638.                             'searchTags' => [
  8639.                                 'type' => '[SearchTag!]',
  8640.                                 'description' => NULL,
  8641.                             ],
  8642.                             'locations' => [
  8643.                                 'type' => '[CompanyLocation!]',
  8644.                                 'description' => NULL,
  8645.                             ],
  8646.                             'jobs' => [
  8647.                                 'type' => '[Job!]',
  8648.                                 'description' => NULL,
  8649.                             ],
  8650.                             'communication' => [
  8651.                                 'type' => '[Communication!]',
  8652.                                 'description' => NULL,
  8653.                             ],
  8654.                             'url' => [
  8655.                                 'type' => 'String',
  8656.                                 'description' => NULL,
  8657.                             ],
  8658.                             'contactGallery' => [
  8659.                                 'type' => 'ContactGallery',
  8660.                                 'description' => NULL,
  8661.                             ],
  8662.                             'mediaGallery' => [
  8663.                                 'type' => 'Gallery',
  8664.                                 'description' => NULL,
  8665.                             ],
  8666.                             'documents' => [
  8667.                                 'type' => 'Gallery',
  8668.                                 'description' => NULL,
  8669.                             ],
  8670.                             'founded' => [
  8671.                                 'type' => 'Int',
  8672.                                 'description' => NULL,
  8673.                             ],
  8674.                             'companySize' => [
  8675.                                 'type' => 'CompanySize',
  8676.                                 'description' => NULL,
  8677.                             ],
  8678.                             'companyBenefits' => [
  8679.                                 'type' => '[CompanyBenefit!]',
  8680.                                 'description' => NULL,
  8681.                             ],
  8682.                             'certificates' => [
  8683.                                 'type' => '[CompanyCertificate!]',
  8684.                                 'description' => NULL,
  8685.                             ],
  8686.                             'trainingInformation' => [
  8687.                                 'type' => 'String',
  8688.                                 'description' => NULL,
  8689.                             ],
  8690.                             'companyProfilePicture' => [
  8691.                                 'type' => 'Image',
  8692.                                 'description' => NULL,
  8693.                             ],
  8694.                             'headerPicture' => [
  8695.                                 'type' => 'Image',
  8696.                                 'description' => NULL,
  8697.                             ],
  8698.                             'profileLink' => [
  8699.                                 'type' => 'ProfileLink',
  8700.                                 'description' => NULL,
  8701.                             ],
  8702.                             'offers' => [
  8703.                                 'type' => '[Offer!]',
  8704.                                 'description' => NULL,
  8705.                             ],
  8706.                             'relatedCompanies' => [
  8707.                                 'type' => '[CompanyProfile!]',
  8708.                                 'description' => NULL,
  8709.                             ],
  8710.                             'jobMarkets' => [
  8711.                                 'type' => '[JobMarket!]',
  8712.                                 'description' => NULL,
  8713.                             ],
  8714.                             'quizUrl' => [
  8715.                                 'type' => 'String',
  8716.                                 'description' => NULL,
  8717.                             ],
  8718.                             'visits' => [
  8719.                                 'type' => 'Int',
  8720.                                 'description' => NULL,
  8721.                             ],
  8722.                             'providerUrl' => [
  8723.                                 'type' => 'String',
  8724.                                 'description' => NULL,
  8725.                             ],
  8726.                             'logoStyle' => [
  8727.                                 'type' => 'LogoStyle!',
  8728.                                 'description' => NULL,
  8729.                             ],
  8730.                         ],
  8731.                         'interfaces' => [
  8732.                             => 'ProfileInterface',
  8733.                         ],
  8734.                         'name' => 'CompanyProfile',
  8735.                         'builders' => [
  8736.                         ],
  8737.                     ],
  8738.                 ],
  8739.                 'UserSetting' => [
  8740.                     'type' => 'object',
  8741.                     'class_name' => 'UserSettingType',
  8742.                     'inherits' => [
  8743.                     ],
  8744.                     'decorator' => false,
  8745.                     'config' => [
  8746.                         'description' => NULL,
  8747.                         'fields' => [
  8748.                             'status' => [
  8749.                                 'type' => 'Status!',
  8750.                                 'description' => NULL,
  8751.                             ],
  8752.                             'selectedUserRole' => [
  8753.                                 'type' => 'String!',
  8754.                                 'description' => NULL,
  8755.                             ],
  8756.                             'userRoles' => [
  8757.                                 'type' => '[String!]',
  8758.                                 'description' => NULL,
  8759.                             ],
  8760.                             'changedAt' => [
  8761.                                 'type' => 'String!',
  8762.                                 'description' => NULL,
  8763.                             ],
  8764.                             'createdAt' => [
  8765.                                 'type' => 'String!',
  8766.                                 'description' => NULL,
  8767.                             ],
  8768.                         ],
  8769.                         'interfaces' => [
  8770.                         ],
  8771.                         'name' => 'UserSetting',
  8772.                         'builders' => [
  8773.                         ],
  8774.                     ],
  8775.                 ],
  8776.                 'CompanyLocation' => [
  8777.                     'type' => 'object',
  8778.                     'class_name' => 'CompanyLocationType',
  8779.                     'inherits' => [
  8780.                     ],
  8781.                     'decorator' => false,
  8782.                     'config' => [
  8783.                         'description' => NULL,
  8784.                         'fields' => [
  8785.                             'id' => [
  8786.                                 'type' => 'ID!',
  8787.                                 'description' => NULL,
  8788.                             ],
  8789.                             'name' => [
  8790.                                 'type' => 'String',
  8791.                                 'description' => NULL,
  8792.                             ],
  8793.                             'address' => [
  8794.                                 'type' => 'Address',
  8795.                                 'description' => NULL,
  8796.                             ],
  8797.                         ],
  8798.                         'interfaces' => [
  8799.                         ],
  8800.                         'name' => 'CompanyLocation',
  8801.                         'builders' => [
  8802.                         ],
  8803.                     ],
  8804.                 ],
  8805.                 'JobRequirement' => [
  8806.                     'type' => 'object',
  8807.                     'class_name' => 'JobRequirementType',
  8808.                     'inherits' => [
  8809.                     ],
  8810.                     'decorator' => false,
  8811.                     'config' => [
  8812.                         'description' => NULL,
  8813.                         'fields' => [
  8814.                             'id' => [
  8815.                                 'type' => 'ID!',
  8816.                                 'description' => NULL,
  8817.                             ],
  8818.                             'bicID' => [
  8819.                                 'type' => 'Int',
  8820.                                 'description' => NULL,
  8821.                             ],
  8822.                             'requirementName' => [
  8823.                                 'type' => 'String!',
  8824.                                 'description' => NULL,
  8825.                             ],
  8826.                             'description' => [
  8827.                                 'type' => 'String',
  8828.                                 'description' => NULL,
  8829.                             ],
  8830.                         ],
  8831.                         'interfaces' => [
  8832.                         ],
  8833.                         'name' => 'JobRequirement',
  8834.                         'builders' => [
  8835.                         ],
  8836.                     ],
  8837.                 ],
  8838.                 'JobMarketSubmitType' => [
  8839.                     'type' => 'enum',
  8840.                     'class_name' => 'JobMarketSubmitTypeType',
  8841.                     'inherits' => [
  8842.                     ],
  8843.                     'decorator' => false,
  8844.                     'config' => [
  8845.                         'description' => NULL,
  8846.                         'values' => [
  8847.                             'NORMAL' => [
  8848.                                 'description' => NULL,
  8849.                                 'value' => 'NORMAL',
  8850.                             ],
  8851.                             'EXISTING' => [
  8852.                                 'description' => NULL,
  8853.                                 'value' => 'EXISTING',
  8854.                             ],
  8855.                         ],
  8856.                         'name' => 'JobMarketSubmitType',
  8857.                     ],
  8858.                 ],
  8859.                 'Title' => [
  8860.                     'type' => 'object',
  8861.                     'class_name' => 'TitleType',
  8862.                     'inherits' => [
  8863.                     ],
  8864.                     'decorator' => false,
  8865.                     'config' => [
  8866.                         'description' => NULL,
  8867.                         'fields' => [
  8868.                             'id' => [
  8869.                                 'type' => 'Int!',
  8870.                                 'description' => NULL,
  8871.                             ],
  8872.                             'shortName' => [
  8873.                                 'type' => 'String!',
  8874.                                 'description' => NULL,
  8875.                             ],
  8876.                             'description' => [
  8877.                                 'type' => 'String!',
  8878.                                 'description' => NULL,
  8879.                             ],
  8880.                         ],
  8881.                         'interfaces' => [
  8882.                         ],
  8883.                         'name' => 'Title',
  8884.                         'builders' => [
  8885.                         ],
  8886.                     ],
  8887.                 ],
  8888.                 'StoryCardLayout' => [
  8889.                     'type' => 'enum',
  8890.                     'class_name' => 'StoryCardLayoutType',
  8891.                     'inherits' => [
  8892.                     ],
  8893.                     'decorator' => false,
  8894.                     'config' => [
  8895.                         'description' => NULL,
  8896.                         'values' => [
  8897.                             'COVER' => [
  8898.                                 'description' => NULL,
  8899.                                 'value' => 'COVER',
  8900.                             ],
  8901.                             'VIDEO' => [
  8902.                                 'description' => NULL,
  8903.                                 'value' => 'VIDEO',
  8904.                             ],
  8905.                             'ANIMATION' => [
  8906.                                 'description' => NULL,
  8907.                                 'value' => 'ANIMATION',
  8908.                             ],
  8909.                             'CONTENT' => [
  8910.                                 'description' => NULL,
  8911.                                 'value' => 'CONTENT',
  8912.                             ],
  8913.                             'HIGHLIGHT' => [
  8914.                                 'description' => NULL,
  8915.                                 'value' => 'HIGHLIGHT',
  8916.                             ],
  8917.                             'QUIZ' => [
  8918.                                 'description' => NULL,
  8919.                                 'value' => 'QUIZ',
  8920.                             ],
  8921.                         ],
  8922.                         'name' => 'StoryCardLayout',
  8923.                     ],
  8924.                 ],
  8925.                 'ProfileType' => [
  8926.                     'type' => 'object',
  8927.                     'class_name' => 'ProfileTypeType',
  8928.                     'inherits' => [
  8929.                     ],
  8930.                     'decorator' => false,
  8931.                     'config' => [
  8932.                         'description' => NULL,
  8933.                         'fields' => [
  8934.                             'id' => [
  8935.                                 'type' => 'ID!',
  8936.                                 'description' => NULL,
  8937.                             ],
  8938.                             'name' => [
  8939.                                 'type' => 'String!',
  8940.                                 'description' => NULL,
  8941.                             ],
  8942.                             'shortName' => [
  8943.                                 'type' => 'String!',
  8944.                                 'description' => NULL,
  8945.                             ],
  8946.                             'position' => [
  8947.                                 'type' => 'Int!',
  8948.                                 'description' => NULL,
  8949.                             ],
  8950.                         ],
  8951.                         'interfaces' => [
  8952.                         ],
  8953.                         'name' => 'ProfileType',
  8954.                         'builders' => [
  8955.                         ],
  8956.                     ],
  8957.                 ],
  8958.                 'CommonResult' => [
  8959.                     'type' => 'object',
  8960.                     'class_name' => 'CommonResultType',
  8961.                     'inherits' => [
  8962.                     ],
  8963.                     'decorator' => false,
  8964.                     'config' => [
  8965.                         'description' => NULL,
  8966.                         'fields' => [
  8967.                             'status' => [
  8968.                                 'type' => 'Status!',
  8969.                                 'description' => NULL,
  8970.                             ],
  8971.                             'intValue' => [
  8972.                                 'type' => 'Int',
  8973.                                 'description' => NULL,
  8974.                             ],
  8975.                             'stringValue' => [
  8976.                                 'type' => 'String',
  8977.                                 'description' => NULL,
  8978.                             ],
  8979.                         ],
  8980.                         'interfaces' => [
  8981.                         ],
  8982.                         'name' => 'CommonResult',
  8983.                         'builders' => [
  8984.                         ],
  8985.                     ],
  8986.                 ],
  8987.                 'ProfileLinkEntry' => [
  8988.                     'type' => 'object',
  8989.                     'class_name' => 'ProfileLinkEntryType',
  8990.                     'inherits' => [
  8991.                     ],
  8992.                     'decorator' => false,
  8993.                     'config' => [
  8994.                         'description' => NULL,
  8995.                         'fields' => [
  8996.                             'id' => [
  8997.                                 'type' => 'Int!',
  8998.                                 'description' => NULL,
  8999.                             ],
  9000.                             'linkType' => [
  9001.                                 'type' => 'ProfileLinkType!',
  9002.                                 'description' => NULL,
  9003.                             ],
  9004.                             'linkValue' => [
  9005.                                 'type' => 'String!',
  9006.                                 'description' => NULL,
  9007.                             ],
  9008.                         ],
  9009.                         'interfaces' => [
  9010.                         ],
  9011.                         'name' => 'ProfileLinkEntry',
  9012.                         'builders' => [
  9013.                         ],
  9014.                     ],
  9015.                 ],
  9016.                 'InfoSectionSubCategory' => [
  9017.                     'type' => 'object',
  9018.                     'class_name' => 'InfoSectionSubCategoryType',
  9019.                     'inherits' => [
  9020.                     ],
  9021.                     'decorator' => false,
  9022.                     'config' => [
  9023.                         'description' => NULL,
  9024.                         'fields' => [
  9025.                             'id' => [
  9026.                                 'type' => 'ID!',
  9027.                                 'description' => NULL,
  9028.                             ],
  9029.                             'heading' => [
  9030.                                 'type' => 'String!',
  9031.                                 'description' => NULL,
  9032.                             ],
  9033.                             'description' => [
  9034.                                 'type' => 'String',
  9035.                                 'description' => NULL,
  9036.                             ],
  9037.                             'position' => [
  9038.                                 'type' => 'Int',
  9039.                                 'description' => NULL,
  9040.                             ],
  9041.                             'urlText' => [
  9042.                                 'type' => 'String',
  9043.                                 'description' => NULL,
  9044.                             ],
  9045.                             'entries' => [
  9046.                                 'type' => '[InfoSectionEntry!]',
  9047.                                 'description' => NULL,
  9048.                             ],
  9049.                         ],
  9050.                         'interfaces' => [
  9051.                         ],
  9052.                         'name' => 'InfoSectionSubCategory',
  9053.                         'builders' => [
  9054.                         ],
  9055.                     ],
  9056.                 ],
  9057.                 'StoryUser' => [
  9058.                     'type' => 'object',
  9059.                     'class_name' => 'StoryUserType',
  9060.                     'inherits' => [
  9061.                     ],
  9062.                     'decorator' => false,
  9063.                     'config' => [
  9064.                         'description' => NULL,
  9065.                         'fields' => [
  9066.                             'avatar' => [
  9067.                                 'type' => 'Image',
  9068.                                 'description' => NULL,
  9069.                             ],
  9070.                             'position' => [
  9071.                                 'type' => 'String',
  9072.                                 'description' => NULL,
  9073.                             ],
  9074.                         ],
  9075.                         'interfaces' => [
  9076.                         ],
  9077.                         'name' => 'StoryUser',
  9078.                         'builders' => [
  9079.                         ],
  9080.                     ],
  9081.                 ],
  9082.                 'JobScholasticDuration' => [
  9083.                     'type' => 'object',
  9084.                     'class_name' => 'JobScholasticDurationType',
  9085.                     'inherits' => [
  9086.                     ],
  9087.                     'decorator' => false,
  9088.                     'config' => [
  9089.                         'description' => NULL,
  9090.                         'fields' => [
  9091.                             'id' => [
  9092.                                 'type' => 'ID!',
  9093.                                 'description' => NULL,
  9094.                             ],
  9095.                             'durationName' => [
  9096.                                 'type' => 'String',
  9097.                                 'description' => NULL,
  9098.                             ],
  9099.                             'position' => [
  9100.                                 'type' => 'Int',
  9101.                                 'description' => NULL,
  9102.                             ],
  9103.                         ],
  9104.                         'interfaces' => [
  9105.                         ],
  9106.                         'name' => 'JobScholasticDuration',
  9107.                         'builders' => [
  9108.                         ],
  9109.                     ],
  9110.                 ],
  9111.                 'GameCategory' => [
  9112.                     'type' => 'object',
  9113.                     'class_name' => 'GameCategoryType',
  9114.                     'inherits' => [
  9115.                     ],
  9116.                     'decorator' => false,
  9117.                     'config' => [
  9118.                         'description' => NULL,
  9119.                         'fields' => [
  9120.                             'id' => [
  9121.                                 'type' => 'ID!',
  9122.                                 'description' => NULL,
  9123.                             ],
  9124.                             'name' => [
  9125.                                 'type' => 'String!',
  9126.                                 'description' => NULL,
  9127.                             ],
  9128.                             'isActive' => [
  9129.                                 'type' => 'Boolean!',
  9130.                                 'description' => NULL,
  9131.                             ],
  9132.                             'isSelected' => [
  9133.                                 'type' => 'Boolean!',
  9134.                                 'description' => NULL,
  9135.                             ],
  9136.                             'progress' => [
  9137.                                 'type' => '[GameCategoryProgress!]',
  9138.                                 'description' => NULL,
  9139.                             ],
  9140.                         ],
  9141.                         'interfaces' => [
  9142.                         ],
  9143.                         'name' => 'GameCategory',
  9144.                         'builders' => [
  9145.                         ],
  9146.                     ],
  9147.                 ],
  9148.                 'Appointment' => [
  9149.                     'type' => 'object',
  9150.                     'class_name' => 'AppointmentType',
  9151.                     'inherits' => [
  9152.                     ],
  9153.                     'decorator' => false,
  9154.                     'config' => [
  9155.                         'description' => NULL,
  9156.                         'fields' => [
  9157.                             'id' => [
  9158.                                 'type' => 'ID!',
  9159.                                 'description' => NULL,
  9160.                             ],
  9161.                             'startTime' => [
  9162.                                 'type' => 'String',
  9163.                                 'description' => NULL,
  9164.                             ],
  9165.                             'endTime' => [
  9166.                                 'type' => 'String',
  9167.                                 'description' => NULL,
  9168.                             ],
  9169.                             'startDate' => [
  9170.                                 'type' => 'String',
  9171.                                 'description' => NULL,
  9172.                             ],
  9173.                             'endDate' => [
  9174.                                 'type' => 'String',
  9175.                                 'description' => NULL,
  9176.                             ],
  9177.                             'note' => [
  9178.                                 'type' => 'AppointmentNote',
  9179.                                 'description' => NULL,
  9180.                             ],
  9181.                             'bookableUntil' => [
  9182.                                 'type' => 'String',
  9183.                                 'description' => NULL,
  9184.                             ],
  9185.                             'maxParticipantes' => [
  9186.                                 'type' => 'Int',
  9187.                                 'description' => NULL,
  9188.                             ],
  9189.                             'appointmentType' => [
  9190.                                 'type' => 'AppointmentType',
  9191.                                 'description' => NULL,
  9192.                             ],
  9193.                             'appointmentState' => [
  9194.                                 'type' => 'AppointmentState',
  9195.                                 'description' => NULL,
  9196.                             ],
  9197.                             'bookingLink' => [
  9198.                                 'type' => 'String',
  9199.                                 'description' => NULL,
  9200.                             ],
  9201.                         ],
  9202.                         'interfaces' => [
  9203.                         ],
  9204.                         'name' => 'Appointment',
  9205.                         'builders' => [
  9206.                         ],
  9207.                     ],
  9208.                 ],
  9209.                 'JobMarketDistrict' => [
  9210.                     'type' => 'object',
  9211.                     'class_name' => 'JobMarketDistrictType',
  9212.                     'inherits' => [
  9213.                     ],
  9214.                     'decorator' => false,
  9215.                     'config' => [
  9216.                         'description' => NULL,
  9217.                         'fields' => [
  9218.                             'districtID' => [
  9219.                                 'type' => 'Int',
  9220.                                 'description' => NULL,
  9221.                             ],
  9222.                             'districtName' => [
  9223.                                 'type' => 'String',
  9224.                                 'description' => NULL,
  9225.                             ],
  9226.                             'trainingCompanies' => [
  9227.                                 'type' => '[CompanyProfileSimple!]',
  9228.                                 'description' => NULL,
  9229.                             ],
  9230.                             'jobMarketEntries' => [
  9231.                                 'type' => '[CompanyProfileSimple!]',
  9232.                                 'description' => NULL,
  9233.                             ],
  9234.                         ],
  9235.                         'interfaces' => [
  9236.                         ],
  9237.                         'name' => 'JobMarketDistrict',
  9238.                         'builders' => [
  9239.                         ],
  9240.                     ],
  9241.                 ],
  9242.                 'FaqQuestion' => [
  9243.                     'type' => 'object',
  9244.                     'class_name' => 'FaqQuestionType',
  9245.                     'inherits' => [
  9246.                     ],
  9247.                     'decorator' => false,
  9248.                     'config' => [
  9249.                         'description' => NULL,
  9250.                         'fields' => [
  9251.                             'question' => [
  9252.                                 'type' => 'String!',
  9253.                                 'description' => NULL,
  9254.                             ],
  9255.                             'answer' => [
  9256.                                 'type' => 'String!',
  9257.                                 'description' => NULL,
  9258.                             ],
  9259.                             'position' => [
  9260.                                 'type' => 'Int',
  9261.                                 'description' => NULL,
  9262.                             ],
  9263.                         ],
  9264.                         'interfaces' => [
  9265.                         ],
  9266.                         'name' => 'FaqQuestion',
  9267.                         'builders' => [
  9268.                         ],
  9269.                     ],
  9270.                 ],
  9271.                 'KeyValue' => [
  9272.                     'type' => 'object',
  9273.                     'class_name' => 'KeyValueType',
  9274.                     'inherits' => [
  9275.                     ],
  9276.                     'decorator' => false,
  9277.                     'config' => [
  9278.                         'description' => NULL,
  9279.                         'fields' => [
  9280.                             'key' => [
  9281.                                 'type' => 'String!',
  9282.                                 'description' => NULL,
  9283.                             ],
  9284.                             'value' => [
  9285.                                 'type' => 'String',
  9286.                                 'description' => NULL,
  9287.                             ],
  9288.                         ],
  9289.                         'interfaces' => [
  9290.                         ],
  9291.                         'name' => 'KeyValue',
  9292.                         'builders' => [
  9293.                         ],
  9294.                     ],
  9295.                 ],
  9296.                 'FaqSubCategory' => [
  9297.                     'type' => 'object',
  9298.                     'class_name' => 'FaqSubCategoryType',
  9299.                     'inherits' => [
  9300.                     ],
  9301.                     'decorator' => false,
  9302.                     'config' => [
  9303.                         'description' => NULL,
  9304.                         'fields' => [
  9305.                             'subCategoryName' => [
  9306.                                 'type' => 'String!',
  9307.                                 'description' => NULL,
  9308.                             ],
  9309.                             'position' => [
  9310.                                 'type' => 'Int!',
  9311.                                 'description' => NULL,
  9312.                             ],
  9313.                             'questions' => [
  9314.                                 'type' => '[FaqQuestion!]',
  9315.                                 'description' => NULL,
  9316.                             ],
  9317.                         ],
  9318.                         'interfaces' => [
  9319.                         ],
  9320.                         'name' => 'FaqSubCategory',
  9321.                         'builders' => [
  9322.                         ],
  9323.                     ],
  9324.                 ],
  9325.                 'CompanyContact' => [
  9326.                     'type' => 'object',
  9327.                     'class_name' => 'CompanyContactType',
  9328.                     'inherits' => [
  9329.                     ],
  9330.                     'decorator' => false,
  9331.                     'config' => [
  9332.                         'description' => NULL,
  9333.                         'fields' => [
  9334.                             'id' => [
  9335.                                 'type' => 'ID!',
  9336.                                 'description' => NULL,
  9337.                             ],
  9338.                             'employeePosition' => [
  9339.                                 'type' => 'String!',
  9340.                                 'description' => NULL,
  9341.                             ],
  9342.                             'communication' => [
  9343.                                 'type' => 'Communication!',
  9344.                                 'description' => NULL,
  9345.                             ],
  9346.                         ],
  9347.                         'interfaces' => [
  9348.                         ],
  9349.                         'name' => 'CompanyContact',
  9350.                         'builders' => [
  9351.                         ],
  9352.                     ],
  9353.                 ],
  9354.                 'GameTimerModifyType' => [
  9355.                     'type' => 'enum',
  9356.                     'class_name' => 'GameTimerModifyTypeType',
  9357.                     'inherits' => [
  9358.                     ],
  9359.                     'decorator' => false,
  9360.                     'config' => [
  9361.                         'description' => NULL,
  9362.                         'values' => [
  9363.                             'END' => [
  9364.                                 'description' => NULL,
  9365.                                 'value' => 'END',
  9366.                             ],
  9367.                             'EXTEND' => [
  9368.                                 'description' => NULL,
  9369.                                 'value' => 'EXTEND',
  9370.                             ],
  9371.                             'PAUSE' => [
  9372.                                 'description' => NULL,
  9373.                                 'value' => 'PAUSE',
  9374.                             ],
  9375.                             'RESUME' => [
  9376.                                 'description' => NULL,
  9377.                                 'value' => 'RESUME',
  9378.                             ],
  9379.                         ],
  9380.                         'name' => 'GameTimerModifyType',
  9381.                     ],
  9382.                 ],
  9383.                 'GameType' => [
  9384.                     'type' => 'enum',
  9385.                     'class_name' => 'GameTypeType',
  9386.                     'inherits' => [
  9387.                     ],
  9388.                     'decorator' => false,
  9389.                     'config' => [
  9390.                         'description' => NULL,
  9391.                         'values' => [
  9392.                             'NOTSET' => [
  9393.                                 'description' => NULL,
  9394.                                 'value' => 'NOTSET',
  9395.                             ],
  9396.                             'QUIZ' => [
  9397.                                 'description' => NULL,
  9398.                                 'value' => 'QUIZ',
  9399.                             ],
  9400.                             'CLICKTHEPIC' => [
  9401.                                 'description' => NULL,
  9402.                                 'value' => 'CLICKTHEPIC',
  9403.                             ],
  9404.                         ],
  9405.                         'name' => 'GameType',
  9406.                     ],
  9407.                 ],
  9408.                 'Status' => [
  9409.                     'type' => 'object',
  9410.                     'class_name' => 'StatusType',
  9411.                     'inherits' => [
  9412.                     ],
  9413.                     'decorator' => false,
  9414.                     'config' => [
  9415.                         'description' => NULL,
  9416.                         'fields' => [
  9417.                             'type' => [
  9418.                                 'type' => 'StatusType!',
  9419.                                 'description' => NULL,
  9420.                             ],
  9421.                             'message' => [
  9422.                                 'type' => 'String',
  9423.                                 'description' => NULL,
  9424.                             ],
  9425.                         ],
  9426.                         'interfaces' => [
  9427.                         ],
  9428.                         'name' => 'Status',
  9429.                         'builders' => [
  9430.                         ],
  9431.                     ],
  9432.                 ],
  9433.                 'BoPartnerLocation' => [
  9434.                     'type' => 'object',
  9435.                     'class_name' => 'BoPartnerLocationType',
  9436.                     'inherits' => [
  9437.                     ],
  9438.                     'decorator' => false,
  9439.                     'config' => [
  9440.                         'description' => NULL,
  9441.                         'fields' => [
  9442.                             'id' => [
  9443.                                 'type' => 'ID!',
  9444.                                 'description' => NULL,
  9445.                             ],
  9446.                             'name' => [
  9447.                                 'type' => 'String',
  9448.                                 'description' => NULL,
  9449.                             ],
  9450.                             'address' => [
  9451.                                 'type' => 'Address',
  9452.                                 'description' => NULL,
  9453.                             ],
  9454.                         ],
  9455.                         'interfaces' => [
  9456.                         ],
  9457.                         'name' => 'BoPartnerLocation',
  9458.                         'builders' => [
  9459.                         ],
  9460.                     ],
  9461.                 ],
  9462.                 'SchoolClass' => [
  9463.                     'type' => 'object',
  9464.                     'class_name' => 'SchoolClassType',
  9465.                     'inherits' => [
  9466.                     ],
  9467.                     'decorator' => false,
  9468.                     'config' => [
  9469.                         'description' => NULL,
  9470.                         'fields' => [
  9471.                             'id' => [
  9472.                                 'type' => 'Int!',
  9473.                                 'description' => NULL,
  9474.                             ],
  9475.                             'name' => [
  9476.                                 'type' => 'String!',
  9477.                                 'description' => NULL,
  9478.                             ],
  9479.                             'classNumber' => [
  9480.                                 'type' => 'String!',
  9481.                                 'description' => NULL,
  9482.                             ],
  9483.                             'classAddition' => [
  9484.                                 'type' => 'String!',
  9485.                                 'description' => NULL,
  9486.                             ],
  9487.                             'numberStudents' => [
  9488.                                 'type' => 'Int',
  9489.                                 'description' => NULL,
  9490.                             ],
  9491.                             'schoolClassYear' => [
  9492.                                 'type' => 'SchoolClassYear',
  9493.                                 'description' => NULL,
  9494.                             ],
  9495.                             'grade' => [
  9496.                                 'type' => 'SchoolClassGrade',
  9497.                                 'description' => NULL,
  9498.                             ],
  9499.                             'classCode' => [
  9500.                                 'type' => 'String',
  9501.                                 'description' => NULL,
  9502.                             ],
  9503.                             'school' => [
  9504.                                 'type' => 'School',
  9505.                                 'description' => NULL,
  9506.                             ],
  9507.                             'teachers' => [
  9508.                                 'type' => '[Teacher!]',
  9509.                                 'description' => NULL,
  9510.                             ],
  9511.                             'schoolClassRankMin' => [
  9512.                                 'type' => 'SchoolClassRankMin',
  9513.                                 'description' => NULL,
  9514.                             ],
  9515.                             'trophyStats' => [
  9516.                                 'type' => 'TrophyStats',
  9517.                                 'description' => NULL,
  9518.                             ],
  9519.                             'milestoneStats' => [
  9520.                                 'type' => 'MilestoneStats',
  9521.                                 'description' => NULL,
  9522.                             ],
  9523.                             'createdAt' => [
  9524.                                 'type' => 'String',
  9525.                                 'description' => NULL,
  9526.                             ],
  9527.                         ],
  9528.                         'interfaces' => [
  9529.                         ],
  9530.                         'name' => 'SchoolClass',
  9531.                         'builders' => [
  9532.                         ],
  9533.                     ],
  9534.                 ],
  9535.                 'Stories' => [
  9536.                     'type' => 'object',
  9537.                     'class_name' => 'StoriesType',
  9538.                     'inherits' => [
  9539.                     ],
  9540.                     'decorator' => false,
  9541.                     'config' => [
  9542.                         'description' => NULL,
  9543.                         'fields' => [
  9544.                             'entries' => [
  9545.                                 'type' => '[Story!]',
  9546.                                 'description' => NULL,
  9547.                             ],
  9548.                         ],
  9549.                         'interfaces' => [
  9550.                         ],
  9551.                         'name' => 'Stories',
  9552.                         'builders' => [
  9553.                         ],
  9554.                     ],
  9555.                 ],
  9556.                 'CompanySize' => [
  9557.                     'type' => 'object',
  9558.                     'class_name' => 'CompanySizeType',
  9559.                     'inherits' => [
  9560.                     ],
  9561.                     'decorator' => false,
  9562.                     'config' => [
  9563.                         'description' => NULL,
  9564.                         'fields' => [
  9565.                             'id' => [
  9566.                                 'type' => 'ID!',
  9567.                                 'description' => NULL,
  9568.                             ],
  9569.                             'name' => [
  9570.                                 'type' => 'String!',
  9571.                                 'description' => NULL,
  9572.                             ],
  9573.                             'text' => [
  9574.                                 'type' => 'String!',
  9575.                                 'description' => NULL,
  9576.                             ],
  9577.                         ],
  9578.                         'interfaces' => [
  9579.                         ],
  9580.                         'name' => 'CompanySize',
  9581.                         'builders' => [
  9582.                         ],
  9583.                     ],
  9584.                 ],
  9585.                 'HomeContent' => [
  9586.                     'type' => 'object',
  9587.                     'class_name' => 'HomeContentType',
  9588.                     'inherits' => [
  9589.                     ],
  9590.                     'decorator' => false,
  9591.                     'config' => [
  9592.                         'description' => NULL,
  9593.                         'fields' => [
  9594.                             'featuredCompanies' => [
  9595.                                 'type' => '[CompanyProfile!]',
  9596.                                 'description' => NULL,
  9597.                             ],
  9598.                             'featuredStories' => [
  9599.                                 'type' => '[Story!]',
  9600.                                 'description' => NULL,
  9601.                             ],
  9602.                             'helpfulLinks' => [
  9603.                                 'type' => '[ExternalLink!]',
  9604.                                 'description' => NULL,
  9605.                             ],
  9606.                         ],
  9607.                         'interfaces' => [
  9608.                         ],
  9609.                         'name' => 'HomeContent',
  9610.                         'builders' => [
  9611.                         ],
  9612.                     ],
  9613.                 ],
  9614.                 'ProfileUpdateResponse' => [
  9615.                     'type' => 'object',
  9616.                     'class_name' => 'ProfileUpdateResponseType',
  9617.                     'inherits' => [
  9618.                     ],
  9619.                     'decorator' => false,
  9620.                     'config' => [
  9621.                         'description' => NULL,
  9622.                         'fields' => [
  9623.                             'status' => [
  9624.                                 'type' => 'Status!',
  9625.                                 'description' => NULL,
  9626.                             ],
  9627.                             'keyValues' => [
  9628.                                 'type' => '[KeyValue!]',
  9629.                                 'description' => NULL,
  9630.                             ],
  9631.                             'media' => [
  9632.                                 'type' => 'Media',
  9633.                                 'description' => NULL,
  9634.                             ],
  9635.                         ],
  9636.                         'interfaces' => [
  9637.                         ],
  9638.                         'name' => 'ProfileUpdateResponse',
  9639.                         'builders' => [
  9640.                         ],
  9641.                     ],
  9642.                 ],
  9643.                 'Color' => [
  9644.                     'type' => 'enum',
  9645.                     'class_name' => 'ColorType',
  9646.                     'inherits' => [
  9647.                     ],
  9648.                     'decorator' => false,
  9649.                     'config' => [
  9650.                         'description' => NULL,
  9651.                         'values' => [
  9652.                             'BLACK' => [
  9653.                                 'description' => NULL,
  9654.                                 'value' => 'BLACK',
  9655.                             ],
  9656.                             'DARKBLUE' => [
  9657.                                 'description' => NULL,
  9658.                                 'value' => 'DARKBLUE',
  9659.                             ],
  9660.                             'DARKGREEN' => [
  9661.                                 'description' => NULL,
  9662.                                 'value' => 'DARKGREEN',
  9663.                             ],
  9664.                             'GREY' => [
  9665.                                 'description' => NULL,
  9666.                                 'value' => 'GREY',
  9667.                             ],
  9668.                             'LIGHTGREEN' => [
  9669.                                 'description' => NULL,
  9670.                                 'value' => 'LIGHTGREEN',
  9671.                             ],
  9672.                             'LIGHTBLUE' => [
  9673.                                 'description' => NULL,
  9674.                                 'value' => 'LIGHTBLUE',
  9675.                             ],
  9676.                             'PETROL' => [
  9677.                                 'description' => NULL,
  9678.                                 'value' => 'PETROL',
  9679.                             ],
  9680.                             'RED' => [
  9681.                                 'description' => NULL,
  9682.                                 'value' => 'RED',
  9683.                             ],
  9684.                             'WHITE' => [
  9685.                                 'description' => NULL,
  9686.                                 'value' => 'WHITE',
  9687.                             ],
  9688.                             'YELLOW' => [
  9689.                                 'description' => NULL,
  9690.                                 'value' => 'YELLOW',
  9691.                             ],
  9692.                         ],
  9693.                         'name' => 'Color',
  9694.                     ],
  9695.                 ],
  9696.                 'GameEndType' => [
  9697.                     'type' => 'enum',
  9698.                     'class_name' => 'GameEndTypeType',
  9699.                     'inherits' => [
  9700.                     ],
  9701.                     'decorator' => false,
  9702.                     'config' => [
  9703.                         'description' => NULL,
  9704.                         'values' => [
  9705.                             'NOTSET' => [
  9706.                                 'description' => NULL,
  9707.                                 'value' => 'NOTSET',
  9708.                             ],
  9709.                             'DECISION' => [
  9710.                                 'description' => NULL,
  9711.                                 'value' => 'DECISION',
  9712.                             ],
  9713.                             'WRONGANSWER' => [
  9714.                                 'description' => NULL,
  9715.                                 'value' => 'WRONGANSWER',
  9716.                             ],
  9717.                         ],
  9718.                         'name' => 'GameEndType',
  9719.                     ],
  9720.                 ],
  9721.                 'SchoolClassGameState' => [
  9722.                     'type' => 'object',
  9723.                     'class_name' => 'SchoolClassGameStateType',
  9724.                     'inherits' => [
  9725.                     ],
  9726.                     'decorator' => false,
  9727.                     'config' => [
  9728.                         'description' => NULL,
  9729.                         'fields' => [
  9730.                             'status' => [
  9731.                                 'type' => 'Status!',
  9732.                                 'description' => NULL,
  9733.                             ],
  9734.                             'viewCount' => [
  9735.                                 'type' => 'ViewCount',
  9736.                                 'description' => NULL,
  9737.                             ],
  9738.                         ],
  9739.                         'interfaces' => [
  9740.                         ],
  9741.                         'name' => 'SchoolClassGameState',
  9742.                         'builders' => [
  9743.                         ],
  9744.                     ],
  9745.                 ],
  9746.                 'JobSalaryEntry' => [
  9747.                     'type' => 'object',
  9748.                     'class_name' => 'JobSalaryEntryType',
  9749.                     'inherits' => [
  9750.                     ],
  9751.                     'decorator' => false,
  9752.                     'config' => [
  9753.                         'description' => NULL,
  9754.                         'fields' => [
  9755.                             'id' => [
  9756.                                 'type' => 'ID!',
  9757.                                 'description' => NULL,
  9758.                             ],
  9759.                             'salaryType' => [
  9760.                                 'type' => 'JobSalaryType',
  9761.                                 'description' => NULL,
  9762.                             ],
  9763.                             'salaryFrom' => [
  9764.                                 'type' => 'String',
  9765.                                 'description' => NULL,
  9766.                             ],
  9767.                             'salaryTo' => [
  9768.                                 'type' => 'String',
  9769.                                 'description' => NULL,
  9770.                             ],
  9771.                             'urlExt' => [
  9772.                                 'type' => 'String',
  9773.                                 'description' => NULL,
  9774.                             ],
  9775.                             'createdAt' => [
  9776.                                 'type' => 'String',
  9777.                                 'description' => NULL,
  9778.                             ],
  9779.                         ],
  9780.                         'interfaces' => [
  9781.                         ],
  9782.                         'name' => 'JobSalaryEntry',
  9783.                         'builders' => [
  9784.                         ],
  9785.                     ],
  9786.                 ],
  9787.                 'Document' => [
  9788.                     'type' => 'object',
  9789.                     'class_name' => 'DocumentType',
  9790.                     'inherits' => [
  9791.                     ],
  9792.                     'decorator' => false,
  9793.                     'config' => [
  9794.                         'description' => NULL,
  9795.                         'fields' => [
  9796.                             'id' => [
  9797.                                 'type' => 'ID!',
  9798.                                 'description' => NULL,
  9799.                             ],
  9800.                             'name' => [
  9801.                                 'type' => 'String',
  9802.                                 'description' => NULL,
  9803.                             ],
  9804.                             'filePath' => [
  9805.                                 'type' => 'String',
  9806.                                 'description' => NULL,
  9807.                             ],
  9808.                         ],
  9809.                         'interfaces' => [
  9810.                         ],
  9811.                         'name' => 'Document',
  9812.                         'builders' => [
  9813.                         ],
  9814.                     ],
  9815.                 ],
  9816.                 'AppointmentState' => [
  9817.                     'type' => 'enum',
  9818.                     'class_name' => 'AppointmentStateType',
  9819.                     'inherits' => [
  9820.                     ],
  9821.                     'decorator' => false,
  9822.                     'config' => [
  9823.                         'description' => NULL,
  9824.                         'values' => [
  9825.                             'ACTIVE' => [
  9826.                                 'description' => NULL,
  9827.                                 'value' => 'ACTIVE',
  9828.                             ],
  9829.                             'FULL' => [
  9830.                                 'description' => NULL,
  9831.                                 'value' => 'FULL',
  9832.                             ],
  9833.                             'CANCELLED' => [
  9834.                                 'description' => NULL,
  9835.                                 'value' => 'CANCELLED',
  9836.                             ],
  9837.                             'DELETED' => [
  9838.                                 'description' => NULL,
  9839.                                 'value' => 'DELETED',
  9840.                             ],
  9841.                         ],
  9842.                         'name' => 'AppointmentState',
  9843.                     ],
  9844.                 ],
  9845.                 'LogoStyle' => [
  9846.                     'type' => 'enum',
  9847.                     'class_name' => 'LogoStyleType',
  9848.                     'inherits' => [
  9849.                     ],
  9850.                     'decorator' => false,
  9851.                     'config' => [
  9852.                         'description' => NULL,
  9853.                         'values' => [
  9854.                             'NOTSET' => [
  9855.                                 'description' => NULL,
  9856.                                 'value' => 'NOTSET',
  9857.                             ],
  9858.                             'NORMAL' => [
  9859.                                 'description' => NULL,
  9860.                                 'value' => 'NORMAL',
  9861.                             ],
  9862.                             'DISTANCE' => [
  9863.                                 'description' => NULL,
  9864.                                 'value' => 'DISTANCE',
  9865.                             ],
  9866.                         ],
  9867.                         'name' => 'LogoStyle',
  9868.                     ],
  9869.                 ],
  9870.                 'OfferType' => [
  9871.                     'type' => 'enum',
  9872.                     'class_name' => 'OfferTypeType',
  9873.                     'inherits' => [
  9874.                     ],
  9875.                     'decorator' => false,
  9876.                     'config' => [
  9877.                         'description' => NULL,
  9878.                         'values' => [
  9879.                             'BERUFSBERATUNG' => [
  9880.                                 'description' => NULL,
  9881.                                 'value' => 'BERUFSBERATUNG',
  9882.                             ],
  9883.                             'BERUFSPRAKTISCH' => [
  9884.                                 'description' => NULL,
  9885.                                 'value' => 'BERUFSPRAKTISCH',
  9886.                             ],
  9887.                             'BETRIEBSERKUNDUNG' => [
  9888.                                 'description' => NULL,
  9889.                                 'value' => 'BETRIEBSERKUNDUNG',
  9890.                             ],
  9891.                             'TAGOFFENETUER' => [
  9892.                                 'description' => NULL,
  9893.                                 'value' => 'TAGOFFENETUER',
  9894.                             ],
  9895.                             'UNTERNEHMENSCHULE' => [
  9896.                                 'description' => NULL,
  9897.                                 'value' => 'UNTERNEHMENSCHULE',
  9898.                             ],
  9899.                             'VORTRAG' => [
  9900.                                 'description' => NULL,
  9901.                                 'value' => 'VORTRAG',
  9902.                             ],
  9903.                             'WORKSHOP' => [
  9904.                                 'description' => NULL,
  9905.                                 'value' => 'WORKSHOP',
  9906.                             ],
  9907.                             'WORKSHOPBO' => [
  9908.                                 'description' => NULL,
  9909.                                 'value' => 'WORKSHOPBO',
  9910.                             ],
  9911.                         ],
  9912.                         'name' => 'OfferType',
  9913.                     ],
  9914.                 ],
  9915.                 'CompanyProfileSimple' => [
  9916.                     'type' => 'object',
  9917.                     'class_name' => 'CompanyProfileSimpleType',
  9918.                     'inherits' => [
  9919.                     ],
  9920.                     'decorator' => false,
  9921.                     'config' => [
  9922.                         'description' => NULL,
  9923.                         'fields' => [
  9924.                             'id' => [
  9925.                                 'type' => 'Int',
  9926.                                 'description' => NULL,
  9927.                             ],
  9928.                             'uuid' => [
  9929.                                 'type' => 'String',
  9930.                                 'description' => NULL,
  9931.                             ],
  9932.                             'name' => [
  9933.                                 'type' => 'String',
  9934.                                 'description' => NULL,
  9935.                             ],
  9936.                             'companyProfilePicture' => [
  9937.                                 'type' => 'Image',
  9938.                                 'description' => NULL,
  9939.                             ],
  9940.                             'isSelected' => [
  9941.                                 'type' => 'Boolean!',
  9942.                                 'description' => NULL,
  9943.                             ],
  9944.                         ],
  9945.                         'interfaces' => [
  9946.                         ],
  9947.                         'name' => 'CompanyProfileSimple',
  9948.                         'builders' => [
  9949.                         ],
  9950.                     ],
  9951.                 ],
  9952.                 'AnswerResponse' => [
  9953.                     'type' => 'object',
  9954.                     'class_name' => 'AnswerResponseType',
  9955.                     'inherits' => [
  9956.                     ],
  9957.                     'decorator' => false,
  9958.                     'config' => [
  9959.                         'description' => NULL,
  9960.                         'fields' => [
  9961.                             'status' => [
  9962.                                 'type' => 'Status!',
  9963.                                 'description' => NULL,
  9964.                             ],
  9965.                             'correctAnswerId' => [
  9966.                                 'type' => 'Int',
  9967.                                 'description' => NULL,
  9968.                             ],
  9969.                         ],
  9970.                         'interfaces' => [
  9971.                         ],
  9972.                         'name' => 'AnswerResponse',
  9973.                         'builders' => [
  9974.                         ],
  9975.                     ],
  9976.                 ],
  9977.                 'InformationLink' => [
  9978.                     'type' => 'object',
  9979.                     'class_name' => 'InformationLinkType',
  9980.                     'inherits' => [
  9981.                     ],
  9982.                     'decorator' => false,
  9983.                     'config' => [
  9984.                         'description' => NULL,
  9985.                         'fields' => [
  9986.                             'id' => [
  9987.                                 'type' => 'ID!',
  9988.                                 'description' => NULL,
  9989.                             ],
  9990.                             'heading' => [
  9991.                                 'type' => 'String',
  9992.                                 'description' => NULL,
  9993.                             ],
  9994.                             'description' => [
  9995.                                 'type' => 'String',
  9996.                                 'description' => NULL,
  9997.                             ],
  9998.                             'linkUrl' => [
  9999.                                 'type' => 'String',
  10000.                                 'description' => NULL,
  10001.                             ],
  10002.                             'target' => [
  10003.                                 'type' => 'Int',
  10004.                                 'description' => NULL,
  10005.                             ],
  10006.                             'position' => [
  10007.                                 'type' => 'Int',
  10008.                                 'description' => NULL,
  10009.                             ],
  10010.                             'media' => [
  10011.                                 'type' => 'Media',
  10012.                                 'description' => NULL,
  10013.                             ],
  10014.                             'type' => [
  10015.                                 'type' => 'InformationLinkType!',
  10016.                                 'description' => NULL,
  10017.                             ],
  10018.                         ],
  10019.                         'interfaces' => [
  10020.                         ],
  10021.                         'name' => 'InformationLink',
  10022.                         'builders' => [
  10023.                         ],
  10024.                     ],
  10025.                 ],
  10026.                 'JobMarket' => [
  10027.                     'type' => 'object',
  10028.                     'class_name' => 'JobMarketType',
  10029.                     'inherits' => [
  10030.                     ],
  10031.                     'decorator' => false,
  10032.                     'config' => [
  10033.                         'description' => NULL,
  10034.                         'fields' => [
  10035.                             'status' => [
  10036.                                 'type' => 'Status!',
  10037.                                 'description' => NULL,
  10038.                             ],
  10039.                             'id' => [
  10040.                                 'type' => 'ID!',
  10041.                                 'description' => NULL,
  10042.                             ],
  10043.                             'name' => [
  10044.                                 'type' => 'String!',
  10045.                                 'description' => NULL,
  10046.                             ],
  10047.                             'numberOfPositions' => [
  10048.                                 'type' => 'Int',
  10049.                                 'description' => NULL,
  10050.                             ],
  10051.                             'description' => [
  10052.                                 'type' => 'String',
  10053.                                 'description' => NULL,
  10054.                             ],
  10055.                             'details' => [
  10056.                                 'type' => 'String',
  10057.                                 'description' => NULL,
  10058.                             ],
  10059.                             'url' => [
  10060.                                 'type' => 'String',
  10061.                                 'description' => NULL,
  10062.                             ],
  10063.                             'requirements' => [
  10064.                                 'type' => 'String',
  10065.                                 'description' => NULL,
  10066.                             ],
  10067.                             'salary' => [
  10068.                                 'type' => 'String',
  10069.                                 'description' => NULL,
  10070.                             ],
  10071.                             'additionalInfo' => [
  10072.                                 'type' => 'JobMarketAdditionalInfo',
  10073.                                 'description' => NULL,
  10074.                             ],
  10075.                             'startDate' => [
  10076.                                 'type' => 'String',
  10077.                                 'description' => NULL,
  10078.                             ],
  10079.                             'applyUntil' => [
  10080.                                 'type' => 'String',
  10081.                                 'description' => NULL,
  10082.                             ],
  10083.                             'openDate' => [
  10084.                                 'type' => 'String',
  10085.                                 'description' => NULL,
  10086.                             ],
  10087.                             'closeDate' => [
  10088.                                 'type' => 'String',
  10089.                                 'description' => NULL,
  10090.                             ],
  10091.                             'companyProfile' => [
  10092.                                 'type' => 'CompanyProfile',
  10093.                                 'description' => NULL,
  10094.                             ],
  10095.                             'contact' => [
  10096.                                 'type' => 'Contact',
  10097.                                 'description' => NULL,
  10098.                             ],
  10099.                             'image' => [
  10100.                                 'type' => 'Image',
  10101.                                 'description' => NULL,
  10102.                             ],
  10103.                             'customMedia' => [
  10104.                                 'type' => 'Media',
  10105.                                 'description' => NULL,
  10106.                             ],
  10107.                             'positionType' => [
  10108.                                 'type' => 'JobMarketPositionType',
  10109.                                 'description' => NULL,
  10110.                             ],
  10111.                             'applyType' => [
  10112.                                 'type' => 'JobMarketApplyType',
  10113.                                 'description' => NULL,
  10114.                             ],
  10115.                             'onlineUrl' => [
  10116.                                 'type' => 'String',
  10117.                                 'description' => NULL,
  10118.                             ],
  10119.                             'startType' => [
  10120.                                 'type' => 'JobMarketStartType',
  10121.                                 'description' => NULL,
  10122.                             ],
  10123.                             'addresses' => [
  10124.                                 'type' => '[Address!]',
  10125.                                 'description' => NULL,
  10126.                             ],
  10127.                             'jobs' => [
  10128.                                 'type' => '[JobSimple!]',
  10129.                                 'description' => NULL,
  10130.                             ],
  10131.                             'state' => [
  10132.                                 'type' => 'JobMarketState!',
  10133.                                 'description' => NULL,
  10134.                             ],
  10135.                         ],
  10136.                         'interfaces' => [
  10137.                         ],
  10138.                         'name' => 'JobMarket',
  10139.                         'builders' => [
  10140.                         ],
  10141.                     ],
  10142.                 ],
  10143.                 'JobRequirementTypeCollection' => [
  10144.                     'type' => 'object',
  10145.                     'class_name' => 'JobRequirementTypeCollectionType',
  10146.                     'inherits' => [
  10147.                     ],
  10148.                     'decorator' => false,
  10149.                     'config' => [
  10150.                         'description' => NULL,
  10151.                         'fields' => [
  10152.                             'requirementType' => [
  10153.                                 'type' => 'JobRequirementType!',
  10154.                                 'description' => NULL,
  10155.                             ],
  10156.                             'requirements' => [
  10157.                                 'type' => '[JobRequirement!]',
  10158.                                 'description' => NULL,
  10159.                             ],
  10160.                         ],
  10161.                         'interfaces' => [
  10162.                         ],
  10163.                         'name' => 'JobRequirementTypeCollection',
  10164.                         'builders' => [
  10165.                         ],
  10166.                     ],
  10167.                 ],
  10168.                 'JobLinkMapping' => [
  10169.                     'type' => 'object',
  10170.                     'class_name' => 'JobLinkMappingType',
  10171.                     'inherits' => [
  10172.                     ],
  10173.                     'decorator' => false,
  10174.                     'config' => [
  10175.                         'description' => NULL,
  10176.                         'fields' => [
  10177.                             'id' => [
  10178.                                 'type' => 'ID!',
  10179.                                 'description' => NULL,
  10180.                             ],
  10181.                             'jobLink' => [
  10182.                                 'type' => 'JobLink',
  10183.                                 'description' => NULL,
  10184.                             ],
  10185.                             'jobLinkMappingCategory' => [
  10186.                                 'type' => 'JobLinkMappingCategory',
  10187.                                 'description' => NULL,
  10188.                             ],
  10189.                             'jobLinkMappingType' => [
  10190.                                 'type' => 'JobLinkMappingType',
  10191.                                 'description' => NULL,
  10192.                             ],
  10193.                         ],
  10194.                         'interfaces' => [
  10195.                         ],
  10196.                         'name' => 'JobLinkMapping',
  10197.                         'builders' => [
  10198.                         ],
  10199.                     ],
  10200.                 ],
  10201.                 'JobSalary' => [
  10202.                     'type' => 'object',
  10203.                     'class_name' => 'JobSalaryType',
  10204.                     'inherits' => [
  10205.                     ],
  10206.                     'decorator' => false,
  10207.                     'config' => [
  10208.                         'description' => NULL,
  10209.                         'fields' => [
  10210.                             'id' => [
  10211.                                 'type' => 'ID!',
  10212.                                 'description' => NULL,
  10213.                             ],
  10214.                             'entryValue' => [
  10215.                                 'type' => 'String',
  10216.                                 'description' => NULL,
  10217.                             ],
  10218.                             'entries' => [
  10219.                                 'type' => '[JobSalaryEntry!]',
  10220.                                 'description' => NULL,
  10221.                             ],
  10222.                             'createdAt' => [
  10223.                                 'type' => 'String',
  10224.                                 'description' => NULL,
  10225.                             ],
  10226.                         ],
  10227.                         'interfaces' => [
  10228.                         ],
  10229.                         'name' => 'JobSalary',
  10230.                         'builders' => [
  10231.                         ],
  10232.                     ],
  10233.                 ],
  10234.                 'CompanyCertificate' => [
  10235.                     'type' => 'object',
  10236.                     'class_name' => 'CompanyCertificateType',
  10237.                     'inherits' => [
  10238.                     ],
  10239.                     'decorator' => false,
  10240.                     'config' => [
  10241.                         'description' => NULL,
  10242.                         'fields' => [
  10243.                             'id' => [
  10244.                                 'type' => 'ID!',
  10245.                                 'description' => NULL,
  10246.                             ],
  10247.                             'name' => [
  10248.                                 'type' => 'String!',
  10249.                                 'description' => NULL,
  10250.                             ],
  10251.                             'shortName' => [
  10252.                                 'type' => 'String!',
  10253.                                 'description' => NULL,
  10254.                             ],
  10255.                             'picturePath' => [
  10256.                                 'type' => 'String!',
  10257.                                 'description' => NULL,
  10258.                             ],
  10259.                         ],
  10260.                         'interfaces' => [
  10261.                         ],
  10262.                         'name' => 'CompanyCertificate',
  10263.                         'builders' => [
  10264.                         ],
  10265.                     ],
  10266.                 ],
  10267.                 'ContentType' => [
  10268.                     'type' => 'enum',
  10269.                     'class_name' => 'ContentTypeType',
  10270.                     'inherits' => [
  10271.                     ],
  10272.                     'decorator' => false,
  10273.                     'config' => [
  10274.                         'description' => NULL,
  10275.                         'values' => [
  10276.                             'IMAGE' => [
  10277.                                 'description' => NULL,
  10278.                                 'value' => 'IMAGE',
  10279.                             ],
  10280.                             'VIDEO' => [
  10281.                                 'description' => NULL,
  10282.                                 'value' => 'VIDEO',
  10283.                             ],
  10284.                             'DOCUMENT' => [
  10285.                                 'description' => NULL,
  10286.                                 'value' => 'DOCUMENT',
  10287.                             ],
  10288.                         ],
  10289.                         'name' => 'ContentType',
  10290.                     ],
  10291.                 ],
  10292.                 'AppointmentNote' => [
  10293.                     'type' => 'object',
  10294.                     'class_name' => 'AppointmentNoteType',
  10295.                     'inherits' => [
  10296.                     ],
  10297.                     'decorator' => false,
  10298.                     'config' => [
  10299.                         'description' => NULL,
  10300.                         'fields' => [
  10301.                             'link' => [
  10302.                                 'type' => 'String',
  10303.                                 'description' => NULL,
  10304.                             ],
  10305.                             'firstname' => [
  10306.                                 'type' => 'String',
  10307.                                 'description' => NULL,
  10308.                             ],
  10309.                             'lastname' => [
  10310.                                 'type' => 'String',
  10311.                                 'description' => NULL,
  10312.                             ],
  10313.                             'email' => [
  10314.                                 'type' => 'String',
  10315.                                 'description' => NULL,
  10316.                             ],
  10317.                             'phone' => [
  10318.                                 'type' => 'String',
  10319.                                 'description' => NULL,
  10320.                             ],
  10321.                             'remark' => [
  10322.                                 'type' => 'String',
  10323.                                 'description' => NULL,
  10324.                             ],
  10325.                         ],
  10326.                         'interfaces' => [
  10327.                         ],
  10328.                         'name' => 'AppointmentNote',
  10329.                         'builders' => [
  10330.                         ],
  10331.                     ],
  10332.                 ],
  10333.                 'GameTrophyStatus' => [
  10334.                     'type' => 'enum',
  10335.                     'class_name' => 'GameTrophyStatusType',
  10336.                     'inherits' => [
  10337.                     ],
  10338.                     'decorator' => false,
  10339.                     'config' => [
  10340.                         'description' => NULL,
  10341.                         'values' => [
  10342.                             'NORMAL' => [
  10343.                                 'description' => NULL,
  10344.                                 'value' => 'NORMAL',
  10345.                             ],
  10346.                             'HIDDEN' => [
  10347.                                 'description' => NULL,
  10348.                                 'value' => 'HIDDEN',
  10349.                             ],
  10350.                         ],
  10351.                         'name' => 'GameTrophyStatus',
  10352.                     ],
  10353.                 ],
  10354.                 'SchoolClassRankMin' => [
  10355.                     'type' => 'object',
  10356.                     'class_name' => 'SchoolClassRankMinType',
  10357.                     'inherits' => [
  10358.                     ],
  10359.                     'decorator' => false,
  10360.                     'config' => [
  10361.                         'description' => NULL,
  10362.                         'fields' => [
  10363.                             'rank' => [
  10364.                                 'type' => 'Int!',
  10365.                                 'description' => NULL,
  10366.                             ],
  10367.                             'points' => [
  10368.                                 'type' => 'Int!',
  10369.                                 'description' => NULL,
  10370.                             ],
  10371.                             'playtimeMinutes' => [
  10372.                                 'type' => 'Int!',
  10373.                                 'description' => NULL,
  10374.                             ],
  10375.                             'activityLevel' => [
  10376.                                 'type' => 'Int!',
  10377.                                 'description' => NULL,
  10378.                             ],
  10379.                         ],
  10380.                         'interfaces' => [
  10381.                         ],
  10382.                         'name' => 'SchoolClassRankMin',
  10383.                         'builders' => [
  10384.                         ],
  10385.                     ],
  10386.                 ],
  10387.                 'Address' => [
  10388.                     'type' => 'object',
  10389.                     'class_name' => 'AddressType',
  10390.                     'inherits' => [
  10391.                     ],
  10392.                     'decorator' => false,
  10393.                     'config' => [
  10394.                         'description' => NULL,
  10395.                         'fields' => [
  10396.                             'id' => [
  10397.                                 'type' => 'ID!',
  10398.                                 'description' => NULL,
  10399.                             ],
  10400.                             'street' => [
  10401.                                 'type' => 'String',
  10402.                                 'description' => NULL,
  10403.                             ],
  10404.                             'number' => [
  10405.                                 'type' => 'String',
  10406.                                 'description' => NULL,
  10407.                             ],
  10408.                             'floor' => [
  10409.                                 'type' => 'String',
  10410.                                 'description' => NULL,
  10411.                             ],
  10412.                             'stair' => [
  10413.                                 'type' => 'String',
  10414.                                 'description' => NULL,
  10415.                             ],
  10416.                             'addressLatLon' => [
  10417.                                 'type' => 'AddressLatLon',
  10418.                                 'description' => NULL,
  10419.                             ],
  10420.                             'addressCity' => [
  10421.                                 'type' => 'AddressCity',
  10422.                                 'description' => NULL,
  10423.                             ],
  10424.                         ],
  10425.                         'interfaces' => [
  10426.                         ],
  10427.                         'name' => 'Address',
  10428.                         'builders' => [
  10429.                         ],
  10430.                     ],
  10431.                 ],
  10432.                 'JobSchoolSubjectMapping' => [
  10433.                     'type' => 'object',
  10434.                     'class_name' => 'JobSchoolSubjectMappingType',
  10435.                     'inherits' => [
  10436.                     ],
  10437.                     'decorator' => false,
  10438.                     'config' => [
  10439.                         'description' => NULL,
  10440.                         'fields' => [
  10441.                             'id' => [
  10442.                                 'type' => 'ID!',
  10443.                                 'description' => NULL,
  10444.                             ],
  10445.                             'jobSchoolSubject' => [
  10446.                                 'type' => 'JobSchoolSubject!',
  10447.                                 'description' => NULL,
  10448.                             ],
  10449.                         ],
  10450.                         'interfaces' => [
  10451.                         ],
  10452.                         'name' => 'JobSchoolSubjectMapping',
  10453.                         'builders' => [
  10454.                         ],
  10455.                     ],
  10456.                 ],
  10457.                 'CommunicationType' => [
  10458.                     'type' => 'object',
  10459.                     'class_name' => 'CommunicationTypeType',
  10460.                     'inherits' => [
  10461.                     ],
  10462.                     'decorator' => false,
  10463.                     'config' => [
  10464.                         'description' => NULL,
  10465.                         'fields' => [
  10466.                             'name' => [
  10467.                                 'type' => 'String!',
  10468.                                 'description' => NULL,
  10469.                             ],
  10470.                             'shortName' => [
  10471.                                 'type' => 'String!',
  10472.                                 'description' => NULL,
  10473.                             ],
  10474.                             'visible' => [
  10475.                                 'type' => 'Boolean!',
  10476.                                 'description' => NULL,
  10477.                             ],
  10478.                         ],
  10479.                         'interfaces' => [
  10480.                         ],
  10481.                         'name' => 'CommunicationType',
  10482.                         'builders' => [
  10483.                         ],
  10484.                     ],
  10485.                 ],
  10486.                 'Media' => [
  10487.                     'type' => 'object',
  10488.                     'class_name' => 'MediaType',
  10489.                     'inherits' => [
  10490.                     ],
  10491.                     'decorator' => false,
  10492.                     'config' => [
  10493.                         'description' => NULL,
  10494.                         'fields' => [
  10495.                             'id' => [
  10496.                                 'type' => 'ID!',
  10497.                                 'description' => NULL,
  10498.                             ],
  10499.                             'name' => [
  10500.                                 'type' => 'String',
  10501.                                 'description' => NULL,
  10502.                             ],
  10503.                             'contentType' => [
  10504.                                 'type' => 'ContentType',
  10505.                                 'description' => NULL,
  10506.                             ],
  10507.                             'position' => [
  10508.                                 'type' => 'Int!',
  10509.                                 'description' => NULL,
  10510.                             ],
  10511.                             'visible' => [
  10512.                                 'type' => 'Boolean!',
  10513.                                 'description' => NULL,
  10514.                             ],
  10515.                             'image' => [
  10516.                                 'type' => 'Image',
  10517.                                 'description' => NULL,
  10518.                             ],
  10519.                             'video' => [
  10520.                                 'type' => 'Video',
  10521.                                 'description' => NULL,
  10522.                             ],
  10523.                             'document' => [
  10524.                                 'type' => 'Document',
  10525.                                 'description' => NULL,
  10526.                             ],
  10527.                         ],
  10528.                         'interfaces' => [
  10529.                         ],
  10530.                         'name' => 'Media',
  10531.                         'builders' => [
  10532.                         ],
  10533.                     ],
  10534.                 ],
  10535.                 'GameTrophyProgressEntry' => [
  10536.                     'type' => 'object',
  10537.                     'class_name' => 'GameTrophyProgressEntryType',
  10538.                     'inherits' => [
  10539.                     ],
  10540.                     'decorator' => false,
  10541.                     'config' => [
  10542.                         'description' => NULL,
  10543.                         'fields' => [
  10544.                             'id' => [
  10545.                                 'type' => 'ID!',
  10546.                                 'description' => NULL,
  10547.                             ],
  10548.                             'trophy' => [
  10549.                                 'type' => 'GameTrophy!',
  10550.                                 'description' => NULL,
  10551.                             ],
  10552.                             'percentValue' => [
  10553.                                 'type' => 'Int!',
  10554.                                 'description' => NULL,
  10555.                             ],
  10556.                             'createdAt' => [
  10557.                                 'type' => 'String',
  10558.                                 'description' => NULL,
  10559.                             ],
  10560.                             'finishedAt' => [
  10561.                                 'type' => 'String',
  10562.                                 'description' => NULL,
  10563.                             ],
  10564.                         ],
  10565.                         'interfaces' => [
  10566.                         ],
  10567.                         'name' => 'GameTrophyProgressEntry',
  10568.                         'builders' => [
  10569.                         ],
  10570.                     ],
  10571.                 ],
  10572.                 'JobRequirementStats' => [
  10573.                     'type' => 'object',
  10574.                     'class_name' => 'JobRequirementStatsType',
  10575.                     'inherits' => [
  10576.                     ],
  10577.                     'decorator' => false,
  10578.                     'config' => [
  10579.                         'description' => NULL,
  10580.                         'fields' => [
  10581.                             'id' => [
  10582.                                 'type' => 'ID!',
  10583.                                 'description' => NULL,
  10584.                             ],
  10585.                             'requirementName' => [
  10586.                                 'type' => 'String!',
  10587.                                 'description' => NULL,
  10588.                             ],
  10589.                             'value' => [
  10590.                                 'type' => 'Int!',
  10591.                                 'description' => NULL,
  10592.                             ],
  10593.                         ],
  10594.                         'interfaces' => [
  10595.                         ],
  10596.                         'name' => 'JobRequirementStats',
  10597.                         'builders' => [
  10598.                         ],
  10599.                     ],
  10600.                 ],
  10601.                 'CommunicationEntry' => [
  10602.                     'type' => 'object',
  10603.                     'class_name' => 'CommunicationEntryType',
  10604.                     'inherits' => [
  10605.                     ],
  10606.                     'decorator' => false,
  10607.                     'config' => [
  10608.                         'description' => NULL,
  10609.                         'fields' => [
  10610.                             'id' => [
  10611.                                 'type' => 'ID!',
  10612.                                 'description' => NULL,
  10613.                             ],
  10614.                             'entryValue' => [
  10615.                                 'type' => 'String!',
  10616.                                 'description' => NULL,
  10617.                             ],
  10618.                             'communicationType' => [
  10619.                                 'type' => 'CommunicationType!',
  10620.                                 'description' => NULL,
  10621.                             ],
  10622.                         ],
  10623.                         'interfaces' => [
  10624.                         ],
  10625.                         'name' => 'CommunicationEntry',
  10626.                         'builders' => [
  10627.                         ],
  10628.                     ],
  10629.                 ],
  10630.                 'AppointmentType' => [
  10631.                     'type' => 'enum',
  10632.                     'class_name' => 'AppointmentTypeType',
  10633.                     'inherits' => [
  10634.                     ],
  10635.                     'decorator' => false,
  10636.                     'config' => [
  10637.                         'description' => NULL,
  10638.                         'values' => [
  10639.                             'AGREEMENT' => [
  10640.                                 'description' => NULL,
  10641.                                 'value' => 'AGREEMENT',
  10642.                             ],
  10643.                             'FIXED' => [
  10644.                                 'description' => NULL,
  10645.                                 'value' => 'FIXED',
  10646.                             ],
  10647.                             'BOTHPOSSIBLE' => [
  10648.                                 'description' => NULL,
  10649.                                 'value' => 'BOTHPOSSIBLE',
  10650.                             ],
  10651.                             'INDIVIDUAL' => [
  10652.                                 'description' => NULL,
  10653.                                 'value' => 'INDIVIDUAL',
  10654.                             ],
  10655.                             'CUSTOM' => [
  10656.                                 'description' => NULL,
  10657.                                 'value' => 'CUSTOM',
  10658.                             ],
  10659.                         ],
  10660.                         'name' => 'AppointmentType',
  10661.                     ],
  10662.                 ],
  10663.                 'ProfileLinkType' => [
  10664.                     'type' => 'enum',
  10665.                     'class_name' => 'ProfileLinkTypeType',
  10666.                     'inherits' => [
  10667.                     ],
  10668.                     'decorator' => false,
  10669.                     'config' => [
  10670.                         'description' => NULL,
  10671.                         'values' => [
  10672.                             'HOMEPAGE' => [
  10673.                                 'description' => NULL,
  10674.                                 'value' => 'HOMEPAGE',
  10675.                             ],
  10676.                             'FACEBOOK' => [
  10677.                                 'description' => NULL,
  10678.                                 'value' => 'FACEBOOK',
  10679.                             ],
  10680.                             'YOUTUBE' => [
  10681.                                 'description' => NULL,
  10682.                                 'value' => 'YOUTUBE',
  10683.                             ],
  10684.                             'LINKEDIN' => [
  10685.                                 'description' => NULL,
  10686.                                 'value' => 'LINKEDIN',
  10687.                             ],
  10688.                             'XING' => [
  10689.                                 'description' => NULL,
  10690.                                 'value' => 'XING',
  10691.                             ],
  10692.                             'KARRIEREPORTAL' => [
  10693.                                 'description' => NULL,
  10694.                                 'value' => 'KARRIEREPORTAL',
  10695.                             ],
  10696.                             'INSTAGRAM' => [
  10697.                                 'description' => NULL,
  10698.                                 'value' => 'INSTAGRAM',
  10699.                             ],
  10700.                             'X' => [
  10701.                                 'description' => NULL,
  10702.                                 'value' => 'X',
  10703.                             ],
  10704.                             'TIKTOK' => [
  10705.                                 'description' => NULL,
  10706.                                 'value' => 'TIKTOK',
  10707.                             ],
  10708.                         ],
  10709.                         'name' => 'ProfileLinkType',
  10710.                     ],
  10711.                 ],
  10712.                 'JobWorkField' => [
  10713.                     'type' => 'object',
  10714.                     'class_name' => 'JobWorkFieldType',
  10715.                     'inherits' => [
  10716.                     ],
  10717.                     'decorator' => false,
  10718.                     'config' => [
  10719.                         'description' => NULL,
  10720.                         'fields' => [
  10721.                             'id' => [
  10722.                                 'type' => 'ID!',
  10723.                                 'description' => NULL,
  10724.                             ],
  10725.                             'name' => [
  10726.                                 'type' => 'String!',
  10727.                                 'description' => NULL,
  10728.                             ],
  10729.                             'bicID' => [
  10730.                                 'type' => 'Int',
  10731.                                 'description' => NULL,
  10732.                             ],
  10733.                             'description' => [
  10734.                                 'type' => 'String',
  10735.                                 'description' => NULL,
  10736.                             ],
  10737.                         ],
  10738.                         'interfaces' => [
  10739.                         ],
  10740.                         'name' => 'JobWorkField',
  10741.                         'builders' => [
  10742.                         ],
  10743.                     ],
  10744.                 ],
  10745.                 'Icon' => [
  10746.                     'type' => 'object',
  10747.                     'class_name' => 'IconType',
  10748.                     'inherits' => [
  10749.                     ],
  10750.                     'decorator' => false,
  10751.                     'config' => [
  10752.                         'description' => NULL,
  10753.                         'fields' => [
  10754.                             'iconValue' => [
  10755.                                 'type' => 'String!',
  10756.                                 'description' => NULL,
  10757.                             ],
  10758.                             'color' => [
  10759.                                 'type' => 'Color',
  10760.                                 'description' => NULL,
  10761.                             ],
  10762.                         ],
  10763.                         'interfaces' => [
  10764.                         ],
  10765.                         'name' => 'Icon',
  10766.                         'builders' => [
  10767.                         ],
  10768.                     ],
  10769.                 ],
  10770.                 'School' => [
  10771.                     'type' => 'object',
  10772.                     'class_name' => 'SchoolType',
  10773.                     'inherits' => [
  10774.                     ],
  10775.                     'decorator' => false,
  10776.                     'config' => [
  10777.                         'description' => NULL,
  10778.                         'fields' => [
  10779.                             'id' => [
  10780.                                 'type' => 'ID!',
  10781.                                 'description' => NULL,
  10782.                             ],
  10783.                             'name' => [
  10784.                                 'type' => 'String!',
  10785.                                 'description' => NULL,
  10786.                             ],
  10787.                             'url' => [
  10788.                                 'type' => 'String',
  10789.                                 'description' => NULL,
  10790.                             ],
  10791.                             'address' => [
  10792.                                 'type' => 'Address',
  10793.                                 'description' => NULL,
  10794.                             ],
  10795.                             'communication' => [
  10796.                                 'type' => 'Communication',
  10797.                                 'description' => NULL,
  10798.                             ],
  10799.                         ],
  10800.                         'interfaces' => [
  10801.                         ],
  10802.                         'name' => 'School',
  10803.                         'builders' => [
  10804.                         ],
  10805.                     ],
  10806.                 ],
  10807.                 'StoryCardHighlightPosition' => [
  10808.                     'type' => 'enum',
  10809.                     'class_name' => 'StoryCardHighlightPositionType',
  10810.                     'inherits' => [
  10811.                     ],
  10812.                     'decorator' => false,
  10813.                     'config' => [
  10814.                         'description' => NULL,
  10815.                         'values' => [
  10816.                             'AFTER' => [
  10817.                                 'description' => NULL,
  10818.                                 'value' => 'AFTER',
  10819.                             ],
  10820.                             'BEFORE' => [
  10821.                                 'description' => NULL,
  10822.                                 'value' => 'BEFORE',
  10823.                             ],
  10824.                         ],
  10825.                         'name' => 'StoryCardHighlightPosition',
  10826.                     ],
  10827.                 ],
  10828.                 'GameCategoryProgress' => [
  10829.                     'type' => 'object',
  10830.                     'class_name' => 'GameCategoryProgressType',
  10831.                     'inherits' => [
  10832.                     ],
  10833.                     'decorator' => false,
  10834.                     'config' => [
  10835.                         'description' => NULL,
  10836.                         'fields' => [
  10837.                             'id' => [
  10838.                                 'type' => 'ID!',
  10839.                                 'description' => NULL,
  10840.                             ],
  10841.                             'gameType' => [
  10842.                                 'type' => 'GameType!',
  10843.                                 'description' => NULL,
  10844.                             ],
  10845.                             'roundNumber' => [
  10846.                                 'type' => 'Int!',
  10847.                                 'description' => NULL,
  10848.                             ],
  10849.                             'highscore' => [
  10850.                                 'type' => 'Int!',
  10851.                                 'description' => NULL,
  10852.                             ],
  10853.                         ],
  10854.                         'interfaces' => [
  10855.                         ],
  10856.                         'name' => 'GameCategoryProgress',
  10857.                         'builders' => [
  10858.                         ],
  10859.                     ],
  10860.                 ],
  10861.                 'Image' => [
  10862.                     'type' => 'object',
  10863.                     'class_name' => 'ImageType',
  10864.                     'inherits' => [
  10865.                     ],
  10866.                     'decorator' => false,
  10867.                     'config' => [
  10868.                         'description' => NULL,
  10869.                         'fields' => [
  10870.                             'id' => [
  10871.                                 'type' => 'ID!',
  10872.                                 'description' => NULL,
  10873.                             ],
  10874.                             'info' => [
  10875.                                 'type' => 'ImageInfo',
  10876.                                 'description' => NULL,
  10877.                             ],
  10878.                             'medium' => [
  10879.                                 'type' => 'ImageData',
  10880.                                 'description' => NULL,
  10881.                             ],
  10882.                             'portrait' => [
  10883.                                 'type' => 'ImageData',
  10884.                                 'description' => NULL,
  10885.                             ],
  10886.                             'landscape' => [
  10887.                                 'type' => 'ImageData',
  10888.                                 'description' => NULL,
  10889.                             ],
  10890.                             'large' => [
  10891.                                 'type' => 'ImageData',
  10892.                                 'description' => NULL,
  10893.                             ],
  10894.                             'xlarge' => [
  10895.                                 'type' => 'ImageData',
  10896.                                 'description' => NULL,
  10897.                             ],
  10898.                             'huge' => [
  10899.                                 'type' => 'ImageData',
  10900.                                 'description' => NULL,
  10901.                             ],
  10902.                         ],
  10903.                         'interfaces' => [
  10904.                         ],
  10905.                         'name' => 'Image',
  10906.                         'builders' => [
  10907.                         ],
  10908.                     ],
  10909.                 ],
  10910.                 'Question' => [
  10911.                     'type' => 'object',
  10912.                     'class_name' => 'QuestionType',
  10913.                     'inherits' => [
  10914.                     ],
  10915.                     'decorator' => false,
  10916.                     'config' => [
  10917.                         'description' => NULL,
  10918.                         'fields' => [
  10919.                             'status' => [
  10920.                                 'type' => 'Status',
  10921.                                 'description' => NULL,
  10922.                             ],
  10923.                             'id' => [
  10924.                                 'type' => 'ID!',
  10925.                                 'description' => NULL,
  10926.                             ],
  10927.                             'text' => [
  10928.                                 'type' => 'String',
  10929.                                 'description' => NULL,
  10930.                             ],
  10931.                             'image' => [
  10932.                                 'type' => 'Image',
  10933.                                 'description' => NULL,
  10934.                             ],
  10935.                             'answers' => [
  10936.                                 'type' => '[QuestionAnswer!]',
  10937.                                 'description' => NULL,
  10938.                             ],
  10939.                         ],
  10940.                         'interfaces' => [
  10941.                         ],
  10942.                         'name' => 'Question',
  10943.                         'builders' => [
  10944.                         ],
  10945.                     ],
  10946.                 ],
  10947.                 'Communication' => [
  10948.                     'type' => 'object',
  10949.                     'class_name' => 'CommunicationType',
  10950.                     'inherits' => [
  10951.                     ],
  10952.                     'decorator' => false,
  10953.                     'config' => [
  10954.                         'description' => NULL,
  10955.                         'fields' => [
  10956.                             'id' => [
  10957.                                 'type' => 'ID!',
  10958.                                 'description' => NULL,
  10959.                             ],
  10960.                             'entries' => [
  10961.                                 'type' => '[CommunicationEntry!]',
  10962.                                 'description' => NULL,
  10963.                             ],
  10964.                         ],
  10965.                         'interfaces' => [
  10966.                         ],
  10967.                         'name' => 'Communication',
  10968.                         'builders' => [
  10969.                         ],
  10970.                     ],
  10971.                 ],
  10972.                 'EventState' => [
  10973.                     'type' => 'enum',
  10974.                     'class_name' => 'EventStateType',
  10975.                     'inherits' => [
  10976.                     ],
  10977.                     'decorator' => false,
  10978.                     'config' => [
  10979.                         'description' => NULL,
  10980.                         'values' => [
  10981.                             'ACTIVE' => [
  10982.                                 'description' => NULL,
  10983.                                 'value' => 'ACTIVE',
  10984.                             ],
  10985.                             'INACTIVE' => [
  10986.                                 'description' => NULL,
  10987.                                 'value' => 'INACTIVE',
  10988.                             ],
  10989.                             'DELETED' => [
  10990.                                 'description' => NULL,
  10991.                                 'value' => 'DELETED',
  10992.                             ],
  10993.                         ],
  10994.                         'name' => 'EventState',
  10995.                     ],
  10996.                 ],
  10997.                 'JobSimple' => [
  10998.                     'type' => 'object',
  10999.                     'class_name' => 'JobSimpleType',
  11000.                     'inherits' => [
  11001.                     ],
  11002.                     'decorator' => false,
  11003.                     'config' => [
  11004.                         'description' => NULL,
  11005.                         'fields' => [
  11006.                             'id' => [
  11007.                                 'type' => 'ID!',
  11008.                                 'description' => NULL,
  11009.                             ],
  11010.                             'name' => [
  11011.                                 'type' => 'String!',
  11012.                                 'description' => NULL,
  11013.                             ],
  11014.                             'bicID' => [
  11015.                                 'type' => 'Int',
  11016.                                 'description' => NULL,
  11017.                             ],
  11018.                             'interestFields' => [
  11019.                                 'type' => '[InterestField!]',
  11020.                                 'description' => NULL,
  11021.                             ],
  11022.                         ],
  11023.                         'interfaces' => [
  11024.                         ],
  11025.                         'name' => 'JobSimple',
  11026.                         'builders' => [
  11027.                         ],
  11028.                     ],
  11029.                 ],
  11030.                 'SearchTag' => [
  11031.                     'type' => 'object',
  11032.                     'class_name' => 'SearchTagType',
  11033.                     'inherits' => [
  11034.                     ],
  11035.                     'decorator' => false,
  11036.                     'config' => [
  11037.                         'description' => NULL,
  11038.                         'fields' => [
  11039.                             'id' => [
  11040.                                 'type' => 'ID!',
  11041.                                 'description' => NULL,
  11042.                             ],
  11043.                             'name' => [
  11044.                                 'type' => 'String!',
  11045.                                 'description' => NULL,
  11046.                             ],
  11047.                         ],
  11048.                         'interfaces' => [
  11049.                         ],
  11050.                         'name' => 'SearchTag',
  11051.                         'builders' => [
  11052.                         ],
  11053.                     ],
  11054.                 ],
  11055.                 'ViewCount' => [
  11056.                     'type' => 'object',
  11057.                     'class_name' => 'ViewCountType',
  11058.                     'inherits' => [
  11059.                     ],
  11060.                     'decorator' => false,
  11061.                     'config' => [
  11062.                         'description' => NULL,
  11063.                         'fields' => [
  11064.                             'jobs' => [
  11065.                                 'type' => 'Int',
  11066.                                 'description' => NULL,
  11067.                             ],
  11068.                             'profiles' => [
  11069.                                 'type' => 'Int',
  11070.                                 'description' => NULL,
  11071.                             ],
  11072.                         ],
  11073.                         'interfaces' => [
  11074.                         ],
  11075.                         'name' => 'ViewCount',
  11076.                         'builders' => [
  11077.                         ],
  11078.                     ],
  11079.                 ],
  11080.                 'InterestFieldStats' => [
  11081.                     'type' => 'object',
  11082.                     'class_name' => 'InterestFieldStatsType',
  11083.                     'inherits' => [
  11084.                     ],
  11085.                     'decorator' => false,
  11086.                     'config' => [
  11087.                         'description' => NULL,
  11088.                         'fields' => [
  11089.                             'id' => [
  11090.                                 'type' => 'ID!',
  11091.                                 'description' => NULL,
  11092.                             ],
  11093.                             'interestName' => [
  11094.                                 'type' => 'String!',
  11095.                                 'description' => NULL,
  11096.                             ],
  11097.                             'value' => [
  11098.                                 'type' => 'Int!',
  11099.                                 'description' => NULL,
  11100.                             ],
  11101.                         ],
  11102.                         'interfaces' => [
  11103.                         ],
  11104.                         'name' => 'InterestFieldStats',
  11105.                         'builders' => [
  11106.                         ],
  11107.                     ],
  11108.                 ],
  11109.                 'JobExpertTerm' => [
  11110.                     'type' => 'object',
  11111.                     'class_name' => 'JobExpertTermType',
  11112.                     'inherits' => [
  11113.                     ],
  11114.                     'decorator' => false,
  11115.                     'config' => [
  11116.                         'description' => NULL,
  11117.                         'fields' => [
  11118.                             'id' => [
  11119.                                 'type' => 'ID!',
  11120.                                 'description' => NULL,
  11121.                             ],
  11122.                             'bicID' => [
  11123.                                 'type' => 'Int',
  11124.                                 'description' => NULL,
  11125.                             ],
  11126.                             'termName' => [
  11127.                                 'type' => 'String!',
  11128.                                 'description' => NULL,
  11129.                             ],
  11130.                             'description' => [
  11131.                                 'type' => 'String',
  11132.                                 'description' => NULL,
  11133.                             ],
  11134.                         ],
  11135.                         'interfaces' => [
  11136.                         ],
  11137.                         'name' => 'JobExpertTerm',
  11138.                         'builders' => [
  11139.                         ],
  11140.                     ],
  11141.                 ],
  11142.                 'Championship' => [
  11143.                     'type' => 'object',
  11144.                     'class_name' => 'ChampionshipType',
  11145.                     'inherits' => [
  11146.                     ],
  11147.                     'decorator' => false,
  11148.                     'config' => [
  11149.                         'description' => NULL,
  11150.                         'fields' => [
  11151.                             'id' => [
  11152.                                 'type' => 'ID!',
  11153.                                 'description' => NULL,
  11154.                             ],
  11155.                             'competitionName' => [
  11156.                                 'type' => 'String!',
  11157.                                 'description' => NULL,
  11158.                             ],
  11159.                             'startAt' => [
  11160.                                 'type' => 'String',
  11161.                                 'description' => NULL,
  11162.                             ],
  11163.                             'endAt' => [
  11164.                                 'type' => 'String',
  11165.                                 'description' => NULL,
  11166.                             ],
  11167.                             'daysLeft' => [
  11168.                                 'type' => 'Int!',
  11169.                                 'description' => NULL,
  11170.                             ],
  11171.                         ],
  11172.                         'interfaces' => [
  11173.                         ],
  11174.                         'name' => 'Championship',
  11175.                         'builders' => [
  11176.                         ],
  11177.                     ],
  11178.                 ],
  11179.                 'AddressDistrict' => [
  11180.                     'type' => 'object',
  11181.                     'class_name' => 'AddressDistrictType',
  11182.                     'inherits' => [
  11183.                     ],
  11184.                     'decorator' => false,
  11185.                     'config' => [
  11186.                         'description' => NULL,
  11187.                         'fields' => [
  11188.                             'id' => [
  11189.                                 'type' => 'ID!',
  11190.                                 'description' => NULL,
  11191.                             ],
  11192.                             'name' => [
  11193.                                 'type' => 'String!',
  11194.                                 'description' => NULL,
  11195.                             ],
  11196.                             'bkz' => [
  11197.                                 'type' => 'String!',
  11198.                                 'description' => NULL,
  11199.                             ],
  11200.                         ],
  11201.                         'interfaces' => [
  11202.                         ],
  11203.                         'name' => 'AddressDistrict',
  11204.                         'builders' => [
  11205.                         ],
  11206.                     ],
  11207.                 ],
  11208.                 'Event' => [
  11209.                     'type' => 'object',
  11210.                     'class_name' => 'EventType',
  11211.                     'inherits' => [
  11212.                     ],
  11213.                     'decorator' => false,
  11214.                     'config' => [
  11215.                         'description' => NULL,
  11216.                         'fields' => [
  11217.                             'id' => [
  11218.                                 'type' => 'ID!',
  11219.                                 'description' => NULL,
  11220.                             ],
  11221.                             'name' => [
  11222.                                 'type' => 'String!',
  11223.                                 'description' => NULL,
  11224.                             ],
  11225.                             'description' => [
  11226.                                 'type' => 'String!',
  11227.                                 'description' => NULL,
  11228.                             ],
  11229.                             'descriptionLong' => [
  11230.                                 'type' => 'String!',
  11231.                                 'description' => NULL,
  11232.                             ],
  11233.                             'maxParticipants' => [
  11234.                                 'type' => 'Int',
  11235.                                 'description' => NULL,
  11236.                             ],
  11237.                             'duration' => [
  11238.                                 'type' => 'String',
  11239.                                 'description' => NULL,
  11240.                             ],
  11241.                             'requirements' => [
  11242.                                 'type' => 'String',
  11243.                                 'description' => NULL,
  11244.                             ],
  11245.                             'createdAt' => [
  11246.                                 'type' => 'String',
  11247.                                 'description' => NULL,
  11248.                             ],
  11249.                             'address' => [
  11250.                                 'type' => 'Address',
  11251.                                 'description' => NULL,
  11252.                             ],
  11253.                             'image' => [
  11254.                                 'type' => 'Image',
  11255.                                 'description' => NULL,
  11256.                             ],
  11257.                             'eventState' => [
  11258.                                 'type' => 'EventState',
  11259.                                 'description' => NULL,
  11260.                             ],
  11261.                             'eventTags' => [
  11262.                                 'type' => '[EventTag!]',
  11263.                                 'description' => NULL,
  11264.                             ],
  11265.                             'jobs' => [
  11266.                                 'type' => '[JobSimple!]',
  11267.                                 'description' => NULL,
  11268.                             ],
  11269.                             'media' => [
  11270.                                 'type' => '[Media!]',
  11271.                                 'description' => NULL,
  11272.                             ],
  11273.                             'appointments' => [
  11274.                                 'type' => '[Appointment!]',
  11275.                                 'description' => NULL,
  11276.                             ],
  11277.                             'mediaGallery' => [
  11278.                                 'type' => 'Gallery',
  11279.                                 'description' => NULL,
  11280.                             ],
  11281.                             'documents' => [
  11282.                                 'type' => 'Gallery',
  11283.                                 'description' => NULL,
  11284.                             ],
  11285.                             'documentsFollowUp' => [
  11286.                                 'type' => 'Gallery',
  11287.                                 'description' => NULL,
  11288.                             ],
  11289.                         ],
  11290.                         'interfaces' => [
  11291.                         ],
  11292.                         'name' => 'Event',
  11293.                         'builders' => [
  11294.                         ],
  11295.                     ],
  11296.                 ],
  11297.                 'AnswerWrong' => [
  11298.                     'type' => 'object',
  11299.                     'class_name' => 'AnswerWrongType',
  11300.                     'inherits' => [
  11301.                     ],
  11302.                     'decorator' => false,
  11303.                     'config' => [
  11304.                         'description' => NULL,
  11305.                         'fields' => [
  11306.                             'status' => [
  11307.                                 'type' => 'Status!',
  11308.                                 'description' => NULL,
  11309.                             ],
  11310.                             'answerIds' => [
  11311.                                 'type' => '[Int]',
  11312.                                 'description' => NULL,
  11313.                             ],
  11314.                         ],
  11315.                         'interfaces' => [
  11316.                         ],
  11317.                         'name' => 'AnswerWrong',
  11318.                         'builders' => [
  11319.                         ],
  11320.                     ],
  11321.                 ],
  11322.                 'ProfileResults' => [
  11323.                     'type' => 'object',
  11324.                     'class_name' => 'ProfileResultsType',
  11325.                     'inherits' => [
  11326.                     ],
  11327.                     'decorator' => false,
  11328.                     'config' => [
  11329.                         'description' => NULL,
  11330.                         'fields' => [
  11331.                             'numResults' => [
  11332.                                 'type' => 'Int!',
  11333.                                 'description' => NULL,
  11334.                             ],
  11335.                             'profiles' => [
  11336.                                 'type' => '[Profile!]',
  11337.                                 'description' => NULL,
  11338.                             ],
  11339.                         ],
  11340.                         'interfaces' => [
  11341.                         ],
  11342.                         'name' => 'ProfileResults',
  11343.                         'builders' => [
  11344.                         ],
  11345.                     ],
  11346.                 ],
  11347.                 'Story' => [
  11348.                     'type' => 'object',
  11349.                     'class_name' => 'StoryType',
  11350.                     'inherits' => [
  11351.                     ],
  11352.                     'decorator' => false,
  11353.                     'config' => [
  11354.                         'description' => NULL,
  11355.                         'fields' => [
  11356.                             'id' => [
  11357.                                 'type' => 'Int',
  11358.                                 'description' => NULL,
  11359.                             ],
  11360.                             'bicID' => [
  11361.                                 'type' => 'Int',
  11362.                                 'description' => NULL,
  11363.                             ],
  11364.                             'jobName' => [
  11365.                                 'type' => 'String',
  11366.                                 'description' => NULL,
  11367.                             ],
  11368.                             'title' => [
  11369.                                 'type' => 'String',
  11370.                                 'description' => NULL,
  11371.                             ],
  11372.                             'portrait' => [
  11373.                                 'type' => 'String',
  11374.                                 'description' => NULL,
  11375.                             ],
  11376.                             'user' => [
  11377.                                 'type' => 'StoryUser',
  11378.                                 'description' => NULL,
  11379.                             ],
  11380.                             'cards' => [
  11381.                                 'type' => '[StoryCard!]',
  11382.                                 'description' => NULL,
  11383.                             ],
  11384.                             'nextStories' => [
  11385.                                 'type' => 'NextStoryCard',
  11386.                                 'description' => NULL,
  11387.                             ],
  11388.                             'image' => [
  11389.                                 'type' => 'Image',
  11390.                                 'description' => NULL,
  11391.                             ],
  11392.                             'icon' => [
  11393.                                 'type' => 'Icon',
  11394.                                 'description' => NULL,
  11395.                             ],
  11396.                             'tags' => [
  11397.                                 'type' => '[Tag!]',
  11398.                                 'description' => NULL,
  11399.                             ],
  11400.                             'color' => [
  11401.                                 'type' => 'Color',
  11402.                                 'description' => NULL,
  11403.                             ],
  11404.                             'gradient' => [
  11405.                                 'type' => 'StoryGradient',
  11406.                                 'description' => NULL,
  11407.                             ],
  11408.                             'quizLink' => [
  11409.                                 'type' => 'String',
  11410.                                 'description' => NULL,
  11411.                             ],
  11412.                             'vrDirectLink' => [
  11413.                                 'type' => 'String',
  11414.                                 'description' => NULL,
  11415.                             ],
  11416.                             'schoolProfile' => [
  11417.                                 'type' => 'SchoolProfile',
  11418.                                 'description' => NULL,
  11419.                             ],
  11420.                             'visits' => [
  11421.                                 'type' => 'Int',
  11422.                                 'description' => NULL,
  11423.                             ],
  11424.                         ],
  11425.                         'interfaces' => [
  11426.                         ],
  11427.                         'name' => 'Story',
  11428.                         'builders' => [
  11429.                         ],
  11430.                     ],
  11431.                 ],
  11432.                 'JobSalaryType' => [
  11433.                     'type' => 'enum',
  11434.                     'class_name' => 'JobSalaryTypeType',
  11435.                     'inherits' => [
  11436.                     ],
  11437.                     'decorator' => false,
  11438.                     'config' => [
  11439.                         'description' => NULL,
  11440.                         'values' => [
  11441.                             'YROA1' => [
  11442.                                 'description' => NULL,
  11443.                                 'value' => 'YROA1',
  11444.                             ],
  11445.                             'YROA2' => [
  11446.                                 'description' => NULL,
  11447.                                 'value' => 'YROA2',
  11448.                             ],
  11449.                             'YROA3' => [
  11450.                                 'description' => NULL,
  11451.                                 'value' => 'YROA3',
  11452.                             ],
  11453.                             'YROA4' => [
  11454.                                 'description' => NULL,
  11455.                                 'value' => 'YROA4',
  11456.                             ],
  11457.                             'ENTRY' => [
  11458.                                 'description' => NULL,
  11459.                                 'value' => 'ENTRY',
  11460.                             ],
  11461.                         ],
  11462.                         'name' => 'JobSalaryType',
  11463.                     ],
  11464.                 ],
  11465.                 'MiscFile' => [
  11466.                     'type' => 'object',
  11467.                     'class_name' => 'MiscFileType',
  11468.                     'inherits' => [
  11469.                     ],
  11470.                     'decorator' => false,
  11471.                     'config' => [
  11472.                         'description' => NULL,
  11473.                         'fields' => [
  11474.                             'id' => [
  11475.                                 'type' => 'ID!',
  11476.                                 'description' => NULL,
  11477.                             ],
  11478.                             'name' => [
  11479.                                 'type' => 'String',
  11480.                                 'description' => NULL,
  11481.                             ],
  11482.                             'filename' => [
  11483.                                 'type' => 'String',
  11484.                                 'description' => NULL,
  11485.                             ],
  11486.                         ],
  11487.                         'interfaces' => [
  11488.                         ],
  11489.                         'name' => 'MiscFile',
  11490.                         'builders' => [
  11491.                         ],
  11492.                     ],
  11493.                 ],
  11494.                 'JobEducationalPath' => [
  11495.                     'type' => 'object',
  11496.                     'class_name' => 'JobEducationalPathType',
  11497.                     'inherits' => [
  11498.                     ],
  11499.                     'decorator' => false,
  11500.                     'config' => [
  11501.                         'description' => NULL,
  11502.                         'fields' => [
  11503.                             'id' => [
  11504.                                 'type' => 'ID!',
  11505.                                 'description' => NULL,
  11506.                             ],
  11507.                             'bicID' => [
  11508.                                 'type' => 'Int',
  11509.                                 'description' => NULL,
  11510.                             ],
  11511.                             'name' => [
  11512.                                 'type' => 'String!',
  11513.                                 'description' => NULL,
  11514.                             ],
  11515.                             'description' => [
  11516.                                 'type' => 'String',
  11517.                                 'description' => NULL,
  11518.                             ],
  11519.                         ],
  11520.                         'interfaces' => [
  11521.                         ],
  11522.                         'name' => 'JobEducationalPath',
  11523.                         'builders' => [
  11524.                         ],
  11525.                     ],
  11526.                 ],
  11527.                 'JobMarketApplyType' => [
  11528.                     'type' => 'enum',
  11529.                     'class_name' => 'JobMarketApplyTypeType',
  11530.                     'inherits' => [
  11531.                     ],
  11532.                     'decorator' => false,
  11533.                     'config' => [
  11534.                         'description' => NULL,
  11535.                         'values' => [
  11536.                             'ONLINE' => [
  11537.                                 'description' => NULL,
  11538.                                 'value' => 'ONLINE',
  11539.                             ],
  11540.                             'EMAIL' => [
  11541.                                 'description' => NULL,
  11542.                                 'value' => 'EMAIL',
  11543.                             ],
  11544.                             'PHONE' => [
  11545.                                 'description' => NULL,
  11546.                                 'value' => 'PHONE',
  11547.                             ],
  11548.                             'POSTAL' => [
  11549.                                 'description' => NULL,
  11550.                                 'value' => 'POSTAL',
  11551.                             ],
  11552.                         ],
  11553.                         'name' => 'JobMarketApplyType',
  11554.                     ],
  11555.                 ],
  11556.                 'QuestionOpen' => [
  11557.                     'type' => 'object',
  11558.                     'class_name' => 'QuestionOpenType',
  11559.                     'inherits' => [
  11560.                     ],
  11561.                     'decorator' => false,
  11562.                     'config' => [
  11563.                         'description' => NULL,
  11564.                         'fields' => [
  11565.                             'status' => [
  11566.                                 'type' => 'Status',
  11567.                                 'description' => NULL,
  11568.                             ],
  11569.                             'id' => [
  11570.                                 'type' => 'ID!',
  11571.                                 'description' => NULL,
  11572.                             ],
  11573.                             'text' => [
  11574.                                 'type' => 'String',
  11575.                                 'description' => NULL,
  11576.                             ],
  11577.                             'answers' => [
  11578.                                 'type' => '[QuestionAnswer!]',
  11579.                                 'description' => NULL,
  11580.                             ],
  11581.                             'correctAnswer' => [
  11582.                                 'type' => 'QuestionAnswer!',
  11583.                                 'description' => NULL,
  11584.                             ],
  11585.                         ],
  11586.                         'interfaces' => [
  11587.                         ],
  11588.                         'name' => 'QuestionOpen',
  11589.                         'builders' => [
  11590.                         ],
  11591.                     ],
  11592.                 ],
  11593.                 'SchoolSubject' => [
  11594.                     'type' => 'object',
  11595.                     'class_name' => 'SchoolSubjectType',
  11596.                     'inherits' => [
  11597.                     ],
  11598.                     'decorator' => false,
  11599.                     'config' => [
  11600.                         'description' => NULL,
  11601.                         'fields' => [
  11602.                             'id' => [
  11603.                                 'type' => 'ID!',
  11604.                                 'description' => NULL,
  11605.                             ],
  11606.                             'name' => [
  11607.                                 'type' => 'String!',
  11608.                                 'description' => NULL,
  11609.                             ],
  11610.                             'abbreviation' => [
  11611.                                 'type' => 'String!',
  11612.                                 'description' => NULL,
  11613.                             ],
  11614.                         ],
  11615.                         'interfaces' => [
  11616.                         ],
  11617.                         'name' => 'SchoolSubject',
  11618.                         'builders' => [
  11619.                         ],
  11620.                     ],
  11621.                 ],
  11622.                 'MilestoneStats' => [
  11623.                     'type' => 'object',
  11624.                     'class_name' => 'MilestoneStatsType',
  11625.                     'inherits' => [
  11626.                     ],
  11627.                     'decorator' => false,
  11628.                     'config' => [
  11629.                         'description' => NULL,
  11630.                         'fields' => [
  11631.                             'scoredCount' => [
  11632.                                 'type' => 'Int!',
  11633.                                 'description' => NULL,
  11634.                             ],
  11635.                             'totalCount' => [
  11636.                                 'type' => 'Int!',
  11637.                                 'description' => NULL,
  11638.                             ],
  11639.                         ],
  11640.                         'interfaces' => [
  11641.                         ],
  11642.                         'name' => 'MilestoneStats',
  11643.                         'builders' => [
  11644.                         ],
  11645.                     ],
  11646.                 ],
  11647.                 'TeachingIdeaType' => [
  11648.                     'type' => 'object',
  11649.                     'class_name' => 'TeachingIdeaTypeType',
  11650.                     'inherits' => [
  11651.                     ],
  11652.                     'decorator' => false,
  11653.                     'config' => [
  11654.                         'description' => NULL,
  11655.                         'fields' => [
  11656.                             'id' => [
  11657.                                 'type' => 'Int!',
  11658.                                 'description' => NULL,
  11659.                             ],
  11660.                             'typeName' => [
  11661.                                 'type' => 'String!',
  11662.                                 'description' => NULL,
  11663.                             ],
  11664.                         ],
  11665.                         'interfaces' => [
  11666.                         ],
  11667.                         'name' => 'TeachingIdeaType',
  11668.                         'builders' => [
  11669.                         ],
  11670.                     ],
  11671.                 ],
  11672.                 'BoPartnerProfile' => [
  11673.                     'type' => 'object',
  11674.                     'class_name' => 'BoPartnerProfileType',
  11675.                     'inherits' => [
  11676.                     ],
  11677.                     'decorator' => false,
  11678.                     'config' => [
  11679.                         'description' => NULL,
  11680.                         'fields' => [
  11681.                             'id' => [
  11682.                                 'type' => 'ID!',
  11683.                                 'description' => NULL,
  11684.                             ],
  11685.                             'uuid' => [
  11686.                                 'type' => 'String!',
  11687.                                 'description' => NULL,
  11688.                             ],
  11689.                             'name' => [
  11690.                                 'type' => 'String!',
  11691.                                 'description' => NULL,
  11692.                             ],
  11693.                             'description' => [
  11694.                                 'type' => 'String',
  11695.                                 'description' => NULL,
  11696.                             ],
  11697.                             'certificateInformation' => [
  11698.                                 'type' => 'String',
  11699.                                 'description' => NULL,
  11700.                             ],
  11701.                             'searchTags' => [
  11702.                                 'type' => '[SearchTag!]',
  11703.                                 'description' => NULL,
  11704.                             ],
  11705.                             'locations' => [
  11706.                                 'type' => '[BoPartnerLocation!]',
  11707.                                 'description' => NULL,
  11708.                             ],
  11709.                             'jobs' => [
  11710.                                 'type' => '[Job!]',
  11711.                                 'description' => NULL,
  11712.                             ],
  11713.                             'communication' => [
  11714.                                 'type' => '[Communication!]',
  11715.                                 'description' => NULL,
  11716.                             ],
  11717.                             'url' => [
  11718.                                 'type' => 'String',
  11719.                                 'description' => NULL,
  11720.                             ],
  11721.                             'contactGallery' => [
  11722.                                 'type' => 'ContactGallery',
  11723.                                 'description' => NULL,
  11724.                             ],
  11725.                             'mediaGallery' => [
  11726.                                 'type' => 'Gallery',
  11727.                                 'description' => NULL,
  11728.                             ],
  11729.                             'documents' => [
  11730.                                 'type' => 'Gallery',
  11731.                                 'description' => NULL,
  11732.                             ],
  11733.                             'boPartnerProfilePicture' => [
  11734.                                 'type' => 'Image',
  11735.                                 'description' => NULL,
  11736.                             ],
  11737.                             'headerPicture' => [
  11738.                                 'type' => 'Image',
  11739.                                 'description' => NULL,
  11740.                             ],
  11741.                             'profileLink' => [
  11742.                                 'type' => 'ProfileLink',
  11743.                                 'description' => NULL,
  11744.                             ],
  11745.                             'offers' => [
  11746.                                 'type' => '[Offer!]',
  11747.                                 'description' => NULL,
  11748.                             ],
  11749.                             'relatedBoPartners' => [
  11750.                                 'type' => '[BoPartnerProfile!]',
  11751.                                 'description' => NULL,
  11752.                             ],
  11753.                             'quizUrl' => [
  11754.                                 'type' => 'String',
  11755.                                 'description' => NULL,
  11756.                             ],
  11757.                             'visits' => [
  11758.                                 'type' => 'Int',
  11759.                                 'description' => NULL,
  11760.                             ],
  11761.                             'providerUrl' => [
  11762.                                 'type' => 'String',
  11763.                                 'description' => NULL,
  11764.                             ],
  11765.                             'logoStyle' => [
  11766.                                 'type' => 'LogoStyle!',
  11767.                                 'description' => NULL,
  11768.                             ],
  11769.                         ],
  11770.                         'interfaces' => [
  11771.                             => 'ProfileInterface',
  11772.                         ],
  11773.                         'name' => 'BoPartnerProfile',
  11774.                         'builders' => [
  11775.                         ],
  11776.                     ],
  11777.                 ],
  11778.                 'JobSector' => [
  11779.                     'type' => 'object',
  11780.                     'class_name' => 'JobSectorType',
  11781.                     'inherits' => [
  11782.                     ],
  11783.                     'decorator' => false,
  11784.                     'config' => [
  11785.                         'description' => NULL,
  11786.                         'fields' => [
  11787.                             'id' => [
  11788.                                 'type' => 'ID!',
  11789.                                 'description' => NULL,
  11790.                             ],
  11791.                             'name' => [
  11792.                                 'type' => 'String!',
  11793.                                 'description' => NULL,
  11794.                             ],
  11795.                             'bicID' => [
  11796.                                 'type' => 'Int',
  11797.                                 'description' => NULL,
  11798.                             ],
  11799.                             'description' => [
  11800.                                 'type' => 'String',
  11801.                                 'description' => NULL,
  11802.                             ],
  11803.                         ],
  11804.                         'interfaces' => [
  11805.                         ],
  11806.                         'name' => 'JobSector',
  11807.                         'builders' => [
  11808.                         ],
  11809.                     ],
  11810.                 ],
  11811.                 'FaqCategory' => [
  11812.                     'type' => 'object',
  11813.                     'class_name' => 'FaqCategoryType',
  11814.                     'inherits' => [
  11815.                     ],
  11816.                     'decorator' => false,
  11817.                     'config' => [
  11818.                         'description' => NULL,
  11819.                         'fields' => [
  11820.                             'categoryName' => [
  11821.                                 'type' => 'String!',
  11822.                                 'description' => NULL,
  11823.                             ],
  11824.                             'position' => [
  11825.                                 'type' => 'Int!',
  11826.                                 'description' => NULL,
  11827.                             ],
  11828.                             'subcategories' => [
  11829.                                 'type' => '[FaqSubCategory!]',
  11830.                                 'description' => NULL,
  11831.                             ],
  11832.                         ],
  11833.                         'interfaces' => [
  11834.                         ],
  11835.                         'name' => 'FaqCategory',
  11836.                         'builders' => [
  11837.                         ],
  11838.                     ],
  11839.                 ],
  11840.                 'Game' => [
  11841.                     'type' => 'object',
  11842.                     'class_name' => 'GameType',
  11843.                     'inherits' => [
  11844.                     ],
  11845.                     'decorator' => false,
  11846.                     'config' => [
  11847.                         'description' => NULL,
  11848.                         'fields' => [
  11849.                             'status' => [
  11850.                                 'type' => 'Status!',
  11851.                                 'description' => NULL,
  11852.                             ],
  11853.                             'id' => [
  11854.                                 'type' => 'ID!',
  11855.                                 'description' => NULL,
  11856.                             ],
  11857.                             'gameType' => [
  11858.                                 'type' => 'GameType',
  11859.                                 'description' => NULL,
  11860.                             ],
  11861.                             'clientID' => [
  11862.                                 'type' => 'String',
  11863.                                 'description' => NULL,
  11864.                             ],
  11865.                             'createdAt' => [
  11866.                                 'type' => 'String',
  11867.                                 'description' => NULL,
  11868.                             ],
  11869.                         ],
  11870.                         'interfaces' => [
  11871.                         ],
  11872.                         'name' => 'Game',
  11873.                         'builders' => [
  11874.                         ],
  11875.                     ],
  11876.                 ],
  11877.                 'SchoolProfile' => [
  11878.                     'type' => 'object',
  11879.                     'class_name' => 'SchoolProfileType',
  11880.                     'inherits' => [
  11881.                     ],
  11882.                     'decorator' => false,
  11883.                     'config' => [
  11884.                         'description' => NULL,
  11885.                         'fields' => [
  11886.                             'id' => [
  11887.                                 'type' => 'ID!',
  11888.                                 'description' => NULL,
  11889.                             ],
  11890.                             'uuid' => [
  11891.                                 'type' => 'String!',
  11892.                                 'description' => NULL,
  11893.                             ],
  11894.                             'name' => [
  11895.                                 'type' => 'String!',
  11896.                                 'description' => NULL,
  11897.                             ],
  11898.                             'description' => [
  11899.                                 'type' => 'String',
  11900.                                 'description' => NULL,
  11901.                             ],
  11902.                             'searchTags' => [
  11903.                                 'type' => '[SearchTag!]',
  11904.                                 'description' => NULL,
  11905.                             ],
  11906.                             'locations' => [
  11907.                                 'type' => '[SchoolLocation!]',
  11908.                                 'description' => NULL,
  11909.                             ],
  11910.                             'jobs' => [
  11911.                                 'type' => '[Job!]',
  11912.                                 'description' => NULL,
  11913.                             ],
  11914.                             'communication' => [
  11915.                                 'type' => '[Communication!]',
  11916.                                 'description' => NULL,
  11917.                             ],
  11918.                             'url' => [
  11919.                                 'type' => 'String',
  11920.                                 'description' => NULL,
  11921.                             ],
  11922.                             'contactGallery' => [
  11923.                                 'type' => 'ContactGallery',
  11924.                                 'description' => NULL,
  11925.                             ],
  11926.                             'mediaGallery' => [
  11927.                                 'type' => 'Gallery',
  11928.                                 'description' => NULL,
  11929.                             ],
  11930.                             'documents' => [
  11931.                                 'type' => 'Gallery',
  11932.                                 'description' => NULL,
  11933.                             ],
  11934.                             'trainingInformation' => [
  11935.                                 'type' => 'String',
  11936.                                 'description' => NULL,
  11937.                             ],
  11938.                             'certificateInformation' => [
  11939.                                 'type' => 'String',
  11940.                                 'description' => NULL,
  11941.                             ],
  11942.                             'schoolProfilePicture' => [
  11943.                                 'type' => 'Image',
  11944.                                 'description' => NULL,
  11945.                             ],
  11946.                             'headerPicture' => [
  11947.                                 'type' => 'Image',
  11948.                                 'description' => NULL,
  11949.                             ],
  11950.                             'profileLink' => [
  11951.                                 'type' => 'ProfileLink',
  11952.                                 'description' => NULL,
  11953.                             ],
  11954.                             'offers' => [
  11955.                                 'type' => '[Offer!]',
  11956.                                 'description' => NULL,
  11957.                             ],
  11958.                             'relatedSchools' => [
  11959.                                 'type' => '[SchoolProfile!]',
  11960.                                 'description' => NULL,
  11961.                             ],
  11962.                             'stories' => [
  11963.                                 'type' => '[Story!]',
  11964.                                 'description' => NULL,
  11965.                             ],
  11966.                             'videoUrl' => [
  11967.                                 'type' => 'String',
  11968.                                 'description' => NULL,
  11969.                             ],
  11970.                             'quizUrl' => [
  11971.                                 'type' => 'String',
  11972.                                 'description' => NULL,
  11973.                             ],
  11974.                             'visits' => [
  11975.                                 'type' => 'Int',
  11976.                                 'description' => NULL,
  11977.                             ],
  11978.                             'providerUrl' => [
  11979.                                 'type' => 'String',
  11980.                                 'description' => NULL,
  11981.                             ],
  11982.                             'logoStyle' => [
  11983.                                 'type' => 'LogoStyle!',
  11984.                                 'description' => NULL,
  11985.                             ],
  11986.                         ],
  11987.                         'interfaces' => [
  11988.                             => 'ProfileInterface',
  11989.                         ],
  11990.                         'name' => 'SchoolProfile',
  11991.                         'builders' => [
  11992.                         ],
  11993.                     ],
  11994.                 ],
  11995.                 'InTeachingIdea' => [
  11996.                     'type' => 'input-object',
  11997.                     'class_name' => 'InTeachingIdeaType',
  11998.                     'inherits' => [
  11999.                     ],
  12000.                     'decorator' => false,
  12001.                     'config' => [
  12002.                         'description' => NULL,
  12003.                         'fields' => [
  12004.                             'teachingIdeaType' => [
  12005.                                 'type' => 'Int!',
  12006.                                 'description' => NULL,
  12007.                             ],
  12008.                             'implementedAt' => [
  12009.                                 'type' => 'String!',
  12010.                                 'description' => NULL,
  12011.                             ],
  12012.                             'difficulties' => [
  12013.                                 'type' => 'String!',
  12014.                                 'description' => NULL,
  12015.                             ],
  12016.                             'worksWell' => [
  12017.                                 'type' => 'String!',
  12018.                                 'description' => NULL,
  12019.                             ],
  12020.                             'note' => [
  12021.                                 'type' => 'String!',
  12022.                                 'description' => NULL,
  12023.                             ],
  12024.                             'rating' => [
  12025.                                 'type' => 'Int!',
  12026.                                 'description' => NULL,
  12027.                             ],
  12028.                         ],
  12029.                         'name' => 'InTeachingIdea',
  12030.                     ],
  12031.                 ],
  12032.                 'InTeacherUser' => [
  12033.                     'type' => 'input-object',
  12034.                     'class_name' => 'InTeacherUserType',
  12035.                     'inherits' => [
  12036.                     ],
  12037.                     'decorator' => false,
  12038.                     'config' => [
  12039.                         'description' => NULL,
  12040.                         'fields' => [
  12041.                             'picture' => [
  12042.                                 'type' => 'UploadFile',
  12043.                                 'description' => NULL,
  12044.                             ],
  12045.                             'title' => [
  12046.                                 'type' => '[Int!]',
  12047.                                 'description' => NULL,
  12048.                             ],
  12049.                             'firstname' => [
  12050.                                 'type' => 'String!',
  12051.                                 'description' => NULL,
  12052.                             ],
  12053.                             'lastname' => [
  12054.                                 'type' => 'String!',
  12055.                                 'description' => NULL,
  12056.                             ],
  12057.                             'email' => [
  12058.                                 'type' => 'String!',
  12059.                                 'description' => NULL,
  12060.                             ],
  12061.                             'currentPassword' => [
  12062.                                 'type' => 'String',
  12063.                                 'description' => NULL,
  12064.                             ],
  12065.                             'newPassword' => [
  12066.                                 'type' => 'String',
  12067.                                 'description' => NULL,
  12068.                             ],
  12069.                         ],
  12070.                         'name' => 'InTeacherUser',
  12071.                     ],
  12072.                 ],
  12073.                 'InJobMarket' => [
  12074.                     'type' => 'input-object',
  12075.                     'class_name' => 'InJobMarketType',
  12076.                     'inherits' => [
  12077.                     ],
  12078.                     'decorator' => false,
  12079.                     'config' => [
  12080.                         'description' => NULL,
  12081.                         'fields' => [
  12082.                             'submitType' => [
  12083.                                 'type' => 'JobMarketSubmitType!',
  12084.                                 'description' => NULL,
  12085.                             ],
  12086.                             'openDate' => [
  12087.                                 'type' => 'String!',
  12088.                                 'description' => NULL,
  12089.                             ],
  12090.                             'closeDate' => [
  12091.                                 'type' => 'String!',
  12092.                                 'description' => NULL,
  12093.                             ],
  12094.                             'name' => [
  12095.                                 'type' => 'String!',
  12096.                                 'description' => NULL,
  12097.                             ],
  12098.                             'positionType' => [
  12099.                                 'type' => 'JobMarketPositionType!',
  12100.                                 'description' => NULL,
  12101.                             ],
  12102.                             'applyType' => [
  12103.                                 'type' => 'JobMarketApplyType!',
  12104.                                 'description' => NULL,
  12105.                             ],
  12106.                             'applyUntil' => [
  12107.                                 'type' => 'String',
  12108.                                 'description' => NULL,
  12109.                             ],
  12110.                             'description' => [
  12111.                                 'type' => 'String!',
  12112.                                 'description' => NULL,
  12113.                             ],
  12114.                             'requirements' => [
  12115.                                 'type' => 'String!',
  12116.                                 'description' => NULL,
  12117.                             ],
  12118.                             'salary' => [
  12119.                                 'type' => 'String',
  12120.                                 'description' => NULL,
  12121.                             ],
  12122.                             'numberOfPositions' => [
  12123.                                 'type' => 'Int!',
  12124.                                 'description' => NULL,
  12125.                             ],
  12126.                             'startDate' => [
  12127.                                 'type' => 'String',
  12128.                                 'description' => NULL,
  12129.                             ],
  12130.                             'additionalInfo' => [
  12131.                                 'type' => 'String',
  12132.                                 'description' => NULL,
  12133.                             ],
  12134.                             'contactID' => [
  12135.                                 'type' => 'Int!',
  12136.                                 'description' => NULL,
  12137.                             ],
  12138.                             'addressID' => [
  12139.                                 'type' => 'Int!',
  12140.                                 'description' => NULL,
  12141.                             ],
  12142.                             'jobIDs' => [
  12143.                                 'type' => '[Int!]',
  12144.                                 'description' => NULL,
  12145.                             ],
  12146.                             'pdf' => [
  12147.                                 'type' => 'UploadFile',
  12148.                                 'description' => NULL,
  12149.                             ],
  12150.                         ],
  12151.                         'name' => 'InJobMarket',
  12152.                     ],
  12153.                 ],
  12154.                 'InRegisterPerson' => [
  12155.                     'type' => 'input-object',
  12156.                     'class_name' => 'InRegisterPersonType',
  12157.                     'inherits' => [
  12158.                     ],
  12159.                     'decorator' => false,
  12160.                     'config' => [
  12161.                         'description' => NULL,
  12162.                         'fields' => [
  12163.                             'gender' => [
  12164.                                 'type' => 'Int!',
  12165.                                 'description' => NULL,
  12166.                             ],
  12167.                             'firstname' => [
  12168.                                 'type' => 'String!',
  12169.                                 'description' => NULL,
  12170.                             ],
  12171.                             'lastname' => [
  12172.                                 'type' => 'String!',
  12173.                                 'description' => NULL,
  12174.                             ],
  12175.                         ],
  12176.                         'name' => 'InRegisterPerson',
  12177.                     ],
  12178.                 ],
  12179.                 'InLink' => [
  12180.                     'type' => 'input-object',
  12181.                     'class_name' => 'InLinkType',
  12182.                     'inherits' => [
  12183.                     ],
  12184.                     'decorator' => false,
  12185.                     'config' => [
  12186.                         'description' => NULL,
  12187.                         'fields' => [
  12188.                             'linkType' => [
  12189.                                 'type' => 'ProfileLinkType!',
  12190.                                 'description' => NULL,
  12191.                             ],
  12192.                             'url' => [
  12193.                                 'type' => 'String!',
  12194.                                 'description' => NULL,
  12195.                             ],
  12196.                         ],
  12197.                         'name' => 'InLink',
  12198.                     ],
  12199.                 ],
  12200.                 'InRegisterLogin' => [
  12201.                     'type' => 'input-object',
  12202.                     'class_name' => 'InRegisterLoginType',
  12203.                     'inherits' => [
  12204.                     ],
  12205.                     'decorator' => false,
  12206.                     'config' => [
  12207.                         'description' => NULL,
  12208.                         'fields' => [
  12209.                             'email' => [
  12210.                                 'type' => 'String!',
  12211.                                 'description' => NULL,
  12212.                             ],
  12213.                             'password' => [
  12214.                                 'type' => 'String!',
  12215.                                 'description' => NULL,
  12216.                             ],
  12217.                         ],
  12218.                         'name' => 'InRegisterLogin',
  12219.                     ],
  12220.                 ],
  12221.                 'InSchoolClass' => [
  12222.                     'type' => 'input-object',
  12223.                     'class_name' => 'InSchoolClassType',
  12224.                     'inherits' => [
  12225.                     ],
  12226.                     'decorator' => false,
  12227.                     'config' => [
  12228.                         'description' => NULL,
  12229.                         'fields' => [
  12230.                             'schoolClassGradeID' => [
  12231.                                 'type' => 'Int!',
  12232.                                 'description' => NULL,
  12233.                             ],
  12234.                             'schoolClassYear' => [
  12235.                                 'type' => 'Int!',
  12236.                                 'description' => NULL,
  12237.                             ],
  12238.                             'classNumber' => [
  12239.                                 'type' => 'String!',
  12240.                                 'description' => NULL,
  12241.                             ],
  12242.                             'classAddition' => [
  12243.                                 'type' => 'String!',
  12244.                                 'description' => NULL,
  12245.                             ],
  12246.                             'numScholars' => [
  12247.                                 'type' => 'Int!',
  12248.                                 'description' => NULL,
  12249.                             ],
  12250.                             'teacherIDs' => [
  12251.                                 'type' => '[Int!]',
  12252.                                 'description' => NULL,
  12253.                             ],
  12254.                         ],
  12255.                         'name' => 'InSchoolClass',
  12256.                     ],
  12257.                 ],
  12258.                 'InRegisterOrganisation' => [
  12259.                     'type' => 'input-object',
  12260.                     'class_name' => 'InRegisterOrganisationType',
  12261.                     'inherits' => [
  12262.                     ],
  12263.                     'decorator' => false,
  12264.                     'config' => [
  12265.                         'description' => NULL,
  12266.                         'fields' => [
  12267.                             'name' => [
  12268.                                 'type' => 'String!',
  12269.                                 'description' => NULL,
  12270.                             ],
  12271.                             'wkoNr' => [
  12272.                                 'type' => 'String',
  12273.                                 'description' => NULL,
  12274.                             ],
  12275.                             'street' => [
  12276.                                 'type' => 'String!',
  12277.                                 'description' => NULL,
  12278.                             ],
  12279.                             'zip' => [
  12280.                                 'type' => 'String!',
  12281.                                 'description' => NULL,
  12282.                             ],
  12283.                             'place' => [
  12284.                                 'type' => 'String!',
  12285.                                 'description' => NULL,
  12286.                             ],
  12287.                         ],
  12288.                         'name' => 'InRegisterOrganisation',
  12289.                     ],
  12290.                 ],
  12291.                 'InQuizQuestion' => [
  12292.                     'type' => 'input-object',
  12293.                     'class_name' => 'InQuizQuestionType',
  12294.                     'inherits' => [
  12295.                     ],
  12296.                     'decorator' => false,
  12297.                     'config' => [
  12298.                         'description' => NULL,
  12299.                         'fields' => [
  12300.                             'questionId' => [
  12301.                                 'type' => 'Int!',
  12302.                                 'description' => NULL,
  12303.                             ],
  12304.                             'questionNumber' => [
  12305.                                 'type' => 'Int!',
  12306.                                 'description' => NULL,
  12307.                             ],
  12308.                             'question' => [
  12309.                                 'type' => 'String!',
  12310.                                 'description' => NULL,
  12311.                             ],
  12312.                             'answerCorrect' => [
  12313.                                 'type' => 'String!',
  12314.                                 'description' => NULL,
  12315.                             ],
  12316.                             'answerWrongOne' => [
  12317.                                 'type' => 'String!',
  12318.                                 'description' => NULL,
  12319.                             ],
  12320.                             'answerWrongTwo' => [
  12321.                                 'type' => 'String!',
  12322.                                 'description' => NULL,
  12323.                             ],
  12324.                             'answerWrongThree' => [
  12325.                                 'type' => 'String!',
  12326.                                 'description' => NULL,
  12327.                             ],
  12328.                         ],
  12329.                         'name' => 'InQuizQuestion',
  12330.                     ],
  12331.                 ],
  12332.                 'InLocation' => [
  12333.                     'type' => 'input-object',
  12334.                     'class_name' => 'InLocationType',
  12335.                     'inherits' => [
  12336.                     ],
  12337.                     'decorator' => false,
  12338.                     'config' => [
  12339.                         'description' => NULL,
  12340.                         'fields' => [
  12341.                             'locationname' => [
  12342.                                 'type' => 'String!',
  12343.                                 'description' => NULL,
  12344.                             ],
  12345.                             'street' => [
  12346.                                 'type' => 'String!',
  12347.                                 'description' => NULL,
  12348.                             ],
  12349.                             'zip' => [
  12350.                                 'type' => 'String!',
  12351.                                 'description' => NULL,
  12352.                             ],
  12353.                             'city' => [
  12354.                                 'type' => 'String!',
  12355.                                 'description' => NULL,
  12356.                             ],
  12357.                             'lat' => [
  12358.                                 'type' => 'String',
  12359.                                 'description' => NULL,
  12360.                             ],
  12361.                             'lon' => [
  12362.                                 'type' => 'String',
  12363.                                 'description' => NULL,
  12364.                             ],
  12365.                         ],
  12366.                         'name' => 'InLocation',
  12367.                     ],
  12368.                 ],
  12369.                 'InContactPerson' => [
  12370.                     'type' => 'input-object',
  12371.                     'class_name' => 'InContactPersonType',
  12372.                     'inherits' => [
  12373.                     ],
  12374.                     'decorator' => false,
  12375.                     'config' => [
  12376.                         'description' => NULL,
  12377.                         'fields' => [
  12378.                             'imageID' => [
  12379.                                 'type' => 'Int',
  12380.                                 'description' => NULL,
  12381.                             ],
  12382.                             'title' => [
  12383.                                 'type' => '[Int!]',
  12384.                                 'description' => NULL,
  12385.                             ],
  12386.                             'firstname' => [
  12387.                                 'type' => 'String!',
  12388.                                 'description' => NULL,
  12389.                             ],
  12390.                             'lastname' => [
  12391.                                 'type' => 'String!',
  12392.                                 'description' => NULL,
  12393.                             ],
  12394.                             'position' => [
  12395.                                 'type' => 'String',
  12396.                                 'description' => NULL,
  12397.                             ],
  12398.                             'phone' => [
  12399.                                 'type' => 'String!',
  12400.                                 'description' => NULL,
  12401.                             ],
  12402.                             'email' => [
  12403.                                 'type' => 'String!',
  12404.                                 'description' => NULL,
  12405.                             ],
  12406.                         ],
  12407.                         'name' => 'InContactPerson',
  12408.                     ],
  12409.                 ],
  12410.                 'ProviderQuizQuestion' => [
  12411.                     'type' => 'object',
  12412.                     'class_name' => 'ProviderQuizQuestionType',
  12413.                     'inherits' => [
  12414.                     ],
  12415.                     'decorator' => false,
  12416.                     'config' => [
  12417.                         'description' => NULL,
  12418.                         'fields' => [
  12419.                             'id' => [
  12420.                                 'type' => 'Int!',
  12421.                                 'description' => NULL,
  12422.                             ],
  12423.                             'questionNumber' => [
  12424.                                 'type' => 'Int!',
  12425.                                 'description' => NULL,
  12426.                             ],
  12427.                             'question' => [
  12428.                                 'type' => 'String!',
  12429.                                 'description' => NULL,
  12430.                             ],
  12431.                             'correctAnswer' => [
  12432.                                 'type' => 'String!',
  12433.                                 'description' => NULL,
  12434.                             ],
  12435.                             'wrongAnswer1' => [
  12436.                                 'type' => 'String!',
  12437.                                 'description' => NULL,
  12438.                             ],
  12439.                             'wrongAnswer2' => [
  12440.                                 'type' => 'String!',
  12441.                                 'description' => NULL,
  12442.                             ],
  12443.                             'wrongAnswer3' => [
  12444.                                 'type' => 'String!',
  12445.                                 'description' => NULL,
  12446.                             ],
  12447.                         ],
  12448.                         'interfaces' => [
  12449.                         ],
  12450.                         'name' => 'ProviderQuizQuestion',
  12451.                         'builders' => [
  12452.                         ],
  12453.                     ],
  12454.                 ],
  12455.                 'InformationLinkType' => [
  12456.                     'type' => 'object',
  12457.                     'class_name' => 'InformationLinkTypeType',
  12458.                     'inherits' => [
  12459.                     ],
  12460.                     'decorator' => false,
  12461.                     'config' => [
  12462.                         'description' => NULL,
  12463.                         'fields' => [
  12464.                             'id' => [
  12465.                                 'type' => 'ID!',
  12466.                                 'description' => NULL,
  12467.                             ],
  12468.                             'typeName' => [
  12469.                                 'type' => 'String!',
  12470.                                 'description' => NULL,
  12471.                             ],
  12472.                         ],
  12473.                         'interfaces' => [
  12474.                         ],
  12475.                         'name' => 'InformationLinkType',
  12476.                         'builders' => [
  12477.                         ],
  12478.                     ],
  12479.                 ],
  12480.                 'JobSchool' => [
  12481.                     'type' => 'object',
  12482.                     'class_name' => 'JobSchoolType',
  12483.                     'inherits' => [
  12484.                     ],
  12485.                     'decorator' => false,
  12486.                     'config' => [
  12487.                         'description' => NULL,
  12488.                         'fields' => [
  12489.                             'id' => [
  12490.                                 'type' => 'ID!',
  12491.                                 'description' => NULL,
  12492.                             ],
  12493.                             'school' => [
  12494.                                 'type' => 'School!',
  12495.                                 'description' => NULL,
  12496.                             ],
  12497.                         ],
  12498.                         'interfaces' => [
  12499.                         ],
  12500.                         'name' => 'JobSchool',
  12501.                         'builders' => [
  12502.                         ],
  12503.                     ],
  12504.                 ],
  12505.                 'SchoolClassGrade' => [
  12506.                     'type' => 'object',
  12507.                     'class_name' => 'SchoolClassGradeType',
  12508.                     'inherits' => [
  12509.                     ],
  12510.                     'decorator' => false,
  12511.                     'config' => [
  12512.                         'description' => NULL,
  12513.                         'fields' => [
  12514.                             'id' => [
  12515.                                 'type' => 'ID!',
  12516.                                 'description' => NULL,
  12517.                             ],
  12518.                             'name' => [
  12519.                                 'type' => 'String!',
  12520.                                 'description' => NULL,
  12521.                             ],
  12522.                         ],
  12523.                         'interfaces' => [
  12524.                         ],
  12525.                         'name' => 'SchoolClassGrade',
  12526.                         'builders' => [
  12527.                         ],
  12528.                     ],
  12529.                 ],
  12530.                 'GalleryType' => [
  12531.                     'type' => 'enum',
  12532.                     'class_name' => 'GalleryTypeType',
  12533.                     'inherits' => [
  12534.                     ],
  12535.                     'decorator' => false,
  12536.                     'config' => [
  12537.                         'description' => NULL,
  12538.                         'values' => [
  12539.                             'IMAGE' => [
  12540.                                 'description' => NULL,
  12541.                                 'value' => 'IMAGE',
  12542.                             ],
  12543.                             'DOCUMENT' => [
  12544.                                 'description' => NULL,
  12545.                                 'value' => 'DOCUMENT',
  12546.                             ],
  12547.                             'VIDEO' => [
  12548.                                 'description' => NULL,
  12549.                                 'value' => 'VIDEO',
  12550.                             ],
  12551.                         ],
  12552.                         'name' => 'GalleryType',
  12553.                     ],
  12554.                 ],
  12555.                 'JobRedirect' => [
  12556.                     'type' => 'object',
  12557.                     'class_name' => 'JobRedirectType',
  12558.                     'inherits' => [
  12559.                     ],
  12560.                     'decorator' => false,
  12561.                     'config' => [
  12562.                         'description' => NULL,
  12563.                         'fields' => [
  12564.                             'bicID' => [
  12565.                                 'type' => 'Int!',
  12566.                                 'description' => NULL,
  12567.                             ],
  12568.                             'jobName' => [
  12569.                                 'type' => 'String!',
  12570.                                 'description' => NULL,
  12571.                             ],
  12572.                             'redirectType' => [
  12573.                                 'type' => 'JobRedirectType!',
  12574.                                 'description' => NULL,
  12575.                             ],
  12576.                         ],
  12577.                         'interfaces' => [
  12578.                         ],
  12579.                         'name' => 'JobRedirect',
  12580.                         'builders' => [
  12581.                         ],
  12582.                     ],
  12583.                 ],
  12584.                 'ExternalLink' => [
  12585.                     'type' => 'object',
  12586.                     'class_name' => 'ExternalLinkType',
  12587.                     'inherits' => [
  12588.                     ],
  12589.                     'decorator' => false,
  12590.                     'config' => [
  12591.                         'description' => NULL,
  12592.                         'fields' => [
  12593.                             'heading' => [
  12594.                                 'type' => 'String!',
  12595.                                 'description' => NULL,
  12596.                             ],
  12597.                             'subHeading' => [
  12598.                                 'type' => 'String',
  12599.                                 'description' => NULL,
  12600.                             ],
  12601.                             'typeName' => [
  12602.                                 'type' => 'String!',
  12603.                                 'description' => NULL,
  12604.                             ],
  12605.                             'position' => [
  12606.                                 'type' => 'Int',
  12607.                                 'description' => NULL,
  12608.                             ],
  12609.                             'image' => [
  12610.                                 'type' => 'Image',
  12611.                                 'description' => NULL,
  12612.                             ],
  12613.                             'link' => [
  12614.                                 'type' => 'String!',
  12615.                                 'description' => NULL,
  12616.                             ],
  12617.                             'linkTargetType' => [
  12618.                                 'type' => 'LinkTargetType!',
  12619.                                 'description' => NULL,
  12620.                             ],
  12621.                         ],
  12622.                         'interfaces' => [
  12623.                         ],
  12624.                         'name' => 'ExternalLink',
  12625.                         'builders' => [
  12626.                         ],
  12627.                     ],
  12628.                 ],
  12629.                 'ContactGalleryEntry' => [
  12630.                     'type' => 'object',
  12631.                     'class_name' => 'ContactGalleryEntryType',
  12632.                     'inherits' => [
  12633.                     ],
  12634.                     'decorator' => false,
  12635.                     'config' => [
  12636.                         'description' => NULL,
  12637.                         'fields' => [
  12638.                             'id' => [
  12639.                                 'type' => 'ID!',
  12640.                                 'description' => NULL,
  12641.                             ],
  12642.                             'contact' => [
  12643.                                 'type' => 'Contact!',
  12644.                                 'description' => NULL,
  12645.                             ],
  12646.                         ],
  12647.                         'interfaces' => [
  12648.                         ],
  12649.                         'name' => 'ContactGalleryEntry',
  12650.                         'builders' => [
  12651.                         ],
  12652.                     ],
  12653.                 ],
  12654.                 'ContactGallery' => [
  12655.                     'type' => 'object',
  12656.                     'class_name' => 'ContactGalleryType',
  12657.                     'inherits' => [
  12658.                     ],
  12659.                     'decorator' => false,
  12660.                     'config' => [
  12661.                         'description' => NULL,
  12662.                         'fields' => [
  12663.                             'status' => [
  12664.                                 'type' => 'Status!',
  12665.                                 'description' => NULL,
  12666.                             ],
  12667.                             'id' => [
  12668.                                 'type' => 'ID!',
  12669.                                 'description' => NULL,
  12670.                             ],
  12671.                             'galleryEntries' => [
  12672.                                 'type' => '[ContactGalleryEntry!]',
  12673.                                 'description' => NULL,
  12674.                             ],
  12675.                         ],
  12676.                         'interfaces' => [
  12677.                         ],
  12678.                         'name' => 'ContactGallery',
  12679.                         'builders' => [
  12680.                         ],
  12681.                     ],
  12682.                 ],
  12683.                 'NextStoryPreview' => [
  12684.                     'type' => 'object',
  12685.                     'class_name' => 'NextStoryPreviewType',
  12686.                     'inherits' => [
  12687.                     ],
  12688.                     'decorator' => false,
  12689.                     'config' => [
  12690.                         'description' => NULL,
  12691.                         'fields' => [
  12692.                             'avatar' => [
  12693.                                 'type' => 'Image',
  12694.                                 'description' => NULL,
  12695.                             ],
  12696.                             'title' => [
  12697.                                 'type' => 'String',
  12698.                                 'description' => NULL,
  12699.                             ],
  12700.                             'linkTitle' => [
  12701.                                 'type' => 'String',
  12702.                                 'description' => NULL,
  12703.                             ],
  12704.                             'portrait' => [
  12705.                                 'type' => 'String',
  12706.                                 'description' => NULL,
  12707.                             ],
  12708.                             'storyId' => [
  12709.                                 'type' => 'String',
  12710.                                 'description' => NULL,
  12711.                             ],
  12712.                         ],
  12713.                         'interfaces' => [
  12714.                         ],
  12715.                         'name' => 'NextStoryPreview',
  12716.                         'builders' => [
  12717.                         ],
  12718.                     ],
  12719.                 ],
  12720.                 'JobMarketAdditionalInfo' => [
  12721.                     'type' => 'object',
  12722.                     'class_name' => 'JobMarketAdditionalInfoType',
  12723.                     'inherits' => [
  12724.                     ],
  12725.                     'decorator' => false,
  12726.                     'config' => [
  12727.                         'description' => NULL,
  12728.                         'fields' => [
  12729.                             'from' => [
  12730.                                 'type' => 'String',
  12731.                                 'description' => NULL,
  12732.                             ],
  12733.                             'to' => [
  12734.                                 'type' => 'String',
  12735.                                 'description' => NULL,
  12736.                             ],
  12737.                             'workFrom' => [
  12738.                                 'type' => 'String',
  12739.                                 'description' => NULL,
  12740.                             ],
  12741.                             'workTo' => [
  12742.                                 'type' => 'String',
  12743.                                 'description' => NULL,
  12744.                             ],
  12745.                             'age' => [
  12746.                                 'type' => 'String',
  12747.                                 'description' => NULL,
  12748.                             ],
  12749.                         ],
  12750.                         'interfaces' => [
  12751.                         ],
  12752.                         'name' => 'JobMarketAdditionalInfo',
  12753.                         'builders' => [
  12754.                         ],
  12755.                     ],
  12756.                 ],
  12757.                 'RoundPlayers' => [
  12758.                     'type' => 'object',
  12759.                     'class_name' => 'RoundPlayersType',
  12760.                     'inherits' => [
  12761.                     ],
  12762.                     'decorator' => false,
  12763.                     'config' => [
  12764.                         'description' => NULL,
  12765.                         'fields' => [
  12766.                             'highscore' => [
  12767.                                 'type' => 'Int!',
  12768.                                 'description' => NULL,
  12769.                             ],
  12770.                             'entries' => [
  12771.                                 'type' => '[RoundPlayersEntry!]',
  12772.                                 'description' => NULL,
  12773.                             ],
  12774.                         ],
  12775.                         'interfaces' => [
  12776.                         ],
  12777.                         'name' => 'RoundPlayers',
  12778.                         'builders' => [
  12779.                         ],
  12780.                     ],
  12781.                 ],
  12782.                 'SchoolClassYear' => [
  12783.                     'type' => 'object',
  12784.                     'class_name' => 'SchoolClassYearType',
  12785.                     'inherits' => [
  12786.                     ],
  12787.                     'decorator' => false,
  12788.                     'config' => [
  12789.                         'description' => NULL,
  12790.                         'fields' => [
  12791.                             'id' => [
  12792.                                 'type' => 'ID!',
  12793.                                 'description' => NULL,
  12794.                             ],
  12795.                             'name' => [
  12796.                                 'type' => 'String!',
  12797.                                 'description' => NULL,
  12798.                             ],
  12799.                             'startYear' => [
  12800.                                 'type' => 'String!',
  12801.                                 'description' => NULL,
  12802.                             ],
  12803.                             'endYear' => [
  12804.                                 'type' => 'String!',
  12805.                                 'description' => NULL,
  12806.                             ],
  12807.                         ],
  12808.                         'interfaces' => [
  12809.                         ],
  12810.                         'name' => 'SchoolClassYear',
  12811.                         'builders' => [
  12812.                         ],
  12813.                     ],
  12814.                 ],
  12815.                 'OfferList' => [
  12816.                     'type' => 'object',
  12817.                     'class_name' => 'OfferListType',
  12818.                     'inherits' => [
  12819.                     ],
  12820.                     'decorator' => false,
  12821.                     'config' => [
  12822.                         'description' => NULL,
  12823.                         'fields' => [
  12824.                             'boPartnerTypes' => [
  12825.                                 'type' => '[Offer!]',
  12826.                                 'description' => NULL,
  12827.                             ],
  12828.                             'companyTypes' => [
  12829.                                 'type' => '[Offer!]',
  12830.                                 'description' => NULL,
  12831.                             ],
  12832.                             'schoolTypes' => [
  12833.                                 'type' => '[Offer!]',
  12834.                                 'description' => NULL,
  12835.                             ],
  12836.                         ],
  12837.                         'interfaces' => [
  12838.                         ],
  12839.                         'name' => 'OfferList',
  12840.                         'builders' => [
  12841.                         ],
  12842.                     ],
  12843.                 ],
  12844.                 'SchoolClassGameHistory' => [
  12845.                     'type' => 'object',
  12846.                     'class_name' => 'SchoolClassGameHistoryType',
  12847.                     'inherits' => [
  12848.                     ],
  12849.                     'decorator' => false,
  12850.                     'config' => [
  12851.                         'description' => NULL,
  12852.                         'fields' => [
  12853.                             'status' => [
  12854.                                 'type' => 'Status!',
  12855.                                 'description' => NULL,
  12856.                             ],
  12857.                             'schoolClassID' => [
  12858.                                 'type' => 'Int',
  12859.                                 'description' => NULL,
  12860.                             ],
  12861.                             'points' => [
  12862.                                 'type' => 'Float',
  12863.                                 'description' => NULL,
  12864.                             ],
  12865.                             'playtime' => [
  12866.                                 'type' => 'Int',
  12867.                                 'description' => NULL,
  12868.                             ],
  12869.                             'createdAt' => [
  12870.                                 'type' => 'String',
  12871.                                 'description' => NULL,
  12872.                             ],
  12873.                         ],
  12874.                         'interfaces' => [
  12875.                         ],
  12876.                         'name' => 'SchoolClassGameHistory',
  12877.                         'builders' => [
  12878.                         ],
  12879.                     ],
  12880.                 ],
  12881.                 'Benefit' => [
  12882.                     'type' => 'object',
  12883.                     'class_name' => 'BenefitType',
  12884.                     'inherits' => [
  12885.                     ],
  12886.                     'decorator' => false,
  12887.                     'config' => [
  12888.                         'description' => NULL,
  12889.                         'fields' => [
  12890.                             'id' => [
  12891.                                 'type' => 'ID!',
  12892.                                 'description' => NULL,
  12893.                             ],
  12894.                             'name' => [
  12895.                                 'type' => 'String!',
  12896.                                 'description' => NULL,
  12897.                             ],
  12898.                         ],
  12899.                         'interfaces' => [
  12900.                         ],
  12901.                         'name' => 'Benefit',
  12902.                         'builders' => [
  12903.                         ],
  12904.                     ],
  12905.                 ],
  12906.                 'JobLink' => [
  12907.                     'type' => 'object',
  12908.                     'class_name' => 'JobLinkType',
  12909.                     'inherits' => [
  12910.                     ],
  12911.                     'decorator' => false,
  12912.                     'config' => [
  12913.                         'description' => NULL,
  12914.                         'fields' => [
  12915.                             'id' => [
  12916.                                 'type' => 'ID!',
  12917.                                 'description' => NULL,
  12918.                             ],
  12919.                             'url' => [
  12920.                                 'type' => 'String',
  12921.                                 'description' => NULL,
  12922.                             ],
  12923.                             'title' => [
  12924.                                 'type' => 'String',
  12925.                                 'description' => NULL,
  12926.                             ],
  12927.                             'start' => [
  12928.                                 'type' => 'Int',
  12929.                                 'description' => NULL,
  12930.                             ],
  12931.                             'end' => [
  12932.                                 'type' => 'Int',
  12933.                                 'description' => NULL,
  12934.                             ],
  12935.                             'titleFrontend' => [
  12936.                                 'type' => 'String',
  12937.                                 'description' => NULL,
  12938.                             ],
  12939.                             'titleBackend' => [
  12940.                                 'type' => 'String',
  12941.                                 'description' => NULL,
  12942.                             ],
  12943.                         ],
  12944.                         'interfaces' => [
  12945.                         ],
  12946.                         'name' => 'JobLink',
  12947.                         'builders' => [
  12948.                         ],
  12949.                     ],
  12950.                 ],
  12951.                 'JobRedirectType' => [
  12952.                     'type' => 'enum',
  12953.                     'class_name' => 'JobRedirectTypeType',
  12954.                     'inherits' => [
  12955.                     ],
  12956.                     'decorator' => false,
  12957.                     'config' => [
  12958.                         'description' => NULL,
  12959.                         'values' => [
  12960.                             'ALTERNATIVES' => [
  12961.                                 'description' => NULL,
  12962.                                 'value' => 'ALTERNATIVES',
  12963.                             ],
  12964.                             'CONNECTED' => [
  12965.                                 'description' => NULL,
  12966.                                 'value' => 'CONNECTED',
  12967.                             ],
  12968.                             'DESCRIPTION' => [
  12969.                                 'description' => NULL,
  12970.                                 'value' => 'DESCRIPTION',
  12971.                             ],
  12972.                             'EXPIRED' => [
  12973.                                 'description' => NULL,
  12974.                                 'value' => 'EXPIRED',
  12975.                             ],
  12976.                             'SPECIALIZED' => [
  12977.                                 'description' => NULL,
  12978.                                 'value' => 'SPECIALIZED',
  12979.                             ],
  12980.                             'REDIRECT' => [
  12981.                                 'description' => NULL,
  12982.                                 'value' => 'REDIRECT',
  12983.                             ],
  12984.                         ],
  12985.                         'name' => 'JobRedirectType',
  12986.                     ],
  12987.                 ],
  12988.                 'JobMarketPositionType' => [
  12989.                     'type' => 'enum',
  12990.                     'class_name' => 'JobMarketPositionTypeType',
  12991.                     'inherits' => [
  12992.                     ],
  12993.                     'decorator' => false,
  12994.                     'config' => [
  12995.                         'description' => NULL,
  12996.                         'values' => [
  12997.                             'LEHRSTELLE' => [
  12998.                                 'description' => NULL,
  12999.                                 'value' => 'LEHRSTELLE',
  13000.                             ],
  13001.                             'FERIALJOB' => [
  13002.                                 'description' => NULL,
  13003.                                 'value' => 'FERIALJOB',
  13004.                             ],
  13005.                             'PRAKTIKUM' => [
  13006.                                 'description' => NULL,
  13007.                                 'value' => 'PRAKTIKUM',
  13008.                             ],
  13009.                         ],
  13010.                         'name' => 'JobMarketPositionType',
  13011.                     ],
  13012.                 ],
  13013.                 'Tag' => [
  13014.                     'type' => 'object',
  13015.                     'class_name' => 'TagType',
  13016.                     'inherits' => [
  13017.                     ],
  13018.                     'decorator' => false,
  13019.                     'config' => [
  13020.                         'description' => NULL,
  13021.                         'fields' => [
  13022.                             'tagName' => [
  13023.                                 'type' => 'String!',
  13024.                                 'description' => NULL,
  13025.                             ],
  13026.                         ],
  13027.                         'interfaces' => [
  13028.                         ],
  13029.                         'name' => 'Tag',
  13030.                         'builders' => [
  13031.                         ],
  13032.                     ],
  13033.                 ],
  13034.                 'JobMarketDistricts' => [
  13035.                     'type' => 'object',
  13036.                     'class_name' => 'JobMarketDistrictsType',
  13037.                     'inherits' => [
  13038.                     ],
  13039.                     'decorator' => false,
  13040.                     'config' => [
  13041.                         'description' => NULL,
  13042.                         'fields' => [
  13043.                             'districts' => [
  13044.                                 'type' => '[JobMarketDistrict!]',
  13045.                                 'description' => NULL,
  13046.                             ],
  13047.                             'countDistricts' => [
  13048.                                 'type' => 'Int!',
  13049.                                 'description' => NULL,
  13050.                             ],
  13051.                         ],
  13052.                         'interfaces' => [
  13053.                         ],
  13054.                         'name' => 'JobMarketDistricts',
  13055.                         'builders' => [
  13056.                         ],
  13057.                     ],
  13058.                 ],
  13059.                 'JobMarketState' => [
  13060.                     'type' => 'enum',
  13061.                     'class_name' => 'JobMarketStateType',
  13062.                     'inherits' => [
  13063.                     ],
  13064.                     'decorator' => false,
  13065.                     'config' => [
  13066.                         'description' => NULL,
  13067.                         'values' => [
  13068.                             'ACTIVE' => [
  13069.                                 'description' => NULL,
  13070.                                 'value' => 'ACTIVE',
  13071.                             ],
  13072.                             'INACTIVE' => [
  13073.                                 'description' => NULL,
  13074.                                 'value' => 'INACTIVE',
  13075.                             ],
  13076.                             'DELETED' => [
  13077.                                 'description' => NULL,
  13078.                                 'value' => 'DELETED',
  13079.                             ],
  13080.                             'NOTSET' => [
  13081.                                 'description' => NULL,
  13082.                                 'value' => 'NOTSET',
  13083.                             ],
  13084.                         ],
  13085.                         'name' => 'JobMarketState',
  13086.                     ],
  13087.                 ],
  13088.                 'JobRequirementType' => [
  13089.                     'type' => 'object',
  13090.                     'class_name' => 'JobRequirementTypeType',
  13091.                     'inherits' => [
  13092.                     ],
  13093.                     'decorator' => false,
  13094.                     'config' => [
  13095.                         'description' => NULL,
  13096.                         'fields' => [
  13097.                             'id' => [
  13098.                                 'type' => 'ID!',
  13099.                                 'description' => NULL,
  13100.                             ],
  13101.                             'bicID' => [
  13102.                                 'type' => 'Int',
  13103.                                 'description' => NULL,
  13104.                             ],
  13105.                             'typeName' => [
  13106.                                 'type' => 'String!',
  13107.                                 'description' => NULL,
  13108.                             ],
  13109.                         ],
  13110.                         'interfaces' => [
  13111.                         ],
  13112.                         'name' => 'JobRequirementType',
  13113.                         'builders' => [
  13114.                         ],
  13115.                     ],
  13116.                 ],
  13117.                 'JobMarketStartType' => [
  13118.                     'type' => 'enum',
  13119.                     'class_name' => 'JobMarketStartTypeType',
  13120.                     'inherits' => [
  13121.                     ],
  13122.                     'decorator' => false,
  13123.                     'config' => [
  13124.                         'description' => NULL,
  13125.                         'values' => [
  13126.                             'ANYTIME' => [
  13127.                                 'description' => NULL,
  13128.                                 'value' => 'ANYTIME',
  13129.                             ],
  13130.                             'CONSENT' => [
  13131.                                 'description' => NULL,
  13132.                                 'value' => 'CONSENT',
  13133.                             ],
  13134.                             'DATE' => [
  13135.                                 'description' => NULL,
  13136.                                 'value' => 'DATE',
  13137.                             ],
  13138.                         ],
  13139.                         'name' => 'JobMarketStartType',
  13140.                     ],
  13141.                 ],
  13142.                 'StatusType' => [
  13143.                     'type' => 'enum',
  13144.                     'class_name' => 'StatusTypeType',
  13145.                     'inherits' => [
  13146.                     ],
  13147.                     'decorator' => false,
  13148.                     'config' => [
  13149.                         'description' => NULL,
  13150.                         'values' => [
  13151.                             'OK' => [
  13152.                                 'description' => NULL,
  13153.                                 'value' => 'OK',
  13154.                             ],
  13155.                             'ERROR' => [
  13156.                                 'description' => NULL,
  13157.                                 'value' => 'ERROR',
  13158.                             ],
  13159.                             'GAMEEND' => [
  13160.                                 'description' => NULL,
  13161.                                 'value' => 'GAMEEND',
  13162.                             ],
  13163.                         ],
  13164.                         'name' => 'StatusType',
  13165.                     ],
  13166.                 ],
  13167.                 'ProfileSimple' => [
  13168.                     'type' => 'object',
  13169.                     'class_name' => 'ProfileSimpleType',
  13170.                     'inherits' => [
  13171.                     ],
  13172.                     'decorator' => false,
  13173.                     'config' => [
  13174.                         'description' => NULL,
  13175.                         'fields' => [
  13176.                             'type' => [
  13177.                                 'type' => 'ProfileType!',
  13178.                                 'description' => NULL,
  13179.                             ],
  13180.                             'id' => [
  13181.                                 'type' => 'Int',
  13182.                                 'description' => NULL,
  13183.                             ],
  13184.                             'uuid' => [
  13185.                                 'type' => 'String',
  13186.                                 'description' => NULL,
  13187.                             ],
  13188.                             'name' => [
  13189.                                 'type' => 'String',
  13190.                                 'description' => NULL,
  13191.                             ],
  13192.                             'profilePicture' => [
  13193.                                 'type' => 'Image',
  13194.                                 'description' => NULL,
  13195.                             ],
  13196.                             'isSelected' => [
  13197.                                 'type' => 'Boolean!',
  13198.                                 'description' => NULL,
  13199.                             ],
  13200.                         ],
  13201.                         'interfaces' => [
  13202.                         ],
  13203.                         'name' => 'ProfileSimple',
  13204.                         'builders' => [
  13205.                         ],
  13206.                     ],
  13207.                 ],
  13208.                 'CompanyBenefit' => [
  13209.                     'type' => 'object',
  13210.                     'class_name' => 'CompanyBenefitType',
  13211.                     'inherits' => [
  13212.                     ],
  13213.                     'decorator' => false,
  13214.                     'config' => [
  13215.                         'description' => NULL,
  13216.                         'fields' => [
  13217.                             'id' => [
  13218.                                 'type' => 'ID!',
  13219.                                 'description' => NULL,
  13220.                             ],
  13221.                             'name' => [
  13222.                                 'type' => 'String!',
  13223.                                 'description' => NULL,
  13224.                             ],
  13225.                         ],
  13226.                         'interfaces' => [
  13227.                         ],
  13228.                         'name' => 'CompanyBenefit',
  13229.                         'builders' => [
  13230.                         ],
  13231.                     ],
  13232.                 ],
  13233.                 'Teacher' => [
  13234.                     'type' => 'object',
  13235.                     'class_name' => 'TeacherType',
  13236.                     'inherits' => [
  13237.                     ],
  13238.                     'decorator' => false,
  13239.                     'config' => [
  13240.                         'description' => NULL,
  13241.                         'fields' => [
  13242.                             'id' => [
  13243.                                 'type' => 'Int',
  13244.                                 'description' => NULL,
  13245.                             ],
  13246.                             'email' => [
  13247.                                 'type' => 'String',
  13248.                                 'description' => NULL,
  13249.                             ],
  13250.                             'firstname' => [
  13251.                                 'type' => 'String',
  13252.                                 'description' => NULL,
  13253.                             ],
  13254.                             'lastname' => [
  13255.                                 'type' => 'String',
  13256.                                 'description' => NULL,
  13257.                             ],
  13258.                         ],
  13259.                         'interfaces' => [
  13260.                         ],
  13261.                         'name' => 'Teacher',
  13262.                         'builders' => [
  13263.                         ],
  13264.                     ],
  13265.                 ],
  13266.                 'SchoolClassRank' => [
  13267.                     'type' => 'object',
  13268.                     'class_name' => 'SchoolClassRankType',
  13269.                     'inherits' => [
  13270.                     ],
  13271.                     'decorator' => false,
  13272.                     'config' => [
  13273.                         'description' => NULL,
  13274.                         'fields' => [
  13275.                             'school' => [
  13276.                                 'type' => 'School!',
  13277.                                 'description' => NULL,
  13278.                             ],
  13279.                             'schoolClass' => [
  13280.                                 'type' => 'SchoolClass!',
  13281.                                 'description' => NULL,
  13282.                             ],
  13283.                             'points' => [
  13284.                                 'type' => 'Int!',
  13285.                                 'description' => NULL,
  13286.                             ],
  13287.                             'playtimeMinutes' => [
  13288.                                 'type' => 'Int!',
  13289.                                 'description' => NULL,
  13290.                             ],
  13291.                         ],
  13292.                         'interfaces' => [
  13293.                         ],
  13294.                         'name' => 'SchoolClassRank',
  13295.                         'builders' => [
  13296.                         ],
  13297.                     ],
  13298.                 ],
  13299.                 'NextStoryCard' => [
  13300.                     'type' => 'object',
  13301.                     'class_name' => 'NextStoryCardType',
  13302.                     'inherits' => [
  13303.                     ],
  13304.                     'decorator' => false,
  13305.                     'config' => [
  13306.                         'description' => NULL,
  13307.                         'fields' => [
  13308.                             'title' => [
  13309.                                 'type' => 'String',
  13310.                                 'description' => NULL,
  13311.                             ],
  13312.                             'description' => [
  13313.                                 'type' => 'String',
  13314.                                 'description' => NULL,
  13315.                             ],
  13316.                             'stories' => [
  13317.                                 'type' => '[NextStoryPreview!]',
  13318.                                 'description' => NULL,
  13319.                             ],
  13320.                         ],
  13321.                         'interfaces' => [
  13322.                         ],
  13323.                         'name' => 'NextStoryCard',
  13324.                         'builders' => [
  13325.                         ],
  13326.                     ],
  13327.                 ],
  13328.                 'ProfileLink' => [
  13329.                     'type' => 'object',
  13330.                     'class_name' => 'ProfileLinkType',
  13331.                     'inherits' => [
  13332.                     ],
  13333.                     'decorator' => false,
  13334.                     'config' => [
  13335.                         'description' => NULL,
  13336.                         'fields' => [
  13337.                             'createdAt' => [
  13338.                                 'type' => 'String!',
  13339.                                 'description' => NULL,
  13340.                             ],
  13341.                             'entries' => [
  13342.                                 'type' => '[ProfileLinkEntry!]',
  13343.                                 'description' => NULL,
  13344.                             ],
  13345.                         ],
  13346.                         'interfaces' => [
  13347.                         ],
  13348.                         'name' => 'ProfileLink',
  13349.                         'builders' => [
  13350.                         ],
  13351.                     ],
  13352.                 ],
  13353.                 'InfoSectionCategory' => [
  13354.                     'type' => 'object',
  13355.                     'class_name' => 'InfoSectionCategoryType',
  13356.                     'inherits' => [
  13357.                     ],
  13358.                     'decorator' => false,
  13359.                     'config' => [
  13360.                         'description' => NULL,
  13361.                         'fields' => [
  13362.                             'id' => [
  13363.                                 'type' => 'ID!',
  13364.                                 'description' => NULL,
  13365.                             ],
  13366.                             'heading' => [
  13367.                                 'type' => 'String!',
  13368.                                 'description' => NULL,
  13369.                             ],
  13370.                             'description' => [
  13371.                                 'type' => 'String',
  13372.                                 'description' => NULL,
  13373.                             ],
  13374.                             'link' => [
  13375.                                 'type' => 'String',
  13376.                                 'description' => NULL,
  13377.                             ],
  13378.                             'type' => [
  13379.                                 'type' => 'InfoSectionType!',
  13380.                                 'description' => NULL,
  13381.                             ],
  13382.                             'image' => [
  13383.                                 'type' => 'Image',
  13384.                                 'description' => NULL,
  13385.                             ],
  13386.                             'position' => [
  13387.                                 'type' => 'Int',
  13388.                                 'description' => NULL,
  13389.                             ],
  13390.                             'urlText' => [
  13391.                                 'type' => 'String',
  13392.                                 'description' => NULL,
  13393.                             ],
  13394.                             'subCategories' => [
  13395.                                 'type' => '[InfoSectionSubCategory!]',
  13396.                                 'description' => NULL,
  13397.                             ],
  13398.                         ],
  13399.                         'interfaces' => [
  13400.                         ],
  13401.                         'name' => 'InfoSectionCategory',
  13402.                         'builders' => [
  13403.                         ],
  13404.                     ],
  13405.                 ],
  13406.                 'JobLinkMappingType' => [
  13407.                     'type' => 'object',
  13408.                     'class_name' => 'JobLinkMappingTypeType',
  13409.                     'inherits' => [
  13410.                     ],
  13411.                     'decorator' => false,
  13412.                     'config' => [
  13413.                         'description' => NULL,
  13414.                         'fields' => [
  13415.                             'id' => [
  13416.                                 'type' => 'ID!',
  13417.                                 'description' => NULL,
  13418.                             ],
  13419.                             'name' => [
  13420.                                 'type' => 'String',
  13421.                                 'description' => NULL,
  13422.                             ],
  13423.                         ],
  13424.                         'interfaces' => [
  13425.                         ],
  13426.                         'name' => 'JobLinkMappingType',
  13427.                         'builders' => [
  13428.                         ],
  13429.                     ],
  13430.                 ],
  13431.                 'JobRequirementCollection' => [
  13432.                     'type' => 'object',
  13433.                     'class_name' => 'JobRequirementCollectionType',
  13434.                     'inherits' => [
  13435.                     ],
  13436.                     'decorator' => false,
  13437.                     'config' => [
  13438.                         'description' => NULL,
  13439.                         'fields' => [
  13440.                             'requirementTypes' => [
  13441.                                 'type' => '[JobRequirementTypeCollection]',
  13442.                                 'description' => NULL,
  13443.                             ],
  13444.                         ],
  13445.                         'interfaces' => [
  13446.                         ],
  13447.                         'name' => 'JobRequirementCollection',
  13448.                         'builders' => [
  13449.                         ],
  13450.                     ],
  13451.                 ],
  13452.                 'InfoSectionType' => [
  13453.                     'type' => 'object',
  13454.                     'class_name' => 'InfoSectionTypeType',
  13455.                     'inherits' => [
  13456.                     ],
  13457.                     'decorator' => false,
  13458.                     'config' => [
  13459.                         'description' => NULL,
  13460.                         'fields' => [
  13461.                             'id' => [
  13462.                                 'type' => 'ID!',
  13463.                                 'description' => NULL,
  13464.                             ],
  13465.                             'name' => [
  13466.                                 'type' => 'String!',
  13467.                                 'description' => NULL,
  13468.                             ],
  13469.                         ],
  13470.                         'interfaces' => [
  13471.                         ],
  13472.                         'name' => 'InfoSectionType',
  13473.                         'builders' => [
  13474.                         ],
  13475.                     ],
  13476.                 ],
  13477.                 'ImageInfo' => [
  13478.                     'type' => 'object',
  13479.                     'class_name' => 'ImageInfoType',
  13480.                     'inherits' => [
  13481.                     ],
  13482.                     'decorator' => false,
  13483.                     'config' => [
  13484.                         'description' => NULL,
  13485.                         'fields' => [
  13486.                             'caption' => [
  13487.                                 'type' => 'String',
  13488.                                 'description' => NULL,
  13489.                             ],
  13490.                             'copyright' => [
  13491.                                 'type' => 'String',
  13492.                                 'description' => NULL,
  13493.                             ],
  13494.                         ],
  13495.                         'interfaces' => [
  13496.                         ],
  13497.                         'name' => 'ImageInfo',
  13498.                         'builders' => [
  13499.                         ],
  13500.                     ],
  13501.                 ],
  13502.                 'StoryCardTheme' => [
  13503.                     'type' => 'enum',
  13504.                     'class_name' => 'StoryCardThemeType',
  13505.                     'inherits' => [
  13506.                     ],
  13507.                     'decorator' => false,
  13508.                     'config' => [
  13509.                         'description' => NULL,
  13510.                         'values' => [
  13511.                             'DEFAULT' => [
  13512.                                 'description' => NULL,
  13513.                                 'value' => 'DEFAULT',
  13514.                             ],
  13515.                             'YELLOW' => [
  13516.                                 'description' => NULL,
  13517.                                 'value' => 'YELLOW',
  13518.                             ],
  13519.                             'RED' => [
  13520.                                 'description' => NULL,
  13521.                                 'value' => 'RED',
  13522.                             ],
  13523.                             'BLUE' => [
  13524.                                 'description' => NULL,
  13525.                                 'value' => 'BLUE',
  13526.                             ],
  13527.                         ],
  13528.                         'name' => 'StoryCardTheme',
  13529.                     ],
  13530.                 ],
  13531.                 'InfoSectionEntry' => [
  13532.                     'type' => 'object',
  13533.                     'class_name' => 'InfoSectionEntryType',
  13534.                     'inherits' => [
  13535.                     ],
  13536.                     'decorator' => false,
  13537.                     'config' => [
  13538.                         'description' => NULL,
  13539.                         'fields' => [
  13540.                             'id' => [
  13541.                                 'type' => 'ID!',
  13542.                                 'description' => NULL,
  13543.                             ],
  13544.                             'heading' => [
  13545.                                 'type' => 'String!',
  13546.                                 'description' => NULL,
  13547.                             ],
  13548.                             'description' => [
  13549.                                 'type' => 'String',
  13550.                                 'description' => NULL,
  13551.                             ],
  13552.                             'url' => [
  13553.                                 'type' => 'String',
  13554.                                 'description' => NULL,
  13555.                             ],
  13556.                             'urlType' => [
  13557.                                 'type' => 'String',
  13558.                                 'description' => NULL,
  13559.                             ],
  13560.                             'image' => [
  13561.                                 'type' => 'Image',
  13562.                                 'description' => NULL,
  13563.                             ],
  13564.                             'position' => [
  13565.                                 'type' => 'Int',
  13566.                                 'description' => NULL,
  13567.                             ],
  13568.                         ],
  13569.                         'interfaces' => [
  13570.                         ],
  13571.                         'name' => 'InfoSectionEntry',
  13572.                         'builders' => [
  13573.                         ],
  13574.                     ],
  13575.                 ],
  13576.                 'LinkTargetType' => [
  13577.                     'type' => 'enum',
  13578.                     'class_name' => 'LinkTargetTypeType',
  13579.                     'inherits' => [
  13580.                     ],
  13581.                     'decorator' => false,
  13582.                     'config' => [
  13583.                         'description' => NULL,
  13584.                         'values' => [
  13585.                             'BLANK' => [
  13586.                                 'description' => NULL,
  13587.                                 'value' => 'BLANK',
  13588.                             ],
  13589.                             'SELF' => [
  13590.                                 'description' => NULL,
  13591.                                 'value' => 'SELF',
  13592.                             ],
  13593.                         ],
  13594.                         'name' => 'LinkTargetType',
  13595.                     ],
  13596.                 ],
  13597.                 'AddressCity' => [
  13598.                     'type' => 'object',
  13599.                     'class_name' => 'AddressCityType',
  13600.                     'inherits' => [
  13601.                     ],
  13602.                     'decorator' => false,
  13603.                     'config' => [
  13604.                         'description' => NULL,
  13605.                         'fields' => [
  13606.                             'id' => [
  13607.                                 'type' => 'ID!',
  13608.                                 'description' => NULL,
  13609.                             ],
  13610.                             'name' => [
  13611.                                 'type' => 'String!',
  13612.                                 'description' => NULL,
  13613.                             ],
  13614.                             'zip' => [
  13615.                                 'type' => 'Int!',
  13616.                                 'description' => NULL,
  13617.                             ],
  13618.                             'addressDistrict' => [
  13619.                                 'type' => 'AddressDistrict',
  13620.                                 'description' => NULL,
  13621.                             ],
  13622.                         ],
  13623.                         'interfaces' => [
  13624.                         ],
  13625.                         'name' => 'AddressCity',
  13626.                         'builders' => [
  13627.                         ],
  13628.                     ],
  13629.                 ],
  13630.                 'JobLinkMappingCategory' => [
  13631.                     'type' => 'object',
  13632.                     'class_name' => 'JobLinkMappingCategoryType',
  13633.                     'inherits' => [
  13634.                     ],
  13635.                     'decorator' => false,
  13636.                     'config' => [
  13637.                         'description' => NULL,
  13638.                         'fields' => [
  13639.                             'id' => [
  13640.                                 'type' => 'ID!',
  13641.                                 'description' => NULL,
  13642.                             ],
  13643.                             'name' => [
  13644.                                 'type' => 'String',
  13645.                                 'description' => NULL,
  13646.                             ],
  13647.                         ],
  13648.                         'interfaces' => [
  13649.                         ],
  13650.                         'name' => 'JobLinkMappingCategory',
  13651.                         'builders' => [
  13652.                         ],
  13653.                     ],
  13654.                 ],
  13655.                 'AddressLatLon' => [
  13656.                     'type' => 'object',
  13657.                     'class_name' => 'AddressLatLonType',
  13658.                     'inherits' => [
  13659.                     ],
  13660.                     'decorator' => false,
  13661.                     'config' => [
  13662.                         'description' => NULL,
  13663.                         'fields' => [
  13664.                             'id' => [
  13665.                                 'type' => 'ID!',
  13666.                                 'description' => NULL,
  13667.                             ],
  13668.                             'lat' => [
  13669.                                 'type' => 'String',
  13670.                                 'description' => NULL,
  13671.                             ],
  13672.                             'lon' => [
  13673.                                 'type' => 'String',
  13674.                                 'description' => NULL,
  13675.                             ],
  13676.                         ],
  13677.                         'interfaces' => [
  13678.                         ],
  13679.                         'name' => 'AddressLatLon',
  13680.                         'builders' => [
  13681.                         ],
  13682.                     ],
  13683.                 ],
  13684.                 'EventTag' => [
  13685.                     'type' => 'object',
  13686.                     'class_name' => 'EventTagType',
  13687.                     'inherits' => [
  13688.                     ],
  13689.                     'decorator' => false,
  13690.                     'config' => [
  13691.                         'description' => NULL,
  13692.                         'fields' => [
  13693.                             'tagName' => [
  13694.                                 'type' => 'String!',
  13695.                                 'description' => NULL,
  13696.                             ],
  13697.                         ],
  13698.                         'interfaces' => [
  13699.                         ],
  13700.                         'name' => 'EventTag',
  13701.                         'builders' => [
  13702.                         ],
  13703.                     ],
  13704.                 ],
  13705.                 'Job' => [
  13706.                     'type' => 'object',
  13707.                     'class_name' => 'JobType',
  13708.                     'inherits' => [
  13709.                     ],
  13710.                     'decorator' => false,
  13711.                     'config' => [
  13712.                         'description' => NULL,
  13713.                         'fields' => [
  13714.                             'id' => [
  13715.                                 'type' => 'ID!',
  13716.                                 'description' => NULL,
  13717.                             ],
  13718.                             'name' => [
  13719.                                 'type' => 'String!',
  13720.                                 'description' => NULL,
  13721.                             ],
  13722.                             'bicID' => [
  13723.                                 'type' => 'Int',
  13724.                                 'description' => NULL,
  13725.                             ],
  13726.                             'image' => [
  13727.                                 'type' => 'Image',
  13728.                                 'description' => NULL,
  13729.                             ],
  13730.                             'description' => [
  13731.                                 'type' => 'String',
  13732.                                 'description' => NULL,
  13733.                             ],
  13734.                             'bicAlternativen' => [
  13735.                                 'type' => 'String',
  13736.                                 'description' => NULL,
  13737.                             ],
  13738.                             'bicAnforderungen' => [
  13739.                                 'type' => 'String',
  13740.                                 'description' => NULL,
  13741.                             ],
  13742.                             'bicAusbildungBerufschule' => [
  13743.                                 'type' => 'String',
  13744.                                 'description' => NULL,
  13745.                             ],
  13746.                             'bicMoeglichkeiten' => [
  13747.                                 'type' => 'String',
  13748.                                 'description' => NULL,
  13749.                             ],
  13750.                             'operationsAndTasks' => [
  13751.                                 'type' => 'String',
  13752.                                 'description' => NULL,
  13753.                             ],
  13754.                             'scholasticDuration' => [
  13755.                                 'type' => 'JobScholasticDuration',
  13756.                                 'description' => NULL,
  13757.                             ],
  13758.                             'showSchoolSubjects' => [
  13759.                                 'type' => 'Boolean',
  13760.                                 'description' => NULL,
  13761.                             ],
  13762.                             'expertTerms' => [
  13763.                                 'type' => '[JobExpertTerm!]',
  13764.                                 'description' => NULL,
  13765.                             ],
  13766.                             'interestFields' => [
  13767.                                 'type' => '[InterestField!]',
  13768.                                 'description' => NULL,
  13769.                             ],
  13770.                             'jobEducationCompanies' => [
  13771.                                 'type' => '[CompanyProfileSimple!]',
  13772.                                 'description' => NULL,
  13773.                             ],
  13774.                             'jobEducationalPaths' => [
  13775.                                 'type' => '[JobEducationalPath!]',
  13776.                                 'description' => NULL,
  13777.                             ],
  13778.                             'insights' => [
  13779.                                 'type' => '[Story!]',
  13780.                                 'description' => NULL,
  13781.                             ],
  13782.                             'jobLinkMappings' => [
  13783.                                 'type' => '[JobLinkMapping]',
  13784.                                 'description' => NULL,
  13785.                             ],
  13786.                             'jobMarketDistricts' => [
  13787.                                 'type' => 'JobMarketDistricts',
  13788.                                 'description' => NULL,
  13789.                             ],
  13790.                             'jobRedirects' => [
  13791.                                 'type' => '[JobRedirect!]',
  13792.                                 'description' => NULL,
  13793.                             ],
  13794.                             'jobSalary' => [
  13795.                                 'type' => 'JobSalary',
  13796.                                 'description' => NULL,
  13797.                             ],
  13798.                             'jobSectors' => [
  13799.                                 'type' => '[JobSector!]',
  13800.                                 'description' => NULL,
  13801.                             ],
  13802.                             'jobSchools' => [
  13803.                                 'type' => '[JobSchool!]',
  13804.                                 'description' => NULL,
  13805.                             ],
  13806.                             'jobWorkFields' => [
  13807.                                 'type' => '[JobWorkField!]',
  13808.                                 'description' => NULL,
  13809.                             ],
  13810.                             'requirementsByType' => [
  13811.                                 'type' => 'JobRequirementCollection',
  13812.                                 'description' => NULL,
  13813.                             ],
  13814.                             'schoolSubjectMappings' => [
  13815.                                 'type' => '[JobSchoolSubjectMapping!]',
  13816.                                 'description' => NULL,
  13817.                             ],
  13818.                             'videoUrl' => [
  13819.                                 'type' => 'String',
  13820.                                 'description' => NULL,
  13821.                             ],
  13822.                             'pdfUrl' => [
  13823.                                 'type' => 'String',
  13824.                                 'description' => NULL,
  13825.                             ],
  13826.                             'searchTags' => [
  13827.                                 'type' => '[String]',
  13828.                                 'description' => NULL,
  13829.                             ],
  13830.                             'visits' => [
  13831.                                 'type' => 'Int',
  13832.                                 'description' => NULL,
  13833.                             ],
  13834.                         ],
  13835.                         'interfaces' => [
  13836.                         ],
  13837.                         'name' => 'Job',
  13838.                         'builders' => [
  13839.                         ],
  13840.                     ],
  13841.                 ],
  13842.                 'PageInfo' => [
  13843.                     'type' => 'object',
  13844.                     'class_name' => 'PageInfoType',
  13845.                     'inherits' => [
  13846.                     ],
  13847.                     'decorator' => false,
  13848.                     'config' => [
  13849.                         'description' => 'Information about pagination in a connection.',
  13850.                         'fields' => [
  13851.                             'hasNextPage' => [
  13852.                                 'type' => 'Boolean!',
  13853.                                 'description' => 'When paginating forwards, are there more items?',
  13854.                             ],
  13855.                             'hasPreviousPage' => [
  13856.                                 'type' => 'Boolean!',
  13857.                                 'description' => 'When paginating backwards, are there more items?',
  13858.                             ],
  13859.                             'startCursor' => [
  13860.                                 'type' => 'String',
  13861.                                 'description' => 'When paginating backwards, the cursor to continue.',
  13862.                             ],
  13863.                             'endCursor' => [
  13864.                                 'type' => 'String',
  13865.                                 'description' => 'When paginating forwards, the cursor to continue.',
  13866.                             ],
  13867.                         ],
  13868.                         'name' => 'PageInfo',
  13869.                         'builders' => [
  13870.                         ],
  13871.                         'interfaces' => [
  13872.                         ],
  13873.                     ],
  13874.                 ],
  13875.             ],
  13876.             'overblog_graphql.batching_method' => 'relay',
  13877.             'overblog_graphql.query_max_depth' => 0,
  13878.             'overblog_graphql.query_max_complexity' => 0,
  13879.             'overblog_graphql.enable_introspection' => true,
  13880.             'overblog_graphql.handle_cors' => false,
  13881.             'overblog_graphql.class_namespace' => 'Overblog\\GraphQLBundle\\__DEFINITIONS__',
  13882.             'overblog_graphql.cache_dir' => NULL,
  13883.             'overblog_graphql.cache_dir_permissions' => NULL,
  13884.             'overblog_graphql.argument_class' => 'Overblog\\GraphQLBundle\\Definition\\Argument',
  13885.             'overblog_graphql.use_experimental_executor' => false,
  13886.             'overblog_graphql.profiler.query_match' => NULL,
  13887.             'overblog_graphql.use_classloader_listener' => true,
  13888.             'overblog_graphql.resources_dir' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources'),
  13889.             'overblog_graphiql.endpoint_resolver' => 'Overblog\\GraphiQLBundle\\Config\\GraphQLEndpoint\\Helpers\\OverblogGraphQLBundleEndpointResolver',
  13890.             'sonata.block.container.types' => [
  13891.                 => 'sonata.block.service.container',
  13892.                 => 'sonata.page.block.container',
  13893.                 => 'sonata.dashboard.block.container',
  13894.                 => 'cmf.block.container',
  13895.                 => 'cmf.block.slideshow',
  13896.             ],
  13897.             'sonata_block.blocks' => [
  13898.                 'block.footer' => [
  13899.                     'contexts' => [
  13900.                     ],
  13901.                     'templates' => [
  13902.                     ],
  13903.                     'cache' => 'sonata.cache.noop',
  13904.                     'settings' => [
  13905.                     ],
  13906.                 ],
  13907.                 'block.frontpage.news' => [
  13908.                     'contexts' => [
  13909.                     ],
  13910.                     'templates' => [
  13911.                     ],
  13912.                     'cache' => 'sonata.cache.noop',
  13913.                     'settings' => [
  13914.                     ],
  13915.                 ],
  13916.                 'block.events.4x1' => [
  13917.                     'contexts' => [
  13918.                     ],
  13919.                     'templates' => [
  13920.                     ],
  13921.                     'cache' => 'sonata.cache.noop',
  13922.                     'settings' => [
  13923.                     ],
  13924.                 ],
  13925.                 'block.random.jobs' => [
  13926.                     'contexts' => [
  13927.                     ],
  13928.                     'templates' => [
  13929.                     ],
  13930.                     'cache' => 'sonata.cache.noop',
  13931.                     'settings' => [
  13932.                     ],
  13933.                 ],
  13934.                 'block.slider' => [
  13935.                     'contexts' => [
  13936.                     ],
  13937.                     'templates' => [
  13938.                     ],
  13939.                     'cache' => 'sonata.cache.noop',
  13940.                     'settings' => [
  13941.                     ],
  13942.                 ],
  13943.                 'block.header.main' => [
  13944.                     'contexts' => [
  13945.                     ],
  13946.                     'templates' => [
  13947.                     ],
  13948.                     'cache' => 'sonata.cache.noop',
  13949.                     'settings' => [
  13950.                     ],
  13951.                 ],
  13952.                 'block.header.child' => [
  13953.                     'contexts' => [
  13954.                     ],
  13955.                     'templates' => [
  13956.                     ],
  13957.                     'cache' => 'sonata.cache.noop',
  13958.                     'settings' => [
  13959.                     ],
  13960.                 ],
  13961.                 'block.heading' => [
  13962.                     'contexts' => [
  13963.                     ],
  13964.                     'templates' => [
  13965.                     ],
  13966.                     'cache' => 'sonata.cache.noop',
  13967.                     'settings' => [
  13968.                     ],
  13969.                 ],
  13970.                 'block.editor' => [
  13971.                     'contexts' => [
  13972.                     ],
  13973.                     'templates' => [
  13974.                     ],
  13975.                     'cache' => 'sonata.cache.noop',
  13976.                     'settings' => [
  13977.                     ],
  13978.                 ],
  13979.                 'sonata.block.service.container' => [
  13980.                     'contexts' => [
  13981.                     ],
  13982.                     'templates' => [
  13983.                     ],
  13984.                     'cache' => 'sonata.cache.noop',
  13985.                     'settings' => [
  13986.                     ],
  13987.                 ],
  13988.                 'sonata.block.service.empty' => [
  13989.                     'contexts' => [
  13990.                     ],
  13991.                     'templates' => [
  13992.                     ],
  13993.                     'cache' => 'sonata.cache.noop',
  13994.                     'settings' => [
  13995.                     ],
  13996.                 ],
  13997.                 'sonata.block.service.text' => [
  13998.                     'contexts' => [
  13999.                     ],
  14000.                     'templates' => [
  14001.                     ],
  14002.                     'cache' => 'sonata.cache.noop',
  14003.                     'settings' => [
  14004.                     ],
  14005.                 ],
  14006.                 'sonata.block.service.rss' => [
  14007.                     'contexts' => [
  14008.                     ],
  14009.                     'templates' => [
  14010.                     ],
  14011.                     'cache' => 'sonata.cache.noop',
  14012.                     'settings' => [
  14013.                     ],
  14014.                 ],
  14015.                 'sonata.block.service.template' => [
  14016.                     'contexts' => [
  14017.                     ],
  14018.                     'templates' => [
  14019.                     ],
  14020.                     'cache' => 'sonata.cache.noop',
  14021.                     'settings' => [
  14022.                     ],
  14023.                 ],
  14024.                 'sonata.block.service.menu' => [
  14025.                     'contexts' => [
  14026.                     ],
  14027.                     'templates' => [
  14028.                     ],
  14029.                     'cache' => 'sonata.cache.noop',
  14030.                     'settings' => [
  14031.                     ],
  14032.                 ],
  14033.                 'sonata.admin.block.admin_list' => [
  14034.                     'contexts' => [
  14035.                     ],
  14036.                     'templates' => [
  14037.                     ],
  14038.                     'cache' => 'sonata.cache.noop',
  14039.                     'settings' => [
  14040.                     ],
  14041.                 ],
  14042.                 'sonata.admin.block.search_result' => [
  14043.                     'contexts' => [
  14044.                     ],
  14045.                     'templates' => [
  14046.                     ],
  14047.                     'cache' => 'sonata.cache.noop',
  14048.                     'settings' => [
  14049.                     ],
  14050.                 ],
  14051.                 'sonata.admin.block.stats' => [
  14052.                     'contexts' => [
  14053.                     ],
  14054.                     'templates' => [
  14055.                     ],
  14056.                     'cache' => 'sonata.cache.noop',
  14057.                     'settings' => [
  14058.                     ],
  14059.                 ],
  14060.                 'sonata.admin.block.admin_preview' => [
  14061.                     'contexts' => [
  14062.                     ],
  14063.                     'templates' => [
  14064.                     ],
  14065.                     'cache' => 'sonata.cache.noop',
  14066.                     'settings' => [
  14067.                     ],
  14068.                 ],
  14069.                 'sonata.seo.block.breadcrumb.homepage' => [
  14070.                     'contexts' => [
  14071.                     ],
  14072.                     'templates' => [
  14073.                     ],
  14074.                     'cache' => 'sonata.cache.noop',
  14075.                     'settings' => [
  14076.                     ],
  14077.                 ],
  14078.             ],
  14079.             'sonata_block.blocks_by_class' => [
  14080.             ],
  14081.             'sonata_blocks.block_types' => [
  14082.                 => 'block.footer',
  14083.                 => 'block.frontpage.news',
  14084.                 => 'block.events.4x1',
  14085.                 => 'block.random.jobs',
  14086.                 => 'block.slider',
  14087.                 => 'block.header.main',
  14088.                 => 'block.header.child',
  14089.                 => 'block.heading',
  14090.                 => 'block.editor',
  14091.                 => 'sonata.block.service.container',
  14092.                 10 => 'sonata.block.service.empty',
  14093.                 11 => 'sonata.block.service.text',
  14094.                 12 => 'sonata.block.service.rss',
  14095.                 13 => 'sonata.block.service.template',
  14096.                 14 => 'sonata.block.service.menu',
  14097.                 15 => 'sonata.admin.block.admin_list',
  14098.                 16 => 'sonata.admin.block.search_result',
  14099.                 17 => 'sonata.admin.block.stats',
  14100.                 18 => 'sonata.admin.block.admin_preview',
  14101.                 19 => 'sonata.seo.block.breadcrumb.homepage',
  14102.             ],
  14103.             'sonata_block.cache_blocks' => [
  14104.                 'by_class' => [
  14105.                 ],
  14106.                 'by_type' => [
  14107.                     'block.footer' => 'sonata.cache.noop',
  14108.                     'block.frontpage.news' => 'sonata.cache.noop',
  14109.                     'block.events.4x1' => 'sonata.cache.noop',
  14110.                     'block.random.jobs' => 'sonata.cache.noop',
  14111.                     'block.slider' => 'sonata.cache.noop',
  14112.                     'block.header.main' => 'sonata.cache.noop',
  14113.                     'block.header.child' => 'sonata.cache.noop',
  14114.                     'block.heading' => 'sonata.cache.noop',
  14115.                     'block.editor' => 'sonata.cache.noop',
  14116.                     'sonata.block.service.container' => 'sonata.cache.noop',
  14117.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  14118.                     'sonata.block.service.text' => 'sonata.cache.noop',
  14119.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  14120.                     'sonata.block.service.template' => 'sonata.cache.noop',
  14121.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  14122.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  14123.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  14124.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  14125.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  14126.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  14127.                 ],
  14128.             ],
  14129.             'sonata_blocks.default_contexts' => [
  14130.             ],
  14131.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  14132.                 'enum' => 'select',
  14133.                 'choice' => 'select',
  14134.                 'boolean' => 'select',
  14135.                 'textarea' => 'textarea',
  14136.                 'html' => 'textarea',
  14137.                 'email' => 'email',
  14138.                 'string' => 'text',
  14139.                 'integer' => 'number',
  14140.                 'float' => 'number',
  14141.                 'currency' => 'number',
  14142.                 'percent' => 'number',
  14143.                 'url' => 'url',
  14144.             ],
  14145.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  14146.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  14147.             'sonata.admin.configuration.templates' => [
  14148.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  14149.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  14150.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  14151.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  14152.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  14153.                 'search' => '@SonataAdmin/Core/search.html.twig',
  14154.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  14155.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  14156.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  14157.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  14158.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  14159.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  14160.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  14161.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  14162.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  14163.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  14164.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  14165.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  14166.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  14167.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  14168.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  14169.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  14170.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  14171.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  14172.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  14173.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  14174.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  14175.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  14176.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  14177.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  14178.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  14179.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  14180.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  14181.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  14182.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  14183.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  14184.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  14185.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  14186.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  14187.                 'form_theme' => [
  14188.                 ],
  14189.                 'filter_theme' => [
  14190.                 ],
  14191.             ],
  14192.             'sonata.admin.configuration.default_admin_services' => [
  14193.                 'model_manager' => NULL,
  14194.                 'data_source' => NULL,
  14195.                 'field_description_factory' => NULL,
  14196.                 'form_contractor' => NULL,
  14197.                 'show_builder' => NULL,
  14198.                 'list_builder' => NULL,
  14199.                 'datagrid_builder' => NULL,
  14200.                 'translator' => NULL,
  14201.                 'configuration_pool' => NULL,
  14202.                 'route_generator' => NULL,
  14203.                 'security_handler' => NULL,
  14204.                 'menu_factory' => NULL,
  14205.                 'route_builder' => NULL,
  14206.                 'label_translator_strategy' => NULL,
  14207.                 'pager_type' => NULL,
  14208.             ],
  14209.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  14210.             'sonata.admin.configuration.dashboard_groups' => [
  14211.             ],
  14212.             'sonata.admin.configuration.dashboard_blocks' => [
  14213.                 => [
  14214.                     'position' => 'left',
  14215.                     'settings' => [
  14216.                     ],
  14217.                     'type' => 'sonata.admin.block.admin_list',
  14218.                     'roles' => [
  14219.                     ],
  14220.                 ],
  14221.             ],
  14222.             'sonata.admin.configuration.sort_admins' => false,
  14223.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  14224.             'sonata.admin.configuration.default_group' => 'default',
  14225.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  14226.             'sonata.admin.configuration.default_translation_domain' => NULL,
  14227.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  14228.             'sonata.admin.configuration.breadcrumbs' => [
  14229.                 'child_admin_route' => 'show',
  14230.             ],
  14231.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  14232.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  14233.             'sonata.admin.configuration.security.information' => [
  14234.             ],
  14235.             'sonata.admin.configuration.security.admin_permissions' => [
  14236.                 => 'CREATE',
  14237.                 => 'LIST',
  14238.                 => 'DELETE',
  14239.                 => 'UNDELETE',
  14240.                 => 'EXPORT',
  14241.                 => 'OPERATOR',
  14242.                 => 'MASTER',
  14243.             ],
  14244.             'sonata.admin.configuration.security.object_permissions' => [
  14245.                 => 'VIEW',
  14246.                 => 'EDIT',
  14247.                 => 'HISTORY',
  14248.                 => 'DELETE',
  14249.                 => 'UNDELETE',
  14250.                 => 'OPERATOR',
  14251.                 => 'MASTER',
  14252.                 => 'OWNER',
  14253.             ],
  14254.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  14255.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  14256.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  14257.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  14258.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  14259.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  14260.             'sonata.admin.extension.map' => [
  14261.             ],
  14262.             'sonata.admin.configuration.filters.persist' => false,
  14263.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  14264.             'sonata.admin.configuration.show.mosaic.button' => true,
  14265.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  14266.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  14267.             'sonata_doctrine_orm_admin.templates' => [
  14268.                 'types' => [
  14269.                     'list' => [
  14270.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  14271.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  14272.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  14273.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  14274.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  14275.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  14276.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  14277.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  14278.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  14279.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  14280.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  14281.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  14282.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  14283.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  14284.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  14285.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  14286.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  14287.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  14288.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  14289.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  14290.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  14291.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  14292.                     ],
  14293.                     'show' => [
  14294.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  14295.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  14296.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  14297.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  14298.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  14299.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  14300.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  14301.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  14302.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  14303.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  14304.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  14305.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  14306.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  14307.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  14308.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  14309.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  14310.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  14311.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  14312.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  14313.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  14314.                     ],
  14315.                 ],
  14316.             ],
  14317.             'sonata.form.form_type' => 'standard',
  14318.             'sonata.seo.config' => [
  14319.                 'title' => 'Berufsreise',
  14320.                 'default' => 'sonata.seo.page.default',
  14321.                 'metas' => [
  14322.                     'name' => [
  14323.                         'keywords' => 'berufsreise, tirol, berufsorientierung, schüler, eltern, lehrer, unternehmen, beruf',
  14324.                         '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.',
  14325.                         'robots' => 'index, follow',
  14326.                         'viewport' => 'width=device-width, initial-scale=1',
  14327.                     ],
  14328.                     'property' => [
  14329.                         'og:site_name' => 'berufsreise.at',
  14330.                         '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!',
  14331.                         'og:title' => 'berufsreise.at',
  14332.                         'og:type' => 'article',
  14333.                         'og:url' => 'https://www.berufsreise.at',
  14334.                         'og:image' => 'https://www.berufsreise.at/static/images/berufsreise-og-image.png',
  14335.                     ],
  14336.                     'http-equiv' => [
  14337.                         'Content-Type' => 'text/html; charset=utf-8',
  14338.                     ],
  14339.                     'charset' => [
  14340.                         'UTF-8' => '',
  14341.                     ],
  14342.                 ],
  14343.                 'head' => [
  14344.                     'xmlns' => 'http://www.w3.org/1999/xhtml',
  14345.                     'xmlns:og' => 'http://opengraphprotocol.org/schema/',
  14346.                 ],
  14347.                 'separator' => ' - ',
  14348.                 'title_prefix' => NULL,
  14349.                 'title_suffix' => NULL,
  14350.             ],
  14351.             'event_dispatcher.event_aliases' => [
  14352.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  14353.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  14354.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  14355.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  14356.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  14357.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  14358.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  14359.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  14360.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  14361.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  14362.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  14363.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  14364.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  14365.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  14366.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  14367.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  14368.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  14369.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  14370.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  14371.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  14372.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  14373.             ],
  14374.             'fragment.renderer.hinclude.global_template' => NULL,
  14375.             'fragment.path' => '/_fragment',
  14376.             'kernel.http_method_override' => false,
  14377.             'kernel.trusted_hosts' => [
  14378.             ],
  14379.             'kernel.default_locale' => 'de',
  14380.             'kernel.enabled_locales' => [
  14381.                 => 'de',
  14382.             ],
  14383.             'kernel.error_controller' => 'error_controller',
  14384.             'debug.file_link_format' => NULL,
  14385.             'asset.request_context.base_path' => NULL,
  14386.             'asset.request_context.secure' => NULL,
  14387.             'translator.logging' => false,
  14388.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  14389.             'debug.error_handler.throw_at' => -1,
  14390.             'router.request_context.host' => 'localhost',
  14391.             'router.request_context.scheme' => 'http',
  14392.             'router.request_context.base_url' => '',
  14393.             'router.resource' => 'kernel::loadRoutes',
  14394.             'request_listener.http_port' => 80,
  14395.             'request_listener.https_port' => 443,
  14396.             'session.metadata.storage_key' => '_sf2_meta',
  14397.             'session.storage.options' => [
  14398.                 'cache_limiter' => '0',
  14399.                 'cookie_secure' => 'auto',
  14400.                 'cookie_httponly' => true,
  14401.                 'cookie_samesite' => 'none',
  14402.                 'gc_probability' => 1,
  14403.             ],
  14404.             'session.save_path' => NULL,
  14405.             'session.metadata.update_threshold' => 0,
  14406.             'form.type_extension.csrf.enabled' => true,
  14407.             'form.type_extension.csrf.field_name' => '_token',
  14408.             'validator.translation_domain' => 'validators',
  14409.             'profiler_listener.only_exceptions' => false,
  14410.             'profiler_listener.only_main_requests' => false,
  14411.             'twig.form.resources' => [
  14412.                 => 'form_div_layout.html.twig',
  14413.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  14414.                 => 'bootstrap_3_layout.html.twig',
  14415.                 => '@frontend/form/datepicker.html.twig',
  14416.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  14417.             ],
  14418.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  14419.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  14420.             'web_profiler.debug_toolbar.mode' => 2,
  14421.             'monolog.use_microseconds' => true,
  14422.             'monolog.swift_mailer.handlers' => [
  14423.             ],
  14424.             'monolog.handlers_to_channels' => [
  14425.                 'monolog.handler.console' => [
  14426.                     'type' => 'exclusive',
  14427.                     'elements' => [
  14428.                         => 'event',
  14429.                         => 'doctrine',
  14430.                         => 'console',
  14431.                     ],
  14432.                 ],
  14433.                 'monolog.handler.main' => [
  14434.                     'type' => 'exclusive',
  14435.                     'elements' => [
  14436.                         => 'event',
  14437.                     ],
  14438.                 ],
  14439.             ],
  14440.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  14441.             'security.role_hierarchy.roles' => [
  14442.             ],
  14443.             'security.access.denied_url' => NULL,
  14444.             'security.authentication.manager.erase_credentials' => true,
  14445.             'security.authentication.session_strategy.strategy' => 'migrate',
  14446.             'security.access.always_authenticate_before_granting' => false,
  14447.             'security.authentication.hide_user_not_found' => true,
  14448.             'security.firewalls' => [
  14449.                 => 'dev',
  14450.                 => 'oauth2_api',
  14451.                 => 'admin',
  14452.                 => 'rookie_admin',
  14453.                 => 'shuttle_admin',
  14454.                 => 'rookie_day_admin',
  14455.                 => 'main',
  14456.             ],
  14457.             'overblog_graphql_types.classes_map' => [
  14458.             ],
  14459.             'data_collector.templates' => [
  14460.                 'data_collector.request' => [
  14461.                     => 'request',
  14462.                     => '@WebProfiler/Collector/request.html.twig',
  14463.                 ],
  14464.                 'data_collector.time' => [
  14465.                     => 'time',
  14466.                     => '@WebProfiler/Collector/time.html.twig',
  14467.                 ],
  14468.                 'data_collector.memory' => [
  14469.                     => 'memory',
  14470.                     => '@WebProfiler/Collector/memory.html.twig',
  14471.                 ],
  14472.                 'data_collector.validator' => [
  14473.                     => 'validator',
  14474.                     => '@WebProfiler/Collector/validator.html.twig',
  14475.                 ],
  14476.                 'data_collector.ajax' => [
  14477.                     => 'ajax',
  14478.                     => '@WebProfiler/Collector/ajax.html.twig',
  14479.                 ],
  14480.                 'data_collector.form' => [
  14481.                     => 'form',
  14482.                     => '@WebProfiler/Collector/form.html.twig',
  14483.                 ],
  14484.                 'data_collector.exception' => [
  14485.                     => 'exception',
  14486.                     => '@WebProfiler/Collector/exception.html.twig',
  14487.                 ],
  14488.                 'data_collector.logger' => [
  14489.                     => 'logger',
  14490.                     => '@WebProfiler/Collector/logger.html.twig',
  14491.                 ],
  14492.                 'data_collector.events' => [
  14493.                     => 'events',
  14494.                     => '@WebProfiler/Collector/events.html.twig',
  14495.                 ],
  14496.                 'data_collector.router' => [
  14497.                     => 'router',
  14498.                     => '@WebProfiler/Collector/router.html.twig',
  14499.                 ],
  14500.                 'data_collector.cache' => [
  14501.                     => 'cache',
  14502.                     => '@WebProfiler/Collector/cache.html.twig',
  14503.                 ],
  14504.                 'data_collector.translation' => [
  14505.                     => 'translation',
  14506.                     => '@WebProfiler/Collector/translation.html.twig',
  14507.                 ],
  14508.                 'data_collector.security' => [
  14509.                     => 'security',
  14510.                     => '@Security/Collector/security.html.twig',
  14511.                 ],
  14512.                 'data_collector.twig' => [
  14513.                     => 'twig',
  14514.                     => '@WebProfiler/Collector/twig.html.twig',
  14515.                 ],
  14516.                 'data_collector.doctrine' => [
  14517.                     => 'db',
  14518.                     => '@Doctrine/Collector/db.html.twig',
  14519.                 ],
  14520.                 'data_collector.http_client' => [
  14521.                     => 'http_client',
  14522.                     => '@WebProfiler/Collector/http_client.html.twig',
  14523.                 ],
  14524.                 'doctrine_migrations.migrations_collector' => [
  14525.                     => 'doctrine_migrations',
  14526.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  14527.                 ],
  14528.                 'data_collector.dump' => [
  14529.                     => 'dump',
  14530.                     => '@Debug/Profiler/dump.html.twig',
  14531.                 ],
  14532.                 'fos_elastica.data_collector' => [
  14533.                     => 'elastica',
  14534.                     => '@FOSElastica/Collector/elastica.html.twig',
  14535.                 ],
  14536.                 'data_collector.jms_serializer' => [
  14537.                     => 'jms_serializer',
  14538.                     => '@JMSSerializer/Collector/panel.html.twig',
  14539.                 ],
  14540.                 'Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector' => [
  14541.                     => 'graphql',
  14542.                     => '@OverblogGraphQL/profiler/panel.html.twig',
  14543.                 ],
  14544.                 'sonata.block.data_collector' => [
  14545.                     => 'block',
  14546.                     => '@SonataBlock/Profiler/block.html.twig',
  14547.                 ],
  14548.                 'mailer.data_collector' => [
  14549.                     => 'mailer',
  14550.                     => '@WebProfiler/Collector/mailer.html.twig',
  14551.                 ],
  14552.                 'notifier.data_collector' => [
  14553.                     => 'notifier',
  14554.                     => '@WebProfiler/Collector/notifier.html.twig',
  14555.                 ],
  14556.                 'data_collector.config' => [
  14557.                     => 'config',
  14558.                     => '@WebProfiler/Collector/config.html.twig',
  14559.                 ],
  14560.             ],
  14561.             'console.command.ids' => [
  14562.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand',
  14563.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand',
  14564.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand',
  14565.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand',
  14566.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand',
  14567.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand',
  14568.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand',
  14569.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand',
  14570.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand',
  14571.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand',
  14572.                 10 => 'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand',
  14573.                 11 => 'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand',
  14574.                 12 => 'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand',
  14575.                 13 => 'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand',
  14576.                 14 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand',
  14577.                 15 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand',
  14578.                 16 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand',
  14579.                 17 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand',
  14580.                 18 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand',
  14581.                 19 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand',
  14582.                 20 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand',
  14583.                 21 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand',
  14584.                 22 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand',
  14585.                 23 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand',
  14586.                 24 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand',
  14587.                 25 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand',
  14588.                 26 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand',
  14589.                 27 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand',
  14590.                 28 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand',
  14591.                 29 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand',
  14592.                 30 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand',
  14593.                 31 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand',
  14594.                 32 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand',
  14595.                 33 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand',
  14596.                 34 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand',
  14597.                 35 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand',
  14598.                 36 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizCorrectPointsCommand',
  14599.                 37 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand',
  14600.                 38 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand',
  14601.                 39 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand',
  14602.                 40 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand',
  14603.                 41 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand',
  14604.                 42 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand',
  14605.                 43 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand',
  14606.                 44 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand',
  14607.                 45 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand',
  14608.                 46 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand',
  14609.                 47 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand',
  14610.                 48 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand',
  14611.                 49 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand',
  14612.                 50 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand',
  14613.                 51 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand',
  14614.                 52 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand',
  14615.                 53 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand',
  14616.                 54 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand',
  14617.                 55 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand',
  14618.                 56 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand',
  14619.                 57 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand',
  14620.                 58 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand',
  14621.                 59 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand',
  14622.                 60 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand',
  14623.                 61 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand',
  14624.                 62 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand',
  14625.                 63 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand',
  14626.                 64 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand',
  14627.                 65 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand',
  14628.                 66 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand',
  14629.                 67 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand',
  14630.                 68 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand',
  14631.                 69 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand',
  14632.                 70 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand',
  14633.                 71 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand',
  14634.                 72 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand',
  14635.                 73 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand',
  14636.                 74 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand',
  14637.                 75 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand',
  14638.                 76 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand',
  14639.                 77 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand',
  14640.                 78 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand',
  14641.                 79 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand',
  14642.                 80 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand',
  14643.                 81 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand',
  14644.                 82 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand',
  14645.                 83 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand',
  14646.                 84 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand',
  14647.                 85 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand',
  14648.                 86 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand',
  14649.                 87 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand',
  14650.                 88 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand',
  14651.                 89 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand',
  14652.                 90 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand',
  14653.                 91 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand',
  14654.                 92 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand',
  14655.                 93 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand',
  14656.                 94 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand',
  14657.                 95 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand',
  14658.                 96 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand',
  14659.                 97 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand',
  14660.                 98 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand',
  14661.                 99 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand',
  14662.                 100 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand',
  14663.                 101 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand',
  14664.                 102 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand',
  14665.                 103 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand',
  14666.                 104 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand',
  14667.                 105 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand',
  14668.                 106 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand',
  14669.                 107 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand',
  14670.                 108 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand',
  14671.                 109 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand',
  14672.                 110 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand',
  14673.                 111 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand',
  14674.                 112 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand',
  14675.                 113 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand',
  14676.                 114 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand',
  14677.                 115 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand',
  14678.                 116 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassCodeCommand',
  14679.                 117 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand',
  14680.                 118 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand',
  14681.                 119 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand',
  14682.                 120 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand',
  14683.                 121 => 'console.command.public_alias.sonata.cache.command.flush',
  14684.                 122 => 'console.command.public_alias.sonata.cache.command.flushall',
  14685.                 123 => 'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand',
  14686.                 124 => 'Sonata\\CacheBundle\\Command\\CacheFlushCommand',
  14687.             ],
  14688.         ];
  14689.     }
  14690.     protected function throw($message)
  14691.     {
  14692.         throw new RuntimeException($message);
  14693.     }
  14694. }