var/cache/dev/Container2xuqU7M/App_KernelDevDebugContainer.php line 2492

Open in your IDE?
  1. <?php
  2. namespace Container2xuqU7M;
  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\\BlockController' => 'getBlockControllerService',
  95.             'App\\Controller\\AdminBundle\\BoPartnerProfileController' => 'getBoPartnerProfileControllerService',
  96.             'App\\Controller\\AdminBundle\\BoPartnerProfileNameController' => 'getBoPartnerProfileNameControllerService',
  97.             'App\\Controller\\AdminBundle\\CommonController' => 'getCommonControllerService',
  98.             'App\\Controller\\AdminBundle\\CompanyBenefitController' => 'getCompanyBenefitControllerService',
  99.             'App\\Controller\\AdminBundle\\CompanyCertificateController' => 'getCompanyCertificateControllerService',
  100.             'App\\Controller\\AdminBundle\\CompanyProfileController' => 'getCompanyProfileControllerService',
  101.             'App\\Controller\\AdminBundle\\CompanyProfileNameController' => 'getCompanyProfileNameControllerService',
  102.             'App\\Controller\\AdminBundle\\CompanySizeController' => 'getCompanySizeControllerService',
  103.             'App\\Controller\\AdminBundle\\EventBcDistrictController' => 'getEventBcDistrictControllerService',
  104.             'App\\Controller\\AdminBundle\\EventTagCategoryController' => 'getEventTagCategoryControllerService',
  105.             'App\\Controller\\AdminBundle\\EventTagController' => 'getEventTagControllerService',
  106.             'App\\Controller\\AdminBundle\\FaqCategoryController' => 'getFaqCategoryControllerService',
  107.             'App\\Controller\\AdminBundle\\FaqQuestionController' => 'getFaqQuestionControllerService',
  108.             'App\\Controller\\AdminBundle\\FaqSubCategoryController' => 'getFaqSubCategoryControllerService',
  109.             'App\\Controller\\AdminBundle\\GalleryController' => 'getGalleryControllerService',
  110.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanyCategoryController' => 'getInfoSectionCompanyCategoryControllerService',
  111.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanyEntryController' => 'getInfoSectionCompanyEntryControllerService',
  112.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionCompanySubCategoryController' => 'getInfoSectionCompanySubCategoryControllerService',
  113.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideCategoryController' => 'getInfoSectionGuideCategoryControllerService',
  114.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideEntryController' => 'getInfoSectionGuideEntryControllerService',
  115.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionGuideSubCategoryController' => 'getInfoSectionGuideSubCategoryControllerService',
  116.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherCategoryController' => 'getInfoSectionTeacherCategoryControllerService',
  117.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherEntryController' => 'getInfoSectionTeacherEntryControllerService',
  118.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionTeacherSubCategoryController' => 'getInfoSectionTeacherSubCategoryControllerService',
  119.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersCategoryController' => 'getInfoSectionVirtualOffersCategoryControllerService',
  120.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersEntryController' => 'getInfoSectionVirtualOffersEntryControllerService',
  121.             'App\\Controller\\AdminBundle\\InfoSection\\InfoSectionVirtualOffersSubCategoryController' => 'getInfoSectionVirtualOffersSubCategoryControllerService',
  122.             'App\\Controller\\AdminBundle\\InformationLinkController' => 'getInformationLinkControllerService',
  123.             'App\\Controller\\AdminBundle\\JobAmsController' => 'getJobAmsControllerService',
  124.             'App\\Controller\\AdminBundle\\JobController' => 'getJobControllerService',
  125.             'App\\Controller\\AdminBundle\\JobDailyRoutineApprenticeController' => 'getJobDailyRoutineApprenticeControllerService',
  126.             'App\\Controller\\AdminBundle\\JobDailyRoutineApprenticeEntryController' => 'getJobDailyRoutineApprenticeEntryControllerService',
  127.             'App\\Controller\\AdminBundle\\JobDetailImageController' => 'getJobDetailImageControllerService',
  128.             'App\\Controller\\AdminBundle\\JobLinkController' => 'getJobLinkControllerService',
  129.             'App\\Controller\\AdminBundle\\JobPortraitController' => 'getJobPortraitControllerService',
  130.             'App\\Controller\\AdminBundle\\JobPortraitEntryController' => 'getJobPortraitEntryControllerService',
  131.             'App\\Controller\\AdminBundle\\JobSectorController' => 'getJobSectorControllerService',
  132.             'App\\Controller\\AdminBundle\\JobWorkFieldController' => 'getJobWorkFieldControllerService',
  133.             'App\\Controller\\AdminBundle\\MediaController' => 'getMediaControllerService',
  134.             'App\\Controller\\AdminBundle\\MiscFileController' => 'getMiscFileControllerService',
  135.             'App\\Controller\\AdminBundle\\NewsController' => 'getNewsControllerService',
  136.             'App\\Controller\\AdminBundle\\OperatorController' => 'getOperatorControllerService',
  137.             'App\\Controller\\AdminBundle\\PointsGeneralController' => 'getPointsGeneralControllerService',
  138.             'App\\Controller\\AdminBundle\\PointsSchoolClassController' => 'getPointsSchoolClassControllerService',
  139.             'App\\Controller\\AdminBundle\\ProviderController' => 'getProviderControllerService',
  140.             'App\\Controller\\AdminBundle\\RookieDay\\AdminController' => 'getAdminController2Service',
  141.             'App\\Controller\\AdminBundle\\RookieDay\\CSVController' => 'getCSVControllerService',
  142.             'App\\Controller\\AdminBundle\\RookieDay\\CompanyContactController' => 'getCompanyContactControllerService',
  143.             'App\\Controller\\AdminBundle\\RookieDay\\CompanyController' => 'getCompanyControllerService',
  144.             'App\\Controller\\AdminBundle\\RookieDay\\SchoolController' => 'getSchoolControllerService',
  145.             'App\\Controller\\AdminBundle\\RookieDay\\SecurityController' => 'getSecurityControllerService',
  146.             'App\\Controller\\AdminBundle\\RookieDay\\SetupController' => 'getSetupControllerService',
  147.             'App\\Controller\\AdminBundle\\RookieDay\\StudentController' => 'getStudentControllerService',
  148.             'App\\Controller\\AdminBundle\\RookieDay\\VariableController' => 'getVariableControllerService',
  149.             'App\\Controller\\AdminBundle\\Rookie\\AdminController' => 'getAdminController3Service',
  150.             'App\\Controller\\AdminBundle\\Rookie\\AutoCompleteController' => 'getAutoCompleteController2Service',
  151.             'App\\Controller\\AdminBundle\\Rookie\\BookingController' => 'getBookingControllerService',
  152.             'App\\Controller\\AdminBundle\\Rookie\\OfferController' => 'getOfferControllerService',
  153.             'App\\Controller\\AdminBundle\\Rookie\\OfferTsMappingController' => 'getOfferTsMappingControllerService',
  154.             'App\\Controller\\AdminBundle\\Rookie\\ProviderContactController' => 'getProviderContactControllerService',
  155.             'App\\Controller\\AdminBundle\\Rookie\\ProviderController' => 'getProviderController2Service',
  156.             'App\\Controller\\AdminBundle\\Rookie\\ProviderLocationController' => 'getProviderLocationControllerService',
  157.             'App\\Controller\\AdminBundle\\Rookie\\ProviderRegisterTimeController' => 'getProviderRegisterTimeControllerService',
  158.             'App\\Controller\\AdminBundle\\Rookie\\SchoolClassController' => 'getSchoolClassControllerService',
  159.             'App\\Controller\\AdminBundle\\Rookie\\SchoolContactController' => 'getSchoolContactControllerService',
  160.             'App\\Controller\\AdminBundle\\Rookie\\SchoolController' => 'getSchoolController2Service',
  161.             'App\\Controller\\AdminBundle\\Rookie\\SecurityController' => 'getSecurityController2Service',
  162.             'App\\Controller\\AdminBundle\\Rookie\\TimeSlotController' => 'getTimeSlotControllerService',
  163.             'App\\Controller\\AdminBundle\\SchoolAwardsController' => 'getSchoolAwardsControllerService',
  164.             'App\\Controller\\AdminBundle\\SchoolBenefitController' => 'getSchoolBenefitControllerService',
  165.             'App\\Controller\\AdminBundle\\SchoolClassController' => 'getSchoolClassController2Service',
  166.             'App\\Controller\\AdminBundle\\SchoolClassGradeController' => 'getSchoolClassGradeControllerService',
  167.             'App\\Controller\\AdminBundle\\SchoolClassTeachingIdeaController' => 'getSchoolClassTeachingIdeaControllerService',
  168.             'App\\Controller\\AdminBundle\\SchoolClassYearController' => 'getSchoolClassYearControllerService',
  169.             'App\\Controller\\AdminBundle\\SchoolController' => 'getSchoolController3Service',
  170.             'App\\Controller\\AdminBundle\\SchoolDirectorController' => 'getSchoolDirectorControllerService',
  171.             'App\\Controller\\AdminBundle\\SchoolPortraitController' => 'getSchoolPortraitControllerService',
  172.             'App\\Controller\\AdminBundle\\SchoolPortraitEntryController' => 'getSchoolPortraitEntryControllerService',
  173.             'App\\Controller\\AdminBundle\\SchoolProfileController' => 'getSchoolProfileControllerService',
  174.             'App\\Controller\\AdminBundle\\SchoolProfileNameController' => 'getSchoolProfileNameControllerService',
  175.             'App\\Controller\\AdminBundle\\SchoolTeacherController' => 'getSchoolTeacherControllerService',
  176.             'App\\Controller\\AdminBundle\\SchoolTypeController' => 'getSchoolTypeControllerService',
  177.             'App\\Controller\\AdminBundle\\SearchTagController' => 'getSearchTagControllerService',
  178.             'App\\Controller\\AdminBundle\\SectorImageController' => 'getSectorImageControllerService',
  179.             'App\\Controller\\AdminBundle\\SecurityController' => 'getSecurityController3Service',
  180.             'App\\Controller\\AdminBundle\\Shuttle\\AdminController' => 'getAdminController4Service',
  181.             'App\\Controller\\AdminBundle\\Shuttle\\AutoCompleteController' => 'getAutoCompleteController3Service',
  182.             'App\\Controller\\AdminBundle\\Shuttle\\BookingController' => 'getBookingController2Service',
  183.             'App\\Controller\\AdminBundle\\Shuttle\\CSVController' => 'getCSVController2Service',
  184.             'App\\Controller\\AdminBundle\\Shuttle\\CompanyController' => 'getCompanyController2Service',
  185.             'App\\Controller\\AdminBundle\\Shuttle\\CompanyDateMappingsController' => 'getCompanyDateMappingsControllerService',
  186.             'App\\Controller\\AdminBundle\\Shuttle\\DateController' => 'getDateControllerService',
  187.             'App\\Controller\\AdminBundle\\Shuttle\\SecurityController' => 'getSecurityController4Service',
  188.             'App\\Controller\\AdminBundle\\Shuttle\\TourController' => 'getTourControllerService',
  189.             'App\\Controller\\AdminBundle\\Shuttle\\VariableController' => 'getVariableController2Service',
  190.             'App\\Controller\\AdminBundle\\SitesController' => 'getSitesControllerService',
  191.             'App\\Controller\\AdminBundle\\SliderItemController' => 'getSliderItemControllerService',
  192.             'App\\Controller\\AdminBundle\\StatisticsController' => 'getStatisticsControllerService',
  193.             'App\\Controller\\AdminBundle\\SubjectCategoryController' => 'getSubjectCategoryControllerService',
  194.             'App\\Controller\\AdminBundle\\SubjectController' => 'getSubjectControllerService',
  195.             'App\\Controller\\AdminBundle\\SwitchUserController' => 'getSwitchUserControllerService',
  196.             'App\\Controller\\AdminBundle\\TitleController' => 'getTitleControllerService',
  197.             'App\\Controller\\AdminBundle\\VirtualRealityPortraitController' => 'getVirtualRealityPortraitControllerService',
  198.             'App\\Controller\\ApiBundle\\Job\\JobController' => 'getJobController2Service',
  199.             'App\\Controller\\BackendBundle\\ApiController' => 'getApiControllerService',
  200.             'App\\Controller\\BackendBundle\\OAuth2Controller' => 'getOAuth2ControllerService',
  201.             'App\\Controller\\FrontendBundle\\AutoCompleteController' => 'getAutoCompleteController4Service',
  202.             'App\\Controller\\FrontendBundle\\BoPartner\\BoPartnerProfileController' => 'getBoPartnerProfileController2Service',
  203.             'App\\Controller\\FrontendBundle\\BoPartner\\BoPartnerProfileSelectController' => 'getBoPartnerProfileSelectControllerService',
  204.             'App\\Controller\\FrontendBundle\\BoPartner\\EventController' => 'getEventControllerService',
  205.             'App\\Controller\\FrontendBundle\\CacheController' => 'getCacheControllerService',
  206.             'App\\Controller\\FrontendBundle\\Company\\CompanyProfileController' => 'getCompanyProfileController2Service',
  207.             'App\\Controller\\FrontendBundle\\Company\\CompanyProfileSelectController' => 'getCompanyProfileSelectControllerService',
  208.             'App\\Controller\\FrontendBundle\\Company\\EventController' => 'getEventController2Service',
  209.             'App\\Controller\\FrontendBundle\\DailyRoutinesController' => 'getDailyRoutinesControllerService',
  210.             'App\\Controller\\FrontendBundle\\DirectLinksController' => 'getDirectLinksControllerService',
  211.             'App\\Controller\\FrontendBundle\\Director\\BookingController' => 'getBookingController3Service',
  212.             'App\\Controller\\FrontendBundle\\Director\\SchoolClassController' => 'getSchoolClassController3Service',
  213.             'App\\Controller\\FrontendBundle\\ETerminController' => 'getETerminControllerService',
  214.             'App\\Controller\\FrontendBundle\\Event\\EventController' => 'getEventController3Service',
  215.             'App\\Controller\\FrontendBundle\\Event\\FeedbackController' => 'getFeedbackControllerService',
  216.             'App\\Controller\\FrontendBundle\\FaqController' => 'getFaqControllerService',
  217.             'App\\Controller\\FrontendBundle\\FrontpageController' => 'getFrontpageControllerService',
  218.             'App\\Controller\\FrontendBundle\\Games\\AnschreibenGameController' => 'getAnschreibenGameControllerService',
  219.             'App\\Controller\\FrontendBundle\\Games\\JeopardyGameController' => 'getJeopardyGameControllerService',
  220.             'App\\Controller\\FrontendBundle\\Games\\LebenslaufGameController' => 'getLebenslaufGameControllerService',
  221.             'App\\Controller\\FrontendBundle\\Games\\MemoryGameController' => 'getMemoryGameControllerService',
  222.             'App\\Controller\\FrontendBundle\\Games\\StellenanzeigeGameController' => 'getStellenanzeigeGameControllerService',
  223.             'App\\Controller\\FrontendBundle\\Games\\StellenanzeigeGameOLDController' => 'getStellenanzeigeGameOLDControllerService',
  224.             'App\\Controller\\FrontendBundle\\GeneralController' => 'getGeneralControllerService',
  225.             'App\\Controller\\FrontendBundle\\Ideas\\CompanyIdeasController' => 'getCompanyIdeasControllerService',
  226.             'App\\Controller\\FrontendBundle\\Ideas\\GuidelinesController' => 'getGuidelinesControllerService',
  227.             'App\\Controller\\FrontendBundle\\Ideas\\TeacherIdeasController' => 'getTeacherIdeasControllerService',
  228.             'App\\Controller\\FrontendBundle\\Ideas\\VirtualOffersController' => 'getVirtualOffersControllerService',
  229.             'App\\Controller\\FrontendBundle\\InfoController' => 'getInfoControllerService',
  230.             'App\\Controller\\FrontendBundle\\Job\\JobController' => 'getJobController3Service',
  231.             'App\\Controller\\FrontendBundle\\Job\\JobSectorController' => 'getJobSectorController2Service',
  232.             'App\\Controller\\FrontendBundle\\LowerAustria\\Games\\LowerAustriaMemoryGameController' => 'getLowerAustriaMemoryGameControllerService',
  233.             'App\\Controller\\FrontendBundle\\LowerAustria\\LowerAustriaController' => 'getLowerAustriaControllerService',
  234.             'App\\Controller\\FrontendBundle\\MatomoController' => 'getMatomoControllerService',
  235.             'App\\Controller\\FrontendBundle\\PDFController' => 'getPDFControllerService',
  236.             'App\\Controller\\FrontendBundle\\PasswortForgetController' => 'getPasswortForgetControllerService',
  237.             'App\\Controller\\FrontendBundle\\Registration\\RegisterCodePdfShowController' => 'getRegisterCodePdfShowControllerService',
  238.             'App\\Controller\\FrontendBundle\\Registration\\RegisterGeneralController' => 'getRegisterGeneralControllerService',
  239.             'App\\Controller\\FrontendBundle\\Registration\\RegisterProviderController' => 'getRegisterProviderControllerService',
  240.             'App\\Controller\\FrontendBundle\\Registration\\RegisterTeacherController' => 'getRegisterTeacherControllerService',
  241.             'App\\Controller\\FrontendBundle\\Restricted\\AppointmentsController' => 'getAppointmentsControllerService',
  242.             'App\\Controller\\FrontendBundle\\Restricted\\BookingController' => 'getBookingController4Service',
  243.             'App\\Controller\\FrontendBundle\\Restricted\\BookingEditController' => 'getBookingEditControllerService',
  244.             'App\\Controller\\FrontendBundle\\Restricted\\BookingProposalController' => 'getBookingProposalControllerService',
  245.             'App\\Controller\\FrontendBundle\\Restricted\\BookmarkController' => 'getBookmarkControllerService',
  246.             'App\\Controller\\FrontendBundle\\Restricted\\ContactController' => 'getContactControllerService',
  247.             'App\\Controller\\FrontendBundle\\Restricted\\JobMarketController' => 'getJobMarketControllerService',
  248.             'App\\Controller\\FrontendBundle\\Restricted\\LoginController' => 'getLoginControllerService',
  249.             'App\\Controller\\FrontendBundle\\Restricted\\MediaAndGalleryController' => 'getMediaAndGalleryControllerService',
  250.             'App\\Controller\\FrontendBundle\\Restricted\\NewsController' => 'getNewsController2Service',
  251.             'App\\Controller\\FrontendBundle\\Restricted\\ProviderQuizGameQuestionsController' => 'getProviderQuizGameQuestionsControllerService',
  252.             'App\\Controller\\FrontendBundle\\Restricted\\SettingsController' => 'getSettingsControllerService',
  253.             'App\\Controller\\FrontendBundle\\Restricted\\SwitchRoleController' => 'getSwitchRoleControllerService',
  254.             'App\\Controller\\FrontendBundle\\Restricted\\UserDataController' => 'getUserDataControllerService',
  255.             'App\\Controller\\FrontendBundle\\RookieDay\\CompaniesController' => 'getCompaniesControllerService',
  256.             'App\\Controller\\FrontendBundle\\RookieDay\\FrontpageController' => 'getFrontpageController2Service',
  257.             'App\\Controller\\FrontendBundle\\RookieDay\\RegisterCompanyController' => 'getRegisterCompanyControllerService',
  258.             'App\\Controller\\FrontendBundle\\RookieDay\\RegisterStudentController' => 'getRegisterStudentControllerService',
  259.             'App\\Controller\\FrontendBundle\\Rookie\\FrontpageController' => 'getFrontpageController3Service',
  260.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\FrontpageController' => 'getFrontpageController4Service',
  261.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\OfferController' => 'getOfferController2Service',
  262.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\RegistrationController' => 'getRegistrationControllerService',
  263.             'App\\Controller\\FrontendBundle\\Rookie\\Lienz\\SearchController' => 'getSearchControllerService',
  264.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\FrontpageController' => 'getFrontpageController5Service',
  265.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\OfferController' => 'getOfferController3Service',
  266.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\RegistrationController' => 'getRegistrationController2Service',
  267.             'App\\Controller\\FrontendBundle\\Rookie\\Schwaz\\SearchController' => 'getSearchController2Service',
  268.             'App\\Controller\\FrontendBundle\\SchoolClass\\BookingController' => 'getBookingController5Service',
  269.             'App\\Controller\\FrontendBundle\\SchoolClass\\DemoSchoolClassController' => 'getDemoSchoolClassControllerService',
  270.             'App\\Controller\\FrontendBundle\\SchoolClass\\FeedbackController' => 'getFeedbackController2Service',
  271.             'App\\Controller\\FrontendBundle\\SchoolClass\\LebenslaufController' => 'getLebenslaufControllerService',
  272.             'App\\Controller\\FrontendBundle\\SchoolClass\\PreparationController' => 'getPreparationControllerService',
  273.             'App\\Controller\\FrontendBundle\\SchoolClass\\TipsController' => 'getTipsControllerService',
  274.             'App\\Controller\\FrontendBundle\\School\\EventController' => 'getEventController4Service',
  275.             'App\\Controller\\FrontendBundle\\School\\InviteTeacherController' => 'getInviteTeacherControllerService',
  276.             'App\\Controller\\FrontendBundle\\School\\SchoolClassController' => 'getSchoolClassController4Service',
  277.             'App\\Controller\\FrontendBundle\\School\\SchoolProfileController' => 'getSchoolProfileController2Service',
  278.             'App\\Controller\\FrontendBundle\\School\\SchoolProfileSelectController' => 'getSchoolProfileSelectControllerService',
  279.             'App\\Controller\\FrontendBundle\\School\\SpecialFieldsController' => 'getSpecialFieldsControllerService',
  280.             'App\\Controller\\FrontendBundle\\SearchController' => 'getSearchController3Service',
  281.             'App\\Controller\\FrontendBundle\\SecurityController' => 'getSecurityController5Service',
  282.             'App\\Controller\\FrontendBundle\\Shuttle\\FrontpageController' => 'getFrontpageController6Service',
  283.             'App\\Controller\\FrontendBundle\\Shuttle\\RegisterController' => 'getRegisterControllerService',
  284.             'App\\Controller\\FrontendBundle\\Shuttle\\TourController' => 'getTourController2Service',
  285.             'App\\Controller\\FrontendBundle\\SiteMapController' => 'getSiteMapControllerService',
  286.             'App\\Controller\\FrontendBundle\\SwitchUserController' => 'getSwitchUserController2Service',
  287.             'App\\Controller\\FrontendBundle\\Teacher\\BookingController' => 'getBookingController6Service',
  288.             'App\\Controller\\FrontendBundle\\Teacher\\OrderFolderController' => 'getOrderFolderControllerService',
  289.             'App\\Controller\\FrontendBundle\\Teacher\\SchoolClassController' => 'getSchoolClassController5Service',
  290.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  291.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  292.             'Overblog\\GraphQLBundle\\Command\\CompileCommand' => 'getCompileCommandService',
  293.             'Overblog\\GraphQLBundle\\Command\\DebugCommand' => 'getDebugCommandService',
  294.             'Overblog\\GraphQLBundle\\Command\\GraphQLDumpSchemaCommand' => 'getGraphQLDumpSchemaCommandService',
  295.             'Overblog\\GraphQLBundle\\Command\\ValidateCommand' => 'getValidateCommandService',
  296.             'Overblog\\GraphQLBundle\\Controller\\GraphController' => 'getGraphControllerService',
  297.             'Overblog\\GraphQLBundle\\Controller\\ProfilerController' => 'getProfilerController2Service',
  298.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Mutation\\MutationFieldQuery' => 'getMutationFieldQueryService',
  299.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\GlobalIdFieldQuery' => 'getGlobalIdFieldQueryService',
  300.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\NodeFieldQuery' => 'getNodeFieldQueryService',
  301.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\PluralIdentifyingRootFieldQuery' => 'getPluralIdentifyingRootFieldQueryService',
  302.             'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand' => 'getCacheFlushAllCommandService',
  303.             'Sonata\\CacheBundle\\Command\\CacheFlushCommand' => 'getCacheFlushCommandService',
  304.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  305.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  306.             'block.editor' => 'getBlock_EditorService',
  307.             'block.events.4x1' => 'getBlock_Events_4x1Service',
  308.             'block.footer' => 'getBlock_FooterService',
  309.             'block.frontpage.news' => 'getBlock_Frontpage_NewsService',
  310.             'block.header.child' => 'getBlock_Header_ChildService',
  311.             'block.header.main' => 'getBlock_Header_MainService',
  312.             'block.heading' => 'getBlock_HeadingService',
  313.             'block.random.jobs' => 'getBlock_Random_JobsService',
  314.             'block.slider' => 'getBlock_SliderService',
  315.             'cache.app_clearer' => 'getCache_AppClearerService',
  316.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  317.             'cache.system_clearer' => 'getCache_SystemClearerService',
  318.             'cache_warmer' => 'getCacheWarmerService',
  319.             'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand' => 'getAddDemoSchoolClassCommandService',
  320.             'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand' => 'getAddressCityLatLonCommandService',
  321.             'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand' => 'getAddressLatLonCommandService',
  322.             'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand' => 'getAppointmentPointsCommandService',
  323.             'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand' => 'getAssignSchoolClassStatusCommandService',
  324.             'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand' => 'getAssignTeachersToSchoolClassesCommandService',
  325.             'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand' => 'getBoMapCommandService',
  326.             'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand' => 'getCreateTeacherInvitationsCommandService',
  327.             'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand' => 'getDeleteMultipleMappingsCommandService',
  328.             'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand' => 'getDeleteNonexistantMediaCommandService',
  329.             'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand' => 'getEventTagsCommandService',
  330.             'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand' => 'getMailTemplateTestCommandService',
  331.             'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand' => 'getNewsReminderCommandService',
  332.             'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand' => 'getShuttleSchoolsCommandService',
  333.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand' => 'getTestImportBoPartnerProfileCommandService',
  334.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand' => 'getTestImportEventsCommandService',
  335.             'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand' => 'getTestImportSchoolProfileCommandService',
  336.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand' => 'getBicImportCleanupCommandService',
  337.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand' => 'getBicImportJobEduPathCommandService',
  338.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand' => 'getBicImportJobExpertTermsCommandService',
  339.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand' => 'getBicImportJobLinksCommandService',
  340.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand' => 'getBicImportJobRedirectsCommandService',
  341.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand' => 'getBicImportJobRemoveTextCommandService',
  342.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand' => 'getBicImportJobSectorsCommandService',
  343.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand' => 'getBicImportJobWorkFieldsCommandService',
  344.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand' => 'getBicImportJobsCommandService',
  345.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand' => 'getBicImportRequirementMappingCommandService',
  346.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand' => 'getBicImportRequirementTypesCommandService',
  347.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand' => 'getBicImportRequirementsCommandService',
  348.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand' => 'getBicImportSchoolCommandService',
  349.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand' => 'getBicImportSchoolJobsCommandService',
  350.             'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand' => 'getBicJobDifferencesCommandService',
  351.             'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand' => 'getProfilesWebsiteCommandService',
  352.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand' => 'getCompanyImportCleanCommandService',
  353.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand' => 'getCompanyImportCommandService',
  354.             'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand' => 'getCompanyProfileInterestFieldCommandService',
  355.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizCorrectPointsCommand' => 'getGameQuizCorrectPointsCommandService',
  356.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand' => 'getGameQuizQuestionsImportCommandService',
  357.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand' => 'getQuizGameGeneralImportCommandService',
  358.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand' => 'getQuizGameJobImportCommandService',
  359.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand' => 'getQuizGameJobUpdateCommandService',
  360.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand' => 'getSchoolClassGameHistoryCommandService',
  361.             'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand' => 'getSchoolClassGameTrophyCommandService',
  362.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand' => 'getJobChangeInterestFieldCommandService',
  363.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand' => 'getJobExpiredRedirectsCommandService',
  364.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand' => 'getJobRemoveCommandService',
  365.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand' => 'getJobReplaceRedirectCommandService',
  366.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand' => 'getJobSalaryAmsCommandService',
  367.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand' => 'getJobSalaryImportCommandService',
  368.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand' => 'getJobSalaryUpdateCommandService',
  369.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand' => 'getJobsImportAmsCommandService',
  370.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand' => 'getJobsImportPicturesCommandService',
  371.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand' => 'getJobsInterestFieldCommandService',
  372.             'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand' => 'getJobsSchoolSubjectCommandService',
  373.             'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand' => 'getCopyImagesCommandService',
  374.             'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand' => 'getImportImagesCommandService',
  375.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand' => 'getAppointmentsCommandService',
  376.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand' => 'getBoContactsCommandService',
  377.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand' => 'getBoLocationCommandService',
  378.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand' => 'getBoProfileCommandService',
  379.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand' => 'getBoProfileMappingCommandService',
  380.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand' => 'getBookingCommandService',
  381.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand' => 'getBookingPersonCountCommandService',
  382.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand' => 'getBookingProposalCommandService',
  383.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand' => 'getCompanyLocationCommandService',
  384.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand' => 'getCompanyProfileBenefitCommandService',
  385.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand' => 'getCompanyProfileCertificatesCommandService',
  386.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand' => 'getCompanyProfileCommandService',
  387.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand' => 'getCompanyProfileContactsCommandService',
  388.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand' => 'getCompanyProfileJobMappingCommandService',
  389.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand' => 'getCompanyProfileMappingCommandService',
  390.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand' => 'getCompanyProfileSectorsCommandService',
  391.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand' => 'getCompanyProfileVacancyCommandService',
  392.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand' => 'getEventFeedbackAnswerCommandService',
  393.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand' => 'getEventFeedbackCommandService',
  394.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand' => 'getEventJobMappingCommandService',
  395.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand' => 'getEventsCommandService',
  396.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand' => 'getGalleryOwnerCommandService',
  397.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand' => 'getGameQuizQuestionCommandService',
  398.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand' => 'getJobDailyRoutineCommandService',
  399.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand' => 'getJobDailyRoutineEntryCommandService',
  400.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand' => 'getJobVideoMappingCommandService',
  401.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand' => 'getJobsImagesCommandService',
  402.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand' => 'getMediaCommandService',
  403.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand' => 'getMediaGalleryCommandService',
  404.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand' => 'getMediaGalleryMediaCommandService',
  405.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand' => 'getMediaOwnerCommandService',
  406.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand' => 'getNewsCommandService',
  407.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand' => 'getNewsMessagesCommandService',
  408.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand' => 'getSchoolClassCustomSpecialFieldMappingCommandService',
  409.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand' => 'getSchoolClassTeachersCommandService',
  410.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand' => 'getSchoolClassesCommandService',
  411.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand' => 'getSchoolCommandService',
  412.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand' => 'getSchoolContactsCommandService',
  413.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand' => 'getSchoolCustomSpecialFieldCommandService',
  414.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand' => 'getSchoolCustomSpecialFieldMappingsCommandService',
  415.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand' => 'getSchoolDirectorMappingCommandService',
  416.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand' => 'getSchoolLocationCommandService',
  417.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand' => 'getSchoolProfileBenefitCommandService',
  418.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand' => 'getSchoolProfileCommandService',
  419.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand' => 'getSchoolProfileJobMappingCommandService',
  420.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand' => 'getSchoolTeacherMappingCommandService',
  421.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand' => 'getUserLoginCommandService',
  422.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand' => 'getUserNamesCommandService',
  423.             'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand' => 'getUserTitlesCommandService',
  424.             'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand' => 'getTransferContactsCommandService',
  425.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand' => 'getDeleteOffersCommandService',
  426.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand' => 'getDeleteOldBookingsCommandService',
  427.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand' => 'getDeleteProvidersCommandService',
  428.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand' => 'getMailConfirmationCommandService',
  429.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand' => 'getMailTemplateTestCommand2Service',
  430.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand' => 'getOfferLimitCommandService',
  431.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand' => 'getProviderAddressImportCommandService',
  432.             'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand' => 'getProviderImportCommandService',
  433.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand' => 'getSchoolBMFImportCommandService',
  434.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand' => 'getSchoolClassArchiveCommandService',
  435.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassCodeCommand' => 'getSchoolClassCodeCommandService',
  436.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand' => 'getSchoolClassPTSArchiveCommandService',
  437.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand' => 'getSchoolClassUpgradeCommandService',
  438.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand' => 'getSchoolImportCommandService',
  439.             'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand' => 'getSchoolInterestFieldsCommandService',
  440.             'console.command.public_alias.sonata.cache.command.flush' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushService',
  441.             'console.command.public_alias.sonata.cache.command.flushall' => 'getConsole_Command_PublicAlias_Sonata_Cache_Command_FlushallService',
  442.             'console.command_loader' => 'getConsole_CommandLoaderService',
  443.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  444.             'error_controller' => 'getErrorControllerService',
  445.             'jms_serializer' => 'getJmsSerializerService',
  446.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  447.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  448.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  449.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  450.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  451.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  452.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  453.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  454.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  455.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  456.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  457.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  458.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  459.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  460.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  461.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  462.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  463.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  464.             'overblog_graphiql.controller' => 'getOverblogGraphiql_ControllerService',
  465.             'overblog_graphql.access_resolver' => 'getOverblogGraphql_AccessResolverService',
  466.             'overblog_graphql.arguments_transformer' => 'getOverblogGraphql_ArgumentsTransformerService',
  467.             'overblog_graphql.mutation_resolver' => 'getOverblogGraphql_MutationResolverService',
  468.             'overblog_graphql.query_resolver' => 'getOverblogGraphql_QueryResolverService',
  469.             'overblog_graphql.react.promise_adapter' => 'getOverblogGraphql_React_PromiseAdapterService',
  470.             'overblog_graphql.request_batch_parser' => 'getOverblogGraphql_RequestBatchParserService',
  471.             'overblog_graphql.request_executor' => 'getOverblogGraphql_RequestExecutorService',
  472.             'overblog_graphql.request_parser' => 'getOverblogGraphql_RequestParserService',
  473.             'overblog_graphql.type_resolver' => 'getOverblogGraphql_TypeResolverService',
  474.             'routing.loader' => 'getRouting_LoaderService',
  475.             'services_resetter' => 'getServicesResetterService',
  476.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  477.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  478.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  479.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  480.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  481.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  482.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  483.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  484.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  485.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  486.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  487.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  488.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  489.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  490.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  491.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  492.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  493.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  494.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  495.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  496.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  497.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  498.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  499.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  500.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  501.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  502.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  503.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  504.             'sonata.cache.orm.event_subscriber.default' => 'getSonata_Cache_Orm_EventSubscriber_DefaultService',
  505.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  506.             'sonata.seo.block.breadcrumb.homepage' => 'getSonata_Seo_Block_Breadcrumb_HomepageService',
  507.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  508.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  509.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  510.         ];
  511.         $this->aliases = [
  512.             'App\\Kernel' => 'kernel',
  513.             'Overblog\\GraphiQLBundle\\Controller\\GraphiQLController' => 'overblog_graphiql.controller',
  514.             'database_connection' => 'doctrine.dbal.default_connection',
  515.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  516.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  517.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  518.             'sonata.seo.page' => 'sonata.seo.page.default',
  519.         ];
  520.         $this->privates['service_container'] = function () {
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  527.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  536.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/AddressHelper.php';
  537.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/BoPartnerHelper.php';
  538.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CodeGeneratorHelper.php';
  539.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CommunicationHelper.php';
  540.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/CompanyHelper.php';
  541.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/EventHelper.php';
  542.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GameHelper.php';
  543.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/GamePointsHelper.php';
  544.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/JobHelper.php';
  545.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MediaHelper.php';
  546.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/IdGenerator.php';
  547.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/YoutubeGenerator.php';
  548.             include_once \dirname(__DIR__4).'/src/BackendBundle/Media/Generator/ReferenceGenerator.php';
  549.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MqttHelper.php';
  550.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/RegisterHelper.php';
  551.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SchoolHelper.php';
  552.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchIndexHelper.php';
  553.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SearchTagHelper.php';
  554.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/SecurityHelper.php';
  555.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/TitleHelper.php';
  556.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/UserHelper.php';
  557.             include_once \dirname(__DIR__4).'/src/BackendBundle/Helper/MenuHelper.php';
  558.             include_once \dirname(__DIR__4).'/src/Services/JobService.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  567.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  571.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  578.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/YamlDriver.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedYamlDriver.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  597.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  603.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  606.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  607.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  608.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  609.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  611.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  612.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  614.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerTrait.php';
  615.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/AbstractLogger.php';
  616.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  619.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Client.php';
  620.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  621.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Index.php';
  623.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  624.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  626.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  628.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  631.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  633.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  634.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  635.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  636.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  639.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  640.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  642.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  644.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  645.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  646.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  649.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  651.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  652.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  654.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  655.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  656.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  657.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  661.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/DataCollector/GraphQLCollector.php';
  662.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/EventListener/ClassLoaderListener.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  665.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  666.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  667.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  670.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  673.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  674.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  675.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  677.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  678.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  679.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  680.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  682.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  684.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  686.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  687.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  689.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  691.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  692.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  693.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  695.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  697.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  698.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  699.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  701.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  702.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  703.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  704.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  705.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  706.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  707.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  708.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  709.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/CanonicalizeRuntime.php';
  710.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  773.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  774.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  775.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  776.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  813.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  817.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  818.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  819.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  820.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  821.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  823.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  824.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  825.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  826.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  827.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  869.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  879.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
  881.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
  882.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
  883.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
  884.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
  885.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGenerator.php';
  886.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeBuilder.php';
  887.             include_once \dirname(__DIR__4).'/vendor/murtukov/php-code-generator/src/ConverterInterface.php';
  888.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/Converter/ExpressionConverter.php';
  889.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionLanguage.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunction.php';
  891.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction.php';
  892.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Call.php';
  893.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Parameter.php';
  894.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Service.php';
  895.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Arguments.php';
  896.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/IsTypeOf.php';
  897.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Mutation.php';
  898.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Query.php';
  899.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/FromGlobalID.php';
  900.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/GlobalID.php';
  901.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/IdFetcherCallback.php';
  902.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/MutateAndGetPayloadCallback.php';
  903.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/ResolveSingleInputCallback.php';
  904.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Resolver.php';
  905.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/NewObject.php';
  906.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/GetUser.php';
  907.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyPermission.php';
  908.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyRole.php';
  909.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasPermission.php';
  910.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasRole.php';
  911.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAnonymous.php';
  912.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAuthenticated.php';
  913.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsFullyAuthenticated.php';
  914.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsGranted.php';
  915.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsRememberMe.php';
  916.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGeneratorOptions.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  922.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  939.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  941.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  942.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  943.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  944.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  945.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  949.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  950.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  951.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  952.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  953.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  954.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  955.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  956.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  957.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  958.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  959.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  960.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  961.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  962.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  963.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  965.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  992.             include_once \dirname(__DIR__4).'/src/Twig/AssetExistsExtension.php';
  993.             include_once \dirname(__DIR__4).'/src/Twig/DateHelpersExtension.php';
  994.             include_once \dirname(__DIR__4).'/src/Twig/EventExtension.php';
  995.             include_once \dirname(__DIR__4).'/src/Twig/FrontendLinkExtensions.php';
  996.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  997.             include_once \dirname(__DIR__4).'/src/Twig/GlobalExtension.php';
  998.             include_once \dirname(__DIR__4).'/src/Twig/HTMLHelpersExtension.php';
  999.             include_once \dirname(__DIR__4).'/src/Twig/JsonDecodeExtension.php';
  1000.             include_once \dirname(__DIR__4).'/src/Twig/MathExtension.php';
  1001.             include_once \dirname(__DIR__4).'/src/Twig/MediaExtensions.php';
  1002.             include_once \dirname(__DIR__4).'/src/Twig/VersionExtensions.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/Extension/CanonicalizeExtension.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1044.         };
  1045.     }
  1046.     public function compile(): void
  1047.     {
  1048.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1049.     }
  1050.     public function isCompiled(): bool
  1051.     {
  1052.         return true;
  1053.     }
  1054.     public function getRemovedIds(): array
  1055.     {
  1056.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1057.     }
  1058.     protected function load($file$lazyLoad true)
  1059.     {
  1060.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1061.             return $class::do($this$lazyLoad);
  1062.         }
  1063.         if ('.' === $file[-4]) {
  1064.             $class substr($class0, -4);
  1065.         } else {
  1066.             $file .= '.php';
  1067.         }
  1068.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1069.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1070.     }
  1071.     protected function createProxy($class\Closure $factory)
  1072.     {
  1073.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1074.         return $factory();
  1075.     }
  1076.     /**
  1077.      * Gets the public '.container.private.filesystem' shared service.
  1078.      *
  1079.      * @return \Symfony\Component\Filesystem\Filesystem
  1080.      */
  1081.     protected function get_Container_Private_FilesystemService()
  1082.     {
  1083.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1084.     }
  1085.     /**
  1086.      * Gets the public '.container.private.profiler' shared service.
  1087.      *
  1088.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1089.      */
  1090.     protected function get_Container_Private_ProfilerService()
  1091.     {
  1092.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1093.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1094.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1095.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1096.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1097.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1098.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1099.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1100.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1101.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1102.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1103.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1104.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1105.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1106.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1107.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1108.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1109.         $d->addInstance('graphql.cache', ($this->privates['.graphql.cache.inner'] ?? $this->get_Graphql_Cache_InnerService()));
  1110.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1111.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1112.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1113.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1114.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1115.         if ($this->has('kernel')) {
  1116.             $f->setKernel($b);
  1117.         }
  1118.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1119.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1120.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1121.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1122.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1123.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1124.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1125.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1126.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1127.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1128.         $instance->add($d);
  1129.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1130.         $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));
  1131.         $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())));
  1132.         $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([])))));
  1133.         $instance->add($e);
  1134.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1135.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1136.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1137.         $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()))));
  1138.         $instance->add(($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector())));
  1139.         $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']));
  1140.         $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()))));
  1141.         $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()))));
  1142.         $instance->add($f);
  1143.         return $instance;
  1144.     }
  1145.     /**
  1146.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1147.      *
  1148.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1149.      */
  1150.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1151.     {
  1152.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1153.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1154.             return $this->services['.container.private.security.authorization_checker'];
  1155.         }
  1156.         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);
  1157.     }
  1158.     /**
  1159.      * Gets the public '.container.private.security.token_storage' shared service.
  1160.      *
  1161.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1162.      */
  1163.     protected function get_Container_Private_Security_TokenStorageService()
  1164.     {
  1165.         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, [
  1166.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1167.         ], [
  1168.             'request_stack' => '?',
  1169.         ]));
  1170.     }
  1171.     /**
  1172.      * Gets the public '.container.private.twig' shared service.
  1173.      *
  1174.      * @return \Twig\Environment
  1175.      */
  1176.     protected function get_Container_Private_TwigService()
  1177.     {
  1178.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1179.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1180.         $a->addPath((\dirname(__DIR__4).'/templates/frontend'), 'frontend');
  1181.         $a->addPath((\dirname(__DIR__4).'/templates/backend'), 'backend');
  1182.         $a->addPath((\dirname(__DIR__4).'/templates/admin'), 'admin');
  1183.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1184.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1185.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1186.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1187.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1188.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1189.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1190.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1191.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  1192.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  1193.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  1194.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  1195.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1196.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1197.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), 'OverblogGraphQL');
  1198.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), '!OverblogGraphQL');
  1199.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), 'OverblogGraphiQL');
  1200.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/Resources/views'), '!OverblogGraphiQL');
  1201.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1202.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1203.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1204.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1205.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  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/form-extensions/src/Bridge/Symfony/Bundle/../Resources/views'), 'SonataForm');
  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/seo-bundle/src/Resources/views'), 'SonataSeo');
  1210.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  1211.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1212.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1213.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1214.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1215.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1216.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1217.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1218.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1219.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1220.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  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/Form'));
  1223.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1224.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1225.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1226.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1227.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1228.         $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 () {
  1229.             return new \EmptyIterator();
  1230.         }, 0));
  1231.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1232.         $h = ($this->services['router'] ?? $this->getRouterService());
  1233.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1234.         $j = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  1235.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  1236.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  1237.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  1238.         $j->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  1239.         $j->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  1240.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1241.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1242.         $l = new \Symfony\Bridge\Twig\AppVariable();
  1243.         $l->setEnvironment('dev');
  1244.         $l->setDebug(true);
  1245.         if ($this->has('.container.private.security.token_storage')) {
  1246.             $l->setTokenStorage($i);
  1247.         }
  1248.         if ($this->has('request_stack')) {
  1249.             $l->setRequestStack($d);
  1250.         }
  1251.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1252.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1253.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1254.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1255.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  1256.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1257.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1258.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1259.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1260.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1261.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1262.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$h)));
  1263.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1264.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1265.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1266.         $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())));
  1267.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1268.         $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)));
  1269.         $instance->addExtension(new \App\Twig\AssetExistsExtension(\dirname(__DIR__4)));
  1270.         $instance->addExtension(new \App\Twig\DateHelpersExtension());
  1271.         $instance->addExtension(new \App\Twig\EventExtension(($this->privates['App\\BackendBundle\\Helper\\EventHelper'] ?? $this->getEventHelperService())));
  1272.         $instance->addExtension(new \App\Twig\FrontendLinkExtensions($this->getEnv('FRONTEND_DOMAIN')));
  1273.         $instance->addExtension(new \App\Twig\GlobalExtension());
  1274.         $instance->addExtension(new \App\Twig\HTMLHelpersExtension());
  1275.         $instance->addExtension(new \App\Twig\JsonDecodeExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1276.         $instance->addExtension(new \App\Twig\MathExtension());
  1277.         $instance->addExtension(new \App\Twig\MediaExtensions(($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService())));
  1278.         $instance->addExtension(new \App\Twig\VersionExtensions());
  1279.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1280.         $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)))));
  1281.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  1282.         $instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension($j));
  1283.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension());
  1284.         $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  1285.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1286.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1287.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1288.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1289.         $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()))));
  1290.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1291.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1292.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1293.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1294.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1295.         $instance->addExtension(new \Sonata\Form\Twig\Extension\CanonicalizeExtension());
  1296.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  1297.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  1298.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1299.         $instance->addGlobal('app'$l);
  1300.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1301.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1302.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => ['privates''knp_menu.twig.runtime''getKnpMenu_Twig_RuntimeService'true],
  1303.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates''liip_imagine.templating.filter_runtime''getLiipImagine_Templating_FilterRuntimeService'true],
  1304.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1305.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  1306.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  1307.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  1308.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  1309.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  1310.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  1311.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  1312.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  1313.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  1314.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => ['privates''sonata.form.twig.canonicalize_runtime''getSonata_Form_Twig_CanonicalizeRuntimeService'false],
  1315.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1316.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1317.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1318.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1319.         ], [
  1320.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1321.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => '?',
  1322.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  1323.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1324.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1325.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1326.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1327.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1328.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1329.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1330.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1331.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1332.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1333.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => '?',
  1334.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1335.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1336.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1337.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1338.         ])));
  1339.         $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']));
  1340.         $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]));
  1341.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  1342.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  1343.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  1344.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1345.         return $instance;
  1346.     }
  1347.     /**
  1348.      * Gets the public '.container.private.validator' shared service.
  1349.      *
  1350.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1351.      */
  1352.     protected function get_Container_Private_ValidatorService()
  1353.     {
  1354.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1355.         if (isset($this->services['.container.private.validator'])) {
  1356.             return $this->services['.container.private.validator'];
  1357.         }
  1358.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1359.     }
  1360.     /**
  1361.      * Gets the public 'cache.app' shared service.
  1362.      *
  1363.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1364.      */
  1365.     protected function getCache_AppService()
  1366.     {
  1367.         $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))));
  1368.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1369.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1370.     }
  1371.     /**
  1372.      * Gets the public 'cache.system' shared service.
  1373.      *
  1374.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1375.      */
  1376.     protected function getCache_SystemService()
  1377.     {
  1378.         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())));
  1379.     }
  1380.     /**
  1381.      * Gets the public 'cache.validator_expression_language' shared service.
  1382.      *
  1383.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1384.      */
  1385.     protected function getCache_ValidatorExpressionLanguageService()
  1386.     {
  1387.         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())));
  1388.     }
  1389.     /**
  1390.      * Gets the public 'data_collector.dump' shared service.
  1391.      *
  1392.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1393.      */
  1394.     protected function getDataCollector_DumpService()
  1395.     {
  1396.         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()));
  1397.     }
  1398.     /**
  1399.      * Gets the public 'doctrine' shared service.
  1400.      *
  1401.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1402.      */
  1403.     protected function getDoctrineService()
  1404.     {
  1405.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1406.     }
  1407.     /**
  1408.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1409.      *
  1410.      * @return \Doctrine\DBAL\Connection
  1411.      */
  1412.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1413.     {
  1414.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1415.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1416.             return $this->services['doctrine.dbal.default_connection'];
  1417.         }
  1418.         $b = new \Doctrine\DBAL\Configuration();
  1419.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1420.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1421.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1422.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1423.         $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))));
  1424.         $d->setConnectionName('default');
  1425.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1426.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1427.         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, []);
  1428.     }
  1429.     /**
  1430.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1431.      *
  1432.      * @return \Doctrine\ORM\EntityManager
  1433.      */
  1434.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1435.     {
  1436.         if ($lazyLoad) {
  1437.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1438.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1439.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1440.                     $proxy->setProxyInitializer(null);
  1441.                     return true;
  1442.                 });
  1443.             });
  1444.         }
  1445.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1446.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1447.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1448.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1449.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1450.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1451.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1452.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1453.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1454.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1455.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1458.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1459.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1467.         $a = new \Doctrine\ORM\Configuration();
  1468.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1469.         $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)));
  1470.         $b->addDriver(($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService()), 'App\\Entity');
  1471.         $b->addDriver($c'App\\AdminBundle\\Entity');
  1472.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1473.         $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');
  1474.         $a->setEntityNamespaces(['App' => 'App\\Entity''AdminBundle' => 'App\\AdminBundle\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1475.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1476.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1477.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1478.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1479.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1480.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1481.         ], [
  1482.             'doctrine.ulid_generator' => '?',
  1483.             'doctrine.uuid_generator' => '?',
  1484.         ])));
  1485.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1486.         $a->setProxyNamespace('Proxies');
  1487.         $a->setAutoGenerateProxyClasses(false);
  1488.         $a->setSchemaIgnoreClasses([]);
  1489.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1490.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1491.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1492.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1493.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1494.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1495.         $a->setLazyGhostObjectEnabled(false);
  1496.         $a->setIdentityGenerationPreferences([]);
  1497.         $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, [], [])))));
  1498.         $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()));
  1499.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1500.         return $instance;
  1501.     }
  1502.     /**
  1503.      * Gets the public 'event_dispatcher' shared service.
  1504.      *
  1505.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1506.      */
  1507.     protected function getEventDispatcherService()
  1508.     {
  1509.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1510.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1511.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1512.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1513.         $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())));
  1514.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1515.             return ($this->privates['oauth2.authorization.requst.listener'] ?? $this->load('getOauth2_Authorization_Requst_ListenerService'));
  1516.         }, => 'resolve'], 0);
  1517.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [=> function () {
  1518.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1519.         }, => 'onPostIndexPopulate'], -9999);
  1520.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1521.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1522.         }, => 'onAuthorizationRequest'], 1024);
  1523.         $instance->addListener('league.oauth2_server.event.pre_save_client', [=> function () {
  1524.             return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1525.         }, => '__invoke'], 0);
  1526.         $instance->addListener('graphql.error_formatting', [=> function () {
  1527.             return ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] ?? ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] = new \Overblog\GraphQLBundle\Validator\Formatter()));
  1528.         }, => 'onErrorFormatting'], 0);
  1529.         $instance->addListener('graphql.executor.context', [=> function () {
  1530.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\RequestFilesListener'] ?? $this->load('getRequestFilesListenerService'));
  1531.         }, => 'onExecutorContextEvent'], 0);
  1532.         $instance->addListener('graphql.type_loaded', [=> function () {
  1533.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\TypeDecoratorListener'] ?? $this->load('getTypeDecoratorListenerService'));
  1534.         }, => 'onTypeLoaded'], 0);
  1535.         $instance->addListener('graphql.error_formatting', [=> function () {
  1536.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] ?? ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] = new \Overblog\GraphQLBundle\EventListener\ValidationErrorsListener()));
  1537.         }, => 'onErrorFormatting'], 0);
  1538.         $instance->addListener('graphql.post_executor', [=> function () {
  1539.             return ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector()));
  1540.         }, => 'onPostExecutor'], 0);
  1541.         $instance->addListener('graphql.post_executor', [=> function () {
  1542.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ErrorHandlerListener'] ?? $this->load('getErrorHandlerListenerService'));
  1543.         }, => 'onPostExecutor'], 0);
  1544.         $instance->addListener('kernel.request', [=> function () {
  1545.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1546.         }, => 'load'], 255);
  1547.         $instance->addListener('console.command', [=> function () {
  1548.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1549.         }, => 'load'], 255);
  1550.         $instance->addListener('kernel.response', [=> function () {
  1551.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
  1552.         }, => 'onKernelResponse'], 0);
  1553.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  1554.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService'));
  1555.         }, => 'onBlock'], 0);
  1556.         $instance->addListener('kernel.controller', [=> function () {
  1557.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1558.         }, => 'onKernelController'], 0);
  1559.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1560.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1561.         }, => 'checkPassport'], 1024);
  1562.         $instance->addListener('kernel.response', [=> function () {
  1563.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1564.         }, => 'onKernelResponse'], 0);
  1565.         $instance->addListener('kernel.response', [=> function () {
  1566.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1567.         }, => 'onKernelResponse'], 0);
  1568.         $instance->addListener('kernel.response', [=> function () {
  1569.             return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  1570.         }, => 'onKernelResponse'], 0);
  1571.         $instance->addListener('kernel.response', [=> function () {
  1572.             return ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  1573.         }, => 'onKernelResponse'], 0);
  1574.         $instance->addListener('kernel.response', [=> function () {
  1575.             return ($this->privates['security.context_listener.4'] ?? $this->getSecurity_ContextListener_4Service());
  1576.         }, => 'onKernelResponse'], 0);
  1577.         $instance->addListener('knp_pager.items', [=> function () {
  1578.             return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  1579.         }, => 'items'], 1);
  1580.         $instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [=> function () {
  1581.             return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  1582.         }, => 'filterObjects'], 0);
  1583.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1584.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1585.         }, => 'checkPassport'], 256);
  1586.         $instance->addListener('kernel.controller', [=> function () {
  1587.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1588.         }, => 'onKernelController'], 0);
  1589.         $instance->addListener('kernel.controller', [=> function () {
  1590.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1591.         }, => 'onKernelController'], 0);
  1592.         $instance->addListener('kernel.controller', [=> function () {
  1593.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1594.         }, => 'onKernelController'], -128);
  1595.         $instance->addListener('kernel.view', [=> function () {
  1596.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1597.         }, => 'onKernelView'], 0);
  1598.         $instance->addListener('kernel.controller', [=> function () {
  1599.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1600.         }, => 'onKernelController'], 0);
  1601.         $instance->addListener('kernel.response', [=> function () {
  1602.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1603.         }, => 'onKernelResponse'], 0);
  1604.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1605.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1606.         }, => 'onKernelControllerArguments'], 0);
  1607.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1608.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1609.         }, => 'onKernelControllerArguments'], 0);
  1610.         $instance->addListener('kernel.controller', [=> function () {
  1611.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  1612.         }, => 'onKernelController'], 0);
  1613.         $instance->addListener('kernel.response', [=> function () {
  1614.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1615.         }, => 'onKernelResponse'], 0);
  1616.         $instance->addListener('kernel.response', [=> function () {
  1617.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1618.         }, => 'onKernelResponse'], -1024);
  1619.         $instance->addListener('kernel.request', [=> function () {
  1620.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1621.         }, => 'setDefaultLocale'], 100);
  1622.         $instance->addListener('kernel.request', [=> function () {
  1623.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1624.         }, => 'onKernelRequest'], 16);
  1625.         $instance->addListener('kernel.finish_request', [=> function () {
  1626.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1627.         }, => 'onKernelFinishRequest'], 0);
  1628.         $instance->addListener('kernel.request', [=> function () {
  1629.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1630.         }, => 'onKernelRequest'], 256);
  1631.         $instance->addListener('kernel.response', [=> function () {
  1632.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1633.         }, => 'onResponse'], -255);
  1634.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1635.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1636.         }, => 'onControllerArguments'], 0);
  1637.         $instance->addListener('kernel.exception', [=> function () {
  1638.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1639.         }, => 'logKernelException'], 0);
  1640.         $instance->addListener('kernel.exception', [=> function () {
  1641.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1642.         }, => 'onKernelException'], -128);
  1643.         $instance->addListener('kernel.response', [=> function () {
  1644.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1645.         }, => 'removeCspHeader'], -128);
  1646.         $instance->addListener('kernel.request', [=> function () {
  1647.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1648.         }, => 'onKernelRequest'], 15);
  1649.         $instance->addListener('kernel.finish_request', [=> function () {
  1650.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1651.         }, => 'onKernelFinishRequest'], -15);
  1652.         $instance->addListener('console.error', [=> function () {
  1653.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1654.         }, => 'onConsoleError'], -128);
  1655.         $instance->addListener('console.terminate', [=> function () {
  1656.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1657.         }, => 'onConsoleTerminate'], -128);
  1658.         $instance->addListener('console.error', [=> function () {
  1659.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1660.         }, => 'onConsoleError'], 0);
  1661.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1662.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1663.         }, => 'onMessage'], -255);
  1664.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1665.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1666.         }, => 'onMessage'], -255);
  1667.         $instance->addListener('kernel.request', [=> function () {
  1668.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1669.         }, => 'configure'], 2048);
  1670.         $instance->addListener('console.command', [=> function () {
  1671.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1672.         }, => 'configure'], 2048);
  1673.         $instance->addListener('kernel.request', [=> function () {
  1674.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1675.         }, => 'onKernelRequest'], 32);
  1676.         $instance->addListener('kernel.finish_request', [=> function () {
  1677.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1678.         }, => 'onKernelFinishRequest'], 0);
  1679.         $instance->addListener('kernel.exception', [=> function () {
  1680.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1681.         }, => 'onKernelException'], -64);
  1682.         $instance->addListener('kernel.response', [=> function () {
  1683.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1684.         }, => 'onKernelResponse'], 0);
  1685.         $instance->addListener('kernel.request', [=> function () {
  1686.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1687.         }, => 'onKernelRequest'], 128);
  1688.         $instance->addListener('kernel.response', [=> function () {
  1689.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1690.         }, => 'onKernelResponse'], -1000);
  1691.         $instance->addListener('kernel.finish_request', [=> function () {
  1692.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1693.         }, => 'onFinishRequest'], 0);
  1694.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1695.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1696.         }, => 'onNotification'], -255);
  1697.         $instance->addListener('kernel.response', [=> function () {
  1698.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1699.         }, => 'onKernelResponse'], -100);
  1700.         $instance->addListener('kernel.exception', [=> function () {
  1701.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1702.         }, => 'onKernelException'], 0);
  1703.         $instance->addListener('kernel.terminate', [=> function () {
  1704.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1705.         }, => 'onKernelTerminate'], -1024);
  1706.         $instance->addListener('kernel.controller', [=> function () {
  1707.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1708.         }, => 'onKernelController'], 0);
  1709.         $instance->addListener('kernel.response', [=> function () {
  1710.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1711.         }, => 'onKernelResponse'], 0);
  1712.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1713.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1714.         }, => 'onMessage'], 0);
  1715.         $instance->addListener('kernel.response', [=> function () {
  1716.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1717.         }, => 'onKernelResponse'], -128);
  1718.         $instance->addListener('console.command', [=> function () {
  1719.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1720.         }, => 'onCommand'], 255);
  1721.         $instance->addListener('console.terminate', [=> function () {
  1722.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1723.         }, => 'onTerminate'], -255);
  1724.         $instance->addListener('console.command', [=> function () {
  1725.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1726.         }, => 'configure'], 1024);
  1727.         $instance->addListener('console.error', [=> function () {
  1728.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1729.         }, => 'onConsoleError'], 0);
  1730.         $instance->addListener('console.terminate', [=> function () {
  1731.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1732.         }, => 'onConsoleTerminate'], 0);
  1733.         $instance->addListener('kernel.response', [=> function () {
  1734.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1735.         }, => 'onKernelResponse'], 0);
  1736.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1737.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1738.         }, => 'checkPassport'], 0);
  1739.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1740.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1741.         }, => 'onLoginSuccess'], 0);
  1742.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1743.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1744.         }, => 'onVoterVote'], 0);
  1745.         $instance->addListener('kernel.request', [=> function () {
  1746.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1747.         }, => 'configureLogoutUrlGenerator'], 8);
  1748.         $instance->addListener('kernel.request', [=> function () {
  1749.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1750.         }, => 'onKernelRequest'], 8);
  1751.         $instance->addListener('kernel.finish_request', [=> function () {
  1752.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1753.         }, => 'onKernelFinishRequest'], 0);
  1754.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1755.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1756.         }, => 'checkPassport'], 512);
  1757.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1758.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1759.         }, => 'onLogout'], 0);
  1760.         return $instance;
  1761.     }
  1762.     /**
  1763.      * Gets the public 'http_kernel' shared service.
  1764.      *
  1765.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1766.      */
  1767.     protected function getHttpKernelService()
  1768.     {
  1769.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1770.         if (isset($this->services['http_kernel'])) {
  1771.             return $this->services['http_kernel'];
  1772.         }
  1773.         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 () {
  1774.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1775.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1776.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1777.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1778.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  1779.             yield => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
  1780.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1781.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1782.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1783.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1784.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1785.     }
  1786.     /**
  1787.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1788.      *
  1789.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1790.      */
  1791.     protected function getLiipImagine_Cache_ManagerService()
  1792.     {
  1793.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1794.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1795.             return $this->services['liip_imagine.cache.manager'];
  1796.         }
  1797.         $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);
  1798.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1799.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1800.         return $instance;
  1801.     }
  1802.     /**
  1803.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1804.      *
  1805.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1806.      */
  1807.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1808.     {
  1809.         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');
  1810.     }
  1811.     /**
  1812.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1813.      *
  1814.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1815.      */
  1816.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1817.     {
  1818.         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()));
  1819.     }
  1820.     /**
  1821.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1822.      *
  1823.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1824.      */
  1825.     protected function getLiipImagine_Cache_SignerService()
  1826.     {
  1827.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1828.     }
  1829.     /**
  1830.      * Gets the public 'markdown.parser' shared service.
  1831.      *
  1832.      * @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
  1833.      */
  1834.     protected function getMarkdown_ParserService()
  1835.     {
  1836.         return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
  1837.     }
  1838.     /**
  1839.      * Gets the public 'overblog_graphql.cache_compiler' shared service.
  1840.      *
  1841.      * @return \Overblog\GraphQLBundle\Generator\TypeGenerator
  1842.      */
  1843.     protected function getOverblogGraphql_CacheCompilerService()
  1844.     {
  1845.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1846.         if (isset($this->services['overblog_graphql.cache_compiler'])) {
  1847.             return $this->services['overblog_graphql.cache_compiler'];
  1848.         }
  1849.         $b = new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionLanguage(NULL);
  1850.         $b->addGlobalName('services->get(\'typeResolver\')''typeResolver');
  1851.         $b->addGlobalName('services->get(\'queryResolver\')''queryResolver');
  1852.         $b->addGlobalName('services->get(\'mutationResolver\')''mutationResolver');
  1853.         $b->addGlobalName('services->get(\'argumentFactory\')''argumentFactory');
  1854.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Call());
  1855.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter());
  1856.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service());
  1857.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Arguments());
  1858.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\IsTypeOf());
  1859.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation());
  1860.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query());
  1861.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\FromGlobalID());
  1862.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\GlobalID());
  1863.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\IdFetcherCallback());
  1864.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\MutateAndGetPayloadCallback());
  1865.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\ResolveSingleInputCallback());
  1866.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Resolver());
  1867.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\NewObject());
  1868.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\GetUser());
  1869.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyPermission());
  1870.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyRole());
  1871.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasPermission());
  1872.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasRole());
  1873.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAnonymous());
  1874.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAuthenticated());
  1875.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsFullyAuthenticated());
  1876.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsGranted());
  1877.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsRememberMe());
  1878.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter('param'));
  1879.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service('serv'));
  1880.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation('m'));
  1881.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('q'));
  1882.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('res'));
  1883.         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));
  1884.     }
  1885.     /**
  1886.      * Gets the public 'overblog_graphql.event_listener.classloader_listener' shared service.
  1887.      *
  1888.      * @return \Overblog\GraphQLBundle\EventListener\ClassLoaderListener
  1889.      */
  1890.     protected function getOverblogGraphql_EventListener_ClassloaderListenerService()
  1891.     {
  1892.         $a = ($this->services['overblog_graphql.cache_compiler'] ?? $this->getOverblogGraphql_CacheCompilerService());
  1893.         if (isset($this->services['overblog_graphql.event_listener.classloader_listener'])) {
  1894.             return $this->services['overblog_graphql.event_listener.classloader_listener'];
  1895.         }
  1896.         return $this->services['overblog_graphql.event_listener.classloader_listener'] = new \Overblog\GraphQLBundle\EventListener\ClassLoaderListener($a);
  1897.     }
  1898.     /**
  1899.      * Gets the public 'request_stack' shared service.
  1900.      *
  1901.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1902.      */
  1903.     protected function getRequestStackService()
  1904.     {
  1905.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1906.     }
  1907.     /**
  1908.      * Gets the public 'router' shared service.
  1909.      *
  1910.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1911.      */
  1912.     protected function getRouterService()
  1913.     {
  1914.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1915.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1916.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1917.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1918.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1919.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1920.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1921.         ], [
  1922.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1923.         ]))->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');
  1924.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1925.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1926.         return $instance;
  1927.     }
  1928.     /**
  1929.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1930.      *
  1931.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1932.      */
  1933.     protected function getSonata_Block_ContextManager_DefaultService()
  1934.     {
  1935.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  1936.         if (isset($this->services['sonata.block.context_manager.default'])) {
  1937.             return $this->services['sonata.block.context_manager.default'];
  1938.         }
  1939.         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()));
  1940.     }
  1941.     /**
  1942.      * Gets the public 'sonata.block.manager' shared service.
  1943.      *
  1944.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1945.      */
  1946.     protected function getSonata_Block_ManagerService()
  1947.     {
  1948.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1949.             'block.editor' => ['services''block.editor''getBlock_EditorService'true],
  1950.             'block.events.4x1' => ['services''block.events.4x1''getBlock_Events_4x1Service'true],
  1951.             'block.footer' => ['services''block.footer''getBlock_FooterService'true],
  1952.             'block.frontpage.news' => ['services''block.frontpage.news''getBlock_Frontpage_NewsService'true],
  1953.             'block.header.child' => ['services''block.header.child''getBlock_Header_ChildService'true],
  1954.             'block.header.main' => ['services''block.header.main''getBlock_Header_MainService'true],
  1955.             'block.heading' => ['services''block.heading''getBlock_HeadingService'true],
  1956.             'block.random.jobs' => ['services''block.random.jobs''getBlock_Random_JobsService'true],
  1957.             'block.slider' => ['services''block.slider''getBlock_SliderService'true],
  1958.             'sonata.admin.block.admin_list' => ['services''sonata.admin.block.admin_list''getSonata_Admin_Block_AdminListService'true],
  1959.             'sonata.admin.block.admin_preview' => ['services''sonata.admin.block.admin_preview''getSonata_Admin_Block_AdminPreviewService'true],
  1960.             'sonata.admin.block.search_result' => ['services''sonata.admin.block.search_result''getSonata_Admin_Block_SearchResultService'true],
  1961.             'sonata.admin.block.stats' => ['services''sonata.admin.block.stats''getSonata_Admin_Block_StatsService'true],
  1962.             'sonata.block.service.container' => ['services''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  1963.             'sonata.block.service.empty' => ['services''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  1964.             'sonata.block.service.menu' => ['services''sonata.block.service.menu''getSonata_Block_Service_MenuService'true],
  1965.             'sonata.block.service.rss' => ['services''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  1966.             'sonata.block.service.template' => ['services''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  1967.             'sonata.block.service.text' => ['services''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  1968.             'sonata.seo.block.breadcrumb.homepage' => ['services''sonata.seo.block.breadcrumb.homepage''getSonata_Seo_Block_Breadcrumb_HomepageService'true],
  1969.         ], [
  1970.             'block.editor' => '?',
  1971.             'block.events.4x1' => '?',
  1972.             'block.footer' => '?',
  1973.             'block.frontpage.news' => '?',
  1974.             'block.header.child' => '?',
  1975.             'block.header.main' => '?',
  1976.             'block.heading' => '?',
  1977.             'block.random.jobs' => '?',
  1978.             'block.slider' => '?',
  1979.             'sonata.admin.block.admin_list' => '?',
  1980.             'sonata.admin.block.admin_preview' => '?',
  1981.             'sonata.admin.block.search_result' => '?',
  1982.             'sonata.admin.block.stats' => '?',
  1983.             'sonata.block.service.container' => '?',
  1984.             'sonata.block.service.empty' => '?',
  1985.             'sonata.block.service.menu' => '?',
  1986.             'sonata.block.service.rss' => '?',
  1987.             'sonata.block.service.template' => '?',
  1988.             'sonata.block.service.text' => '?',
  1989.             'sonata.seo.block.breadcrumb.homepage' => '?',
  1990.         ]), $this->parameters['sonata.block.container.types']);
  1991.         $instance->add('block.footer''block.footer', []);
  1992.         $instance->add('block.frontpage.news''block.frontpage.news', []);
  1993.         $instance->add('block.events.4x1''block.events.4x1', []);
  1994.         $instance->add('block.random.jobs''block.random.jobs', []);
  1995.         $instance->add('block.slider''block.slider', []);
  1996.         $instance->add('block.header.main''block.header.main', []);
  1997.         $instance->add('block.header.child''block.header.child', []);
  1998.         $instance->add('block.heading''block.heading', []);
  1999.         $instance->add('block.editor''block.editor', []);
  2000.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  2001.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  2002.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  2003.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  2004.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  2005.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  2006.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  2007.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  2008.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  2009.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  2010.         $instance->add('sonata.seo.block.breadcrumb.homepage''sonata.seo.block.breadcrumb.homepage', []);
  2011.         return $instance;
  2012.     }
  2013.     /**
  2014.      * Gets the public 'sonata.block.renderer.default' shared service.
  2015.      *
  2016.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  2017.      */
  2018.     protected function getSonata_Block_Renderer_DefaultService()
  2019.     {
  2020.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  2021.         if (isset($this->services['sonata.block.renderer.default'])) {
  2022.             return $this->services['sonata.block.renderer.default'];
  2023.         }
  2024.         $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'], [], []);
  2025.         $b->setDefaultFilter('debug_only');
  2026.         $b->setDefaultRenderer('throw');
  2027.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2028.     }
  2029.     /**
  2030.      * Gets the public 'sonata.seo.page.default' shared service.
  2031.      *
  2032.      * @return \Sonata\SeoBundle\Seo\SeoPage
  2033.      */
  2034.     protected function getSonata_Seo_Page_DefaultService()
  2035.     {
  2036.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  2037.         $instance->setTitle('Berufsreise');
  2038.         $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' => '']]);
  2039.         $instance->setHtmlAttributes(['xmlns' => 'http://www.w3.org/1999/xhtml''xmlns:og' => 'http://opengraphprotocol.org/schema/']);
  2040.         $instance->setSeparator(' - ');
  2041.         return $instance;
  2042.     }
  2043.     /**
  2044.      * Gets the public 'translator' shared service.
  2045.      *
  2046.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2047.      */
  2048.     protected function getTranslatorService()
  2049.     {
  2050.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2051.     }
  2052.     /**
  2053.      * Gets the public 'var_dumper.cloner' shared service.
  2054.      *
  2055.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2056.      */
  2057.     protected function getVarDumper_ClonerService()
  2058.     {
  2059.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2060.         $instance->setMaxItems(2500);
  2061.         $instance->setMinDepth(1);
  2062.         $instance->setMaxString(-1);
  2063.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2064.         return $instance;
  2065.     }
  2066.     /**
  2067.      * Gets the private '.debug.http_client' shared service.
  2068.      *
  2069.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2070.      */
  2071.     protected function get_Debug_HttpClientService()
  2072.     {
  2073.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2074.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2075.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2076.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2077.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2078.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2079.         $a->setLogger($b);
  2080.         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))));
  2081.     }
  2082.     /**
  2083.      * Gets the private '.graphql.cache.inner' shared service.
  2084.      *
  2085.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2086.      */
  2087.     protected function get_Graphql_Cache_InnerService()
  2088.     {
  2089.         $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))));
  2090.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2091.         return $this->privates['.graphql.cache.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2092.     }
  2093.     /**
  2094.      * Gets the private '.service_locator.B5CP1xq' shared service.
  2095.      *
  2096.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2097.      */
  2098.     protected function get_ServiceLocator_B5CP1xqService()
  2099.     {
  2100.         return $this->privates['.service_locator.B5CP1xq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2101.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2102.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2103.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2104.             'security.firewall.map.context.oauth2_api' => ['privates''security.firewall.map.context.oauth2_api''getSecurity_Firewall_Map_Context_Oauth2ApiService'true],
  2105.             'security.firewall.map.context.rookie_admin' => ['privates''security.firewall.map.context.rookie_admin''getSecurity_Firewall_Map_Context_RookieAdminService'true],
  2106.             'security.firewall.map.context.rookie_day_admin' => ['privates''security.firewall.map.context.rookie_day_admin''getSecurity_Firewall_Map_Context_RookieDayAdminService'true],
  2107.             'security.firewall.map.context.shuttle_admin' => ['privates''security.firewall.map.context.shuttle_admin''getSecurity_Firewall_Map_Context_ShuttleAdminService'true],
  2108.         ], [
  2109.             'security.firewall.map.context.admin' => '?',
  2110.             'security.firewall.map.context.dev' => '?',
  2111.             'security.firewall.map.context.main' => '?',
  2112.             'security.firewall.map.context.oauth2_api' => '?',
  2113.             'security.firewall.map.context.rookie_admin' => '?',
  2114.             'security.firewall.map.context.rookie_day_admin' => '?',
  2115.             'security.firewall.map.context.shuttle_admin' => '?',
  2116.         ]);
  2117.     }
  2118.     /**
  2119.      * Gets the private 'App\BackendBundle\Helper\AddressHelper' shared autowired service.
  2120.      *
  2121.      * @return \App\BackendBundle\Helper\AddressHelper
  2122.      */
  2123.     protected function getAddressHelperService()
  2124.     {
  2125.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2126.         if (isset($this->privates['App\\BackendBundle\\Helper\\AddressHelper'])) {
  2127.             return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'];
  2128.         }
  2129.         return $this->privates['App\\BackendBundle\\Helper\\AddressHelper'] = new \App\BackendBundle\Helper\AddressHelper($a);
  2130.     }
  2131.     /**
  2132.      * Gets the private 'App\BackendBundle\Helper\BoPartnerHelper' shared autowired service.
  2133.      *
  2134.      * @return \App\BackendBundle\Helper\BoPartnerHelper
  2135.      */
  2136.     protected function getBoPartnerHelperService()
  2137.     {
  2138.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2139.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2140.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2141.         }
  2142.         $b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2143.         if (isset($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'])) {
  2144.             return $this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'];
  2145.         }
  2146.         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()));
  2147.     }
  2148.     /**
  2149.      * Gets the private 'App\BackendBundle\Helper\CommunicationHelper' shared autowired service.
  2150.      *
  2151.      * @return \App\BackendBundle\Helper\CommunicationHelper
  2152.      */
  2153.     protected function getCommunicationHelperService()
  2154.     {
  2155.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2156.         if (isset($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'])) {
  2157.             return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'];
  2158.         }
  2159.         return $this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] = new \App\BackendBundle\Helper\CommunicationHelper($a);
  2160.     }
  2161.     /**
  2162.      * Gets the private 'App\BackendBundle\Helper\CompanyHelper' shared autowired service.
  2163.      *
  2164.      * @return \App\BackendBundle\Helper\CompanyHelper
  2165.      */
  2166.     protected function getCompanyHelperService()
  2167.     {
  2168.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2169.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2170.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2171.         }
  2172.         $b = ($this->privates['App\\BackendBundle\\Helper\\CommunicationHelper'] ?? $this->getCommunicationHelperService());
  2173.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2174.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2175.         }
  2176.         $c = ($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'] ?? $this->getRegisterHelperService());
  2177.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2178.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2179.         }
  2180.         $d = ($this->privates['App\\BackendBundle\\Helper\\AddressHelper'] ?? $this->getAddressHelperService());
  2181.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2182.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2183.         }
  2184.         $e = ($this->privates['App\\BackendBundle\\Helper\\MediaHelper'] ?? $this->getMediaHelperService());
  2185.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2186.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2187.         }
  2188.         $f = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2189.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2190.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2191.         }
  2192.         $g = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2193.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2194.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2195.         }
  2196.         $h = ($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] ?? $this->getSearchTagHelperService());
  2197.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2198.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2199.         }
  2200.         $i = ($this->privates['App\\BackendBundle\\Helper\\TitleHelper'] ?? $this->getTitleHelperService());
  2201.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2202.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2203.         }
  2204.         $j = ($this->privates['App\\BackendBundle\\Helper\\GameHelper'] ?? $this->getGameHelperService());
  2205.         if (isset($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'])) {
  2206.             return $this->privates['App\\BackendBundle\\Helper\\CompanyHelper'];
  2207.         }
  2208.         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);
  2209.     }
  2210.     /**
  2211.      * Gets the private 'App\BackendBundle\Helper\EventHelper' shared autowired service.
  2212.      *
  2213.      * @return \App\BackendBundle\Helper\EventHelper
  2214.      */
  2215.     protected function getEventHelperService()
  2216.     {
  2217.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2218.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2219.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2220.         }
  2221.         $b = ($this->privates['App\\BackendBundle\\Helper\\UserHelper'] ?? $this->getUserHelperService());
  2222.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2223.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2224.         }
  2225.         $c = ($this->privates['App\\BackendBundle\\Helper\\CompanyHelper'] ?? $this->getCompanyHelperService());
  2226.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2227.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2228.         }
  2229.         $d = ($this->privates['App\\BackendBundle\\Helper\\BoPartnerHelper'] ?? $this->getBoPartnerHelperService());
  2230.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2231.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2232.         }
  2233.         $e = ($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'] ?? $this->getSchoolHelperService());
  2234.         if (isset($this->privates['App\\BackendBundle\\Helper\\EventHelper'])) {
  2235.             return $this->privates['App\\BackendBundle\\Helper\\EventHelper'];
  2236.         }
  2237.         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()));
  2238.     }
  2239.     /**
  2240.      * Gets the private 'App\BackendBundle\Helper\GameHelper' shared autowired service.
  2241.      *
  2242.      * @return \App\BackendBundle\Helper\GameHelper
  2243.      */
  2244.     protected function getGameHelperService()
  2245.     {
  2246.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2247.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2248.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2249.         }
  2250.         $b = ($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] ?? $this->getGamePointsHelperService());
  2251.         if (isset($this->privates['App\\BackendBundle\\Helper\\GameHelper'])) {
  2252.             return $this->privates['App\\BackendBundle\\Helper\\GameHelper'];
  2253.         }
  2254.         return $this->privates['App\\BackendBundle\\Helper\\GameHelper'] = new \App\BackendBundle\Helper\GameHelper($a$b);
  2255.     }
  2256.     /**
  2257.      * Gets the private 'App\BackendBundle\Helper\GamePointsHelper' shared autowired service.
  2258.      *
  2259.      * @return \App\BackendBundle\Helper\GamePointsHelper
  2260.      */
  2261.     protected function getGamePointsHelperService()
  2262.     {
  2263.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2264.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2265.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2266.         }
  2267.         $b = ($this->privates['App\\BackendBundle\\Helper\\MqttHelper'] ?? $this->getMqttHelperService());
  2268.         if (isset($this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'])) {
  2269.             return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'];
  2270.         }
  2271.         return $this->privates['App\\BackendBundle\\Helper\\GamePointsHelper'] = new \App\BackendBundle\Helper\GamePointsHelper($a$b);
  2272.     }
  2273.     /**
  2274.      * Gets the private 'App\BackendBundle\Helper\JobHelper' shared autowired service.
  2275.      *
  2276.      * @return \App\BackendBundle\Helper\JobHelper
  2277.      */
  2278.     protected function getJobHelperService()
  2279.     {
  2280.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2281.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2282.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2283.         }
  2284.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2285.         if (isset($this->privates['App\\BackendBundle\\Helper\\JobHelper'])) {
  2286.             return $this->privates['App\\BackendBundle\\Helper\\JobHelper'];
  2287.         }
  2288.         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())));
  2289.     }
  2290.     /**
  2291.      * Gets the private 'App\BackendBundle\Helper\MediaHelper' shared autowired service.
  2292.      *
  2293.      * @return \App\BackendBundle\Helper\MediaHelper
  2294.      */
  2295.     protected function getMediaHelperService()
  2296.     {
  2297.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2298.         if (isset($this->privates['App\\BackendBundle\\Helper\\MediaHelper'])) {
  2299.             return $this->privates['App\\BackendBundle\\Helper\\MediaHelper'];
  2300.         }
  2301.         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));
  2302.     }
  2303.     /**
  2304.      * Gets the private 'App\BackendBundle\Helper\MqttHelper' shared autowired service.
  2305.      *
  2306.      * @return \App\BackendBundle\Helper\MqttHelper
  2307.      */
  2308.     protected function getMqttHelperService()
  2309.     {
  2310.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2311.         if (isset($this->privates['App\\BackendBundle\\Helper\\MqttHelper'])) {
  2312.             return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'];
  2313.         }
  2314.         return $this->privates['App\\BackendBundle\\Helper\\MqttHelper'] = new \App\BackendBundle\Helper\MqttHelper($a);
  2315.     }
  2316.     /**
  2317.      * Gets the private 'App\BackendBundle\Helper\RegisterHelper' shared autowired service.
  2318.      *
  2319.      * @return \App\BackendBundle\Helper\RegisterHelper
  2320.      */
  2321.     protected function getRegisterHelperService()
  2322.     {
  2323.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2324.         if (isset($this->privates['App\\BackendBundle\\Helper\\RegisterHelper'])) {
  2325.             return $this->privates['App\\BackendBundle\\Helper\\RegisterHelper'];
  2326.         }
  2327.         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()));
  2328.     }
  2329.     /**
  2330.      * Gets the private 'App\BackendBundle\Helper\SchoolHelper' shared autowired service.
  2331.      *
  2332.      * @return \App\BackendBundle\Helper\SchoolHelper
  2333.      */
  2334.     protected function getSchoolHelperService()
  2335.     {
  2336.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2337.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2338.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2339.         }
  2340.         $b = ($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] ?? $this->getSearchIndexHelperService());
  2341.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2342.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2343.         }
  2344.         $c = ($this->privates['App\\BackendBundle\\Helper\\JobHelper'] ?? $this->getJobHelperService());
  2345.         if (isset($this->privates['App\\BackendBundle\\Helper\\SchoolHelper'])) {
  2346.             return $this->privates['App\\BackendBundle\\Helper\\SchoolHelper'];
  2347.         }
  2348.         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()));
  2349.     }
  2350.     /**
  2351.      * Gets the private 'App\BackendBundle\Helper\SearchIndexHelper' shared autowired service.
  2352.      *
  2353.      * @return \App\BackendBundle\Helper\SearchIndexHelper
  2354.      */
  2355.     protected function getSearchIndexHelperService()
  2356.     {
  2357.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2358.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2359.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2360.         }
  2361.         $b = ($this->privates['fos_elastica.object_persister.events'] ?? $this->getFosElastica_ObjectPersister_EventsService());
  2362.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'])) {
  2363.             return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'];
  2364.         }
  2365.         return $this->privates['App\\BackendBundle\\Helper\\SearchIndexHelper'] = new \App\BackendBundle\Helper\SearchIndexHelper($a$b$b$b$b);
  2366.     }
  2367.     /**
  2368.      * Gets the private 'App\BackendBundle\Helper\SearchTagHelper' shared autowired service.
  2369.      *
  2370.      * @return \App\BackendBundle\Helper\SearchTagHelper
  2371.      */
  2372.     protected function getSearchTagHelperService()
  2373.     {
  2374.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2375.         if (isset($this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'])) {
  2376.             return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'];
  2377.         }
  2378.         return $this->privates['App\\BackendBundle\\Helper\\SearchTagHelper'] = new \App\BackendBundle\Helper\SearchTagHelper($a);
  2379.     }
  2380.     /**
  2381.      * Gets the private 'App\BackendBundle\Helper\SecurityHelper' shared autowired service.
  2382.      *
  2383.      * @return \App\BackendBundle\Helper\SecurityHelper
  2384.      */
  2385.     protected function getSecurityHelperService()
  2386.     {
  2387.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2388.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2389.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2390.         }
  2391.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2392.         if (isset($this->privates['App\\BackendBundle\\Helper\\SecurityHelper'])) {
  2393.             return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'];
  2394.         }
  2395.         return $this->privates['App\\BackendBundle\\Helper\\SecurityHelper'] = new \App\BackendBundle\Helper\SecurityHelper($a$b);
  2396.     }
  2397.     /**
  2398.      * Gets the private 'App\BackendBundle\Helper\TitleHelper' shared autowired service.
  2399.      *
  2400.      * @return \App\BackendBundle\Helper\TitleHelper
  2401.      */
  2402.     protected function getTitleHelperService()
  2403.     {
  2404.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2405.         if (isset($this->privates['App\\BackendBundle\\Helper\\TitleHelper'])) {
  2406.             return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'];
  2407.         }
  2408.         return $this->privates['App\\BackendBundle\\Helper\\TitleHelper'] = new \App\BackendBundle\Helper\TitleHelper($a);
  2409.     }
  2410.     /**
  2411.      * Gets the private 'App\BackendBundle\Helper\UserHelper' shared autowired service.
  2412.      *
  2413.      * @return \App\BackendBundle\Helper\UserHelper
  2414.      */
  2415.     protected function getUserHelperService()
  2416.     {
  2417.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2418.         if (isset($this->privates['App\\BackendBundle\\Helper\\UserHelper'])) {
  2419.             return $this->privates['App\\BackendBundle\\Helper\\UserHelper'];
  2420.         }
  2421.         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()));
  2422.     }
  2423.     /**
  2424.      * Gets the private 'annotations.cache_adapter' shared service.
  2425.      *
  2426.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2427.      */
  2428.     protected function getAnnotations_CacheAdapterService()
  2429.     {
  2430.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2431.     }
  2432.     /**
  2433.      * Gets the private 'annotations.cached_reader' shared service.
  2434.      *
  2435.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2436.      */
  2437.     protected function getAnnotations_CachedReaderService()
  2438.     {
  2439.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2440.     }
  2441.     /**
  2442.      * Gets the private 'annotations.reader' shared service.
  2443.      *
  2444.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2445.      */
  2446.     protected function getAnnotations_ReaderService()
  2447.     {
  2448.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2449.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2450.         $a->registerUniqueLoader('class_exists');
  2451.         $instance->addGlobalIgnoredName('required'$a);
  2452.         return $instance;
  2453.     }
  2454.     /**
  2455.      * Gets the private 'cache.annotations' shared service.
  2456.      *
  2457.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2458.      */
  2459.     protected function getCache_AnnotationsService()
  2460.     {
  2461.         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())));
  2462.     }
  2463.     /**
  2464.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2465.      *
  2466.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2467.      */
  2468.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2469.     {
  2470.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2471.     }
  2472.     /**
  2473.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2474.      *
  2475.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2476.      */
  2477.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2478.     {
  2479.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2480.     }
  2481.     /**
  2482.      * Gets the private 'cache.property_info' shared service.
  2483.      *
  2484.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2485.      */
  2486.     protected function getCache_PropertyInfoService()
  2487.     {
  2488.         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())));
  2489.     }
  2490.     /**
  2491.      * Gets the private 'cache.security_expression_language' shared service.
  2492.      *
  2493.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2494.      */
  2495.     protected function getCache_SecurityExpressionLanguageService()
  2496.     {
  2497.         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())));
  2498.     }
  2499.     /**
  2500.      * Gets the private 'cache.serializer' shared service.
  2501.      *
  2502.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2503.      */
  2504.     protected function getCache_SerializerService()
  2505.     {
  2506.         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())));
  2507.     }
  2508.     /**
  2509.      * Gets the private 'cache.validator' shared service.
  2510.      *
  2511.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2512.      */
  2513.     protected function getCache_ValidatorService()
  2514.     {
  2515.         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())));
  2516.     }
  2517.     /**
  2518.      * Gets the private 'config_cache_factory' shared service.
  2519.      *
  2520.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2521.      */
  2522.     protected function getConfigCacheFactoryService()
  2523.     {
  2524.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2525.             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)));
  2526.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2527.         }, 2));
  2528.     }
  2529.     /**
  2530.      * Gets the private 'data_collector.form' shared service.
  2531.      *
  2532.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2533.      */
  2534.     protected function getDataCollector_FormService()
  2535.     {
  2536.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2537.     }
  2538.     /**
  2539.      * Gets the private 'data_collector.request' shared service.
  2540.      *
  2541.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2542.      */
  2543.     protected function getDataCollector_RequestService()
  2544.     {
  2545.         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())));
  2546.     }
  2547.     /**
  2548.      * Gets the private 'debug.controller_resolver' shared service.
  2549.      *
  2550.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2551.      */
  2552.     protected function getDebug_ControllerResolverService()
  2553.     {
  2554.         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))));
  2555.     }
  2556.     /**
  2557.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2558.      *
  2559.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2560.      */
  2561.     protected function getDebug_DebugHandlersListenerService()
  2562.     {
  2563.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2564.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2565.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2566.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2567.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2568.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2569.     }
  2570.     /**
  2571.      * Gets the private 'debug.file_link_formatter' shared service.
  2572.      *
  2573.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2574.      */
  2575.     protected function getDebug_FileLinkFormatterService()
  2576.     {
  2577.         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 () {
  2578.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2579.         });
  2580.     }
  2581.     /**
  2582.      * Gets the private 'debug.log_processor' shared service.
  2583.      *
  2584.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2585.      */
  2586.     protected function getDebug_LogProcessorService()
  2587.     {
  2588.         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())));
  2589.     }
  2590.     /**
  2591.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2592.      *
  2593.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2594.      */
  2595.     protected function getDebug_Security_Access_DecisionManagerService()
  2596.     {
  2597.         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 () {
  2598.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2599.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2600.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2601.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2602.     }
  2603.     /**
  2604.      * Gets the private 'debug.security.firewall' shared service.
  2605.      *
  2606.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2607.      */
  2608.     protected function getDebug_Security_FirewallService()
  2609.     {
  2610.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2611.         if (isset($this->privates['debug.security.firewall'])) {
  2612.             return $this->privates['debug.security.firewall'];
  2613.         }
  2614.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2615.         if (isset($this->privates['debug.security.firewall'])) {
  2616.             return $this->privates['debug.security.firewall'];
  2617.         }
  2618.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2619.     }
  2620.     /**
  2621.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2622.      *
  2623.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2624.      */
  2625.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2626.     {
  2627.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2628.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2629.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2630.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2631.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2632.             'fos_elastica.listener.appointments' => ['privates''fos_elastica.listener.appointments''getFosElastica_Listener_AppointmentsService'true],
  2633.             'fos_elastica.listener.events' => ['privates''fos_elastica.listener.events''getFosElastica_Listener_EventsService'true],
  2634.             'fos_elastica.listener.jobDailyRoutines' => ['privates''fos_elastica.listener.jobDailyRoutines''getFosElastica_Listener_JobDailyRoutinesService'true],
  2635.             'fos_elastica.listener.jobOffers' => ['privates''fos_elastica.listener.jobOffers''getFosElastica_Listener_JobOffersService'true],
  2636.             'fos_elastica.listener.jobs' => ['privates''fos_elastica.listener.jobs''getFosElastica_Listener_JobsService'true],
  2637.             'fos_elastica.listener.profiles_bopartner' => ['privates''fos_elastica.listener.profiles_bopartner''getFosElastica_Listener_ProfilesBopartnerService'true],
  2638.             'fos_elastica.listener.profiles_company' => ['privates''fos_elastica.listener.profiles_company''getFosElastica_Listener_ProfilesCompanyService'true],
  2639.             'fos_elastica.listener.profiles_school' => ['privates''fos_elastica.listener.profiles_school''getFosElastica_Listener_ProfilesSchoolService'true],
  2640.             'sonata.cache.orm.event_subscriber' => ['privates''sonata.cache.orm.event_subscriber''getSonata_Cache_Orm_EventSubscriberService'true],
  2641.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  2642.         ], [
  2643.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2644.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2645.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2646.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2647.             'fos_elastica.listener.appointments' => '?',
  2648.             'fos_elastica.listener.events' => '?',
  2649.             'fos_elastica.listener.jobDailyRoutines' => '?',
  2650.             'fos_elastica.listener.jobOffers' => '?',
  2651.             'fos_elastica.listener.jobs' => '?',
  2652.             'fos_elastica.listener.profiles_bopartner' => '?',
  2653.             'fos_elastica.listener.profiles_company' => '?',
  2654.             'fos_elastica.listener.profiles_school' => '?',
  2655.             'sonata.cache.orm.event_subscriber' => '?',
  2656.             'sonata.doctrine.mapper' => '?',
  2657.         ]), [=> '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']]);
  2658.     }
  2659.     /**
  2660.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2661.      *
  2662.      * @return \Doctrine\Migrations\DependencyFactory
  2663.      */
  2664.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2665.     {
  2666.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2667.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2668.         $a->setAllOrNothing(false);
  2669.         $a->setCheckDatabasePlatform(true);
  2670.         $a->setTransactional(true);
  2671.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2672.         $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()));
  2673.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2674.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2675.         });
  2676.         return $instance;
  2677.     }
  2678.     /**
  2679.      * Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
  2680.      *
  2681.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  2682.      */
  2683.     protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
  2684.     {
  2685.         $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/config/doctrine') => 'App\\Entity']);
  2686.         $instance->setGlobalBasename('mapping');
  2687.         return $instance;
  2688.     }
  2689.     /**
  2690.      * Gets the private 'exception_listener' shared service.
  2691.      *
  2692.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2693.      */
  2694.     protected function getExceptionListenerService()
  2695.     {
  2696.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2697.     }
  2698.     /**
  2699.      * Gets the private 'fos_elastica.client.default' shared service.
  2700.      *
  2701.      * @return \FOS\ElasticaBundle\Elastica\Client
  2702.      */
  2703.     protected function getFosElastica_Client_DefaultService()
  2704.     {
  2705.         $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);
  2706.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2707.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  2708.         return $instance;
  2709.     }
  2710.     /**
  2711.      * Gets the private 'fos_elastica.index.events' shared service.
  2712.      *
  2713.      * @return \FOS\ElasticaBundle\Elastica\Index
  2714.      */
  2715.     protected function getFosElastica_Index_EventsService()
  2716.     {
  2717.         return $this->privates['fos_elastica.index.events'] = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('events');
  2718.     }
  2719.     /**
  2720.      * Gets the private 'fos_elastica.logger' shared service.
  2721.      *
  2722.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  2723.      */
  2724.     protected function getFosElastica_LoggerService()
  2725.     {
  2726.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  2727.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2728.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2729.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2730.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2731.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  2732.     }
  2733.     /**
  2734.      * Gets the private 'fos_elastica.object_persister.events' shared service.
  2735.      *
  2736.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  2737.      */
  2738.     protected function getFosElastica_ObjectPersister_EventsService()
  2739.     {
  2740.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2741.         if (isset($this->privates['fos_elastica.object_persister.events'])) {
  2742.             return $this->privates['fos_elastica.object_persister.events'];
  2743.         }
  2744.         $b = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'events'], $a);
  2745.         $b->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(00))));
  2746.         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']]]]]], []);
  2747.     }
  2748.     /**
  2749.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2750.      *
  2751.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2752.      */
  2753.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2754.     {
  2755.         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())));
  2756.     }
  2757.     /**
  2758.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2759.      *
  2760.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2761.      */
  2762.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2763.     {
  2764.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2765.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2766.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2767.         }
  2768.         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);
  2769.     }
  2770.     /**
  2771.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  2772.      *
  2773.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  2774.      */
  2775.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  2776.     {
  2777.         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')]));
  2778.     }
  2779.     /**
  2780.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  2781.      *
  2782.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  2783.      */
  2784.     protected function getJmsSerializer_TraceableEventDispatcherService()
  2785.     {
  2786.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2787.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  2788.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  2789.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  2790.         ], [
  2791.             'jms_serializer.stopwatch_subscriber' => '?',
  2792.             'jms_serializer.traceable_runs_listener' => '?',
  2793.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2794.         ]));
  2795.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  2796.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2797.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2798.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2799.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  2800.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  2801.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  2802.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2803.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2804.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  2805.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2806.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  2807.         return $instance;
  2808.     }
  2809.     /**
  2810.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  2811.      *
  2812.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  2813.      */
  2814.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  2815.     {
  2816.         $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, [
  2817.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  2818.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  2819.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  2820.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'true],
  2821.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  2822.             'jms_serializer.symfony_uid_handler' => ['privates''jms_serializer.symfony_uid_handler''getJmsSerializer_SymfonyUidHandlerService'true],
  2823.         ], [
  2824.             'jms_serializer.array_collection_handler' => '?',
  2825.             'jms_serializer.constraint_violation_handler' => '?',
  2826.             'jms_serializer.datetime_handler' => '?',
  2827.             'jms_serializer.form_error_handler' => '?',
  2828.             'jms_serializer.iterator_handler' => '?',
  2829.             'jms_serializer.symfony_uid_handler' => '?',
  2830.         ])));
  2831.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2832.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2833.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2834.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2835.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2836.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2837.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2838.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2839.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2840.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2841.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  2842.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  2843.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  2844.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  2845.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2846.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2847.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2848.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2849.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2850.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2851.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2852.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2853.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  2854.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  2855.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml']);
  2856.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']);
  2857.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  2858.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  2859.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2860.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2861.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2862.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2863.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2864.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2865.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2866.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2867.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2868.         $instance->registerHandler(1'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2869.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2870.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2871.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2872.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2873.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2874.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2875.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2876.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2877.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2878.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2879.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2880.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2881.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2882.         $instance->registerHandler(1'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'serializeUid']);
  2883.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2884.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2885.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2886.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2887.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2888.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2889.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2890.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2891.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2892.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2893.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  2894.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  2895.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  2896.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  2897.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  2898.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  2899.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  2900.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  2901.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2902.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2903.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2904.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2905.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2906.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2907.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2908.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Ulid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2909.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2910.         $instance->registerHandler(2'Symfony\\Component\\Uid\\Uuid''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2911.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2912.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV1''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2913.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2914.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV3''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2915.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2916.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV4''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2917.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2918.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV5''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2919.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2920.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV6''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2921.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2922.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV7''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2923.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''json', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromJson']);
  2924.         $instance->registerHandler(2'Symfony\\Component\\Uid\\UuidV8''xml', [=> 'jms_serializer.symfony_uid_handler'=> 'deserializeUidFromXml']);
  2925.         return $instance;
  2926.     }
  2927.     /**
  2928.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  2929.      *
  2930.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  2931.      */
  2932.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  2933.     {
  2934.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2935.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'true],
  2936.         ], [
  2937.             'metadata_driver' => '?',
  2938.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2939.         $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')))));
  2940.         $a->setIncludeInterfaces(false);
  2941.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  2942.     }
  2943.     /**
  2944.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  2945.      *
  2946.      * @return \JMS\SerializerBundle\Debug\RunsListener
  2947.      */
  2948.     protected function getJmsSerializer_TraceableRunsListenerService()
  2949.     {
  2950.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  2951.     }
  2952.     /**
  2953.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2954.      *
  2955.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2956.      */
  2957.     protected function getLiipImagine_Filter_ConfigurationService()
  2958.     {
  2959.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2960.     }
  2961.     /**
  2962.      * Gets the private 'locale_aware_listener' shared service.
  2963.      *
  2964.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2965.      */
  2966.     protected function getLocaleAwareListenerService()
  2967.     {
  2968.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2969.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  2970.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  2971.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  2972.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2973.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2974.     }
  2975.     /**
  2976.      * Gets the private 'locale_listener' shared service.
  2977.      *
  2978.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2979.      */
  2980.     protected function getLocaleListenerService()
  2981.     {
  2982.         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']);
  2983.     }
  2984.     /**
  2985.      * Gets the private 'monolog.handler.console' shared service.
  2986.      *
  2987.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2988.      */
  2989.     protected function getMonolog_Handler_ConsoleService()
  2990.     {
  2991.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2992.     }
  2993.     /**
  2994.      * Gets the private 'monolog.handler.main' shared service.
  2995.      *
  2996.      * @return \Monolog\Handler\StreamHandler
  2997.      */
  2998.     protected function getMonolog_Handler_MainService()
  2999.     {
  3000.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  3001.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3002.         return $instance;
  3003.     }
  3004.     /**
  3005.      * Gets the private 'monolog.logger' shared service.
  3006.      *
  3007.      * @return \Symfony\Bridge\Monolog\Logger
  3008.      */
  3009.     protected function getMonolog_LoggerService()
  3010.     {
  3011.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3012.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3013.         $instance->useMicrosecondTimestamps(true);
  3014.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3015.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3016.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3017.         return $instance;
  3018.     }
  3019.     /**
  3020.      * Gets the private 'monolog.logger.cache' shared service.
  3021.      *
  3022.      * @return \Symfony\Bridge\Monolog\Logger
  3023.      */
  3024.     protected function getMonolog_Logger_CacheService()
  3025.     {
  3026.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3027.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3028.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3029.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3030.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3031.         return $instance;
  3032.     }
  3033.     /**
  3034.      * Gets the private 'monolog.logger.request' shared service.
  3035.      *
  3036.      * @return \Symfony\Bridge\Monolog\Logger
  3037.      */
  3038.     protected function getMonolog_Logger_RequestService()
  3039.     {
  3040.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3041.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3042.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3043.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3044.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3045.         return $instance;
  3046.     }
  3047.     /**
  3048.      * Gets the private 'monolog.logger.security' shared service.
  3049.      *
  3050.      * @return \Symfony\Bridge\Monolog\Logger
  3051.      */
  3052.     protected function getMonolog_Logger_SecurityService()
  3053.     {
  3054.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3055.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3056.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3057.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3058.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3059.         return $instance;
  3060.     }
  3061.     /**
  3062.      * Gets the private 'parameter_bag' shared service.
  3063.      *
  3064.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3065.      */
  3066.     protected function getParameterBagService()
  3067.     {
  3068.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3069.     }
  3070.     /**
  3071.      * Gets the private 'profiler_listener' shared service.
  3072.      *
  3073.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3074.      */
  3075.     protected function getProfilerListenerService()
  3076.     {
  3077.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3078.         if (isset($this->privates['profiler_listener'])) {
  3079.             return $this->privates['profiler_listener'];
  3080.         }
  3081.         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);
  3082.     }
  3083.     /**
  3084.      * Gets the private 'property_accessor' shared service.
  3085.      *
  3086.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3087.      */
  3088.     protected function getPropertyAccessorService()
  3089.     {
  3090.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3091.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3092.     }
  3093.     /**
  3094.      * Gets the private 'property_info' shared service.
  3095.      *
  3096.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3097.      */
  3098.     protected function getPropertyInfoService()
  3099.     {
  3100.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3101.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3102.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3103.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3104.         }, 3), new RewindableGenerator(function () {
  3105.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3106.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3107.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3108.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3109.         }, 4), new RewindableGenerator(function () {
  3110.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3111.         }, 1), new RewindableGenerator(function () {
  3112.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3113.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3114.         }, 2), new RewindableGenerator(function () {
  3115.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3116.         }, 1));
  3117.     }
  3118.     /**
  3119.      * Gets the private 'router.expression_language_provider' shared service.
  3120.      *
  3121.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3122.      */
  3123.     protected function getRouter_ExpressionLanguageProviderService()
  3124.     {
  3125.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3126.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3127.         ], [
  3128.             'env' => 'Closure',
  3129.         ]));
  3130.     }
  3131.     /**
  3132.      * Gets the private 'router.request_context' shared service.
  3133.      *
  3134.      * @return \Symfony\Component\Routing\RequestContext
  3135.      */
  3136.     protected function getRouter_RequestContextService()
  3137.     {
  3138.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3139.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3140.         return $instance;
  3141.     }
  3142.     /**
  3143.      * Gets the private 'router_listener' shared service.
  3144.      *
  3145.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3146.      */
  3147.     protected function getRouterListenerService()
  3148.     {
  3149.         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);
  3150.     }
  3151.     /**
  3152.      * Gets the private 'security.context_listener.0' shared service.
  3153.      *
  3154.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3155.      */
  3156.     protected function getSecurity_ContextListener_0Service()
  3157.     {
  3158.         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 () {
  3159.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3160.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3161.         }, 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']);
  3162.     }
  3163.     /**
  3164.      * Gets the private 'security.context_listener.1' shared service.
  3165.      *
  3166.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3167.      */
  3168.     protected function getSecurity_ContextListener_1Service()
  3169.     {
  3170.         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 () {
  3171.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3172.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3173.         }, 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']);
  3174.     }
  3175.     /**
  3176.      * Gets the private 'security.context_listener.2' shared service.
  3177.      *
  3178.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3179.      */
  3180.     protected function getSecurity_ContextListener_2Service()
  3181.     {
  3182.         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 () {
  3183.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3184.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3185.         }, 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']);
  3186.     }
  3187.     /**
  3188.      * Gets the private 'security.context_listener.3' shared service.
  3189.      *
  3190.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3191.      */
  3192.     protected function getSecurity_ContextListener_3Service()
  3193.     {
  3194.         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 () {
  3195.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3196.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3197.         }, 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']);
  3198.     }
  3199.     /**
  3200.      * Gets the private 'security.context_listener.4' shared service.
  3201.      *
  3202.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3203.      */
  3204.     protected function getSecurity_ContextListener_4Service()
  3205.     {
  3206.         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 () {
  3207.             yield => ($this->privates['user.manager.admin'] ?? $this->load('getUser_Manager_AdminService'));
  3208.             yield => ($this->privates['user.manager.normal'] ?? $this->load('getUser_Manager_NormalService'));
  3209.         }, 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']);
  3210.     }
  3211.     /**
  3212.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3213.      *
  3214.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3215.      */
  3216.     protected function getSecurity_EventDispatcher_AdminService()
  3217.     {
  3218.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3219.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3220.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3221.         }, => 'checkPassport'], 2048);
  3222.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3223.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3224.         }, => 'onSuccessfulLogin'], 0);
  3225.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3226.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  3227.         }, => 'onLogout'], 64);
  3228.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3229.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3230.         }, => 'preCheckCredentials'], 256);
  3231.         $instance->addListener('security.authentication.success', [=> function () {
  3232.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3233.         }, => 'postCheckCredentials'], 256);
  3234.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3235.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3236.         }, => 'checkPassport'], 1024);
  3237.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3238.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3239.         }, => 'checkPassport'], 256);
  3240.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3241.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3242.         }, => 'checkPassport'], 0);
  3243.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3244.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3245.         }, => 'onLoginSuccess'], 0);
  3246.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3247.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3248.         }, => 'checkPassport'], 512);
  3249.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3250.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3251.         }, => 'onLogout'], 0);
  3252.         return $instance;
  3253.     }
  3254.     /**
  3255.      * Gets the private 'security.event_dispatcher.main' shared service.
  3256.      *
  3257.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3258.      */
  3259.     protected function getSecurity_EventDispatcher_MainService()
  3260.     {
  3261.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3262.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3263.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  3264.         }, => 'checkPassport'], 2048);
  3265.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3266.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3267.         }, => 'onSuccessfulLogin'], 0);
  3268.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3269.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3270.         }, => 'onLogout'], 64);
  3271.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3272.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3273.         }, => 'preCheckCredentials'], 256);
  3274.         $instance->addListener('security.authentication.success', [=> function () {
  3275.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3276.         }, => 'postCheckCredentials'], 256);
  3277.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3278.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3279.         }, => 'checkPassport'], 1024);
  3280.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3281.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3282.         }, => 'checkPassport'], 256);
  3283.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3284.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3285.         }, => 'checkPassport'], 0);
  3286.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3287.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3288.         }, => 'onLoginSuccess'], 0);
  3289.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3290.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3291.         }, => 'checkPassport'], 512);
  3292.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3293.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3294.         }, => 'onLogout'], 0);
  3295.         return $instance;
  3296.     }
  3297.     /**
  3298.      * Gets the private 'security.event_dispatcher.rookie_admin' shared service.
  3299.      *
  3300.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3301.      */
  3302.     protected function getSecurity_EventDispatcher_RookieAdminService()
  3303.     {
  3304.         $this->privates['security.event_dispatcher.rookie_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3305.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3306.             return ($this->privates['security.listener.rookie_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieAdmin_UserProviderService'));
  3307.         }, => 'checkPassport'], 2048);
  3308.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3309.             return ($this->privates['security.listener.session.rookie_admin'] ?? $this->load('getSecurity_Listener_Session_RookieAdminService'));
  3310.         }, => 'onSuccessfulLogin'], 0);
  3311.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3312.             return ($this->privates['security.logout.listener.default.rookie_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieAdminService'));
  3313.         }, => 'onLogout'], 64);
  3314.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3315.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3316.         }, => 'preCheckCredentials'], 256);
  3317.         $instance->addListener('security.authentication.success', [=> function () {
  3318.             return ($this->privates['security.listener.user_checker.rookie_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieAdminService'));
  3319.         }, => 'postCheckCredentials'], 256);
  3320.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3321.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3322.         }, => 'checkPassport'], 1024);
  3323.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3324.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3325.         }, => 'checkPassport'], 256);
  3326.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3327.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3328.         }, => 'checkPassport'], 0);
  3329.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3330.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3331.         }, => 'onLoginSuccess'], 0);
  3332.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3333.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3334.         }, => 'checkPassport'], 512);
  3335.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3336.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3337.         }, => 'onLogout'], 0);
  3338.         return $instance;
  3339.     }
  3340.     /**
  3341.      * Gets the private 'security.event_dispatcher.rookie_day_admin' shared service.
  3342.      *
  3343.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3344.      */
  3345.     protected function getSecurity_EventDispatcher_RookieDayAdminService()
  3346.     {
  3347.         $this->privates['security.event_dispatcher.rookie_day_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3348.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3349.             return ($this->privates['security.listener.rookie_day_admin.user_provider'] ?? $this->load('getSecurity_Listener_RookieDayAdmin_UserProviderService'));
  3350.         }, => 'checkPassport'], 2048);
  3351.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3352.             return ($this->privates['security.listener.session.rookie_day_admin'] ?? $this->load('getSecurity_Listener_Session_RookieDayAdminService'));
  3353.         }, => 'onSuccessfulLogin'], 0);
  3354.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3355.             return ($this->privates['security.logout.listener.default.rookie_day_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_RookieDayAdminService'));
  3356.         }, => 'onLogout'], 64);
  3357.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3358.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3359.         }, => 'preCheckCredentials'], 256);
  3360.         $instance->addListener('security.authentication.success', [=> function () {
  3361.             return ($this->privates['security.listener.user_checker.rookie_day_admin'] ?? $this->load('getSecurity_Listener_UserChecker_RookieDayAdminService'));
  3362.         }, => 'postCheckCredentials'], 256);
  3363.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3364.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3365.         }, => 'checkPassport'], 1024);
  3366.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3367.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3368.         }, => 'checkPassport'], 256);
  3369.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3370.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3371.         }, => 'checkPassport'], 0);
  3372.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3373.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3374.         }, => 'onLoginSuccess'], 0);
  3375.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3376.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3377.         }, => 'checkPassport'], 512);
  3378.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3379.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3380.         }, => 'onLogout'], 0);
  3381.         return $instance;
  3382.     }
  3383.     /**
  3384.      * Gets the private 'security.event_dispatcher.shuttle_admin' shared service.
  3385.      *
  3386.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3387.      */
  3388.     protected function getSecurity_EventDispatcher_ShuttleAdminService()
  3389.     {
  3390.         $this->privates['security.event_dispatcher.shuttle_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3391.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3392.             return ($this->privates['security.listener.shuttle_admin.user_provider'] ?? $this->load('getSecurity_Listener_ShuttleAdmin_UserProviderService'));
  3393.         }, => 'checkPassport'], 2048);
  3394.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3395.             return ($this->privates['security.listener.session.shuttle_admin'] ?? $this->load('getSecurity_Listener_Session_ShuttleAdminService'));
  3396.         }, => 'onSuccessfulLogin'], 0);
  3397.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3398.             return ($this->privates['security.logout.listener.default.shuttle_admin'] ?? $this->load('getSecurity_Logout_Listener_Default_ShuttleAdminService'));
  3399.         }, => 'onLogout'], 64);
  3400.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3401.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3402.         }, => 'preCheckCredentials'], 256);
  3403.         $instance->addListener('security.authentication.success', [=> function () {
  3404.             return ($this->privates['security.listener.user_checker.shuttle_admin'] ?? $this->load('getSecurity_Listener_UserChecker_ShuttleAdminService'));
  3405.         }, => 'postCheckCredentials'], 256);
  3406.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3407.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3408.         }, => 'checkPassport'], 1024);
  3409.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3410.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3411.         }, => 'checkPassport'], 256);
  3412.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3413.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3414.         }, => 'checkPassport'], 0);
  3415.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3416.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3417.         }, => 'onLoginSuccess'], 0);
  3418.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3419.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3420.         }, => 'checkPassport'], 512);
  3421.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3422.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3423.         }, => 'onLogout'], 0);
  3424.         return $instance;
  3425.     }
  3426.     /**
  3427.      * Gets the private 'security.firewall.map' shared service.
  3428.      *
  3429.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3430.      */
  3431.     protected function getSecurity_Firewall_MapService()
  3432.     {
  3433.         $a = ($this->privates['.service_locator.B5CP1xq'] ?? $this->get_ServiceLocator_B5CP1xqService());
  3434.         if (isset($this->privates['security.firewall.map'])) {
  3435.             return $this->privates['security.firewall.map'];
  3436.         }
  3437.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3438.             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)/')));
  3439.             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)$')));
  3440.             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')));
  3441.             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')));
  3442.             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')));
  3443.             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')));
  3444.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3445.         }, 7));
  3446.     }
  3447.     /**
  3448.      * Gets the private 'security.helper' shared service.
  3449.      *
  3450.      * @return \Symfony\Component\Security\Core\Security
  3451.      */
  3452.     protected function getSecurity_HelperService()
  3453.     {
  3454.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3455.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3456.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3457.         ], [
  3458.             'security.authorization_checker' => '?',
  3459.             'security.token_storage' => '?',
  3460.         ]));
  3461.     }
  3462.     /**
  3463.      * Gets the private 'security.logout_url_generator' shared service.
  3464.      *
  3465.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3466.      */
  3467.     protected function getSecurity_LogoutUrlGeneratorService()
  3468.     {
  3469.         $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()));
  3470.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3471.         $instance->registerListener('rookie_admin''rookie_admin_logout''logout''_csrf_token'NULLNULL);
  3472.         $instance->registerListener('shuttle_admin''shuttle_admin_logout''logout''_csrf_token'NULLNULL);
  3473.         $instance->registerListener('rookie_day_admin''rookie_day_admin_logout''logout''_csrf_token'NULLNULL);
  3474.         $instance->registerListener('main''security_logout''logout''_csrf_token'NULLNULL);
  3475.         return $instance;
  3476.     }
  3477.     /**
  3478.      * Gets the private 'security.password_hasher_factory' shared service.
  3479.      *
  3480.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  3481.      */
  3482.     protected function getSecurity_PasswordHasherFactoryService()
  3483.     {
  3484.         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']]]);
  3485.     }
  3486.     /**
  3487.      * Gets the private 'security.user_password_hasher' shared service.
  3488.      *
  3489.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  3490.      */
  3491.     protected function getSecurity_UserPasswordHasherService()
  3492.     {
  3493.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  3494.     }
  3495.     /**
  3496.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3497.      *
  3498.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3499.      */
  3500.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3501.     {
  3502.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3503.     }
  3504.     /**
  3505.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3506.      *
  3507.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3508.      */
  3509.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3510.     {
  3511.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3512.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3513.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3514.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3515.     }
  3516.     /**
  3517.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3518.      *
  3519.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3520.      */
  3521.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3522.     {
  3523.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3524.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3525.             return $this->privates['sensio_framework_extra.security.listener'];
  3526.         }
  3527.         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()));
  3528.     }
  3529.     /**
  3530.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3531.      *
  3532.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3533.      */
  3534.     protected function getSensioFrameworkExtra_View_ListenerService()
  3535.     {
  3536.         $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))));
  3537.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3538.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3539.         ], [
  3540.             'twig' => '?',
  3541.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3542.         return $instance;
  3543.     }
  3544.     /**
  3545.      * Gets the private 'session_listener' shared service.
  3546.      *
  3547.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3548.      */
  3549.     protected function getSessionListenerService()
  3550.     {
  3551.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3552.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3553.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3554.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3555.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3556.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3557.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3558.         ], [
  3559.             'initialized_session' => '?',
  3560.             'logger' => '?',
  3561.             'request_stack' => '?',
  3562.             'session' => '?',
  3563.             'session_collector' => '?',
  3564.             'session_factory' => '?',
  3565.         ]), true$this->parameters['session.storage.options']);
  3566.     }
  3567.     /**
  3568.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  3569.      *
  3570.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3571.      */
  3572.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  3573.     {
  3574.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3575.     }
  3576.     /**
  3577.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  3578.      *
  3579.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3580.      */
  3581.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3582.     {
  3583.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3584.     }
  3585.     /**
  3586.      * Gets the private 'sonata.admin.pool' shared service.
  3587.      *
  3588.      * @return \Sonata\AdminBundle\Admin\Pool
  3589.      */
  3590.     protected function getSonata_Admin_PoolService()
  3591.     {
  3592.         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, [], []))), [], [], []);
  3593.     }
  3594.     /**
  3595.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  3596.      *
  3597.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  3598.      */
  3599.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  3600.     {
  3601.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  3602.     }
  3603.     /**
  3604.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  3605.      *
  3606.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  3607.      */
  3608.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  3609.     {
  3610.         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()));
  3611.     }
  3612.     /**
  3613.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  3614.      *
  3615.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  3616.      */
  3617.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  3618.     {
  3619.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3620.     }
  3621.     /**
  3622.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  3623.      *
  3624.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  3625.      */
  3626.     protected function getSonata_Admin_Twig_IconRuntimeService()
  3627.     {
  3628.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  3629.     }
  3630.     /**
  3631.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  3632.      *
  3633.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  3634.      */
  3635.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  3636.     {
  3637.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3638.     }
  3639.     /**
  3640.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  3641.      *
  3642.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  3643.      */
  3644.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  3645.     {
  3646.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3647.         if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  3648.             return $this->privates['sonata.admin.twig.security_runtime'];
  3649.         }
  3650.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  3651.     }
  3652.     /**
  3653.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  3654.      *
  3655.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  3656.      */
  3657.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  3658.     {
  3659.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3660.     }
  3661.     /**
  3662.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  3663.      *
  3664.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  3665.      */
  3666.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  3667.     {
  3668.         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()));
  3669.     }
  3670.     /**
  3671.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  3672.      *
  3673.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  3674.      */
  3675.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  3676.     {
  3677.         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']);
  3678.     }
  3679.     /**
  3680.      * Gets the private 'sonata.block.templating.helper' shared service.
  3681.      *
  3682.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3683.      */
  3684.     protected function getSonata_Block_Templating_HelperService()
  3685.     {
  3686.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  3687.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3688.             return $this->privates['sonata.block.templating.helper'];
  3689.         }
  3690.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  3691.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3692.             return $this->privates['sonata.block.templating.helper'];
  3693.         }
  3694.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3695.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3696.             return $this->privates['sonata.block.templating.helper'];
  3697.         }
  3698.         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))));
  3699.     }
  3700.     /**
  3701.      * Gets the private 'sonata.form.twig.canonicalize_runtime' shared service.
  3702.      *
  3703.      * @return \Sonata\Form\Twig\CanonicalizeRuntime
  3704.      */
  3705.     protected function getSonata_Form_Twig_CanonicalizeRuntimeService()
  3706.     {
  3707.         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())));
  3708.     }
  3709.     /**
  3710.      * Gets the private 'translator.default' shared service.
  3711.      *
  3712.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3713.      */
  3714.     protected function getTranslator_DefaultService()
  3715.     {
  3716.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3717.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3718.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3719.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3720.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3721.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3722.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3723.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3724.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3725.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3726.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3727.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3728.         ], [
  3729.             'translation.loader.csv' => '?',
  3730.             'translation.loader.dat' => '?',
  3731.             'translation.loader.ini' => '?',
  3732.             'translation.loader.json' => '?',
  3733.             'translation.loader.mo' => '?',
  3734.             'translation.loader.php' => '?',
  3735.             'translation.loader.po' => '?',
  3736.             'translation.loader.qt' => '?',
  3737.             'translation.loader.res' => '?',
  3738.             'translation.loader.xliff' => '?',
  3739.             'translation.loader.yml' => '?',
  3740.         ]), 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']);
  3741.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3742.         $instance->setFallbackLocales($this->parameters['kernel.enabled_locales']);
  3743.         return $instance;
  3744.     }
  3745.     /**
  3746.      * Gets the private 'validator.builder' shared service.
  3747.      *
  3748.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3749.      */
  3750.     protected function getValidator_BuilderService()
  3751.     {
  3752.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3753.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3754.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3755.         if ($this->has('translator')) {
  3756.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3757.         }
  3758.         $instance->setTranslationDomain('validators');
  3759.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3760.         $instance->enableAnnotationMapping(true);
  3761.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3762.         $instance->addMethodMapping('loadValidatorMetadata');
  3763.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3764.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3765.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3766.         return $instance;
  3767.     }
  3768.     /**
  3769.      * Gets the private 'validator.validator_factory' shared service.
  3770.      *
  3771.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3772.      */
  3773.     protected function getValidator_ValidatorFactoryService()
  3774.     {
  3775.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3776.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3777.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3778.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3779.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3780.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3781.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3782.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3783.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3784.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3785.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3786.         ], [
  3787.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3788.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3789.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3790.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3791.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3792.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3793.             'doctrine.orm.validator.unique' => '?',
  3794.             'security.validator.user_password' => '?',
  3795.             'sonata.form.validator.inline' => '?',
  3796.             'validator.expression' => '?',
  3797.         ]));
  3798.     }
  3799.     /**
  3800.      * Gets the private 'var_dumper.html_dumper' shared service.
  3801.      *
  3802.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3803.      */
  3804.     protected function getVarDumper_HtmlDumperService()
  3805.     {
  3806.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3807.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3808.         return $instance;
  3809.     }
  3810.     /**
  3811.      * Gets the private 'var_dumper.server_connection' shared service.
  3812.      *
  3813.      * @return \Symfony\Component\VarDumper\Server\Connection
  3814.      */
  3815.     protected function getVarDumper_ServerConnectionService()
  3816.     {
  3817.         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()]);
  3818.     }
  3819.     /**
  3820.      * Gets the private 'web_profiler.csp.handler' shared service.
  3821.      *
  3822.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3823.      */
  3824.     protected function getWebProfiler_Csp_HandlerService()
  3825.     {
  3826.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3827.     }
  3828.     /**
  3829.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3830.      *
  3831.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3832.      */
  3833.     protected function getWebProfiler_DebugToolbarService()
  3834.     {
  3835.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3836.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3837.             return $this->privates['web_profiler.debug_toolbar'];
  3838.         }
  3839.         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()));
  3840.     }
  3841.     /**
  3842.      * Gets the public 'cache_clearer' alias.
  3843.      *
  3844.      * @return object The ".container.private.cache_clearer" service.
  3845.      */
  3846.     protected function getCacheClearerService()
  3847.     {
  3848.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3849.         return $this->get('.container.private.cache_clearer');
  3850.     }
  3851.     /**
  3852.      * Gets the public 'filesystem' alias.
  3853.      *
  3854.      * @return object The ".container.private.filesystem" service.
  3855.      */
  3856.     protected function getFilesystemService()
  3857.     {
  3858.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3859.         return $this->get('.container.private.filesystem');
  3860.     }
  3861.     /**
  3862.      * Gets the public 'serializer' alias.
  3863.      *
  3864.      * @return object The ".container.private.serializer" service.
  3865.      */
  3866.     protected function getSerializerService()
  3867.     {
  3868.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3869.         return $this->get('.container.private.serializer');
  3870.     }
  3871.     /**
  3872.      * Gets the public 'security.csrf.token_manager' alias.
  3873.      *
  3874.      * @return object The ".container.private.security.csrf.token_manager" service.
  3875.      */
  3876.     protected function getSecurity_Csrf_TokenManagerService()
  3877.     {
  3878.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3879.         return $this->get('.container.private.security.csrf.token_manager');
  3880.     }
  3881.     /**
  3882.      * Gets the public 'form.factory' alias.
  3883.      *
  3884.      * @return object The ".container.private.form.factory" service.
  3885.      */
  3886.     protected function getForm_FactoryService()
  3887.     {
  3888.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3889.         return $this->get('.container.private.form.factory');
  3890.     }
  3891.     /**
  3892.      * Gets the public 'form.type.file' alias.
  3893.      *
  3894.      * @return object The ".container.private.form.type.file" service.
  3895.      */
  3896.     protected function getForm_Type_FileService()
  3897.     {
  3898.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3899.         return $this->get('.container.private.form.type.file');
  3900.     }
  3901.     /**
  3902.      * Gets the public 'profiler' alias.
  3903.      *
  3904.      * @return object The ".container.private.profiler" service.
  3905.      */
  3906.     protected function getProfilerService()
  3907.     {
  3908.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3909.         return $this->get('.container.private.profiler');
  3910.     }
  3911.     /**
  3912.      * Gets the public 'twig' alias.
  3913.      *
  3914.      * @return object The ".container.private.twig" service.
  3915.      */
  3916.     protected function getTwigService()
  3917.     {
  3918.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3919.         return $this->get('.container.private.twig');
  3920.     }
  3921.     /**
  3922.      * Gets the public 'security.authorization_checker' alias.
  3923.      *
  3924.      * @return object The ".container.private.security.authorization_checker" service.
  3925.      */
  3926.     protected function getSecurity_AuthorizationCheckerService()
  3927.     {
  3928.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3929.         return $this->get('.container.private.security.authorization_checker');
  3930.     }
  3931.     /**
  3932.      * Gets the public 'security.token_storage' alias.
  3933.      *
  3934.      * @return object The ".container.private.security.token_storage" service.
  3935.      */
  3936.     protected function getSecurity_TokenStorageService()
  3937.     {
  3938.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3939.         return $this->get('.container.private.security.token_storage');
  3940.     }
  3941.     /**
  3942.      * Gets the public 'security.password_encoder' alias.
  3943.      *
  3944.      * @return object The ".container.private.security.password_encoder" service.
  3945.      */
  3946.     protected function getSecurity_PasswordEncoderService()
  3947.     {
  3948.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3949.         return $this->get('.container.private.security.password_encoder');
  3950.     }
  3951.     /**
  3952.      * Gets the public 'session' alias.
  3953.      *
  3954.      * @return object The ".container.private.session" service.
  3955.      */
  3956.     protected function getSessionService()
  3957.     {
  3958.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3959.         return $this->get('.container.private.session');
  3960.     }
  3961.     /**
  3962.      * Gets the public 'validator' alias.
  3963.      *
  3964.      * @return object The ".container.private.validator" service.
  3965.      */
  3966.     protected function getValidatorService()
  3967.     {
  3968.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3969.         return $this->get('.container.private.validator');
  3970.     }
  3971.     /**
  3972.      * @return array|bool|float|int|string|\UnitEnum|null
  3973.      */
  3974.     public function getParameter(string $name)
  3975.     {
  3976.         if (isset($this->buildParameters[$name])) {
  3977.             return $this->buildParameters[$name];
  3978.         }
  3979.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3980.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3981.         }
  3982.         if (isset($this->loadedDynamicParameters[$name])) {
  3983.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3984.         }
  3985.         return $this->parameters[$name];
  3986.     }
  3987.     public function hasParameter(string $name): bool
  3988.     {
  3989.         if (isset($this->buildParameters[$name])) {
  3990.             return true;
  3991.         }
  3992.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3993.     }
  3994.     public function setParameter(string $name$value): void
  3995.     {
  3996.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3997.     }
  3998.     public function getParameterBag(): ParameterBagInterface
  3999.     {
  4000.         if (null === $this->parameterBag) {
  4001.             $parameters $this->parameters;
  4002.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4003.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4004.             }
  4005.             foreach ($this->buildParameters as $name => $value) {
  4006.                 $parameters[$name] = $value;
  4007.             }
  4008.             $this->parameterBag = new FrozenParameterBag($parameters);
  4009.         }
  4010.         return $this->parameterBag;
  4011.     }
  4012.     private $loadedDynamicParameters = [
  4013.         'kernel.runtime_environment' => false,
  4014.         'kernel.build_dir' => false,
  4015.         'kernel.cache_dir' => false,
  4016.         'frontend_domain' => false,
  4017.         'backend_domain' => false,
  4018.         'image_domain' => false,
  4019.         'etermin_public_key' => false,
  4020.         'etermin_private_key' => false,
  4021.         'matomo_api_key' => false,
  4022.         'doctrine.orm.proxy_dir' => false,
  4023.         'kernel.secret' => false,
  4024.         'debug.container.dump' => false,
  4025.         'serializer.mapping.cache.file' => false,
  4026.         'validator.mapping.cache.file' => false,
  4027.         'profiler.storage.dsn' => false,
  4028.     ];
  4029.     private $dynamicParameters = [];
  4030.     private function getDynamicParameter(string $name)
  4031.     {
  4032.         switch ($name) {
  4033.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4034.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4035.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4036.             case 'frontend_domain'$value $this->getEnv('FRONTEND_DOMAIN'); break;
  4037.             case 'backend_domain'$value $this->getEnv('BACKEND_DOMAIN'); break;
  4038.             case 'image_domain'$value $this->getEnv('IMAGE_DOMAIN'); break;
  4039.             case 'etermin_public_key'$value $this->getEnv('ETERMIN_PUBLIC_KEY'); break;
  4040.             case 'etermin_private_key'$value $this->getEnv('ETERMIN_PRIVATE_KEY'); break;
  4041.             case 'matomo_api_key'$value $this->getEnv('MATOMO_API_KEY'); break;
  4042.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4043.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4044.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4045.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4046.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4047.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4048.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4049.         }
  4050.         $this->loadedDynamicParameters[$name] = true;
  4051.         return $this->dynamicParameters[$name] = $value;
  4052.     }
  4053.     protected function getDefaultParameters(): array
  4054.     {
  4055.         return [
  4056.             'kernel.project_dir' => \dirname(__DIR__4),
  4057.             'kernel.environment' => 'dev',
  4058.             'kernel.debug' => true,
  4059.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4060.             'kernel.bundles' => [
  4061.                 'AdminBundle' => 'App\\AdminBundle\\AdminBundle',
  4062.                 'ApiBundle' => 'App\\ApiBundle\\ApiBundle',
  4063.                 'BackendBundle' => 'App\\BackendBundle\\BackendBundle',
  4064.                 'FrontendBundle' => 'App\\FrontendBundle\\FrontendBundle',
  4065.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4066.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4067.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  4068.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  4069.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4070.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  4071.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4072.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4073.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4074.                 'OverblogGraphQLBundle' => 'Overblog\\GraphQLBundle\\OverblogGraphQLBundle',
  4075.                 'OverblogGraphiQLBundle' => 'Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle',
  4076.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4077.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  4078.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  4079.                 'SonataCacheBundle' => 'Sonata\\CacheBundle\\SonataCacheBundle',
  4080.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  4081.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  4082.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle\\SonataFormBundle',
  4083.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  4084.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4085.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4086.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4087.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4088.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4089.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4090.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4091.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4092.             ],
  4093.             'kernel.bundles_metadata' => [
  4094.                 'AdminBundle' => [
  4095.                     'path' => (\dirname(__DIR__4).'/src/AdminBundle'),
  4096.                     'namespace' => 'App\\AdminBundle',
  4097.                 ],
  4098.                 'ApiBundle' => [
  4099.                     'path' => (\dirname(__DIR__4).'/src/ApiBundle'),
  4100.                     'namespace' => 'App\\ApiBundle',
  4101.                 ],
  4102.                 'BackendBundle' => [
  4103.                     'path' => (\dirname(__DIR__4).'/src/BackendBundle'),
  4104.                     'namespace' => 'App\\BackendBundle',
  4105.                 ],
  4106.                 'FrontendBundle' => [
  4107.                     'path' => (\dirname(__DIR__4).'/src/FrontendBundle'),
  4108.                     'namespace' => 'App\\FrontendBundle',
  4109.                 ],
  4110.                 'DoctrineBundle' => [
  4111.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4112.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4113.                 ],
  4114.                 'DoctrineMigrationsBundle' => [
  4115.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4116.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4117.                 ],
  4118.                 'FOSCKEditorBundle' => [
  4119.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  4120.                     'namespace' => 'FOS\\CKEditorBundle',
  4121.                 ],
  4122.                 'FOSElasticaBundle' => [
  4123.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  4124.                     'namespace' => 'FOS\\ElasticaBundle',
  4125.                 ],
  4126.                 'JMSSerializerBundle' => [
  4127.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  4128.                     'namespace' => 'JMS\\SerializerBundle',
  4129.                 ],
  4130.                 'KnpMarkdownBundle' => [
  4131.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  4132.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  4133.                 ],
  4134.                 'KnpMenuBundle' => [
  4135.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  4136.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4137.                 ],
  4138.                 'LeagueOAuth2ServerBundle' => [
  4139.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4140.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4141.                 ],
  4142.                 'LiipImagineBundle' => [
  4143.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4144.                     'namespace' => 'Liip\\ImagineBundle',
  4145.                 ],
  4146.                 'OverblogGraphQLBundle' => [
  4147.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src'),
  4148.                     'namespace' => 'Overblog\\GraphQLBundle',
  4149.                 ],
  4150.                 'OverblogGraphiQLBundle' => [
  4151.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle'),
  4152.                     'namespace' => 'Overblog\\GraphiQLBundle',
  4153.                 ],
  4154.                 'SensioFrameworkExtraBundle' => [
  4155.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4156.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4157.                 ],
  4158.                 'SonataBlockBundle' => [
  4159.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  4160.                     'namespace' => 'Sonata\\BlockBundle',
  4161.                 ],
  4162.                 'SonataAdminBundle' => [
  4163.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  4164.                     'namespace' => 'Sonata\\AdminBundle',
  4165.                 ],
  4166.                 'SonataCacheBundle' => [
  4167.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/cache-bundle/src'),
  4168.                     'namespace' => 'Sonata\\CacheBundle',
  4169.                 ],
  4170.                 'SonataDoctrineBundle' => [
  4171.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  4172.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  4173.                 ],
  4174.                 'SonataDoctrineORMAdminBundle' => [
  4175.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  4176.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  4177.                 ],
  4178.                 'SonataFormBundle' => [
  4179.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Bundle/..'),
  4180.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony\\Bundle',
  4181.                 ],
  4182.                 'SonataSeoBundle' => [
  4183.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  4184.                     'namespace' => 'Sonata\\SeoBundle',
  4185.                 ],
  4186.                 'FrameworkBundle' => [
  4187.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4188.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4189.                 ],
  4190.                 'TwigBundle' => [
  4191.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4192.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4193.                 ],
  4194.                 'WebProfilerBundle' => [
  4195.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4196.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4197.                 ],
  4198.                 'MonologBundle' => [
  4199.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4200.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4201.                 ],
  4202.                 'DebugBundle' => [
  4203.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4204.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4205.                 ],
  4206.                 'MakerBundle' => [
  4207.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4208.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4209.                 ],
  4210.                 'SecurityBundle' => [
  4211.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4212.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4213.                 ],
  4214.                 'TwigExtraBundle' => [
  4215.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4216.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4217.                 ],
  4218.             ],
  4219.             'kernel.charset' => 'UTF-8',
  4220.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4221.             'admin.authentication.handler.login_success_handler.class' => 'AdminBundle\\Authentication\\Handler\\LoginSuccessHandler',
  4222.             'admin.lastroute.class' => 'AdminBundle\\EventListener\\LastRouteListener',
  4223.             'sonata.media.admin.media.class' => 'AdminBundle\\Admin\\MediaAdmin',
  4224.             'sonata.media.admin.gallery.class' => 'AdminBundle\\Admin\\GalleryAdmin',
  4225.             'sonata.media.admin.gallery_has_media.class' => 'AdminBundle\\Admin\\GalleryHasMediaAdmin',
  4226.             'twig.asset_exists_extension.class' => 'App\\Twig\\AssetExistsExtension',
  4227.             'twig.date_helpers_extension.class' => 'App\\Twig\\DateHelpersExtension',
  4228.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4229.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4230.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4231.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4232.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4233.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4234.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4235.             'doctrine.entity_managers' => [
  4236.                 'default' => 'doctrine.orm.default_entity_manager',
  4237.             ],
  4238.             'doctrine.default_entity_manager' => 'default',
  4239.             'doctrine.dbal.connection_factory.types' => [
  4240.                 'oauth2_grant' => [
  4241.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  4242.                 ],
  4243.                 'oauth2_redirect_uri' => [
  4244.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  4245.                 ],
  4246.                 'oauth2_scope' => [
  4247.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  4248.                 ],
  4249.                 'uuid' => [
  4250.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  4251.                 ],
  4252.                 'json' => [
  4253.                     'class' => 'Sonata\\Doctrine\\Types\\JsonType',
  4254.                 ],
  4255.                 'ulid' => [
  4256.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4257.                 ],
  4258.             ],
  4259.             'doctrine.connections' => [
  4260.                 'default' => 'doctrine.dbal.default_connection',
  4261.             ],
  4262.             'doctrine.default_connection' => 'default',
  4263.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4264.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4265.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4266.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4267.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4268.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4269.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4270.             'doctrine.orm.cache.memcache_port' => 11211,
  4271.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4272.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4273.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4274.             'doctrine.orm.cache.memcached_port' => 11211,
  4275.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4276.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4277.             'doctrine.orm.cache.redis_host' => 'localhost',
  4278.             'doctrine.orm.cache.redis_port' => 6379,
  4279.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4280.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4281.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4282.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4283.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4284.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4285.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4286.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4287.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4288.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4289.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4290.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4291.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4292.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4293.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4294.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4295.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4296.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4297.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4298.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4299.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4300.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4301.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  4302.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4303.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4304.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4305.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4306.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4307.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4308.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4309.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4310.             'doctrine.orm.auto_generate_proxy_classes' => false,
  4311.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4312.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4313.             'doctrine.migrations.preferred_em' => NULL,
  4314.             'doctrine.migrations.preferred_connection' => NULL,
  4315.             'fos_elastica.property_accessor.magicCall' => 0,
  4316.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
  4317.             'fos_elastica.default_index' => 'events',
  4318.             'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
  4319.             'knp_menu.renderer.list.options' => [
  4320.             ],
  4321.             'knp_menu.renderer.twig.options' => [
  4322.             ],
  4323.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4324.             'knp_menu.default_renderer' => 'twig',
  4325.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  4326.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  4327.             'league.oauth2_server.encryption_key' => '5jsptBuOQnuwC4SECyXd8FVa0BA1/Uxut/H3Yq5vHAk=',
  4328.             'league.oauth2_server.encryption_key.type' => 'plain',
  4329.             'league.oauth2_server.scopes.default' => [
  4330.                 => 'defaultscope',
  4331.             ],
  4332.             'liip_imagine.resolvers' => [
  4333.                 'default' => [
  4334.                     'web_path' => [
  4335.                         'web_root' => (\dirname(__DIR__4).'/public'),
  4336.                         'cache_prefix' => 'media/cache',
  4337.                     ],
  4338.                 ],
  4339.             ],
  4340.             'liip_imagine.loaders' => [
  4341.                 'default' => [
  4342.                     'filesystem' => [
  4343.                         'data_root' => [
  4344.                             => (\dirname(__DIR__4).'/public'),
  4345.                         ],
  4346.                         'locator' => 'filesystem',
  4347.                         'allow_unresolvable_data_roots' => false,
  4348.                         'bundle_resources' => [
  4349.                             'enabled' => false,
  4350.                             'access_control_type' => 'blacklist',
  4351.                             'access_control_list' => [
  4352.                             ],
  4353.                         ],
  4354.                     ],
  4355.                 ],
  4356.             ],
  4357.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4358.             'liip_imagine.jpegoptim.stripAll' => true,
  4359.             'liip_imagine.jpegoptim.max' => NULL,
  4360.             'liip_imagine.jpegoptim.progressive' => true,
  4361.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4362.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4363.             'liip_imagine.optipng.level' => 7,
  4364.             'liip_imagine.optipng.stripAll' => true,
  4365.             'liip_imagine.optipng.tempDir' => NULL,
  4366.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4367.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4368.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4369.             'liip_imagine.cwebp.tempDir' => NULL,
  4370.             'liip_imagine.cwebp.q' => 75,
  4371.             'liip_imagine.cwebp.alphaQ' => 100,
  4372.             'liip_imagine.cwebp.m' => 4,
  4373.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  4374.             'liip_imagine.cwebp.alphaMethod' => 1,
  4375.             'liip_imagine.cwebp.exact' => false,
  4376.             'liip_imagine.cwebp.metadata' => [
  4377.                 => 'none',
  4378.             ],
  4379.             'liip_imagine.driver_service' => 'liip_imagine.imagick',
  4380.             'liip_imagine.cache.resolver.default' => 'default',
  4381.             'liip_imagine.default_image' => NULL,
  4382.             'liip_imagine.filter_sets' => [
  4383.                 'cache' => [
  4384.                     'format' => 'webp',
  4385.                     'quality' => 100,
  4386.                     'jpeg_quality' => NULL,
  4387.                     'png_compression_level' => NULL,
  4388.                     'png_compression_filter' => NULL,
  4389.                     'animated' => false,
  4390.                     'cache' => NULL,
  4391.                     'data_loader' => NULL,
  4392.                     'default_image' => NULL,
  4393.                     'filters' => [
  4394.                     ],
  4395.                     'post_processors' => [
  4396.                     ],
  4397.                 ],
  4398.                 'tn_medium' => [
  4399.                     'format' => 'webp',
  4400.                     'quality' => 100,
  4401.                     'jpeg_quality' => NULL,
  4402.                     'png_compression_level' => NULL,
  4403.                     'png_compression_filter' => NULL,
  4404.                     'animated' => false,
  4405.                     'cache' => NULL,
  4406.                     'data_loader' => NULL,
  4407.                     'default_image' => NULL,
  4408.                     'filters' => [
  4409.                         'relative_resize' => [
  4410.                             'widen' => 527,
  4411.                         ],
  4412.                     ],
  4413.                     'post_processors' => [
  4414.                     ],
  4415.                 ],
  4416.                 'tn_portrait' => [
  4417.                     'format' => 'webp',
  4418.                     'quality' => 100,
  4419.                     'jpeg_quality' => NULL,
  4420.                     'png_compression_level' => NULL,
  4421.                     'png_compression_filter' => NULL,
  4422.                     'animated' => false,
  4423.                     'cache' => NULL,
  4424.                     'data_loader' => NULL,
  4425.                     'default_image' => NULL,
  4426.                     'filters' => [
  4427.                         'relative_resize' => [
  4428.                             'widen' => 1000,
  4429.                         ],
  4430.                     ],
  4431.                     'post_processors' => [
  4432.                     ],
  4433.                 ],
  4434.                 'tn_landscape' => [
  4435.                     'format' => 'webp',
  4436.                     'quality' => 100,
  4437.                     'jpeg_quality' => NULL,
  4438.                     'png_compression_level' => NULL,
  4439.                     'png_compression_filter' => NULL,
  4440.                     'animated' => false,
  4441.                     'cache' => NULL,
  4442.                     'data_loader' => NULL,
  4443.                     'default_image' => NULL,
  4444.                     'filters' => [
  4445.                         'relative_resize' => [
  4446.                             'widen' => 1240,
  4447.                         ],
  4448.                     ],
  4449.                     'post_processors' => [
  4450.                     ],
  4451.                 ],
  4452.                 'tn_large' => [
  4453.                     'format' => 'webp',
  4454.                     'quality' => 100,
  4455.                     'jpeg_quality' => NULL,
  4456.                     'png_compression_level' => NULL,
  4457.                     'png_compression_filter' => NULL,
  4458.                     'animated' => false,
  4459.                     'cache' => NULL,
  4460.                     'data_loader' => NULL,
  4461.                     'default_image' => NULL,
  4462.                     'filters' => [
  4463.                         'relative_resize' => [
  4464.                             'widen' => 1560,
  4465.                         ],
  4466.                     ],
  4467.                     'post_processors' => [
  4468.                     ],
  4469.                 ],
  4470.                 'tn_xlarge' => [
  4471.                     'format' => 'webp',
  4472.                     'quality' => 100,
  4473.                     'jpeg_quality' => NULL,
  4474.                     'png_compression_level' => NULL,
  4475.                     'png_compression_filter' => NULL,
  4476.                     'animated' => false,
  4477.                     'cache' => NULL,
  4478.                     'data_loader' => NULL,
  4479.                     'default_image' => NULL,
  4480.                     'filters' => [
  4481.                         'relative_resize' => [
  4482.                             'widen' => 1900,
  4483.                         ],
  4484.                     ],
  4485.                     'post_processors' => [
  4486.                     ],
  4487.                 ],
  4488.                 'tn_huge' => [
  4489.                     'format' => 'webp',
  4490.                     'quality' => 100,
  4491.                     'jpeg_quality' => NULL,
  4492.                     'png_compression_level' => NULL,
  4493.                     'png_compression_filter' => NULL,
  4494.                     'animated' => false,
  4495.                     'cache' => NULL,
  4496.                     'data_loader' => NULL,
  4497.                     'default_image' => NULL,
  4498.                     'filters' => [
  4499.                         'relative_resize' => [
  4500.                             'widen' => 2800,
  4501.                         ],
  4502.                     ],
  4503.                     'post_processors' => [
  4504.                     ],
  4505.                 ],
  4506.             ],
  4507.             'liip_imagine.binary.loader.default' => 'default',
  4508.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4509.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4510.             'liip_imagine.webp.generate' => false,
  4511.             'liip_imagine.webp.options' => [
  4512.                 'quality' => 100,
  4513.                 'cache' => NULL,
  4514.                 'data_loader' => NULL,
  4515.                 'post_processors' => [
  4516.                 ],
  4517.             ],
  4518.             'overblog_graphql_types.config' => [
  4519.                 'InternalMutation' => [
  4520.                     'type' => 'object',
  4521.                     'inherits' => [
  4522.                         => 'InternalMutationBoPartnerProfile',
  4523.                         => 'InternalMutationCompanyProfile',
  4524.                         => 'InternalMutationJobMarket',
  4525.                         => 'InternalMutationSchool',
  4526.                         => 'InternalMutationSchoolClass',
  4527.                         => 'InternalMutationSchoolProfile',
  4528.                         => 'InternalMutationTeacher',
  4529.                         => 'InternalMutationUser',
  4530.                     ],
  4531.                     'class_name' => 'InternalMutationType',
  4532.                     'decorator' => false,
  4533.                     'config' => [
  4534.                         'description' => 'Internal Mutation',
  4535.                         'fields' => [
  4536.                             'addBoPartnerProfileContact' => [
  4537.                                 'type' => 'ProfileUpdateResponse!',
  4538.                                 'args' => [
  4539.                                     'profileID' => [
  4540.                                         'description' => 'The profile id',
  4541.                                         'type' => 'Int!',
  4542.                                     ],
  4543.                                     'contact' => [
  4544.                                         'description' => 'The contact data',
  4545.                                         'type' => 'InContactPerson!',
  4546.                                     ],
  4547.                                 ],
  4548.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addContact", args["profileID"], args["contact"])',
  4549.                             ],
  4550.                             'removeBoPartnerProfileContact' => [
  4551.                                 'type' => 'ProfileUpdateResponse!',
  4552.                                 'args' => [
  4553.                                     'profileID' => [
  4554.                                         'description' => 'The profile id',
  4555.                                         'type' => 'Int!',
  4556.                                     ],
  4557.                                     'contactID' => [
  4558.                                         'description' => 'The contact id',
  4559.                                         'type' => 'Int!',
  4560.                                     ],
  4561.                                 ],
  4562.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeContact", args["profileID"], args["contactID"])',
  4563.                             ],
  4564.                             'updateBoPartnerProfileContact' => [
  4565.                                 'type' => 'ProfileUpdateResponse!',
  4566.                                 'args' => [
  4567.                                     'profileID' => [
  4568.                                         'description' => 'The profile id',
  4569.                                         'type' => 'Int!',
  4570.                                     ],
  4571.                                     'contactID' => [
  4572.                                         'description' => 'The contact id',
  4573.                                         'type' => 'Int!',
  4574.                                     ],
  4575.                                     'contact' => [
  4576.                                         'description' => 'The contact data',
  4577.                                         'type' => 'InContactPerson!',
  4578.                                     ],
  4579.                                 ],
  4580.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  4581.                             ],
  4582.                             'updateBoPartnerProfileContactPosition' => [
  4583.                                 'type' => 'ProfileUpdateResponse!',
  4584.                                 'args' => [
  4585.                                     'profileID' => [
  4586.                                         'description' => 'The profile id',
  4587.                                         'type' => 'Int!',
  4588.                                     ],
  4589.                                     'contactIDs' => [
  4590.                                         'description' => 'The contact ids',
  4591.                                         'type' => '[Int!]',
  4592.                                     ],
  4593.                                 ],
  4594.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateContactPositions", args["profileID"], args["contactIDs"])',
  4595.                             ],
  4596.                             'addBoPartnerProfileGalleryPicture' => [
  4597.                                 'type' => 'ProfileUpdateResponse!',
  4598.                                 'args' => [
  4599.                                     'profileID' => [
  4600.                                         'description' => 'The profile id',
  4601.                                         'type' => 'Int!',
  4602.                                     ],
  4603.                                     'picture' => [
  4604.                                         'description' => 'The picture to add',
  4605.                                         'type' => 'UploadFile!',
  4606.                                     ],
  4607.                                 ],
  4608.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  4609.                             ],
  4610.                             'removeBoPartnerProfileGalleryPicture' => [
  4611.                                 'type' => 'ProfileUpdateResponse!',
  4612.                                 'args' => [
  4613.                                     'profileID' => [
  4614.                                         'description' => 'The profile id',
  4615.                                         'type' => 'Int!',
  4616.                                     ],
  4617.                                     'galleryEntryID' => [
  4618.                                         'description' => 'The gallery entry id',
  4619.                                         'type' => 'Int!',
  4620.                                     ],
  4621.                                 ],
  4622.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  4623.                             ],
  4624.                             'setBoPartnerProfileGalleryPictureCaption' => [
  4625.                                 'type' => 'ProfileUpdateResponse!',
  4626.                                 'args' => [
  4627.                                     'profileID' => [
  4628.                                         'description' => 'The profile id',
  4629.                                         'type' => 'Int!',
  4630.                                     ],
  4631.                                     'galleryEntryID' => [
  4632.                                         'description' => 'The gallery entry id',
  4633.                                         'type' => 'Int!',
  4634.                                     ],
  4635.                                     'caption' => [
  4636.                                         'description' => 'The caption',
  4637.                                         'type' => 'String!',
  4638.                                     ],
  4639.                                 ],
  4640.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  4641.                             ],
  4642.                             'addBoPartnerProfileGalleryDocument' => [
  4643.                                 'type' => 'ProfileUpdateResponse!',
  4644.                                 'args' => [
  4645.                                     'profileID' => [
  4646.                                         'description' => 'The profile id',
  4647.                                         'type' => 'Int!',
  4648.                                     ],
  4649.                                     'document' => [
  4650.                                         'description' => 'The document to add',
  4651.                                         'type' => 'UploadFile!',
  4652.                                     ],
  4653.                                     'documentName' => [
  4654.                                         'description' => 'The document name',
  4655.                                         'type' => 'String!',
  4656.                                     ],
  4657.                                 ],
  4658.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  4659.                             ],
  4660.                             'removeBoPartnerProfileGalleryDocument' => [
  4661.                                 'type' => 'ProfileUpdateResponse!',
  4662.                                 'args' => [
  4663.                                     'profileID' => [
  4664.                                         'description' => 'The profile id',
  4665.                                         'type' => 'Int!',
  4666.                                     ],
  4667.                                     'galleryEntryID' => [
  4668.                                         'description' => 'The gallery entry id',
  4669.                                         'type' => 'Int!',
  4670.                                     ],
  4671.                                 ],
  4672.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  4673.                             ],
  4674.                             'setBoPartnerProfileGalleryDocumentCaption' => [
  4675.                                 'type' => 'ProfileUpdateResponse!',
  4676.                                 'args' => [
  4677.                                     'profileID' => [
  4678.                                         'description' => 'The profile id',
  4679.                                         'type' => 'Int!',
  4680.                                     ],
  4681.                                     'galleryEntryID' => [
  4682.                                         'description' => 'The gallery entry id',
  4683.                                         'type' => 'Int!',
  4684.                                     ],
  4685.                                     'caption' => [
  4686.                                         'description' => 'The caption',
  4687.                                         'type' => 'String!',
  4688.                                     ],
  4689.                                 ],
  4690.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  4691.                             ],
  4692.                             'addBoPartnerProfileGalleryVideo' => [
  4693.                                 'type' => 'ProfileUpdateResponse!',
  4694.                                 'args' => [
  4695.                                     'profileID' => [
  4696.                                         'description' => 'The profile id',
  4697.                                         'type' => 'Int!',
  4698.                                     ],
  4699.                                     'youtubeURL' => [
  4700.                                         'description' => 'The youtube url',
  4701.                                         'type' => 'String!',
  4702.                                     ],
  4703.                                     'videoName' => [
  4704.                                         'description' => 'The video name',
  4705.                                         'type' => 'String!',
  4706.                                     ],
  4707.                                 ],
  4708.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  4709.                             ],
  4710.                             'removeBoPartnerProfileGalleryVideo' => [
  4711.                                 'type' => 'ProfileUpdateResponse!',
  4712.                                 'args' => [
  4713.                                     'profileID' => [
  4714.                                         'description' => 'The profile id',
  4715.                                         'type' => 'Int!',
  4716.                                     ],
  4717.                                     'galleryEntryID' => [
  4718.                                         'description' => 'The gallery entry id',
  4719.                                         'type' => 'Int!',
  4720.                                     ],
  4721.                                 ],
  4722.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  4723.                             ],
  4724.                             'setBoPartnerProfileGalleryVideoCaption' => [
  4725.                                 'type' => 'ProfileUpdateResponse!',
  4726.                                 'args' => [
  4727.                                     'profileID' => [
  4728.                                         'description' => 'The profile id',
  4729.                                         'type' => 'Int!',
  4730.                                     ],
  4731.                                     'galleryEntryID' => [
  4732.                                         'description' => 'The gallery entry id',
  4733.                                         'type' => 'Int!',
  4734.                                     ],
  4735.                                     'caption' => [
  4736.                                         'description' => 'The caption',
  4737.                                         'type' => 'String!',
  4738.                                     ],
  4739.                                 ],
  4740.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  4741.                             ],
  4742.                             'setBoPartnerProfileGalleryItemsVisability' => [
  4743.                                 'type' => 'ProfileUpdateResponse!',
  4744.                                 'args' => [
  4745.                                     'profileID' => [
  4746.                                         'description' => 'The profile id',
  4747.                                         'type' => 'Int!',
  4748.                                     ],
  4749.                                     'galleryEntryIDs' => [
  4750.                                         'description' => 'The gallery entry id',
  4751.                                         'type' => '[Int!]',
  4752.                                     ],
  4753.                                     'visible' => [
  4754.                                         'description' => 'enable or disable visibility',
  4755.                                         'type' => 'Boolean!',
  4756.                                     ],
  4757.                                 ],
  4758.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryItemsVisability", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  4759.                             ],
  4760.                             'setBoPartnerProfileGalleryItemsPosition' => [
  4761.                                 'type' => 'ProfileUpdateResponse!',
  4762.                                 'args' => [
  4763.                                     'profileID' => [
  4764.                                         'description' => 'The profile id',
  4765.                                         'type' => 'Int!',
  4766.                                     ],
  4767.                                     'galleryEntryIDs' => [
  4768.                                         'description' => 'The gallery entry id',
  4769.                                         'type' => '[Int!]',
  4770.                                     ],
  4771.                                 ],
  4772.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  4773.                             ],
  4774.                             'updateBoPartnerProfileLinks' => [
  4775.                                 'type' => 'ProfileUpdateResponse!',
  4776.                                 'args' => [
  4777.                                     'profileID' => [
  4778.                                         'description' => 'The profile id',
  4779.                                         'type' => 'Int!',
  4780.                                     ],
  4781.                                     'links' => [
  4782.                                         'description' => 'The link urls',
  4783.                                         'type' => '[InLink!]',
  4784.                                     ],
  4785.                                 ],
  4786.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  4787.                             ],
  4788.                             'addBoPartnerProfileLocation' => [
  4789.                                 'type' => 'ProfileUpdateResponse!',
  4790.                                 'args' => [
  4791.                                     'profileID' => [
  4792.                                         'description' => 'The profile id',
  4793.                                         'type' => 'Int!',
  4794.                                     ],
  4795.                                     'location' => [
  4796.                                         'description' => 'The location data',
  4797.                                         'type' => 'InLocation!',
  4798.                                     ],
  4799.                                 ],
  4800.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::addLocation", args["profileID"], args["location"])',
  4801.                             ],
  4802.                             'removeBoPartnerProfileLocation' => [
  4803.                                 'type' => 'ProfileUpdateResponse!',
  4804.                                 'args' => [
  4805.                                     'profileID' => [
  4806.                                         'description' => 'The profile id',
  4807.                                         'type' => 'Int!',
  4808.                                     ],
  4809.                                     'locationID' => [
  4810.                                         'description' => 'The location ID',
  4811.                                         'type' => 'Int!',
  4812.                                     ],
  4813.                                 ],
  4814.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  4815.                             ],
  4816.                             'updateBoPartnerProfileLocation' => [
  4817.                                 'type' => 'ProfileUpdateResponse!',
  4818.                                 'args' => [
  4819.                                     'profileID' => [
  4820.                                         'description' => 'The profile id',
  4821.                                         'type' => 'Int!',
  4822.                                     ],
  4823.                                     'locationID' => [
  4824.                                         'description' => 'The location ID',
  4825.                                         'type' => 'Int!',
  4826.                                     ],
  4827.                                     'location' => [
  4828.                                         'description' => 'The location data',
  4829.                                         'type' => 'InLocation!',
  4830.                                     ],
  4831.                                 ],
  4832.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  4833.                             ],
  4834.                             'setBoPartnerProfileOffers' => [
  4835.                                 'type' => 'ProfileUpdateResponse!',
  4836.                                 'args' => [
  4837.                                     'profileID' => [
  4838.                                         'description' => 'The profile id',
  4839.                                         'type' => 'Int!',
  4840.                                     ],
  4841.                                     'offerIDs' => [
  4842.                                         'description' => 'The offer ids',
  4843.                                         'type' => '[Int!]',
  4844.                                     ],
  4845.                                 ],
  4846.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  4847.                             ],
  4848.                             'toggleBoPartnerProfileOffer' => [
  4849.                                 'type' => 'ProfileUpdateResponse!',
  4850.                                 'args' => [
  4851.                                     'profileID' => [
  4852.                                         'description' => 'The profile id',
  4853.                                         'type' => 'Int!',
  4854.                                     ],
  4855.                                     'offerID' => [
  4856.                                         'description' => 'The offer id',
  4857.                                         'type' => 'Int!',
  4858.                                     ],
  4859.                                     'enable' => [
  4860.                                         'description' => 'enable or disable',
  4861.                                         'type' => 'Boolean!',
  4862.                                     ],
  4863.                                 ],
  4864.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  4865.                             ],
  4866.                             'updateBoPartnerProfileDescription' => [
  4867.                                 'type' => 'ProfileUpdateResponse!',
  4868.                                 'args' => [
  4869.                                     'profileID' => [
  4870.                                         'description' => 'The profile id',
  4871.                                         'type' => 'Int!',
  4872.                                     ],
  4873.                                     'description' => [
  4874.                                         'description' => 'The company profile description',
  4875.                                         'type' => 'String!',
  4876.                                     ],
  4877.                                 ],
  4878.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateDescription", args["profileID"], args["description"])',
  4879.                             ],
  4880.                             'updateBoPartnerProfileEducationInformation' => [
  4881.                                 'type' => 'ProfileUpdateResponse!',
  4882.                                 'args' => [
  4883.                                     'profileID' => [
  4884.                                         'description' => 'The profile id',
  4885.                                         'type' => 'Int!',
  4886.                                     ],
  4887.                                     'educationInformation' => [
  4888.                                         'description' => 'The education information',
  4889.                                         'type' => 'String!',
  4890.                                     ],
  4891.                                 ],
  4892.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  4893.                             ],
  4894.                             'setBoPartnerProfileHeader' => [
  4895.                                 'type' => 'ProfileUpdateResponse!',
  4896.                                 'args' => [
  4897.                                     'profileID' => [
  4898.                                         'description' => 'The profile id',
  4899.                                         'type' => 'Int!',
  4900.                                     ],
  4901.                                     'galleryEntryID' => [
  4902.                                         'description' => 'The gallery entry id',
  4903.                                         'type' => 'Int!',
  4904.                                     ],
  4905.                                 ],
  4906.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  4907.                             ],
  4908.                             'removeBoPartnerProfileHeader' => [
  4909.                                 'type' => 'ProfileUpdateResponse!',
  4910.                                 'args' => [
  4911.                                     'profileID' => [
  4912.                                         'description' => 'The profile id',
  4913.                                         'type' => 'Int!',
  4914.                                     ],
  4915.                                 ],
  4916.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::removeHeaderPicture", args["profileID"])',
  4917.                             ],
  4918.                             'updateBoPartnerProfileLogo' => [
  4919.                                 'type' => 'ProfileUpdateResponse!',
  4920.                                 'args' => [
  4921.                                     'profileID' => [
  4922.                                         'description' => 'The profile id',
  4923.                                         'type' => 'Int!',
  4924.                                     ],
  4925.                                     'logo' => [
  4926.                                         'description' => 'The picture of the logo',
  4927.                                         'type' => 'UploadFile!',
  4928.                                     ],
  4929.                                     'copyright' => [
  4930.                                         'description' => 'The copyright of the picture',
  4931.                                         'type' => 'String',
  4932.                                     ],
  4933.                                 ],
  4934.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  4935.                             ],
  4936.                             'updateBoPartnerProfileLogoStyle' => [
  4937.                                 'type' => 'ProfileUpdateResponse!',
  4938.                                 'args' => [
  4939.                                     'profileID' => [
  4940.                                         'description' => 'The profile id',
  4941.                                         'type' => 'Int!',
  4942.                                     ],
  4943.                                     'logoStyle' => [
  4944.                                         'description' => 'The logo style',
  4945.                                         'type' => 'LogoStyle!',
  4946.                                     ],
  4947.                                     'copyright' => [
  4948.                                         'description' => 'The copyright of the picture',
  4949.                                         'type' => 'String',
  4950.                                     ],
  4951.                                 ],
  4952.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  4953.                             ],
  4954.                             'updateBoPartnerProfileName' => [
  4955.                                 'type' => 'ProfileUpdateResponse!',
  4956.                                 'args' => [
  4957.                                     'profileID' => [
  4958.                                         'description' => 'The profile id',
  4959.                                         'type' => 'Int!',
  4960.                                     ],
  4961.                                     'name' => [
  4962.                                         'description' => 'The new profile name',
  4963.                                         'type' => 'String!',
  4964.                                     ],
  4965.                                 ],
  4966.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateName", args["profileID"], args["name"])',
  4967.                             ],
  4968.                             'setBoPartnerProfileSelected' => [
  4969.                                 'type' => 'Status!',
  4970.                                 'args' => [
  4971.                                     'profileID' => [
  4972.                                         'description' => 'The bopartner profile id',
  4973.                                         'type' => 'Int!',
  4974.                                     ],
  4975.                                 ],
  4976.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::setBoPartnerProfileSelected", args["profileID"])',
  4977.                             ],
  4978.                             'updateBoPartnerProfileQuizQuestions' => [
  4979.                                 'type' => 'Status!',
  4980.                                 'args' => [
  4981.                                     'questions' => [
  4982.                                         'description' => 'The questions',
  4983.                                         'type' => '[InQuizQuestion!]',
  4984.                                     ],
  4985.                                 ],
  4986.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::updateBoPartnerProfileQuizQuestions", args["questions"])',
  4987.                             ],
  4988.                             'addCompanyProfileContact' => [
  4989.                                 'type' => 'ProfileUpdateResponse!',
  4990.                                 'args' => [
  4991.                                     'profileID' => [
  4992.                                         'description' => 'The profile id',
  4993.                                         'type' => 'Int!',
  4994.                                     ],
  4995.                                     'contact' => [
  4996.                                         'description' => 'The contact data',
  4997.                                         'type' => 'InContactPerson!',
  4998.                                     ],
  4999.                                 ],
  5000.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addContact", args["profileID"], args["contact"])',
  5001.                             ],
  5002.                             'removeCompanyProfileContact' => [
  5003.                                 'type' => 'ProfileUpdateResponse!',
  5004.                                 'args' => [
  5005.                                     'profileID' => [
  5006.                                         'description' => 'The profile id',
  5007.                                         'type' => 'Int!',
  5008.                                     ],
  5009.                                     'galleryEntryID' => [
  5010.                                         'description' => 'The gallery entry id',
  5011.                                         'type' => 'Int!',
  5012.                                     ],
  5013.                                 ],
  5014.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeContact", args["profileID"], args["galleryEntryID"])',
  5015.                             ],
  5016.                             'updateCompanyProfileContact' => [
  5017.                                 'type' => 'ProfileUpdateResponse!',
  5018.                                 'args' => [
  5019.                                     'profileID' => [
  5020.                                         'description' => 'The profile id',
  5021.                                         'type' => 'Int!',
  5022.                                     ],
  5023.                                     'contactID' => [
  5024.                                         'description' => 'The contact id',
  5025.                                         'type' => 'Int!',
  5026.                                     ],
  5027.                                     'contact' => [
  5028.                                         'description' => 'The contact data',
  5029.                                         'type' => 'InContactPerson!',
  5030.                                     ],
  5031.                                 ],
  5032.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  5033.                             ],
  5034.                             'updateCompanyProfileContactPosition' => [
  5035.                                 'type' => 'ProfileUpdateResponse!',
  5036.                                 'args' => [
  5037.                                     'profileID' => [
  5038.                                         'description' => 'The profile id',
  5039.                                         'type' => 'Int!',
  5040.                                     ],
  5041.                                     'contactIDs' => [
  5042.                                         'description' => 'The contact ids',
  5043.                                         'type' => '[Int!]',
  5044.                                     ],
  5045.                                 ],
  5046.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateContactPositions", args["profileID"], args["contactIDs"])',
  5047.                             ],
  5048.                             'addCompanyProfileGalleryPicture' => [
  5049.                                 'type' => 'ProfileUpdateResponse!',
  5050.                                 'args' => [
  5051.                                     'profileID' => [
  5052.                                         'description' => 'The profile id',
  5053.                                         'type' => 'Int!',
  5054.                                     ],
  5055.                                     'picture' => [
  5056.                                         'description' => 'The picture to add',
  5057.                                         'type' => 'UploadFile!',
  5058.                                     ],
  5059.                                 ],
  5060.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  5061.                             ],
  5062.                             'removeCompanyProfileGalleryPicture' => [
  5063.                                 'type' => 'ProfileUpdateResponse!',
  5064.                                 'args' => [
  5065.                                     'profileID' => [
  5066.                                         'description' => 'The profile id',
  5067.                                         'type' => 'Int!',
  5068.                                     ],
  5069.                                     'galleryEntryID' => [
  5070.                                         'description' => 'The gallery entry id',
  5071.                                         'type' => 'Int!',
  5072.                                     ],
  5073.                                 ],
  5074.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  5075.                             ],
  5076.                             'setCompanyProfileGalleryPictureCaption' => [
  5077.                                 'type' => 'ProfileUpdateResponse!',
  5078.                                 'args' => [
  5079.                                     'profileID' => [
  5080.                                         'description' => 'The profile id',
  5081.                                         'type' => 'Int!',
  5082.                                     ],
  5083.                                     'galleryEntryID' => [
  5084.                                         'description' => 'The gallery entry id',
  5085.                                         'type' => 'Int!',
  5086.                                     ],
  5087.                                     'caption' => [
  5088.                                         'description' => 'The caption',
  5089.                                         'type' => 'String!',
  5090.                                     ],
  5091.                                 ],
  5092.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  5093.                             ],
  5094.                             'addCompanyProfileGalleryDocument' => [
  5095.                                 'type' => 'ProfileUpdateResponse!',
  5096.                                 'args' => [
  5097.                                     'profileID' => [
  5098.                                         'description' => 'The profile id',
  5099.                                         'type' => 'Int!',
  5100.                                     ],
  5101.                                     'document' => [
  5102.                                         'description' => 'The document to add',
  5103.                                         'type' => 'UploadFile!',
  5104.                                     ],
  5105.                                     'documentName' => [
  5106.                                         'description' => 'The document name',
  5107.                                         'type' => 'String!',
  5108.                                     ],
  5109.                                 ],
  5110.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  5111.                             ],
  5112.                             'removeCompanyProfileGalleryDocument' => [
  5113.                                 'type' => 'ProfileUpdateResponse!',
  5114.                                 'args' => [
  5115.                                     'profileID' => [
  5116.                                         'description' => 'The profile id',
  5117.                                         'type' => 'Int!',
  5118.                                     ],
  5119.                                     'galleryEntryID' => [
  5120.                                         'description' => 'The gallery entry id',
  5121.                                         'type' => 'Int!',
  5122.                                     ],
  5123.                                 ],
  5124.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  5125.                             ],
  5126.                             'setCompanyProfileGalleryDocumentCaption' => [
  5127.                                 'type' => 'ProfileUpdateResponse!',
  5128.                                 'args' => [
  5129.                                     'profileID' => [
  5130.                                         'description' => 'The profile id',
  5131.                                         'type' => 'Int!',
  5132.                                     ],
  5133.                                     'galleryEntryID' => [
  5134.                                         'description' => 'The gallery entry id',
  5135.                                         'type' => 'Int!',
  5136.                                     ],
  5137.                                     'caption' => [
  5138.                                         'description' => 'The caption',
  5139.                                         'type' => 'String!',
  5140.                                     ],
  5141.                                 ],
  5142.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  5143.                             ],
  5144.                             'addCompanyProfileGalleryVideo' => [
  5145.                                 'type' => 'ProfileUpdateResponse!',
  5146.                                 'args' => [
  5147.                                     'profileID' => [
  5148.                                         'description' => 'The profile id',
  5149.                                         'type' => 'Int!',
  5150.                                     ],
  5151.                                     'youtubeURL' => [
  5152.                                         'description' => 'The youtube url',
  5153.                                         'type' => 'String!',
  5154.                                     ],
  5155.                                     'videoName' => [
  5156.                                         'description' => 'The video name',
  5157.                                         'type' => 'String!',
  5158.                                     ],
  5159.                                 ],
  5160.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  5161.                             ],
  5162.                             'removeCompanyProfileGalleryVideo' => [
  5163.                                 'type' => 'ProfileUpdateResponse!',
  5164.                                 'args' => [
  5165.                                     'profileID' => [
  5166.                                         'description' => 'The profile id',
  5167.                                         'type' => 'Int!',
  5168.                                     ],
  5169.                                     'galleryEntryID' => [
  5170.                                         'description' => 'The gallery entry id',
  5171.                                         'type' => 'Int!',
  5172.                                     ],
  5173.                                 ],
  5174.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  5175.                             ],
  5176.                             'setCompanyProfileGalleryVideoCaption' => [
  5177.                                 'type' => 'ProfileUpdateResponse!',
  5178.                                 'args' => [
  5179.                                     'profileID' => [
  5180.                                         'description' => 'The profile id',
  5181.                                         'type' => 'Int!',
  5182.                                     ],
  5183.                                     'galleryEntryID' => [
  5184.                                         'description' => 'The gallery entry id',
  5185.                                         'type' => 'Int!',
  5186.                                     ],
  5187.                                     'caption' => [
  5188.                                         'description' => 'The caption',
  5189.                                         'type' => 'String!',
  5190.                                     ],
  5191.                                 ],
  5192.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  5193.                             ],
  5194.                             'setCompanyProfileGalleryItemsVisability' => [
  5195.                                 'type' => 'ProfileUpdateResponse!',
  5196.                                 'args' => [
  5197.                                     'profileID' => [
  5198.                                         'description' => 'The profile id',
  5199.                                         'type' => 'Int!',
  5200.                                     ],
  5201.                                     'galleryEntryIDs' => [
  5202.                                         'description' => 'The gallery entry id',
  5203.                                         'type' => '[Int!]',
  5204.                                     ],
  5205.                                     'visible' => [
  5206.                                         'description' => 'enable or disable visibility',
  5207.                                         'type' => 'Boolean!',
  5208.                                     ],
  5209.                                 ],
  5210.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryItemsVisability", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  5211.                             ],
  5212.                             'setCompanyProfileGalleryItemsPosition' => [
  5213.                                 'type' => 'ProfileUpdateResponse!',
  5214.                                 'args' => [
  5215.                                     'profileID' => [
  5216.                                         'description' => 'The profile id',
  5217.                                         'type' => 'Int!',
  5218.                                     ],
  5219.                                     'galleryEntryIDs' => [
  5220.                                         'description' => 'The gallery entry id',
  5221.                                         'type' => '[Int!]',
  5222.                                     ],
  5223.                                 ],
  5224.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  5225.                             ],
  5226.                             'updateCompanyProfileLinks' => [
  5227.                                 'type' => 'ProfileUpdateResponse!',
  5228.                                 'args' => [
  5229.                                     'profileID' => [
  5230.                                         'description' => 'The profile id',
  5231.                                         'type' => 'Int!',
  5232.                                     ],
  5233.                                     'links' => [
  5234.                                         'description' => 'The link urls',
  5235.                                         'type' => '[InLink!]',
  5236.                                     ],
  5237.                                 ],
  5238.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateProfileLinks", args["profileID"], args["links"])',
  5239.                             ],
  5240.                             'addCompanyProfileLocation' => [
  5241.                                 'type' => 'ProfileUpdateResponse!',
  5242.                                 'args' => [
  5243.                                     'profileID' => [
  5244.                                         'description' => 'The profile id',
  5245.                                         'type' => 'Int!',
  5246.                                     ],
  5247.                                     'location' => [
  5248.                                         'description' => 'The location data',
  5249.                                         'type' => 'InLocation!',
  5250.                                     ],
  5251.                                 ],
  5252.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::addLocation", args["profileID"], args["location"])',
  5253.                             ],
  5254.                             'removeCompanyProfileLocation' => [
  5255.                                 'type' => 'ProfileUpdateResponse!',
  5256.                                 'args' => [
  5257.                                     'profileID' => [
  5258.                                         'description' => 'The profile id',
  5259.                                         'type' => 'Int!',
  5260.                                     ],
  5261.                                     'locationID' => [
  5262.                                         'description' => 'The location ID',
  5263.                                         'type' => 'Int!',
  5264.                                     ],
  5265.                                 ],
  5266.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  5267.                             ],
  5268.                             'updateCompanyProfileLocation' => [
  5269.                                 'type' => 'ProfileUpdateResponse!',
  5270.                                 'args' => [
  5271.                                     'profileID' => [
  5272.                                         'description' => 'The profile id',
  5273.                                         'type' => 'Int!',
  5274.                                     ],
  5275.                                     'locationID' => [
  5276.                                         'description' => 'The location ID',
  5277.                                         'type' => 'Int!',
  5278.                                     ],
  5279.                                     'location' => [
  5280.                                         'description' => 'The location data',
  5281.                                         'type' => 'InLocation!',
  5282.                                     ],
  5283.                                 ],
  5284.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  5285.                             ],
  5286.                             'toggleCompanyProfileBenefit' => [
  5287.                                 'type' => 'ProfileUpdateResponse!',
  5288.                                 'args' => [
  5289.                                     'profileID' => [
  5290.                                         'description' => 'The profile id',
  5291.                                         'type' => 'Int!',
  5292.                                     ],
  5293.                                     'benefitID' => [
  5294.                                         'description' => 'The benefit id',
  5295.                                         'type' => 'Int!',
  5296.                                     ],
  5297.                                     'enable' => [
  5298.                                         'description' => 'enable or disable',
  5299.                                         'type' => 'Boolean!',
  5300.                                     ],
  5301.                                 ],
  5302.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleBenefit", args["profileID"], args["benefitID"], args["enable"])',
  5303.                             ],
  5304.                             'setCompanyProfileBenefits' => [
  5305.                                 'type' => 'ProfileUpdateResponse!',
  5306.                                 'args' => [
  5307.                                     'profileID' => [
  5308.                                         'description' => 'The profile id',
  5309.                                         'type' => 'Int!',
  5310.                                     ],
  5311.                                     'benefitIDs' => [
  5312.                                         'description' => 'The benefit ids',
  5313.                                         'type' => '[Int!]',
  5314.                                     ],
  5315.                                 ],
  5316.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setBenefits", args["profileID"], args["benefitIDs"])',
  5317.                             ],
  5318.                             'toggleCompanyProfileCertificate' => [
  5319.                                 'type' => 'ProfileUpdateResponse!',
  5320.                                 'args' => [
  5321.                                     'profileID' => [
  5322.                                         'description' => 'The profile id',
  5323.                                         'type' => 'Int!',
  5324.                                     ],
  5325.                                     'certificateID' => [
  5326.                                         'description' => 'The certificate id',
  5327.                                         'type' => 'Int!',
  5328.                                     ],
  5329.                                     'enable' => [
  5330.                                         'description' => 'enable or disable',
  5331.                                         'type' => 'Boolean!',
  5332.                                     ],
  5333.                                 ],
  5334.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleCertificate", args["profileID"], args["certificateID"], args["enable"])',
  5335.                             ],
  5336.                             'toggleCompanyProfileJob' => [
  5337.                                 'type' => 'ProfileUpdateResponse!',
  5338.                                 'args' => [
  5339.                                     'profileID' => [
  5340.                                         'description' => 'The profile id',
  5341.                                         'type' => 'Int!',
  5342.                                     ],
  5343.                                     'jobID' => [
  5344.                                         'description' => 'The job id',
  5345.                                         'type' => 'Int!',
  5346.                                     ],
  5347.                                     'enable' => [
  5348.                                         'description' => 'enable or disable',
  5349.                                         'type' => 'Boolean!',
  5350.                                     ],
  5351.                                 ],
  5352.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  5353.                             ],
  5354.                             'setCompanyProfileOffers' => [
  5355.                                 'type' => 'ProfileUpdateResponse!',
  5356.                                 'args' => [
  5357.                                     'profileID' => [
  5358.                                         'description' => 'The profile id',
  5359.                                         'type' => 'Int!',
  5360.                                     ],
  5361.                                     'offerIDs' => [
  5362.                                         'description' => 'The offer ids',
  5363.                                         'type' => '[Int!]',
  5364.                                     ],
  5365.                                 ],
  5366.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  5367.                             ],
  5368.                             'toggleCompanyProfileOffer' => [
  5369.                                 'type' => 'ProfileUpdateResponse!',
  5370.                                 'args' => [
  5371.                                     'profileID' => [
  5372.                                         'description' => 'The profile id',
  5373.                                         'type' => 'Int!',
  5374.                                     ],
  5375.                                     'offerID' => [
  5376.                                         'description' => 'The offer id',
  5377.                                         'type' => 'Int!',
  5378.                                     ],
  5379.                                     'enable' => [
  5380.                                         'description' => 'enable or disable',
  5381.                                         'type' => 'Boolean!',
  5382.                                     ],
  5383.                                 ],
  5384.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  5385.                             ],
  5386.                             'updateCompanyProfileDescription' => [
  5387.                                 'type' => 'ProfileUpdateResponse!',
  5388.                                 'args' => [
  5389.                                     'profileID' => [
  5390.                                         'description' => 'The profile id',
  5391.                                         'type' => 'Int!',
  5392.                                     ],
  5393.                                     'description' => [
  5394.                                         'description' => 'The company profile description',
  5395.                                         'type' => 'String!',
  5396.                                     ],
  5397.                                 ],
  5398.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateDescription", args["profileID"], args["description"])',
  5399.                             ],
  5400.                             'updateCompanyProfileEducationInformation' => [
  5401.                                 'type' => 'ProfileUpdateResponse!',
  5402.                                 'args' => [
  5403.                                     'profileID' => [
  5404.                                         'description' => 'The profile id',
  5405.                                         'type' => 'Int!',
  5406.                                     ],
  5407.                                     'educationInformation' => [
  5408.                                         'description' => 'The education information',
  5409.                                         'type' => 'String!',
  5410.                                     ],
  5411.                                 ],
  5412.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  5413.                             ],
  5414.                             'setCompanyProfileHeader' => [
  5415.                                 'type' => 'ProfileUpdateResponse!',
  5416.                                 'args' => [
  5417.                                     'profileID' => [
  5418.                                         'description' => 'The profile id',
  5419.                                         'type' => 'Int!',
  5420.                                     ],
  5421.                                     'galleryEntryID' => [
  5422.                                         'description' => 'The gallery entry id',
  5423.                                         'type' => 'Int!',
  5424.                                     ],
  5425.                                 ],
  5426.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  5427.                             ],
  5428.                             'removeCompanyProfileHeader' => [
  5429.                                 'type' => 'ProfileUpdateResponse!',
  5430.                                 'args' => [
  5431.                                     'profileID' => [
  5432.                                         'description' => 'The profile id',
  5433.                                         'type' => 'Int!',
  5434.                                     ],
  5435.                                 ],
  5436.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeHeaderPicture", args["profileID"])',
  5437.                             ],
  5438.                             'updateCompanyProfileLogo' => [
  5439.                                 'type' => 'ProfileUpdateResponse!',
  5440.                                 'args' => [
  5441.                                     'profileID' => [
  5442.                                         'description' => 'The profile id',
  5443.                                         'type' => 'Int!',
  5444.                                     ],
  5445.                                     'logo' => [
  5446.                                         'description' => 'The picture of the logo',
  5447.                                         'type' => 'UploadFile!',
  5448.                                     ],
  5449.                                     'copyright' => [
  5450.                                         'description' => 'The copyright of the picture',
  5451.                                         'type' => 'String',
  5452.                                     ],
  5453.                                 ],
  5454.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  5455.                             ],
  5456.                             'updateCompanyProfileLogoStyle' => [
  5457.                                 'type' => 'ProfileUpdateResponse!',
  5458.                                 'args' => [
  5459.                                     'profileID' => [
  5460.                                         'description' => 'The profile id',
  5461.                                         'type' => 'Int!',
  5462.                                     ],
  5463.                                     'logoStyle' => [
  5464.                                         'description' => 'The logo style',
  5465.                                         'type' => 'LogoStyle!',
  5466.                                     ],
  5467.                                     'copyright' => [
  5468.                                         'description' => 'The copyright of the picture',
  5469.                                         'type' => 'String',
  5470.                                     ],
  5471.                                 ],
  5472.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  5473.                             ],
  5474.                             'removeCompanyProfileLogo' => [
  5475.                                 'type' => 'ProfileUpdateResponse!',
  5476.                                 'args' => [
  5477.                                     'profileID' => [
  5478.                                         'description' => 'The profile id',
  5479.                                         'type' => 'Int!',
  5480.                                     ],
  5481.                                 ],
  5482.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::removeLogo", args["profileID"])',
  5483.                             ],
  5484.                             'updateCompanyProfileName' => [
  5485.                                 'type' => 'ProfileUpdateResponse!',
  5486.                                 'args' => [
  5487.                                     'profileID' => [
  5488.                                         'description' => 'The profile id',
  5489.                                         'type' => 'Int!',
  5490.                                     ],
  5491.                                     'name' => [
  5492.                                         'description' => 'The new profile name',
  5493.                                         'type' => 'String!',
  5494.                                     ],
  5495.                                 ],
  5496.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateName", args["profileID"], args["name"])',
  5497.                             ],
  5498.                             'updateCompanyProfileSize' => [
  5499.                                 'type' => 'ProfileUpdateResponse!',
  5500.                                 'args' => [
  5501.                                     'profileID' => [
  5502.                                         'description' => 'The profile id',
  5503.                                         'type' => 'Int!',
  5504.                                     ],
  5505.                                     'companySizeID' => [
  5506.                                         'description' => 'The company size id',
  5507.                                         'type' => 'Int!',
  5508.                                     ],
  5509.                                 ],
  5510.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateCompanySize", args["profileID"], args["companySizeID"])',
  5511.                             ],
  5512.                             'updateCompanyProfileYearOfFoundation' => [
  5513.                                 'type' => 'ProfileUpdateResponse!',
  5514.                                 'args' => [
  5515.                                     'profileID' => [
  5516.                                         'description' => 'The profile id',
  5517.                                         'type' => 'Int!',
  5518.                                     ],
  5519.                                     'year' => [
  5520.                                         'description' => 'The year of foundation',
  5521.                                         'type' => 'Int!',
  5522.                                     ],
  5523.                                 ],
  5524.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateYearFoundation", args["profileID"], args["year"])',
  5525.                             ],
  5526.                             'setCompanyProfileSelected' => [
  5527.                                 'type' => 'Status!',
  5528.                                 'args' => [
  5529.                                     'profileID' => [
  5530.                                         'description' => 'The company profile id',
  5531.                                         'type' => 'Int!',
  5532.                                     ],
  5533.                                 ],
  5534.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::setCompanyProfileSelected", args["profileID"])',
  5535.                             ],
  5536.                             'updateCompanyProfileQuizQuestions' => [
  5537.                                 'type' => 'Status!',
  5538.                                 'args' => [
  5539.                                     'questions' => [
  5540.                                         'description' => 'The questions',
  5541.                                         'type' => '[InQuizQuestion!]',
  5542.                                     ],
  5543.                                 ],
  5544.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::updateCompanyProfileQuizQuestions", args["questions"])',
  5545.                             ],
  5546.                             'addJobMarket' => [
  5547.                                 'type' => 'JobMarket!',
  5548.                                 'args' => [
  5549.                                     'data' => [
  5550.                                         'description' => 'The minimum job market data',
  5551.                                         'type' => 'InJobMarket!',
  5552.                                     ],
  5553.                                 ],
  5554.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::addJobMarket", args["data"])',
  5555.                             ],
  5556.                             'updateJobMarketImage' => [
  5557.                                 'type' => 'Status!',
  5558.                                 'args' => [
  5559.                                     'jobMarketID' => [
  5560.                                         'description' => 'The job market id',
  5561.                                         'type' => 'Int!',
  5562.                                     ],
  5563.                                     'image' => [
  5564.                                         'description' => 'The image',
  5565.                                         'type' => '[UploadFile!]',
  5566.                                     ],
  5567.                                 ],
  5568.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateImage", args["jobMarketID"], args["image"])',
  5569.                             ],
  5570.                             'updateJobMarketJobs' => [
  5571.                                 'type' => 'Status!',
  5572.                                 'args' => [
  5573.                                     'jobMarketID' => [
  5574.                                         'description' => 'The job market id',
  5575.                                         'type' => 'Int!',
  5576.                                     ],
  5577.                                     'jobIDs' => [
  5578.                                         'description' => 'The job IDs',
  5579.                                         'type' => '[Int!]',
  5580.                                     ],
  5581.                                 ],
  5582.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateName", args["jobMarketID"], args["jobIDs"])',
  5583.                             ],
  5584.                             'updateJobMarketName' => [
  5585.                                 'type' => 'Status!',
  5586.                                 'args' => [
  5587.                                     'jobMarketID' => [
  5588.                                         'description' => 'The job market id',
  5589.                                         'type' => 'Int!',
  5590.                                     ],
  5591.                                     'name' => [
  5592.                                         'description' => 'The new name',
  5593.                                         'type' => 'String!',
  5594.                                     ],
  5595.                                 ],
  5596.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateName", args["jobMarketID"], args["name"])',
  5597.                             ],
  5598.                             'updateJobMarketNumberOfPositions' => [
  5599.                                 'type' => 'Status!',
  5600.                                 'args' => [
  5601.                                     'jobMarketID' => [
  5602.                                         'description' => 'The job market id',
  5603.                                         'type' => 'Int!',
  5604.                                     ],
  5605.                                     'numberOfPositions' => [
  5606.                                         'description' => 'The number of positions',
  5607.                                         'type' => 'Int!',
  5608.                                     ],
  5609.                                 ],
  5610.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateNumberOfPositions", args["jobMarketID"], args["numberOfPositions"])',
  5611.                             ],
  5612.                             'updateJobMarketOpenClose' => [
  5613.                                 'type' => 'Status!',
  5614.                                 'args' => [
  5615.                                     'jobMarketID' => [
  5616.                                         'description' => 'The job market id',
  5617.                                         'type' => 'Int!',
  5618.                                     ],
  5619.                                     'openDate' => [
  5620.                                         'description' => 'The open date',
  5621.                                         'type' => 'String!',
  5622.                                     ],
  5623.                                     'closeDate' => [
  5624.                                         'description' => 'The close date',
  5625.                                         'type' => 'String!',
  5626.                                     ],
  5627.                                 ],
  5628.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateOpenClose", args["jobMarketID"], args["openDate"], args["closeDate"])',
  5629.                             ],
  5630.                             'updateJobMarketPositionType' => [
  5631.                                 'type' => 'Status!',
  5632.                                 'args' => [
  5633.                                     'jobMarketID' => [
  5634.                                         'description' => 'The job market id',
  5635.                                         'type' => 'Int!',
  5636.                                     ],
  5637.                                     'positionType' => [
  5638.                                         'description' => 'The position type',
  5639.                                         'type' => 'JobMarketPositionType!',
  5640.                                     ],
  5641.                                 ],
  5642.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updatePositionType", args["jobMarketID"], args["positionType"])',
  5643.                             ],
  5644.                             'updateJobMarketAdditionalInfo' => [
  5645.                                 'type' => 'Status!',
  5646.                                 'args' => [
  5647.                                     'jobMarketID' => [
  5648.                                         'description' => 'The job market id',
  5649.                                         'type' => 'Int!',
  5650.                                     ],
  5651.                                     'additionalInfo' => [
  5652.                                         'description' => 'The additional info text',
  5653.                                         'type' => 'JobMarketApplyType!',
  5654.                                     ],
  5655.                                 ],
  5656.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateAdditionalInfo", args["jobMarketID"], args["additionalInfo"])',
  5657.                             ],
  5658.                             'updateJobMarketApplyType' => [
  5659.                                 'type' => 'Status!',
  5660.                                 'args' => [
  5661.                                     'jobMarketID' => [
  5662.                                         'description' => 'The job market id',
  5663.                                         'type' => 'Int!',
  5664.                                     ],
  5665.                                     'positionType' => [
  5666.                                         'description' => 'The apply type',
  5667.                                         'type' => 'JobMarketApplyType!',
  5668.                                     ],
  5669.                                 ],
  5670.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyType", args["jobMarketID"], args["applyType"])',
  5671.                             ],
  5672.                             'updateJobMarketDescription' => [
  5673.                                 'type' => 'Status!',
  5674.                                 'args' => [
  5675.                                     'jobMarketID' => [
  5676.                                         'description' => 'The job market id',
  5677.                                         'type' => 'Int!',
  5678.                                     ],
  5679.                                     'description' => [
  5680.                                         'description' => 'The description text',
  5681.                                         'type' => 'String!',
  5682.                                     ],
  5683.                                 ],
  5684.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateDescription", args["jobMarketID"], args["description"])',
  5685.                             ],
  5686.                             'updateJobMarketDetails' => [
  5687.                                 'type' => 'Status!',
  5688.                                 'args' => [
  5689.                                     'jobMarketID' => [
  5690.                                         'description' => 'The job market id',
  5691.                                         'type' => 'Int!',
  5692.                                     ],
  5693.                                     'details' => [
  5694.                                         'description' => 'The details text',
  5695.                                         'type' => 'String!',
  5696.                                     ],
  5697.                                 ],
  5698.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateDetails", args["jobMarketID"], args["details"])',
  5699.                             ],
  5700.                             'updateJobMarketRequirements' => [
  5701.                                 'type' => 'Status!',
  5702.                                 'args' => [
  5703.                                     'jobMarketID' => [
  5704.                                         'description' => 'The job market id',
  5705.                                         'type' => 'Int!',
  5706.                                     ],
  5707.                                     'requirements' => [
  5708.                                         'description' => 'The requirements text',
  5709.                                         'type' => 'String!',
  5710.                                     ],
  5711.                                 ],
  5712.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateRequirements", args["jobMarketID"], args["requirements"])',
  5713.                             ],
  5714.                             'updateJobMarketSalary' => [
  5715.                                 'type' => 'Status!',
  5716.                                 'args' => [
  5717.                                     'jobMarketID' => [
  5718.                                         'description' => 'The job market id',
  5719.                                         'type' => 'Int!',
  5720.                                     ],
  5721.                                     'salary' => [
  5722.                                         'description' => 'The salary text',
  5723.                                         'type' => 'String!',
  5724.                                     ],
  5725.                                 ],
  5726.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateSalary", args["jobMarketID"], args["salary"])',
  5727.                             ],
  5728.                             'updateJobMarketStartDate' => [
  5729.                                 'type' => 'Status!',
  5730.                                 'args' => [
  5731.                                     'jobMarketID' => [
  5732.                                         'description' => 'The job market id',
  5733.                                         'type' => 'Int!',
  5734.                                     ],
  5735.                                     'startDate' => [
  5736.                                         'description' => 'The start date',
  5737.                                         'type' => 'String!',
  5738.                                     ],
  5739.                                 ],
  5740.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateStartDate", args["jobMarketID"], args["startDate"])',
  5741.                             ],
  5742.                             'updateJobMarketStartType' => [
  5743.                                 'type' => 'Status!',
  5744.                                 'args' => [
  5745.                                     'jobMarketID' => [
  5746.                                         'description' => 'The job market id',
  5747.                                         'type' => 'Int!',
  5748.                                     ],
  5749.                                     'startType' => [
  5750.                                         'description' => 'The start type',
  5751.                                         'type' => 'JobMarketStartType!',
  5752.                                     ],
  5753.                                 ],
  5754.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateStartType", args["jobMarketID"], args["startType"])',
  5755.                             ],
  5756.                             'updateJobMarketApplyUntil' => [
  5757.                                 'type' => 'Status!',
  5758.                                 'args' => [
  5759.                                     'jobMarketID' => [
  5760.                                         'description' => 'The job market id',
  5761.                                         'type' => 'Int!',
  5762.                                     ],
  5763.                                     'applyUntilDate' => [
  5764.                                         'description' => 'The start date',
  5765.                                         'type' => 'String',
  5766.                                     ],
  5767.                                 ],
  5768.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateApplyUntil", args["jobMarketID"], args["applyUntilDate"])',
  5769.                             ],
  5770.                             'updateJobMarketContact' => [
  5771.                                 'type' => 'Status!',
  5772.                                 'args' => [
  5773.                                     'jobMarketID' => [
  5774.                                         'description' => 'The job market id',
  5775.                                         'type' => 'Int!',
  5776.                                     ],
  5777.                                     'contactID' => [
  5778.                                         'description' => 'The contactID',
  5779.                                         'type' => 'Int!',
  5780.                                     ],
  5781.                                 ],
  5782.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateContact", args["jobMarketID"], args["contactID"])',
  5783.                             ],
  5784.                             'updateJobMarketState' => [
  5785.                                 'type' => 'Status!',
  5786.                                 'args' => [
  5787.                                     'jobMarketID' => [
  5788.                                         'description' => 'The job market id',
  5789.                                         'type' => 'Int!',
  5790.                                     ],
  5791.                                     'state' => [
  5792.                                         'description' => 'The state',
  5793.                                         'type' => 'JobMarketState!',
  5794.                                     ],
  5795.                                 ],
  5796.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateState", args["jobMarketID"], args["state"])',
  5797.                             ],
  5798.                             'updateJobMarketUrl' => [
  5799.                                 'type' => 'Status!',
  5800.                                 'args' => [
  5801.                                     'jobMarketID' => [
  5802.                                         'description' => 'The job market id',
  5803.                                         'type' => 'Int!',
  5804.                                     ],
  5805.                                     'url' => [
  5806.                                         'description' => 'The url string',
  5807.                                         'type' => 'String!',
  5808.                                     ],
  5809.                                 ],
  5810.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::updateUrl", args["jobMarketID"], args["url"])',
  5811.                             ],
  5812.                             'addSchoolTeacher' => [
  5813.                                 'type' => 'Status!',
  5814.                                 'args' => [
  5815.                                     'email' => [
  5816.                                         'description' => 'The Teacher email',
  5817.                                         'type' => 'String!',
  5818.                                     ],
  5819.                                 ],
  5820.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::addSchoolTeacher", args["email"])',
  5821.                             ],
  5822.                             'removeSchoolTeacher' => [
  5823.                                 'type' => 'Status!',
  5824.                                 'args' => [
  5825.                                     'teacherID' => [
  5826.                                         'description' => 'The TeacherID',
  5827.                                         'type' => 'Int!',
  5828.                                     ],
  5829.                                 ],
  5830.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolResolver::removeSchoolTeacher", args["teacherID"])',
  5831.                             ],
  5832.                             'addSchoolClass' => [
  5833.                                 'type' => 'Status!',
  5834.                                 'args' => [
  5835.                                     'data' => [
  5836.                                         'description' => 'The school class data',
  5837.                                         'type' => 'InSchoolClass!',
  5838.                                     ],
  5839.                                 ],
  5840.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClass", args["data"])',
  5841.                             ],
  5842.                             'updateSchoolClass' => [
  5843.                                 'type' => 'Status!',
  5844.                                 'args' => [
  5845.                                     'schoolClassID' => [
  5846.                                         'description' => 'The SchoolClassID',
  5847.                                         'type' => 'Int!',
  5848.                                     ],
  5849.                                     'data' => [
  5850.                                         'description' => 'The school class data',
  5851.                                         'type' => 'InSchoolClass!',
  5852.                                     ],
  5853.                                 ],
  5854.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::updateSchoolClass", args["schoolClassID"], args["data"])',
  5855.                             ],
  5856.                             'removeSchoolClass' => [
  5857.                                 'type' => 'Status!',
  5858.                                 'args' => [
  5859.                                     'schoolClassID' => [
  5860.                                         'description' => 'The SchoolClassID',
  5861.                                         'type' => 'Int!',
  5862.                                     ],
  5863.                                 ],
  5864.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClass", args["schoolClassID"])',
  5865.                             ],
  5866.                             'addSchoolClassTeacher' => [
  5867.                                 'type' => 'Status!',
  5868.                                 'args' => [
  5869.                                     'schoolClassID' => [
  5870.                                         'description' => 'The SchoolClassID',
  5871.                                         'type' => 'Int!',
  5872.                                     ],
  5873.                                     'email' => [
  5874.                                         'description' => 'The Teacher email',
  5875.                                         'type' => 'String!',
  5876.                                     ],
  5877.                                 ],
  5878.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::addSchoolClassTeacher", args["schoolClassID"], args["email"])',
  5879.                             ],
  5880.                             'removeSchoolClassTeacher' => [
  5881.                                 'type' => 'Status!',
  5882.                                 'args' => [
  5883.                                     'schoolClassID' => [
  5884.                                         'description' => 'The SchoolClassID',
  5885.                                         'type' => 'Int!',
  5886.                                     ],
  5887.                                     'teacherID' => [
  5888.                                         'description' => 'The TeacherID',
  5889.                                         'type' => 'Int!',
  5890.                                     ],
  5891.                                 ],
  5892.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::removeSchoolClassTeacher", args["schoolClassID"], args["teacherID"])',
  5893.                             ],
  5894.                             'sendTeachingIdea' => [
  5895.                                 'type' => 'Status!',
  5896.                                 'args' => [
  5897.                                     'schoolClassID' => [
  5898.                                         'description' => 'The SchoolClassID',
  5899.                                         'type' => 'Int!',
  5900.                                     ],
  5901.                                     'data' => [
  5902.                                         'description' => 'The teaching idea data',
  5903.                                         'type' => 'InTeachingIdea!',
  5904.                                     ],
  5905.                                 ],
  5906.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::sendTeachingIdea", args["schoolClassID"], args["data"])',
  5907.                             ],
  5908.                             'addSchoolProfileContact' => [
  5909.                                 'type' => 'ProfileUpdateResponse!',
  5910.                                 'args' => [
  5911.                                     'profileID' => [
  5912.                                         'description' => 'The profile id',
  5913.                                         'type' => 'Int!',
  5914.                                     ],
  5915.                                     'contact' => [
  5916.                                         'description' => 'The contact data',
  5917.                                         'type' => 'InContactPerson!',
  5918.                                     ],
  5919.                                 ],
  5920.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addContact", args["profileID"], args["contact"])',
  5921.                             ],
  5922.                             'removeSchoolProfileContact' => [
  5923.                                 'type' => 'ProfileUpdateResponse!',
  5924.                                 'args' => [
  5925.                                     'profileID' => [
  5926.                                         'description' => 'The profile id',
  5927.                                         'type' => 'Int!',
  5928.                                     ],
  5929.                                     'contactID' => [
  5930.                                         'description' => 'The contact id',
  5931.                                         'type' => 'Int!',
  5932.                                     ],
  5933.                                 ],
  5934.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeContact", args["profileID"], args["contactID"])',
  5935.                             ],
  5936.                             'updateSchoolProfileContact' => [
  5937.                                 'type' => 'ProfileUpdateResponse!',
  5938.                                 'args' => [
  5939.                                     'profileID' => [
  5940.                                         'description' => 'The profile id',
  5941.                                         'type' => 'Int!',
  5942.                                     ],
  5943.                                     'contactID' => [
  5944.                                         'description' => 'The contact id',
  5945.                                         'type' => 'Int!',
  5946.                                     ],
  5947.                                     'contact' => [
  5948.                                         'description' => 'The contact data',
  5949.                                         'type' => 'InContactPerson!',
  5950.                                     ],
  5951.                                 ],
  5952.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContact", args["profileID"], args["contactID"], args["contact"])',
  5953.                             ],
  5954.                             'updateSchoolProfileContactPosition' => [
  5955.                                 'type' => 'ProfileUpdateResponse!',
  5956.                                 'args' => [
  5957.                                     'profileID' => [
  5958.                                         'description' => 'The profile id',
  5959.                                         'type' => 'Int!',
  5960.                                     ],
  5961.                                     'contactIDs' => [
  5962.                                         'description' => 'The contact ids',
  5963.                                         'type' => '[Int!]',
  5964.                                     ],
  5965.                                 ],
  5966.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateContactPositions", args["profileID"], args["contactIDs"])',
  5967.                             ],
  5968.                             'addSchoolProfileGalleryPicture' => [
  5969.                                 'type' => 'ProfileUpdateResponse!',
  5970.                                 'args' => [
  5971.                                     'profileID' => [
  5972.                                         'description' => 'The profile id',
  5973.                                         'type' => 'Int!',
  5974.                                     ],
  5975.                                     'picture' => [
  5976.                                         'description' => 'The picture to add',
  5977.                                         'type' => 'UploadFile!',
  5978.                                     ],
  5979.                                 ],
  5980.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryPicture", args["profileID"], args["picture"])',
  5981.                             ],
  5982.                             'removeSchoolProfileGalleryPicture' => [
  5983.                                 'type' => 'ProfileUpdateResponse!',
  5984.                                 'args' => [
  5985.                                     'profileID' => [
  5986.                                         'description' => 'The profile id',
  5987.                                         'type' => 'Int!',
  5988.                                     ],
  5989.                                     'galleryEntryID' => [
  5990.                                         'description' => 'The gallery entry id',
  5991.                                         'type' => 'Int!',
  5992.                                     ],
  5993.                                 ],
  5994.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryPicture", args["profileID"], args["galleryEntryID"])',
  5995.                             ],
  5996.                             'setSchoolProfileGalleryPictureCaption' => [
  5997.                                 'type' => 'ProfileUpdateResponse!',
  5998.                                 'args' => [
  5999.                                     'profileID' => [
  6000.                                         'description' => 'The profile id',
  6001.                                         'type' => 'Int!',
  6002.                                     ],
  6003.                                     'galleryEntryID' => [
  6004.                                         'description' => 'The gallery entry id',
  6005.                                         'type' => 'Int!',
  6006.                                     ],
  6007.                                     'caption' => [
  6008.                                         'description' => 'The caption',
  6009.                                         'type' => 'String!',
  6010.                                     ],
  6011.                                 ],
  6012.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryPictureCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  6013.                             ],
  6014.                             'addSchoolProfileGalleryDocument' => [
  6015.                                 'type' => 'ProfileUpdateResponse!',
  6016.                                 'args' => [
  6017.                                     'profileID' => [
  6018.                                         'description' => 'The profile id',
  6019.                                         'type' => 'Int!',
  6020.                                     ],
  6021.                                     'document' => [
  6022.                                         'description' => 'The document to add',
  6023.                                         'type' => 'UploadFile!',
  6024.                                     ],
  6025.                                     'documentName' => [
  6026.                                         'description' => 'The document name',
  6027.                                         'type' => 'String!',
  6028.                                     ],
  6029.                                 ],
  6030.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryDocument", args["profileID"], args["document"], args["documentName"])',
  6031.                             ],
  6032.                             'removeSchoolProfileGalleryDocument' => [
  6033.                                 'type' => 'ProfileUpdateResponse!',
  6034.                                 'args' => [
  6035.                                     'profileID' => [
  6036.                                         'description' => 'The profile id',
  6037.                                         'type' => 'Int!',
  6038.                                     ],
  6039.                                     'galleryEntryID' => [
  6040.                                         'description' => 'The gallery entry id',
  6041.                                         'type' => 'Int!',
  6042.                                     ],
  6043.                                 ],
  6044.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryDocument", args["profileID"], args["galleryEntryID"])',
  6045.                             ],
  6046.                             'setSchoolProfileGalleryDocumentCaption' => [
  6047.                                 'type' => 'ProfileUpdateResponse!',
  6048.                                 'args' => [
  6049.                                     'profileID' => [
  6050.                                         'description' => 'The profile id',
  6051.                                         'type' => 'Int!',
  6052.                                     ],
  6053.                                     'galleryEntryID' => [
  6054.                                         'description' => 'The gallery entry id',
  6055.                                         'type' => 'Int!',
  6056.                                     ],
  6057.                                     'caption' => [
  6058.                                         'description' => 'The caption',
  6059.                                         'type' => 'String!',
  6060.                                     ],
  6061.                                 ],
  6062.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryDocumentCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  6063.                             ],
  6064.                             'addSchoolProfileGalleryVideo' => [
  6065.                                 'type' => 'ProfileUpdateResponse!',
  6066.                                 'args' => [
  6067.                                     'profileID' => [
  6068.                                         'description' => 'The profile id',
  6069.                                         'type' => 'Int!',
  6070.                                     ],
  6071.                                     'youtubeURL' => [
  6072.                                         'description' => 'The youtube url',
  6073.                                         'type' => 'String!',
  6074.                                     ],
  6075.                                     'videoName' => [
  6076.                                         'description' => 'The video name',
  6077.                                         'type' => 'String!',
  6078.                                     ],
  6079.                                 ],
  6080.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addGalleryVideo", args["profileID"], args["youtubeURL"], args["videoName"])',
  6081.                             ],
  6082.                             'removeSchoolProfileGalleryVideo' => [
  6083.                                 'type' => 'ProfileUpdateResponse!',
  6084.                                 'args' => [
  6085.                                     'profileID' => [
  6086.                                         'description' => 'The profile id',
  6087.                                         'type' => 'Int!',
  6088.                                     ],
  6089.                                     'galleryEntryID' => [
  6090.                                         'description' => 'The gallery entry id',
  6091.                                         'type' => 'Int!',
  6092.                                     ],
  6093.                                 ],
  6094.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeGalleryVideo", args["profileID"], args["galleryEntryID"])',
  6095.                             ],
  6096.                             'setSchoolProfileGalleryVideoCaption' => [
  6097.                                 'type' => 'ProfileUpdateResponse!',
  6098.                                 'args' => [
  6099.                                     'profileID' => [
  6100.                                         'description' => 'The profile id',
  6101.                                         'type' => 'Int!',
  6102.                                     ],
  6103.                                     'galleryEntryID' => [
  6104.                                         'description' => 'The gallery entry id',
  6105.                                         'type' => 'Int!',
  6106.                                     ],
  6107.                                     'caption' => [
  6108.                                         'description' => 'The caption',
  6109.                                         'type' => 'String!',
  6110.                                     ],
  6111.                                 ],
  6112.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryVideoCaption", args["profileID"], args["galleryEntryID"], args["caption"])',
  6113.                             ],
  6114.                             'setSchoolProfileGalleryItemsVisability' => [
  6115.                                 'type' => 'ProfileUpdateResponse!',
  6116.                                 'args' => [
  6117.                                     'profileID' => [
  6118.                                         'description' => 'The profile id',
  6119.                                         'type' => 'Int!',
  6120.                                     ],
  6121.                                     'galleryEntryIDs' => [
  6122.                                         'description' => 'The gallery entry id',
  6123.                                         'type' => '[Int!]',
  6124.                                     ],
  6125.                                     'visible' => [
  6126.                                         'description' => 'enable or disable visibility',
  6127.                                         'type' => 'Boolean!',
  6128.                                     ],
  6129.                                 ],
  6130.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryItemsVisability", args["profileID"], args["galleryEntryIDs"], args["visible"])',
  6131.                             ],
  6132.                             'setSchoolProfileGalleryItemsPosition' => [
  6133.                                 'type' => 'ProfileUpdateResponse!',
  6134.                                 'args' => [
  6135.                                     'profileID' => [
  6136.                                         'description' => 'The profile id',
  6137.                                         'type' => 'Int!',
  6138.                                     ],
  6139.                                     'galleryEntryIDs' => [
  6140.                                         'description' => 'The gallery entry id',
  6141.                                         'type' => '[Int!]',
  6142.                                     ],
  6143.                                 ],
  6144.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setGalleryItemsPosition", args["profileID"], args["galleryEntryIDs"])',
  6145.                             ],
  6146.                             'updateSchoolProfileLinks' => [
  6147.                                 'type' => 'ProfileUpdateResponse!',
  6148.                                 'args' => [
  6149.                                     'profileID' => [
  6150.                                         'description' => 'The profile id',
  6151.                                         'type' => 'Int!',
  6152.                                     ],
  6153.                                     'links' => [
  6154.                                         'description' => 'The link urls',
  6155.                                         'type' => '[InLink!]',
  6156.                                     ],
  6157.                                 ],
  6158.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLinks", args["profileID"], args["links"])',
  6159.                             ],
  6160.                             'addSchoolProfileLocation' => [
  6161.                                 'type' => 'ProfileUpdateResponse!',
  6162.                                 'args' => [
  6163.                                     'profileID' => [
  6164.                                         'description' => 'The profile id',
  6165.                                         'type' => 'Int!',
  6166.                                     ],
  6167.                                     'location' => [
  6168.                                         'description' => 'The location data',
  6169.                                         'type' => 'InLocation!',
  6170.                                     ],
  6171.                                 ],
  6172.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::addLocation", args["profileID"], args["location"])',
  6173.                             ],
  6174.                             'removeSchoolProfileLocation' => [
  6175.                                 'type' => 'ProfileUpdateResponse!',
  6176.                                 'args' => [
  6177.                                     'profileID' => [
  6178.                                         'description' => 'The profile id',
  6179.                                         'type' => 'Int!',
  6180.                                     ],
  6181.                                     'locationID' => [
  6182.                                         'description' => 'The location ID',
  6183.                                         'type' => 'Int!',
  6184.                                     ],
  6185.                                 ],
  6186.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"])',
  6187.                             ],
  6188.                             'updateSchoolProfileLocation' => [
  6189.                                 'type' => 'ProfileUpdateResponse!',
  6190.                                 'args' => [
  6191.                                     'profileID' => [
  6192.                                         'description' => 'The profile id',
  6193.                                         'type' => 'Int!',
  6194.                                     ],
  6195.                                     'locationID' => [
  6196.                                         'description' => 'The location ID',
  6197.                                         'type' => 'Int!',
  6198.                                     ],
  6199.                                     'location' => [
  6200.                                         'description' => 'The location data',
  6201.                                         'type' => 'InLocation!',
  6202.                                     ],
  6203.                                 ],
  6204.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeLocation", args["profileID"], args["locationID"], args["location"])',
  6205.                             ],
  6206.                             'toggleSchoolProfileJob' => [
  6207.                                 'type' => 'ProfileUpdateResponse!',
  6208.                                 'args' => [
  6209.                                     'profileID' => [
  6210.                                         'description' => 'The profile id',
  6211.                                         'type' => 'Int!',
  6212.                                     ],
  6213.                                     'jobID' => [
  6214.                                         'description' => 'The job id',
  6215.                                         'type' => 'Int!',
  6216.                                     ],
  6217.                                     'enable' => [
  6218.                                         'description' => 'enable or disable',
  6219.                                         'type' => 'Boolean!',
  6220.                                     ],
  6221.                                 ],
  6222.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleJob", args["profileID"], args["jobID"], args["enable"])',
  6223.                             ],
  6224.                             'setSchoolProfileOffers' => [
  6225.                                 'type' => 'ProfileUpdateResponse!',
  6226.                                 'args' => [
  6227.                                     'profileID' => [
  6228.                                         'description' => 'The profile id',
  6229.                                         'type' => 'Int!',
  6230.                                     ],
  6231.                                     'offerIDs' => [
  6232.                                         'description' => 'The offer ids',
  6233.                                         'type' => '[Int!]',
  6234.                                     ],
  6235.                                 ],
  6236.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setOffers", args["profileID"], args["offerIDs"])',
  6237.                             ],
  6238.                             'toggleSchoolProfileOffer' => [
  6239.                                 'type' => 'ProfileUpdateResponse!',
  6240.                                 'args' => [
  6241.                                     'profileID' => [
  6242.                                         'description' => 'The profile id',
  6243.                                         'type' => 'Int!',
  6244.                                     ],
  6245.                                     'offerID' => [
  6246.                                         'description' => 'The offer id',
  6247.                                         'type' => 'Int!',
  6248.                                     ],
  6249.                                     'enable' => [
  6250.                                         'description' => 'enable or disable',
  6251.                                         'type' => 'Boolean!',
  6252.                                     ],
  6253.                                 ],
  6254.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::toggleOffer", args["profileID"], args["offerID"], args["enable"])',
  6255.                             ],
  6256.                             'updateSchoolProfileDescription' => [
  6257.                                 'type' => 'ProfileUpdateResponse!',
  6258.                                 'args' => [
  6259.                                     'profileID' => [
  6260.                                         'description' => 'The profile id',
  6261.                                         'type' => 'Int!',
  6262.                                     ],
  6263.                                     'description' => [
  6264.                                         'description' => 'The company profile description',
  6265.                                         'type' => 'String!',
  6266.                                     ],
  6267.                                 ],
  6268.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateDescription", args["profileID"], args["description"])',
  6269.                             ],
  6270.                             'updateSchoolProfileTrainingInformation' => [
  6271.                                 'type' => 'ProfileUpdateResponse!',
  6272.                                 'args' => [
  6273.                                     'profileID' => [
  6274.                                         'description' => 'The profile id',
  6275.                                         'type' => 'Int!',
  6276.                                     ],
  6277.                                     'trainingInformation' => [
  6278.                                         'description' => 'The school profile training information',
  6279.                                         'type' => 'String!',
  6280.                                     ],
  6281.                                 ],
  6282.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateTrainingInformation", args["profileID"], args["trainingInformation"])',
  6283.                             ],
  6284.                             'updateSchoolProfileEducationInformation' => [
  6285.                                 'type' => 'ProfileUpdateResponse!',
  6286.                                 'args' => [
  6287.                                     'profileID' => [
  6288.                                         'description' => 'The profile id',
  6289.                                         'type' => 'Int!',
  6290.                                     ],
  6291.                                     'educationInformation' => [
  6292.                                         'description' => 'The education information',
  6293.                                         'type' => 'String!',
  6294.                                     ],
  6295.                                 ],
  6296.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateEducationInformation", args["profileID"], args["educationInformation"])',
  6297.                             ],
  6298.                             'setSchoolProfileHeader' => [
  6299.                                 'type' => 'ProfileUpdateResponse!',
  6300.                                 'args' => [
  6301.                                     'profileID' => [
  6302.                                         'description' => 'The profile id',
  6303.                                         'type' => 'Int!',
  6304.                                     ],
  6305.                                     'galleryEntryID' => [
  6306.                                         'description' => 'The gallery entry id',
  6307.                                         'type' => 'Int!',
  6308.                                     ],
  6309.                                 ],
  6310.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setHeaderPicture", args["profileID"], args["galleryEntryID"])',
  6311.                             ],
  6312.                             'removeSchoolProfileHeader' => [
  6313.                                 'type' => 'ProfileUpdateResponse!',
  6314.                                 'args' => [
  6315.                                     'profileID' => [
  6316.                                         'description' => 'The profile id',
  6317.                                         'type' => 'Int!',
  6318.                                     ],
  6319.                                 ],
  6320.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::removeHeaderPicture", args["profileID"])',
  6321.                             ],
  6322.                             'updateSchoolProfileLogo' => [
  6323.                                 'type' => 'ProfileUpdateResponse!',
  6324.                                 'args' => [
  6325.                                     'profileID' => [
  6326.                                         'description' => 'The profile id',
  6327.                                         'type' => 'Int!',
  6328.                                     ],
  6329.                                     'logo' => [
  6330.                                         'description' => 'The picture of the logo',
  6331.                                         'type' => 'UploadFile!',
  6332.                                     ],
  6333.                                     'copyright' => [
  6334.                                         'description' => 'The copyright of the picture',
  6335.                                         'type' => 'String',
  6336.                                     ],
  6337.                                 ],
  6338.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogo", args["profileID"], args["logo"], args["copyright"])',
  6339.                             ],
  6340.                             'updateSchoolProfileLogoStyle' => [
  6341.                                 'type' => 'ProfileUpdateResponse!',
  6342.                                 'args' => [
  6343.                                     'profileID' => [
  6344.                                         'description' => 'The profile id',
  6345.                                         'type' => 'Int!',
  6346.                                     ],
  6347.                                     'logoStyle' => [
  6348.                                         'description' => 'The logo style',
  6349.                                         'type' => 'LogoStyle!',
  6350.                                     ],
  6351.                                     'copyright' => [
  6352.                                         'description' => 'The copyright of the picture',
  6353.                                         'type' => 'String',
  6354.                                     ],
  6355.                                 ],
  6356.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateLogoStyle", args["profileID"], args["logoStyle"], args["copyright"])',
  6357.                             ],
  6358.                             'updateSchoolProfileName' => [
  6359.                                 'type' => 'ProfileUpdateResponse!',
  6360.                                 'args' => [
  6361.                                     'profileID' => [
  6362.                                         'description' => 'The profile id',
  6363.                                         'type' => 'Int!',
  6364.                                     ],
  6365.                                     'name' => [
  6366.                                         'description' => 'The new profile name',
  6367.                                         'type' => 'String!',
  6368.                                     ],
  6369.                                 ],
  6370.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateName", args["profileID"], args["name"])',
  6371.                             ],
  6372.                             'setSchoolProfileSelected' => [
  6373.                                 'type' => 'Status!',
  6374.                                 'args' => [
  6375.                                     'profileID' => [
  6376.                                         'description' => 'The school profile id',
  6377.                                         'type' => 'Int!',
  6378.                                     ],
  6379.                                 ],
  6380.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::setSchoolProfileSelected", args["profileID"])',
  6381.                             ],
  6382.                             'updateSchoolProfileQuizQuestions' => [
  6383.                                 'type' => 'Status!',
  6384.                                 'args' => [
  6385.                                     'questions' => [
  6386.                                         'description' => 'The questions',
  6387.                                         'type' => '[InQuizQuestion!]',
  6388.                                     ],
  6389.                                 ],
  6390.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::updateSchoolProfileQuizQuestions", args["questions"])',
  6391.                             ],
  6392.                             'updateTeacher' => [
  6393.                                 'type' => 'Status!',
  6394.                                 'args' => [
  6395.                                     'data' => [
  6396.                                         'description' => 'The teacher data',
  6397.                                         'type' => 'InTeacherUser!',
  6398.                                     ],
  6399.                                 ],
  6400.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\TeacherResolver::updateTeacher", args["data"])',
  6401.                             ],
  6402.                             'setUserRoleSelected' => [
  6403.                                 'type' => 'Status!',
  6404.                                 'args' => [
  6405.                                     'role' => [
  6406.                                         'description' => 'The user role string',
  6407.                                         'type' => 'String!',
  6408.                                     ],
  6409.                                 ],
  6410.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\UserResolver::setUserRoleSelected", args["role"])',
  6411.                             ],
  6412.                         ],
  6413.                         'name' => 'InternalMutation',
  6414.                         'builders' => [
  6415.                         ],
  6416.                         'interfaces' => [
  6417.                         ],
  6418.                     ],
  6419.                 ],
  6420.                 'InternalQuery' => [
  6421.                     'type' => 'object',
  6422.                     'inherits' => [
  6423.                         => 'InternalQueryBoPartnerProfile',
  6424.                         => 'InternalQueryCompanyProfile',
  6425.                         => 'InternalQueryEvent',
  6426.                         => 'InternalQueryGame',
  6427.                         => 'InternalQueryJobMarket',
  6428.                         => 'InternalQuerySchool',
  6429.                         => 'InternalQuerySchoolProfile',
  6430.                         => 'InternalQuerySchoolClass',
  6431.                         => 'InternalQueryUser',
  6432.                     ],
  6433.                     'class_name' => 'InternalQueryType',
  6434.                     'decorator' => false,
  6435.                     'config' => [
  6436.                         'description' => 'Internal Query',
  6437.                         'fields' => [
  6438.                             'getSelectedBoPartnerProfile' => [
  6439.                                 'type' => 'BoPartnerProfile',
  6440.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getSelectedBoPartnerProfile")',
  6441.                             ],
  6442.                             'getBoPartnerProfiles' => [
  6443.                                 'type' => '[ProfileSimple!]',
  6444.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getBoPartnerProfilesByUser")',
  6445.                             ],
  6446.                             'getBoPartnerProfileQuizQuestions' => [
  6447.                                 'type' => '[ProviderQuizQuestion!]',
  6448.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\BoPartnerProfileResolver::getBoPartnerProfileQuizQuestions")',
  6449.                             ],
  6450.                             'getSelectedCompanyProfile' => [
  6451.                                 'type' => 'CompanyProfile',
  6452.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getSelectedCompanyProfile")',
  6453.                             ],
  6454.                             'getCompanyProfiles' => [
  6455.                                 'type' => '[ProfileSimple!]',
  6456.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfilesByUser")',
  6457.                             ],
  6458.                             'getCompanyProfileQuizQuestions' => [
  6459.                                 'type' => '[ProviderQuizQuestion!]',
  6460.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfileQuizQuestions")',
  6461.                             ],
  6462.                             'getCompanyProfileJobMarkets' => [
  6463.                                 'type' => '[JobMarket!]',
  6464.                                 'args' => [
  6465.                                     'profileID' => [
  6466.                                         'description' => 'The profile id',
  6467.                                         'type' => 'Int!',
  6468.                                     ],
  6469.                                 ],
  6470.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\CompanyProfileResolver::getCompanyProfileJobMarkets", args["profileID"])',
  6471.                             ],
  6472.                             'getProviderEventsByDistrict' => [
  6473.                                 'type' => '[CompanyProfile!]',
  6474.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getProviderEventsByDistrict")',
  6475.                             ],
  6476.                             'getEventsBcByDistrict' => [
  6477.                                 'type' => '[Event!]',
  6478.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\EventResolver::getEventsBcByDistrict")',
  6479.                             ],
  6480.                             'startGameTimer' => [
  6481.                                 'type' => 'GameTimer',
  6482.                                 'args' => [
  6483.                                     'schoolClassID' => [
  6484.                                         'description' => 'The school class id',
  6485.                                         'type' => 'Int!',
  6486.                                     ],
  6487.                                     'duration' => [
  6488.                                         'description' => 'The duration for the game timer in seconds',
  6489.                                         'type' => 'Int!',
  6490.                                     ],
  6491.                                 ],
  6492.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::startGameTimer", args["schoolClassID"], args["duration"])',
  6493.                             ],
  6494.                             'modifyGameTimer' => [
  6495.                                 'type' => 'GameTimer',
  6496.                                 'args' => [
  6497.                                     'timerID' => [
  6498.                                         'description' => 'The timer id',
  6499.                                         'type' => 'Int!',
  6500.                                     ],
  6501.                                     'modifyType' => [
  6502.                                         'description' => 'The modify type',
  6503.                                         'type' => 'GameTimerModifyType!',
  6504.                                     ],
  6505.                                     'duration' => [
  6506.                                         'description' => 'The duration the timer is modified in seconds',
  6507.                                         'type' => 'Int!',
  6508.                                     ],
  6509.                                 ],
  6510.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::modifyGameTimer", args["timerID"], args["modifyType"], args["duration"])',
  6511.                             ],
  6512.                             'getGameTimeLeft' => [
  6513.                                 'type' => 'CommonResult!',
  6514.                                 'args' => [
  6515.                                     'schoolClassID' => [
  6516.                                         'description' => 'The school class id',
  6517.                                         'type' => 'Int!',
  6518.                                     ],
  6519.                                 ],
  6520.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\GameResolver::getGameTimeLeft", args["schoolClassID"])',
  6521.                             ],
  6522.                             'getJobMarketsByUser' => [
  6523.                                 'type' => '[JobMarket!]',
  6524.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\JobMarketResolver::getJobMarkets")',
  6525.                             ],
  6526.                             'getSchoolByTeacher' => [
  6527.                                 'type' => 'School',
  6528.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolByTeacher")',
  6529.                             ],
  6530.                             'getSchoolClassesBySchool' => [
  6531.                                 'type' => '[SchoolClass!]',
  6532.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolClassesBySchool")',
  6533.                             ],
  6534.                             'getSchoolTeachers' => [
  6535.                                 'type' => '[Teacher!]',
  6536.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getSchoolTeachers")',
  6537.                             ],
  6538.                             'getViewedInterestFieldsBySchool' => [
  6539.                                 'type' => '[InterestFieldStats!]',
  6540.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolResolver::getViewedInterestFields")',
  6541.                             ],
  6542.                             'getSelectedSchoolProfile' => [
  6543.                                 'type' => 'SchoolProfile',
  6544.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSelectedSchoolProfile")',
  6545.                             ],
  6546.                             'getSchoolProfiles' => [
  6547.                                 'type' => '[ProfileSimple!]',
  6548.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSchoolProfilesByUser")',
  6549.                             ],
  6550.                             'getSchoolProfileQuizQuestions' => [
  6551.                                 'type' => '[ProviderQuizQuestion!]',
  6552.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\Internal\\\\SchoolProfileResolver::getSchoolProfileQuizQuestions")',
  6553.                             ],
  6554.                             'getSchoolClassByID' => [
  6555.                                 'type' => 'SchoolClass',
  6556.                                 'args' => [
  6557.                                     'schoolClassID' => [
  6558.                                         'description' => 'The school class ID',
  6559.                                         'type' => 'Int!',
  6560.                                     ],
  6561.                                 ],
  6562.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClass", args["schoolClassID"])',
  6563.                             ],
  6564.                             'getSchoolClassesByUser' => [
  6565.                                 'type' => '[SchoolClass!]',
  6566.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassesByUser")',
  6567.                             ],
  6568.                             'getSchoolClassTeachers' => [
  6569.                                 'type' => '[Teacher!]',
  6570.                                 'args' => [
  6571.                                     'schoolClassID' => [
  6572.                                         'description' => 'The school class ID',
  6573.                                         'type' => 'Int!',
  6574.                                     ],
  6575.                                 ],
  6576.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getSchoolClassTeachers", args["schoolClassID"])',
  6577.                             ],
  6578.                             'getViewedBoPartnerProfiles' => [
  6579.                                 'type' => '[BoPartnerProfile!]',
  6580.                                 'args' => [
  6581.                                     'schoolClassID' => [
  6582.                                         'description' => 'The school class ID',
  6583.                                         'type' => 'Int!',
  6584.                                     ],
  6585.                                 ],
  6586.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedBoPartnerProfiles", args["schoolClassID"])',
  6587.                             ],
  6588.                             'getViewedCompanyProfiles' => [
  6589.                                 'type' => '[CompanyProfile!]',
  6590.                                 'args' => [
  6591.                                     'schoolClassID' => [
  6592.                                         'description' => 'The school class ID',
  6593.                                         'type' => 'Int!',
  6594.                                     ],
  6595.                                 ],
  6596.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedCompanyProfiles", args["schoolClassID"])',
  6597.                             ],
  6598.                             'getViewedSchoolProfiles' => [
  6599.                                 'type' => '[SchoolProfile!]',
  6600.                                 'args' => [
  6601.                                     'schoolClassID' => [
  6602.                                         'description' => 'The school class ID',
  6603.                                         'type' => 'Int!',
  6604.                                     ],
  6605.                                 ],
  6606.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolProfiles", args["schoolClassID"])',
  6607.                             ],
  6608.                             'getViewedJobs' => [
  6609.                                 'type' => '[Job!]',
  6610.                                 'args' => [
  6611.                                     'schoolClassID' => [
  6612.                                         'description' => 'The school class ID',
  6613.                                         'type' => 'Int!',
  6614.                                     ],
  6615.                                 ],
  6616.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobs", args["schoolClassID"])',
  6617.                             ],
  6618.                             'getViewedJobPortaits' => [
  6619.                                 'type' => '[Story!]',
  6620.                                 'args' => [
  6621.                                     'schoolClassID' => [
  6622.                                         'description' => 'The school class ID',
  6623.                                         'type' => 'Int!',
  6624.                                     ],
  6625.                                 ],
  6626.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedJobPortraits", args["schoolClassID"])',
  6627.                             ],
  6628.                             'getViewedSchoolPortaits' => [
  6629.                                 'type' => '[Story!]',
  6630.                                 'args' => [
  6631.                                     'schoolClassID' => [
  6632.                                         'description' => 'The school class ID',
  6633.                                         'type' => 'Int!',
  6634.                                     ],
  6635.                                 ],
  6636.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedSchoolPortraits", args["schoolClassID"])',
  6637.                             ],
  6638.                             'getViewedInterestFields' => [
  6639.                                 'type' => '[InterestFieldStats!]',
  6640.                                 'args' => [
  6641.                                     'schoolClassID' => [
  6642.                                         'description' => 'The school class ID',
  6643.                                         'type' => 'Int!',
  6644.                                     ],
  6645.                                 ],
  6646.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedInterestFields", args["schoolClassID"])',
  6647.                             ],
  6648.                             'getViewedRequirements' => [
  6649.                                 'type' => '[JobRequirementStats!]',
  6650.                                 'args' => [
  6651.                                     'schoolClassID' => [
  6652.                                         'description' => 'The school class ID',
  6653.                                         'type' => 'Int!',
  6654.                                     ],
  6655.                                 ],
  6656.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getViewedRequirements", args["schoolClassID"])',
  6657.                             ],
  6658.                             'setGameCategoriesTeacher' => [
  6659.                                 'type' => 'Status!',
  6660.                                 'args' => [
  6661.                                     'schoolClassID' => [
  6662.                                         'description' => 'The school class ID',
  6663.                                         'type' => 'Int!',
  6664.                                     ],
  6665.                                     'categoryIDs' => [
  6666.                                         'description' => 'The category IDs',
  6667.                                         'type' => '[Int!]!',
  6668.                                     ],
  6669.                                 ],
  6670.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::setGameCategories", args["schoolClassID"], args["categoryIDs"])',
  6671.                             ],
  6672.                             'getTeachingIdeas' => [
  6673.                                 'type' => '[TeachingIdea!]',
  6674.                                 'args' => [
  6675.                                     'schoolClassID' => [
  6676.                                         'description' => 'The school class ID',
  6677.                                         'type' => 'Int!',
  6678.                                     ],
  6679.                                 ],
  6680.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\SchoolClassResolver::getTeachingIdeas", args["schoolClassID"])',
  6681.                             ],
  6682.                             'getUserSetting' => [
  6683.                                 'type' => 'UserSetting',
  6684.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::getUserSetting")',
  6685.                             ],
  6686.                             'userinfo' => [
  6687.                                 'type' => 'UserInfo',
  6688.                                 'resolve' => '@=query("App\\\\Resolver\\\\Internal\\\\UserResolver::userInfo")',
  6689.                             ],
  6690.                             'job' => [
  6691.                                 'type' => 'Job',
  6692.                                 'args' => [
  6693.                                     'bicid' => [
  6694.                                         'description' => 'BicID of the job to be retrieved',
  6695.                                         'type' => 'ID!',
  6696.                                     ],
  6697.                                 ],
  6698.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  6699.                             ],
  6700.                         ],
  6701.                         'name' => 'InternalQuery',
  6702.                         'builders' => [
  6703.                         ],
  6704.                         'interfaces' => [
  6705.                         ],
  6706.                     ],
  6707.                 ],
  6708.                 'DefaultQuery' => [
  6709.                     'type' => 'object',
  6710.                     'inherits' => [
  6711.                         => 'DefaultQueryBookmark',
  6712.                         => 'DefaultQueryCommon',
  6713.                         => 'DefaultQueryEvent',
  6714.                         => 'DefaultQueryGame',
  6715.                         => 'DefaultQueryJob',
  6716.                         => 'DefaultQueryProfiles',
  6717.                         => 'DefaultQuerySchool',
  6718.                     ],
  6719.                     'class_name' => 'DefaultQueryType',
  6720.                     'decorator' => false,
  6721.                     'config' => [
  6722.                         'description' => 'Default Query',
  6723.                         'fields' => [
  6724.                             'titles' => [
  6725.                                 'type' => '[Title]',
  6726.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::titles")',
  6727.                             ],
  6728.                             'teachingIdeaTypes' => [
  6729.                                 'type' => '[TeachingIdeaType!]',
  6730.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getTeachingIdeaTypes")',
  6731.                             ],
  6732.                             'informationLinks' => [
  6733.                                 'type' => '[InformationLink!]',
  6734.                                 'args' => [
  6735.                                     'typeID' => [
  6736.                                         'description' => 'The type id of the information links',
  6737.                                         'type' => 'Int!',
  6738.                                     ],
  6739.                                 ],
  6740.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::getInformationLinks", args["typeID"])',
  6741.                             ],
  6742.                             'searchSchools' => [
  6743.                                 'type' => '[School!]',
  6744.                                 'args' => [
  6745.                                     'searchText' => [
  6746.                                         'description' => 'The search text for the school',
  6747.                                         'type' => 'String!',
  6748.                                     ],
  6749.                                 ],
  6750.                                 'resolve' => '@=query("App\\\\Resolver\\\\CommonResolver::searchSchools", args["searchText"])',
  6751.                             ],
  6752.                             'bookmarkCreate' => [
  6753.                                 'type' => 'Bookmark',
  6754.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::create")',
  6755.                             ],
  6756.                             'bookmarkDelete' => [
  6757.                                 'type' => 'String!',
  6758.                                 'args' => [
  6759.                                     'code' => [
  6760.                                         'description' => 'The code of the bookmark to delete',
  6761.                                         'type' => 'String!',
  6762.                                     ],
  6763.                                 ],
  6764.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::delete", args["code"])',
  6765.                             ],
  6766.                             'bookmarkGet' => [
  6767.                                 'type' => 'Bookmark',
  6768.                                 'args' => [
  6769.                                     'code' => [
  6770.                                         'description' => 'The code to access the bookmark',
  6771.                                         'type' => 'String!',
  6772.                                     ],
  6773.                                 ],
  6774.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::get", args["code"])',
  6775.                             ],
  6776.                             'bookmarkUpdate' => [
  6777.                                 'type' => 'Bookmark',
  6778.                                 'args' => [
  6779.                                     'code' => [
  6780.                                         'description' => 'The code to access the bookmark',
  6781.                                         'type' => 'String!',
  6782.                                     ],
  6783.                                     'storedValue' => [
  6784.                                         'description' => 'The value to store in bookmark',
  6785.                                         'type' => 'String!',
  6786.                                     ],
  6787.                                 ],
  6788.                                 'resolve' => '@=query("App\\\\Resolver\\\\BookmarkResolver::update", args["code"], args["storedValue"])',
  6789.                             ],
  6790.                             'event' => [
  6791.                                 'type' => 'Event',
  6792.                                 'args' => [
  6793.                                     'id' => [
  6794.                                         'description' => 'ID of the Event',
  6795.                                         'type' => 'ID!',
  6796.                                     ],
  6797.                                 ],
  6798.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEventByID", args["id"])',
  6799.                             ],
  6800.                             'events' => [
  6801.                                 'type' => '[Event!]',
  6802.                                 'args' => [
  6803.                                     'limit' => [
  6804.                                         'description' => 'Limit',
  6805.                                         'type' => 'Int!',
  6806.                                     ],
  6807.                                     'offset' => [
  6808.                                         'description' => 'Offset',
  6809.                                         'type' => 'Int!',
  6810.                                     ],
  6811.                                 ],
  6812.                                 'resolve' => '@=query("App\\\\Resolver\\\\EventResolver::getEvents", args["limit"], args["offset"])',
  6813.                             ],
  6814.                             'getOffersBoPartner' => [
  6815.                                 'type' => '[Offer!]',
  6816.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersBoPartner")',
  6817.                             ],
  6818.                             'getOffersCompany' => [
  6819.                                 'type' => '[Offer!]',
  6820.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersCompany")',
  6821.                             ],
  6822.                             'getOffersSchool' => [
  6823.                                 'type' => '[Offer!]',
  6824.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOffersSchool")',
  6825.                             ],
  6826.                             'offerList' => [
  6827.                                 'type' => 'OfferList!',
  6828.                                 'resolve' => '@=query("App\\\\Resolver\\\\OfferTypeResolver::getOfferList")',
  6829.                             ],
  6830.                             'getChampionship' => [
  6831.                                 'type' => 'Championship',
  6832.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getChampionship")',
  6833.                             ],
  6834.                             'getQuizQuestionsProvider' => [
  6835.                                 'type' => '[QuestionOpen!]',
  6836.                                 'args' => [
  6837.                                     'providerType' => [
  6838.                                         'description' => 'The provider type id',
  6839.                                         'type' => 'Int!',
  6840.                                     ],
  6841.                                     'profileID' => [
  6842.                                         'description' => 'The profile id',
  6843.                                         'type' => 'Int!',
  6844.                                     ],
  6845.                                 ],
  6846.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizOpenResolver::getQuestionsProvider", args["providerType"], args["profileID"])',
  6847.                             ],
  6848.                             'getGameCategoriesPerGame' => [
  6849.                                 'type' => 'GameCategoriesPerGame!',
  6850.                                 'args' => [
  6851.                                     'clientID' => [
  6852.                                         'description' => 'The client ID',
  6853.                                         'type' => 'String!',
  6854.                                     ],
  6855.                                 ],
  6856.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesPerGame", args["clientID"])',
  6857.                             ],
  6858.                             'getGameCategoriesTeacher' => [
  6859.                                 'type' => '[GameCategory!]',
  6860.                                 'args' => [
  6861.                                     'schoolClassID' => [
  6862.                                         'description' => 'The school class id',
  6863.                                         'type' => 'Int!',
  6864.                                     ],
  6865.                                 ],
  6866.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesTeacher", args["schoolClassID"])',
  6867.                             ],
  6868.                             'getGameCategoriesStudent' => [
  6869.                                 'type' => '[GameCategory!]',
  6870.                                 'args' => [
  6871.                                     'clientID' => [
  6872.                                         'description' => 'The client ID',
  6873.                                         'type' => 'String!',
  6874.                                     ],
  6875.                                 ],
  6876.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameCategoriesStudent", args["clientID"])',
  6877.                             ],
  6878.                             'getGame' => [
  6879.                                 'type' => 'Game!',
  6880.                                 'args' => [
  6881.                                     'gameType' => [
  6882.                                         'description' => 'The game type',
  6883.                                         'type' => 'GameType',
  6884.                                     ],
  6885.                                     'clientID' => [
  6886.                                         'description' => 'The client ID',
  6887.                                         'type' => 'String!',
  6888.                                     ],
  6889.                                     'categoryIDs' => [
  6890.                                         'description' => 'The category IDs',
  6891.                                         'type' => '[Int!]!',
  6892.                                     ],
  6893.                                 ],
  6894.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGame", args["gameType"], args["clientID"], args["categoryIDs"])',
  6895.                             ],
  6896.                             'setGameEnd' => [
  6897.                                 'type' => 'Status!',
  6898.                                 'args' => [
  6899.                                     'gameID' => [
  6900.                                         'description' => 'The game id',
  6901.                                         'type' => 'Int!',
  6902.                                     ],
  6903.                                     'gameEnd' => [
  6904.                                         'description' => 'The end type',
  6905.                                         'type' => 'GameEndType!',
  6906.                                     ],
  6907.                                     'points' => [
  6908.                                         'description' => 'Points',
  6909.                                         'type' => 'Int!',
  6910.                                     ],
  6911.                                 ],
  6912.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::setGameEnd", args["gameID"], args["gameEnd"], args["points"])',
  6913.                             ],
  6914.                             'getGameActiveUsers' => [
  6915.                                 'type' => 'Int!',
  6916.                                 'args' => [
  6917.                                     'gameType' => [
  6918.                                         'description' => 'The game type',
  6919.                                         'type' => 'GameType!',
  6920.                                     ],
  6921.                                 ],
  6922.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameActiveUsers", args["gameType"])',
  6923.                             ],
  6924.                             'getGameRoundPlayers' => [
  6925.                                 'type' => 'RoundPlayers!',
  6926.                                 'args' => [
  6927.                                     'gameID' => [
  6928.                                         'description' => 'The game id',
  6929.                                         'type' => 'Int!',
  6930.                                     ],
  6931.                                 ],
  6932.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameRoundPlayers", args["gameID"])',
  6933.                             ],
  6934.                             'getGameTrophies' => [
  6935.                                 'type' => '[GameTrophy]',
  6936.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophies")',
  6937.                             ],
  6938.                             'getGameTrophyProgress' => [
  6939.                                 'type' => 'GameTrophyProgress!',
  6940.                                 'args' => [
  6941.                                     'schoolClassID' => [
  6942.                                         'description' => 'The school class id',
  6943.                                         'type' => 'Int!',
  6944.                                     ],
  6945.                                 ],
  6946.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTrophyProgress", args["schoolClassID"])',
  6947.                             ],
  6948.                             'trophyCount' => [
  6949.                                 'type' => 'Status!',
  6950.                                 'args' => [
  6951.                                     'clientId' => [
  6952.                                         'description' => 'ClientID',
  6953.                                         'type' => 'String!',
  6954.                                     ],
  6955.                                     'classCode' => [
  6956.                                         'description' => 'Class Code',
  6957.                                         'type' => 'String!',
  6958.                                     ],
  6959.                                     'itemId' => [
  6960.                                         'description' => 'ItemID',
  6961.                                         'type' => 'String!',
  6962.                                     ],
  6963.                                     'itemType' => [
  6964.                                         'description' => 'TrophyItemType',
  6965.                                         'type' => 'TrophyItemType',
  6966.                                     ],
  6967.                                 ],
  6968.                                 'resolve' => '@=query("App\\\\Resolver\\\\TrophyCountResolver::trophyCount", args["clientId"], args["classCode"], args["itemId"], args["itemType"])',
  6969.                             ],
  6970.                             'getGameTimersSchool' => [
  6971.                                 'type' => '[GameTimer!]',
  6972.                                 'args' => [
  6973.                                     'schoolID' => [
  6974.                                         'description' => 'The school id',
  6975.                                         'type' => 'Int!',
  6976.                                     ],
  6977.                                 ],
  6978.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimersSchool", args["schoolID"])',
  6979.                             ],
  6980.                             'getGameTimer' => [
  6981.                                 'type' => 'GameTimer',
  6982.                                 'args' => [
  6983.                                     'schoolClassID' => [
  6984.                                         'description' => 'The school class id',
  6985.                                         'type' => 'Int!',
  6986.                                     ],
  6987.                                 ],
  6988.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameResolver::getGameTimer", args["schoolClassID"])',
  6989.                             ],
  6990.                             'getQuizQuestion' => [
  6991.                                 'type' => 'Question!',
  6992.                                 'args' => [
  6993.                                     'gameID' => [
  6994.                                         'description' => 'The game id',
  6995.                                         'type' => 'Int!',
  6996.                                     ],
  6997.                                     'round' => [
  6998.                                         'description' => 'The round of the game',
  6999.                                         'type' => 'Int!',
  7000.                                     ],
  7001.                                 ],
  7002.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuestion", args["gameID"], args["round"])',
  7003.                             ],
  7004.                             'getQuizAnswerWrong' => [
  7005.                                 'type' => 'AnswerWrong!',
  7006.                                 'args' => [
  7007.                                     'gameID' => [
  7008.                                         'description' => 'The game id',
  7009.                                         'type' => 'Int!',
  7010.                                     ],
  7011.                                     'questionID' => [
  7012.                                         'description' => 'The question ID',
  7013.                                         'type' => 'Int!',
  7014.                                     ],
  7015.                                 ],
  7016.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::getQuizAnswerWrong", args["gameID"], args["questionID"])',
  7017.                             ],
  7018.                             'sendQuizAnswer' => [
  7019.                                 'type' => 'AnswerResponse!',
  7020.                                 'args' => [
  7021.                                     'gameID' => [
  7022.                                         'description' => 'The game id',
  7023.                                         'type' => 'Int!',
  7024.                                     ],
  7025.                                     'questionID' => [
  7026.                                         'description' => 'The question ID',
  7027.                                         'type' => 'Int!',
  7028.                                     ],
  7029.                                     'answerID' => [
  7030.                                         'description' => 'The answer ID',
  7031.                                         'type' => 'Int!',
  7032.                                     ],
  7033.                                 ],
  7034.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameQuizResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"])',
  7035.                             ],
  7036.                             'getClickThePicQuestion' => [
  7037.                                 'type' => 'Question!',
  7038.                                 'args' => [
  7039.                                     'gameID' => [
  7040.                                         'description' => 'The game id',
  7041.                                         'type' => 'Int!',
  7042.                                     ],
  7043.                                     'round' => [
  7044.                                         'description' => 'The round of the game',
  7045.                                         'type' => 'Int!',
  7046.                                     ],
  7047.                                 ],
  7048.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::getQuestion", args["gameID"], args["round"])',
  7049.                             ],
  7050.                             'sendClickThePicAnswer' => [
  7051.                                 'type' => 'AnswerResponse!',
  7052.                                 'args' => [
  7053.                                     'gameID' => [
  7054.                                         'description' => 'The game id',
  7055.                                         'type' => 'Int!',
  7056.                                     ],
  7057.                                     'questionID' => [
  7058.                                         'description' => 'The question ID',
  7059.                                         'type' => 'Int!',
  7060.                                     ],
  7061.                                     'answerID' => [
  7062.                                         'description' => 'The answer ID',
  7063.                                         'type' => 'Int!',
  7064.                                     ],
  7065.                                     'points' => [
  7066.                                         'description' => 'Points for the round',
  7067.                                         'type' => 'Int!',
  7068.                                     ],
  7069.                                 ],
  7070.                                 'resolve' => '@=query("App\\\\Resolver\\\\GameClickThePicResolver::sendAnswer", args["gameID"], args["questionID"], args["answerID"], args["points"])',
  7071.                             ],
  7072.                             'interestFields' => [
  7073.                                 'type' => '[InterestField!]',
  7074.                                 'resolve' => '@=query("App\\\\Resolver\\\\InterestFieldResolver::getFields")',
  7075.                             ],
  7076.                             'job' => [
  7077.                                 'type' => 'Job',
  7078.                                 'args' => [
  7079.                                     'bicid' => [
  7080.                                         'description' => 'BicID of the job to be retrieved',
  7081.                                         'type' => 'ID!',
  7082.                                     ],
  7083.                                 ],
  7084.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJob", args["bicid"])',
  7085.                             ],
  7086.                             'job_id' => [
  7087.                                 'type' => 'Job',
  7088.                                 'args' => [
  7089.                                     'id' => [
  7090.                                         'description' => 'ID of the job to retrieve',
  7091.                                         'type' => 'ID!',
  7092.                                     ],
  7093.                                 ],
  7094.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobID", args["id"])',
  7095.                             ],
  7096.                             'jobs' => [
  7097.                                 'type' => '[Job!]',
  7098.                                 'args' => [
  7099.                                     'limit' => [
  7100.                                         'description' => 'Limit',
  7101.                                         'type' => 'Int!',
  7102.                                     ],
  7103.                                     'offset' => [
  7104.                                         'description' => 'Offset',
  7105.                                         'type' => 'Int!',
  7106.                                     ],
  7107.                                 ],
  7108.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobResolver::getJobs", args["limit"], args["offset"])',
  7109.                             ],
  7110.                             'jobExpertTerm' => [
  7111.                                 'type' => 'JobExpertTerm',
  7112.                                 'args' => [
  7113.                                     'bicid' => [
  7114.                                         'description' => 'BicID of the job expert term to retrieve',
  7115.                                         'type' => 'ID!',
  7116.                                     ],
  7117.                                 ],
  7118.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerm", args["bicid"])',
  7119.                             ],
  7120.                             'jobExpertTerms' => [
  7121.                                 'type' => '[JobExpertTerm!]',
  7122.                                 'args' => [
  7123.                                     'limit' => [
  7124.                                         'description' => 'Limit',
  7125.                                         'type' => 'Int!',
  7126.                                     ],
  7127.                                     'offset' => [
  7128.                                         'description' => 'Offset',
  7129.                                         'type' => 'Int!',
  7130.                                     ],
  7131.                                 ],
  7132.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobExpertTermResolver::getTerms", args["limit"], args["offset"])',
  7133.                             ],
  7134.                             'jobMarket' => [
  7135.                                 'type' => 'JobMarket',
  7136.                                 'args' => [
  7137.                                     'id' => [
  7138.                                         'description' => 'ID of the job market to be retrieved',
  7139.                                         'type' => 'ID!',
  7140.                                     ],
  7141.                                 ],
  7142.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarketByID", args["id"])',
  7143.                             ],
  7144.                             'jobMarkets' => [
  7145.                                 'type' => 'JobMarketResults',
  7146.                                 'args' => [
  7147.                                     'search' => [
  7148.                                         'description' => 'Search parameters',
  7149.                                         'type' => 'String!',
  7150.                                     ],
  7151.                                 ],
  7152.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobMarketResolver::getJobMarkets", args["search"])',
  7153.                             ],
  7154.                             'jobRequirements' => [
  7155.                                 'type' => '[JobRequirement!]',
  7156.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirements")',
  7157.                             ],
  7158.                             'jobRequirementTypes' => [
  7159.                                 'type' => 'JobRequirementCollection!',
  7160.                                 'resolve' => '@=query("App\\\\Resolver\\\\JobRequirementResolver::getRequirementTypes")',
  7161.                             ],
  7162.                             'bopartnerProfile' => [
  7163.                                 'type' => 'BoPartnerProfile',
  7164.                                 'args' => [
  7165.                                     'id' => [
  7166.                                         'description' => 'ID of the BO Partner Profile',
  7167.                                         'type' => 'Int',
  7168.                                     ],
  7169.                                     'uuid' => [
  7170.                                         'description' => 'UUID of the BO Partner Profile',
  7171.                                         'type' => 'String',
  7172.                                     ],
  7173.                                 ],
  7174.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfile", args["id"], args["uuid"])',
  7175.                             ],
  7176.                             'bopartnerProfiles' => [
  7177.                                 'type' => '[BoPartnerProfile!]',
  7178.                                 'args' => [
  7179.                                     'limit' => [
  7180.                                         'description' => 'Limit',
  7181.                                         'type' => 'Int!',
  7182.                                     ],
  7183.                                     'offset' => [
  7184.                                         'description' => 'Offset',
  7185.                                         'type' => 'Int!',
  7186.                                     ],
  7187.                                 ],
  7188.                                 'resolve' => '@=query("App\\\\Resolver\\\\BoPartnerResolver::getProfiles", args["limit"], args["offset"])',
  7189.                             ],
  7190.                             'getCompanyBenefits' => [
  7191.                                 'type' => '[CompanyBenefit!]',
  7192.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyBenefits")',
  7193.                             ],
  7194.                             'getCompanyCertificates' => [
  7195.                                 'type' => '[CompanyCertificate!]',
  7196.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanyCertificates")',
  7197.                             ],
  7198.                             'getCompanySizes' => [
  7199.                                 'type' => '[CompanySize!]',
  7200.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getCompanySizes")',
  7201.                             ],
  7202.                             'companyProfile' => [
  7203.                                 'type' => 'CompanyProfile',
  7204.                                 'args' => [
  7205.                                     'id' => [
  7206.                                         'description' => 'ID of the Company Profile',
  7207.                                         'type' => 'Int',
  7208.                                     ],
  7209.                                     'uuid' => [
  7210.                                         'description' => 'UUID of the Company Profile',
  7211.                                         'type' => 'String',
  7212.                                     ],
  7213.                                 ],
  7214.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfile", args["id"], args["uuid"])',
  7215.                             ],
  7216.                             'companyProfiles' => [
  7217.                                 'type' => '[CompanyProfile!]',
  7218.                                 'args' => [
  7219.                                     'limit' => [
  7220.                                         'description' => 'Limit',
  7221.                                         'type' => 'Int!',
  7222.                                     ],
  7223.                                     'offset' => [
  7224.                                         'description' => 'Offset',
  7225.                                         'type' => 'Int!',
  7226.                                     ],
  7227.                                 ],
  7228.                                 'resolve' => '@=query("App\\\\Resolver\\\\CompanyProfileResolver::getProfiles", args["limit"], args["offset"])',
  7229.                             ],
  7230.                             'profiles' => [
  7231.                                 'type' => 'ProfileResults!',
  7232.                                 'args' => [
  7233.                                     'search' => [
  7234.                                         'description' => 'Search parameters',
  7235.                                         'type' => 'String!',
  7236.                                     ],
  7237.                                 ],
  7238.                                 'resolve' => '@=query("App\\\\Resolver\\\\ProfileResolver::getProfilesSearch", args["search"])',
  7239.                             ],
  7240.                             'schoolProfile' => [
  7241.                                 'type' => 'SchoolProfile',
  7242.                                 'args' => [
  7243.                                     'id' => [
  7244.                                         'description' => 'ID of the School Profile',
  7245.                                         'type' => 'Int',
  7246.                                     ],
  7247.                                     'uuid' => [
  7248.                                         'description' => 'UUID of the School Profile',
  7249.                                         'type' => 'String',
  7250.                                     ],
  7251.                                 ],
  7252.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfile", args["id"], args["uuid"])',
  7253.                             ],
  7254.                             'schoolProfiles' => [
  7255.                                 'type' => '[SchoolProfile!]',
  7256.                                 'args' => [
  7257.                                     'limit' => [
  7258.                                         'description' => 'Limit',
  7259.                                         'type' => 'Int!',
  7260.                                     ],
  7261.                                     'offset' => [
  7262.                                         'description' => 'Offset',
  7263.                                         'type' => 'Int!',
  7264.                                     ],
  7265.                                 ],
  7266.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolProfileResolver::getProfiles", args["limit"], args["offset"])',
  7267.                             ],
  7268.                             'schoolSubjects' => [
  7269.                                 'type' => '[SchoolSubject!]',
  7270.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getAllJobSchoolSubjects")',
  7271.                             ],
  7272.                             'schoolSubject' => [
  7273.                                 'type' => 'SchoolSubject!',
  7274.                                 'args' => [
  7275.                                     'id' => [
  7276.                                         'description' => 'ID of the school subject to be retrieved',
  7277.                                         'type' => 'ID!',
  7278.                                     ],
  7279.                                 ],
  7280.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolSubjectResolver::getJobSchoolSubjectByID", args["id"])',
  7281.                             ],
  7282.                             'stories' => [
  7283.                                 'type' => 'Stories!',
  7284.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStories")',
  7285.                             ],
  7286.                             'storyByID' => [
  7287.                                 'type' => 'Story',
  7288.                                 'args' => [
  7289.                                     'id' => [
  7290.                                         'description' => 'ID of the story to retrieve',
  7291.                                         'type' => 'ID!',
  7292.                                     ],
  7293.                                 ],
  7294.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByID", args["id"])',
  7295.                             ],
  7296.                             'storyByBicID' => [
  7297.                                 'type' => 'Story',
  7298.                                 'args' => [
  7299.                                     'bicid' => [
  7300.                                         'description' => 'BicID of the story to retrieve',
  7301.                                         'type' => 'ID!',
  7302.                                     ],
  7303.                                 ],
  7304.                                 'resolve' => '@=query("App\\\\Resolver\\\\StoryResolver::getStoryByBicID", args["bicid"])',
  7305.                             ],
  7306.                             'schoolClassLogin' => [
  7307.                                 'type' => 'SchoolClassLogin',
  7308.                                 'args' => [
  7309.                                     'classCode' => [
  7310.                                         'description' => 'Class Code',
  7311.                                         'type' => 'String!',
  7312.                                     ],
  7313.                                 ],
  7314.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::login", args["classCode"])',
  7315.                             ],
  7316.                             'schoolClassGameHistory' => [
  7317.                                 'type' => '[SchoolClassGameHistory!]',
  7318.                                 'args' => [
  7319.                                     'classCode' => [
  7320.                                         'description' => 'Class Code',
  7321.                                         'type' => 'String!',
  7322.                                     ],
  7323.                                 ],
  7324.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getGameHistories", args["classCode"])',
  7325.                             ],
  7326.                             'schoolClassPoints' => [
  7327.                                 'type' => 'Int',
  7328.                                 'args' => [
  7329.                                     'classCode' => [
  7330.                                         'description' => 'Class Code',
  7331.                                         'type' => 'String!',
  7332.                                     ],
  7333.                                 ],
  7334.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getPoints", args["classCode"])',
  7335.                             ],
  7336.                             'schoolClassTimePlayed' => [
  7337.                                 'type' => 'Int',
  7338.                                 'args' => [
  7339.                                     'classCode' => [
  7340.                                         'description' => 'Class Code',
  7341.                                         'type' => 'String!',
  7342.                                     ],
  7343.                                 ],
  7344.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::getTimePlayed", args["classCode"])',
  7345.                             ],
  7346.                             'schoolClassGameState' => [
  7347.                                 'type' => 'SchoolClassGameState',
  7348.                                 'args' => [
  7349.                                     'classCode' => [
  7350.                                         'description' => 'Class Code',
  7351.                                         'type' => 'String!',
  7352.                                     ],
  7353.                                 ],
  7354.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::gameState", args["classCode"])',
  7355.                             ],
  7356.                             'schoolClassGrades' => [
  7357.                                 'type' => '[SchoolClassGrade!]',
  7358.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassGrades")',
  7359.                             ],
  7360.                             'schoolClassRankings' => [
  7361.                                 'type' => '[SchoolClassRank!]',
  7362.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassRankings")',
  7363.                             ],
  7364.                             'schoolClassYears' => [
  7365.                                 'type' => '[SchoolClassYear!]',
  7366.                                 'resolve' => '@=query("App\\\\Resolver\\\\SchoolClassResolver::schoolClassYears")',
  7367.                             ],
  7368.                             'addressCities' => [
  7369.                                 'type' => '[AddressCity!]',
  7370.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getCities")',
  7371.                             ],
  7372.                             'addressDistricts' => [
  7373.                                 'type' => '[AddressDistrict!]',
  7374.                                 'resolve' => '@=query("App\\\\Resolver\\\\AddressResolver::getDistricts")',
  7375.                             ],
  7376.                             'faqCategories' => [
  7377.                                 'type' => '[FaqCategory!]',
  7378.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategories")',
  7379.                             ],
  7380.                             'faqGewinnspiel' => [
  7381.                                 'type' => 'FaqCategory',
  7382.                                 'resolve' => '@=query("App\\\\Resolver\\\\FaqResolver::getCategoryGewinnspiel")',
  7383.                             ],
  7384.                             'infoSectionTypes' => [
  7385.                                 'type' => '[InfoSectionType!]',
  7386.                                 'resolve' => '@=query("App\\\\Resolver\\\\InfoSectionResolver::getTypes")',
  7387.                             ],
  7388.                             'infoSectionCategories' => [
  7389.                                 'type' => '[InfoSectionCategory!]',
  7390.                                 'resolve' => '@=query("App\\\\Resolver\\\\InfoSectionResolver::getCategories")',
  7391.                             ],
  7392.                             'globalSearch' => [
  7393.                                 'type' => 'GlobalSearch',
  7394.                                 'args' => [
  7395.                                     'search' => [
  7396.                                         'description' => 'Search parameters',
  7397.                                         'type' => 'String!',
  7398.                                     ],
  7399.                                 ],
  7400.                                 'resolve' => '@=query("App\\\\Resolver\\\\GlobalSearchResolver::search", args["search"])',
  7401.                             ],
  7402.                             'homeContent' => [
  7403.                                 'type' => 'HomeContent!',
  7404.                                 'resolve' => '@=query("App\\\\Resolver\\\\HomeContentResolver::getContent")',
  7405.                             ],
  7406.                             'image' => [
  7407.                                 'type' => 'Image',
  7408.                                 'args' => [
  7409.                                     'id' => [
  7410.                                         'description' => 'ID of the Image',
  7411.                                         'type' => 'ID!',
  7412.                                     ],
  7413.                                 ],
  7414.                                 'resolve' => '@=query("App\\\\Resolver\\\\ImageResolver::getImageByID", args["id"])',
  7415.                             ],
  7416.                             'mqttTest' => [
  7417.                                 'type' => 'Status!',
  7418.                                 'args' => [
  7419.                                     'topic' => [
  7420.                                         'description' => 'Topic',
  7421.                                         'type' => 'String!',
  7422.                                     ],
  7423.                                     'strValue' => [
  7424.                                         'description' => 'TestString',
  7425.                                         'type' => 'String!',
  7426.                                     ],
  7427.                                 ],
  7428.                                 'resolve' => '@=query("App\\\\Resolver\\\\TestResolver::mqttTest", args["topic"], args["strValue"])',
  7429.                             ],
  7430.                         ],
  7431.                         'name' => 'DefaultQuery',
  7432.                         'builders' => [
  7433.                         ],
  7434.                         'interfaces' => [
  7435.                         ],
  7436.                     ],
  7437.                 ],
  7438.                 'DefaultMutation' => [
  7439.                     'type' => 'object',
  7440.                     'class_name' => 'DefaultMutationType',
  7441.                     'inherits' => [
  7442.                     ],
  7443.                     'decorator' => false,
  7444.                     'config' => [
  7445.                         'description' => 'Default Mutation',
  7446.                         'fields' => [
  7447.                             'registerBoPartner' => [
  7448.                                 'type' => 'Status!',
  7449.                                 'args' => [
  7450.                                     'login' => [
  7451.                                         'description' => 'The login data',
  7452.                                         'type' => 'InRegisterLogin!',
  7453.                                     ],
  7454.                                     'person' => [
  7455.                                         'description' => 'The person data',
  7456.                                         'type' => 'InRegisterPerson!',
  7457.                                     ],
  7458.                                     'organisation' => [
  7459.                                         'description' => 'The bo partner data',
  7460.                                         'type' => 'InRegisterOrganisation!',
  7461.                                     ],
  7462.                                 ],
  7463.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerBoPartner", args["login"], args["person"], args["organisation"])',
  7464.                             ],
  7465.                             'registerCompany' => [
  7466.                                 'type' => 'Status!',
  7467.                                 'args' => [
  7468.                                     'login' => [
  7469.                                         'description' => 'The login data',
  7470.                                         'type' => 'InRegisterLogin!',
  7471.                                     ],
  7472.                                     'person' => [
  7473.                                         'description' => 'The person data',
  7474.                                         'type' => 'InRegisterPerson!',
  7475.                                     ],
  7476.                                     'organisation' => [
  7477.                                         'description' => 'The company data',
  7478.                                         'type' => 'InRegisterOrganisation!',
  7479.                                     ],
  7480.                                 ],
  7481.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerCompany", args["login"], args["person"], args["organisation"])',
  7482.                             ],
  7483.                             'registerSchool' => [
  7484.                                 'type' => 'Status!',
  7485.                                 'args' => [
  7486.                                     'login' => [
  7487.                                         'description' => 'The login data',
  7488.                                         'type' => 'InRegisterLogin!',
  7489.                                     ],
  7490.                                     'person' => [
  7491.                                         'description' => 'The person data',
  7492.                                         'type' => 'InRegisterPerson!',
  7493.                                     ],
  7494.                                     'organisation' => [
  7495.                                         'description' => 'The school data',
  7496.                                         'type' => 'InRegisterOrganisation!',
  7497.                                     ],
  7498.                                 ],
  7499.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerSchool", args["login"], args["person"], args["organisation"])',
  7500.                             ],
  7501.                             'registerDirector' => [
  7502.                                 'type' => 'Status!',
  7503.                                 'args' => [
  7504.                                     'login' => [
  7505.                                         'description' => 'The login data',
  7506.                                         'type' => 'InRegisterLogin!',
  7507.                                     ],
  7508.                                     'person' => [
  7509.                                         'description' => 'The person data',
  7510.                                         'type' => 'InRegisterPerson!',
  7511.                                     ],
  7512.                                     'schoolID' => [
  7513.                                         'description' => 'The school id',
  7514.                                         'type' => 'Int!',
  7515.                                     ],
  7516.                                 ],
  7517.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerDirector", args["login"], args["person"], args["schoolID"])',
  7518.                             ],
  7519.                             'registerTeacher' => [
  7520.                                 'type' => 'Status!',
  7521.                                 'args' => [
  7522.                                     'login' => [
  7523.                                         'description' => 'The login data',
  7524.                                         'type' => 'InRegisterLogin!',
  7525.                                     ],
  7526.                                     'person' => [
  7527.                                         'description' => 'The person data',
  7528.                                         'type' => 'InRegisterPerson!',
  7529.                                     ],
  7530.                                 ],
  7531.                                 'resolve' => '@=mutation("App\\\\Resolver\\\\RegisterResolver::registerTeacher", args["login"], args["person"])',
  7532.                             ],
  7533.                         ],
  7534.                         'name' => 'DefaultMutation',
  7535.                         'builders' => [
  7536.                         ],
  7537.                         'interfaces' => [
  7538.                         ],
  7539.                     ],
  7540.                 ],
  7541.                 'UploadFile' => [
  7542.                     'type' => 'custom-scalar',
  7543.                     'class_name' => 'UploadFileType',
  7544.                     'inherits' => [
  7545.                     ],
  7546.                     'decorator' => false,
  7547.                     'config' => [
  7548.                         'scalarType' => '@=newObject("Overblog\\\\GraphQLBundle\\\\Upload\\\\Type\\\\GraphQLUploadType")',
  7549.                         'name' => 'UploadFile',
  7550.                     ],
  7551.                 ],
  7552.                 'RoundPlayersEntry' => [
  7553.                     'type' => 'object',
  7554.                     'class_name' => 'RoundPlayersEntryType',
  7555.                     'inherits' => [
  7556.                     ],
  7557.                     'decorator' => false,
  7558.                     'config' => [
  7559.                         'description' => NULL,
  7560.                         'fields' => [
  7561.                             'round' => [
  7562.                                 'type' => 'Int!',
  7563.                                 'description' => NULL,
  7564.                             ],
  7565.                             'players' => [
  7566.                                 'type' => 'Int!',
  7567.                                 'description' => NULL,
  7568.                             ],
  7569.                         ],
  7570.                         'interfaces' => [
  7571.                         ],
  7572.                         'name' => 'RoundPlayersEntry',
  7573.                         'builders' => [
  7574.                         ],
  7575.                     ],
  7576.                 ],
  7577.                 'StoryCard' => [
  7578.                     'type' => 'object',
  7579.                     'class_name' => 'StoryCardType',
  7580.                     'inherits' => [
  7581.                     ],
  7582.                     'decorator' => false,
  7583.                     'config' => [
  7584.                         'description' => NULL,
  7585.                         'fields' => [
  7586.                             'title' => [
  7587.                                 'type' => 'String',
  7588.                                 'description' => NULL,
  7589.                             ],
  7590.                             'time' => [
  7591.                                 'type' => 'String!',
  7592.                                 'description' => NULL,
  7593.                             ],
  7594.                             'backgroundImage' => [
  7595.                                 'type' => 'Image',
  7596.                                 'description' => NULL,
  7597.                             ],
  7598.                             'backgroundVideo' => [
  7599.                                 'type' => 'Video',
  7600.                                 'description' => NULL,
  7601.                             ],
  7602.                             'embedVideo' => [
  7603.                                 'type' => 'Video',
  7604.                                 'description' => NULL,
  7605.                             ],
  7606.                             'lottieAnimation' => [
  7607.                                 'type' => 'String',
  7608.                                 'description' => NULL,
  7609.                             ],
  7610.                             'textHeading' => [
  7611.                                 'type' => 'String',
  7612.                                 'description' => NULL,
  7613.                             ],
  7614.                             'text' => [
  7615.                                 'type' => 'String',
  7616.                                 'description' => NULL,
  7617.                             ],
  7618.                             'image' => [
  7619.                                 'type' => 'Image',
  7620.                                 'description' => NULL,
  7621.                             ],
  7622.                             'imagePosition' => [
  7623.                                 'type' => 'StoryCardImagePosition',
  7624.                                 'description' => NULL,
  7625.                             ],
  7626.                             'highlightPosition' => [
  7627.                                 'type' => 'StoryCardHighlightPosition',
  7628.                                 'description' => NULL,
  7629.                             ],
  7630.                             'layout' => [
  7631.                                 'type' => 'StoryCardLayout!',
  7632.                                 'description' => NULL,
  7633.                             ],
  7634.                             'theme' => [
  7635.                                 'type' => 'StoryCardTheme!',
  7636.                                 'description' => NULL,
  7637.                             ],
  7638.                         ],
  7639.                         'interfaces' => [
  7640.                         ],
  7641.                         'name' => 'StoryCard',
  7642.                         'builders' => [
  7643.                         ],
  7644.                     ],
  7645.                 ],
  7646.                 'TrophyStats' => [
  7647.                     'type' => 'object',
  7648.                     'class_name' => 'TrophyStatsType',
  7649.                     'inherits' => [
  7650.                     ],
  7651.                     'decorator' => false,
  7652.                     'config' => [
  7653.                         'description' => NULL,
  7654.                         'fields' => [
  7655.                             'scoredCount' => [
  7656.                                 'type' => 'Int!',
  7657.                                 'description' => NULL,
  7658.                             ],
  7659.                             'totalCount' => [
  7660.                                 'type' => 'Int!',
  7661.                                 'description' => NULL,
  7662.                             ],
  7663.                         ],
  7664.                         'interfaces' => [
  7665.                         ],
  7666.                         'name' => 'TrophyStats',
  7667.                         'builders' => [
  7668.                         ],
  7669.                     ],
  7670.                 ],
  7671.                 'GameCategoriesPerGame' => [
  7672.                     'type' => 'object',
  7673.                     'class_name' => 'GameCategoriesPerGameType',
  7674.                     'inherits' => [
  7675.                     ],
  7676.                     'decorator' => false,
  7677.                     'config' => [
  7678.                         'description' => NULL,
  7679.                         'fields' => [
  7680.                             'status' => [
  7681.                                 'type' => 'Status!',
  7682.                                 'description' => NULL,
  7683.                             ],
  7684.                             'guessTheJob' => [
  7685.                                 'type' => 'Int!',
  7686.                                 'description' => NULL,
  7687.                             ],
  7688.                             'quiz' => [
  7689.                                 'type' => 'Int!',
  7690.                                 'description' => NULL,
  7691.                             ],
  7692.                         ],
  7693.                         'interfaces' => [
  7694.                         ],
  7695.                         'name' => 'GameCategoriesPerGame',
  7696.                         'builders' => [
  7697.                         ],
  7698.                     ],
  7699.                 ],
  7700.                 'Person' => [
  7701.                     'type' => 'object',
  7702.                     'class_name' => 'PersonType',
  7703.                     'inherits' => [
  7704.                     ],
  7705.                     'decorator' => false,
  7706.                     'config' => [
  7707.                         'description' => NULL,
  7708.                         'fields' => [
  7709.                             'id' => [
  7710.                                 'type' => 'ID!',
  7711.                                 'description' => NULL,
  7712.                             ],
  7713.                             'firstname' => [
  7714.                                 'type' => 'String!',
  7715.                                 'description' => NULL,
  7716.                             ],
  7717.                             'lastname' => [
  7718.                                 'type' => 'String!',
  7719.                                 'description' => NULL,
  7720.                             ],
  7721.                             'sex' => [
  7722.                                 'type' => 'Int',
  7723.                                 'description' => NULL,
  7724.                             ],
  7725.                             'titles' => [
  7726.                                 'type' => '[Title!]',
  7727.                                 'description' => NULL,
  7728.                             ],
  7729.                         ],
  7730.                         'interfaces' => [
  7731.                         ],
  7732.                         'name' => 'Person',
  7733.                         'builders' => [
  7734.                         ],
  7735.                     ],
  7736.                 ],
  7737.                 'Bookmark' => [
  7738.                     'type' => 'object',
  7739.                     'class_name' => 'BookmarkType',
  7740.                     'inherits' => [
  7741.                     ],
  7742.                     'decorator' => false,
  7743.                     'config' => [
  7744.                         'description' => NULL,
  7745.                         'fields' => [
  7746.                             'id' => [
  7747.                                 'type' => 'ID!',
  7748.                                 'description' => NULL,
  7749.                             ],
  7750.                             'accessToken' => [
  7751.                                 'type' => 'String!',
  7752.                                 'description' => NULL,
  7753.                             ],
  7754.                             'storedValue' => [
  7755.                                 'type' => 'String',
  7756.                                 'description' => NULL,
  7757.                             ],
  7758.                             'createdAt' => [
  7759.                                 'type' => 'String!',
  7760.                                 'description' => NULL,
  7761.                             ],
  7762.                         ],
  7763.                         'interfaces' => [
  7764.                         ],
  7765.                         'name' => 'Bookmark',
  7766.                         'builders' => [
  7767.                         ],
  7768.                     ],
  7769.                 ],
  7770.                 'Contact' => [
  7771.                     'type' => 'object',
  7772.                     'class_name' => 'ContactType',
  7773.                     'inherits' => [
  7774.                     ],
  7775.                     'decorator' => false,
  7776.                     'config' => [
  7777.                         'description' => NULL,
  7778.                         'fields' => [
  7779.                             'id' => [
  7780.                                 'type' => 'ID!',
  7781.                                 'description' => NULL,
  7782.                             ],
  7783.                             'employeePosition' => [
  7784.                                 'type' => 'String',
  7785.                                 'description' => NULL,
  7786.                             ],
  7787.                             'communication' => [
  7788.                                 'type' => 'Communication!',
  7789.                                 'description' => NULL,
  7790.                             ],
  7791.                             'person' => [
  7792.                                 'type' => 'Person!',
  7793.                                 'description' => NULL,
  7794.                             ],
  7795.                             'picture' => [
  7796.                                 'type' => 'Image',
  7797.                                 'description' => NULL,
  7798.                             ],
  7799.                         ],
  7800.                         'interfaces' => [
  7801.                         ],
  7802.                         'name' => 'Contact',
  7803.                         'builders' => [
  7804.                         ],
  7805.                     ],
  7806.                 ],
  7807.                 'Gallery' => [
  7808.                     'type' => 'object',
  7809.                     'class_name' => 'GalleryType',
  7810.                     'inherits' => [
  7811.                     ],
  7812.                     'decorator' => false,
  7813.                     'config' => [
  7814.                         'description' => NULL,
  7815.                         'fields' => [
  7816.                             'id' => [
  7817.                                 'type' => 'ID!',
  7818.                                 'description' => NULL,
  7819.                             ],
  7820.                             'name' => [
  7821.                                 'type' => 'String',
  7822.                                 'description' => NULL,
  7823.                             ],
  7824.                             'galleryItems' => [
  7825.                                 'type' => '[Media]',
  7826.                                 'description' => NULL,
  7827.                             ],
  7828.                         ],
  7829.                         'interfaces' => [
  7830.                         ],
  7831.                         'name' => 'Gallery',
  7832.                         'builders' => [
  7833.                         ],
  7834.                     ],
  7835.                 ],
  7836.                 'JobSchoolSubject' => [
  7837.                     'type' => 'object',
  7838.                     'class_name' => 'JobSchoolSubjectType',
  7839.                     'inherits' => [
  7840.                     ],
  7841.                     'decorator' => false,
  7842.                     'config' => [
  7843.                         'description' => NULL,
  7844.                         'fields' => [
  7845.                             'id' => [
  7846.                                 'type' => 'ID!',
  7847.                                 'description' => NULL,
  7848.                             ],
  7849.                             'subjectName' => [
  7850.                                 'type' => 'String!',
  7851.                                 'description' => NULL,
  7852.                             ],
  7853.                             'abbreviation' => [
  7854.                                 'type' => 'String!',
  7855.                                 'description' => NULL,
  7856.                             ],
  7857.                         ],
  7858.                         'interfaces' => [
  7859.                         ],
  7860.                         'name' => 'JobSchoolSubject',
  7861.                         'builders' => [
  7862.                         ],
  7863.                     ],
  7864.                 ],
  7865.                 'GameTrophyProgress' => [
  7866.                     'type' => 'object',
  7867.                     'class_name' => 'GameTrophyProgressType',
  7868.                     'inherits' => [
  7869.                     ],
  7870.                     'decorator' => false,
  7871.                     'config' => [
  7872.                         'description' => NULL,
  7873.                         'fields' => [
  7874.                             'id' => [
  7875.                                 'type' => 'ID!',
  7876.                                 'description' => NULL,
  7877.                             ],
  7878.                             'schoolClassID' => [
  7879.                                 'type' => 'Int',
  7880.                                 'description' => NULL,
  7881.                             ],
  7882.                             'createdAt' => [
  7883.                                 'type' => 'String',
  7884.                                 'description' => NULL,
  7885.                             ],
  7886.                             'entries' => [
  7887.                                 'type' => '[GameTrophyProgressEntry!]',
  7888.                                 'description' => NULL,
  7889.                             ],
  7890.                         ],
  7891.                         'interfaces' => [
  7892.                         ],
  7893.                         'name' => 'GameTrophyProgress',
  7894.                         'builders' => [
  7895.                         ],
  7896.                     ],
  7897.                 ],
  7898.                 'SchoolClassLogin' => [
  7899.                     'type' => 'object',
  7900.                     'class_name' => 'SchoolClassLoginType',
  7901.                     'inherits' => [
  7902.                     ],
  7903.                     'decorator' => false,
  7904.                     'config' => [
  7905.                         'description' => NULL,
  7906.                         'fields' => [
  7907.                             'status' => [
  7908.                                 'type' => 'Status!',
  7909.                                 'description' => NULL,
  7910.                             ],
  7911.                             'clientId' => [
  7912.                                 'type' => 'String!',
  7913.                                 'description' => NULL,
  7914.                             ],
  7915.                             'school' => [
  7916.                                 'type' => 'School',
  7917.                                 'description' => NULL,
  7918.                             ],
  7919.                             'schoolClass' => [
  7920.                                 'type' => 'SchoolClass',
  7921.                                 'description' => NULL,
  7922.                             ],
  7923.                         ],
  7924.                         'interfaces' => [
  7925.                         ],
  7926.                         'name' => 'SchoolClassLogin',
  7927.                         'builders' => [
  7928.                         ],
  7929.                     ],
  7930.                 ],
  7931.                 'GlobalSearch' => [
  7932.                     'type' => 'object',
  7933.                     'class_name' => 'GlobalSearchType',
  7934.                     'inherits' => [
  7935.                     ],
  7936.                     'decorator' => false,
  7937.                     'config' => [
  7938.                         'description' => NULL,
  7939.                         'fields' => [
  7940.                             'jobs' => [
  7941.                                 'type' => '[Job!]',
  7942.                                 'description' => NULL,
  7943.                             ],
  7944.                             'jobMarkets' => [
  7945.                                 'type' => '[JobMarket!]',
  7946.                                 'description' => NULL,
  7947.                             ],
  7948.                             'profiles' => [
  7949.                                 'type' => '[Profile!]',
  7950.                                 'description' => NULL,
  7951.                             ],
  7952.                             'stories' => [
  7953.                                 'type' => '[Story!]',
  7954.                                 'description' => NULL,
  7955.                             ],
  7956.                         ],
  7957.                         'interfaces' => [
  7958.                         ],
  7959.                         'name' => 'GlobalSearch',
  7960.                         'builders' => [
  7961.                         ],
  7962.                     ],
  7963.                 ],
  7964.                 'Offer' => [
  7965.                     'type' => 'object',
  7966.                     'class_name' => 'OfferType',
  7967.                     'inherits' => [
  7968.                     ],
  7969.                     'decorator' => false,
  7970.                     'config' => [
  7971.                         'description' => NULL,
  7972.                         'fields' => [
  7973.                             'id' => [
  7974.                                 'type' => 'ID!',
  7975.                                 'description' => NULL,
  7976.                             ],
  7977.                             'offerType' => [
  7978.                                 'type' => 'OfferType',
  7979.                                 'description' => NULL,
  7980.                             ],
  7981.                             'name' => [
  7982.                                 'type' => 'String',
  7983.                                 'description' => NULL,
  7984.                             ],
  7985.                             'dateFrom' => [
  7986.                                 'type' => 'String',
  7987.                                 'description' => NULL,
  7988.                             ],
  7989.                             'dateTo' => [
  7990.                                 'type' => 'String',
  7991.                                 'description' => NULL,
  7992.                             ],
  7993.                         ],
  7994.                         'interfaces' => [
  7995.                         ],
  7996.                         'name' => 'Offer',
  7997.                         'builders' => [
  7998.                         ],
  7999.                     ],
  8000.                 ],
  8001.                 'UserRole' => [
  8002.                     'type' => 'object',
  8003.                     'class_name' => 'UserRoleType',
  8004.                     'inherits' => [
  8005.                     ],
  8006.                     'decorator' => false,
  8007.                     'config' => [
  8008.                         'description' => NULL,
  8009.                         'fields' => [
  8010.                             'id' => [
  8011.                                 'type' => 'Int',
  8012.                                 'description' => NULL,
  8013.                             ],
  8014.                             'roleName' => [
  8015.                                 'type' => 'String',
  8016.                                 'description' => NULL,
  8017.                             ],
  8018.                         ],
  8019.                         'interfaces' => [
  8020.                         ],
  8021.                         'name' => 'UserRole',
  8022.                         'builders' => [
  8023.                         ],
  8024.                     ],
  8025.                 ],
  8026.                 'Video' => [
  8027.                     'type' => 'object',
  8028.                     'class_name' => 'VideoType',
  8029.                     'inherits' => [
  8030.                     ],
  8031.                     'decorator' => false,
  8032.                     'config' => [
  8033.                         'description' => NULL,
  8034.                         'fields' => [
  8035.                             'id' => [
  8036.                                 'type' => 'ID!',
  8037.                                 'description' => NULL,
  8038.                             ],
  8039.                             'title' => [
  8040.                                 'type' => 'String',
  8041.                                 'description' => NULL,
  8042.                             ],
  8043.                             'author' => [
  8044.                                 'type' => 'String',
  8045.                                 'description' => NULL,
  8046.                             ],
  8047.                             'authorUrl' => [
  8048.                                 'type' => 'String',
  8049.                                 'description' => NULL,
  8050.                             ],
  8051.                             'thumbnailUrl' => [
  8052.                                 'type' => 'String',
  8053.                                 'description' => NULL,
  8054.                             ],
  8055.                             'thumbnailHeight' => [
  8056.                                 'type' => 'Int',
  8057.                                 'description' => NULL,
  8058.                             ],
  8059.                             'thumbnailWidth' => [
  8060.                                 'type' => 'Int',
  8061.                                 'description' => NULL,
  8062.                             ],
  8063.                             'src' => [
  8064.                                 'type' => 'String',
  8065.                                 'description' => NULL,
  8066.                             ],
  8067.                         ],
  8068.                         'interfaces' => [
  8069.                         ],
  8070.                         'name' => 'Video',
  8071.                         'builders' => [
  8072.                         ],
  8073.                     ],
  8074.                 ],
  8075.                 'ImageData' => [
  8076.                     'type' => 'object',
  8077.                     'class_name' => 'ImageDataType',
  8078.                     'inherits' => [
  8079.                     ],
  8080.                     'decorator' => false,
  8081.                     'config' => [
  8082.                         'description' => NULL,
  8083.                         'fields' => [
  8084.                             'url' => [
  8085.                                 'type' => 'String',
  8086.                                 'description' => NULL,
  8087.                             ],
  8088.                             'width' => [
  8089.                                 'type' => 'Int',
  8090.                                 'description' => NULL,
  8091.                             ],
  8092.                         ],
  8093.                         'interfaces' => [
  8094.                         ],
  8095.                         'name' => 'ImageData',
  8096.                         'builders' => [
  8097.                         ],
  8098.                     ],
  8099.                 ],
  8100.                 'TeachingIdea' => [
  8101.                     'type' => 'object',
  8102.                     'class_name' => 'TeachingIdeaType',
  8103.                     'inherits' => [
  8104.                     ],
  8105.                     'decorator' => false,
  8106.                     'config' => [
  8107.                         'description' => NULL,
  8108.                         'fields' => [
  8109.                             'type' => [
  8110.                                 'type' => 'TeachingIdeaType!',
  8111.                                 'description' => NULL,
  8112.                             ],
  8113.                             'implementedAt' => [
  8114.                                 'type' => 'String!',
  8115.                                 'description' => NULL,
  8116.                             ],
  8117.                             'difficulties' => [
  8118.                                 'type' => 'String!',
  8119.                                 'description' => NULL,
  8120.                             ],
  8121.                             'worksWell' => [
  8122.                                 'type' => 'String!',
  8123.                                 'description' => NULL,
  8124.                             ],
  8125.                             'note' => [
  8126.                                 'type' => 'String!',
  8127.                                 'description' => NULL,
  8128.                             ],
  8129.                             'rating' => [
  8130.                                 'type' => 'Int!',
  8131.                                 'description' => NULL,
  8132.                             ],
  8133.                             'status' => [
  8134.                                 'type' => 'Int!',
  8135.                                 'description' => NULL,
  8136.                             ],
  8137.                         ],
  8138.                         'interfaces' => [
  8139.                         ],
  8140.                         'name' => 'TeachingIdea',
  8141.                         'builders' => [
  8142.                         ],
  8143.                     ],
  8144.                 ],
  8145.                 'UserInfo' => [
  8146.                     'type' => 'object',
  8147.                     'class_name' => 'UserInfoType',
  8148.                     'inherits' => [
  8149.                     ],
  8150.                     'decorator' => false,
  8151.                     'config' => [
  8152.                         'description' => NULL,
  8153.                         'fields' => [
  8154.                             'id' => [
  8155.                                 'type' => 'Int',
  8156.                                 'description' => NULL,
  8157.                             ],
  8158.                             'title' => [
  8159.                                 'type' => '[Title!]',
  8160.                                 'description' => NULL,
  8161.                             ],
  8162.                             'email' => [
  8163.                                 'type' => 'String',
  8164.                                 'description' => NULL,
  8165.                             ],
  8166.                             'username' => [
  8167.                                 'type' => 'String',
  8168.                                 'description' => NULL,
  8169.                             ],
  8170.                             'firstname' => [
  8171.                                 'type' => 'String',
  8172.                                 'description' => NULL,
  8173.                             ],
  8174.                             'lastname' => [
  8175.                                 'type' => 'String',
  8176.                                 'description' => NULL,
  8177.                             ],
  8178.                             'roles' => [
  8179.                                 'type' => '[UserRole]',
  8180.                                 'description' => NULL,
  8181.                             ],
  8182.                             'avatar' => [
  8183.                                 'type' => 'Media',
  8184.                                 'description' => NULL,
  8185.                             ],
  8186.                             'mappingPending' => [
  8187.                                 'type' => 'Boolean!',
  8188.                                 'description' => NULL,
  8189.                             ],
  8190.                         ],
  8191.                         'interfaces' => [
  8192.                         ],
  8193.                         'name' => 'UserInfo',
  8194.                         'builders' => [
  8195.                         ],
  8196.                     ],
  8197.                 ],
  8198.                 'QuestionAnswer' => [
  8199.                     'type' => 'object',
  8200.                     'class_name' => 'QuestionAnswerType',
  8201.                     'inherits' => [
  8202.                     ],
  8203.                     'decorator' => false,
  8204.                     'config' => [
  8205.                         'description' => NULL,
  8206.                         'fields' => [
  8207.                             'id' => [
  8208.                                 'type' => 'ID!',
  8209.                                 'description' => NULL,
  8210.                             ],
  8211.                             'questionID' => [
  8212.                                 'type' => 'Int',
  8213.                                 'description' => NULL,
  8214.                             ],
  8215.                             'text' => [
  8216.                                 'type' => 'String',
  8217.                                 'description' => NULL,
  8218.                             ],
  8219.                         ],
  8220.                         'interfaces' => [
  8221.                         ],
  8222.                         'name' => 'QuestionAnswer',
  8223.                         'builders' => [
  8224.                         ],
  8225.                     ],
  8226.                 ],
  8227.                 'StoryCardImagePosition' => [
  8228.                     'type' => 'enum',
  8229.                     'class_name' => 'StoryCardImagePositionType',
  8230.                     'inherits' => [
  8231.                     ],
  8232.                     'decorator' => false,
  8233.                     'config' => [
  8234.                         'description' => NULL,
  8235.                         'values' => [
  8236.                             'TOP' => [
  8237.                                 'description' => NULL,
  8238.                                 'value' => 'TOP',
  8239.                             ],
  8240.                             'CENTER' => [
  8241.                                 'description' => NULL,
  8242.                                 'value' => 'CENTER',
  8243.                             ],
  8244.                             'BOTTOM' => [
  8245.                                 'description' => NULL,
  8246.                                 'value' => 'BOTTOM',
  8247.                             ],
  8248.                         ],
  8249.                         'name' => 'StoryCardImagePosition',
  8250.                     ],
  8251.                 ],
  8252.                 'GameTimer' => [
  8253.                     'type' => 'object',
  8254.                     'class_name' => 'GameTimerType',
  8255.                     'inherits' => [
  8256.                     ],
  8257.                     'decorator' => false,
  8258.                     'config' => [
  8259.                         'description' => NULL,
  8260.                         'fields' => [
  8261.                             'status' => [
  8262.                                 'type' => 'Status!',
  8263.                                 'description' => NULL,
  8264.                             ],
  8265.                             'id' => [
  8266.                                 'type' => 'Int!',
  8267.                                 'description' => NULL,
  8268.                             ],
  8269.                             'schoolClassID' => [
  8270.                                 'type' => 'Int',
  8271.                                 'description' => NULL,
  8272.                             ],
  8273.                             'startAt' => [
  8274.                                 'type' => 'String',
  8275.                                 'description' => NULL,
  8276.                             ],
  8277.                             'endAt' => [
  8278.                                 'type' => 'String',
  8279.                                 'description' => NULL,
  8280.                             ],
  8281.                             'duration' => [
  8282.                                 'type' => 'Int',
  8283.                                 'description' => NULL,
  8284.                             ],
  8285.                             'createdAt' => [
  8286.                                 'type' => 'String',
  8287.                                 'description' => NULL,
  8288.                             ],
  8289.                         ],
  8290.                         'interfaces' => [
  8291.                         ],
  8292.                         'name' => 'GameTimer',
  8293.                         'builders' => [
  8294.                         ],
  8295.                     ],
  8296.                 ],
  8297.                 'TrophyItemType' => [
  8298.                     'type' => 'enum',
  8299.                     'class_name' => 'TrophyItemTypeType',
  8300.                     'inherits' => [
  8301.                     ],
  8302.                     'decorator' => false,
  8303.                     'config' => [
  8304.                         'description' => NULL,
  8305.                         'values' => [
  8306.                             'BOPARTNERPROFILE' => [
  8307.                                 'description' => NULL,
  8308.                                 'value' => 'BOPARTNERPROFILE',
  8309.                             ],
  8310.                             'CLICKTHEPIC' => [
  8311.                                 'description' => NULL,
  8312.                                 'value' => 'CLICKTHEPIC',
  8313.                             ],
  8314.                             'COMPANYPROFILE' => [
  8315.                                 'description' => NULL,
  8316.                                 'value' => 'COMPANYPROFILE',
  8317.                             ],
  8318.                             'JOB' => [
  8319.                                 'description' => NULL,
  8320.                                 'value' => 'JOB',
  8321.                             ],
  8322.                             'JOBPORTRAIT' => [
  8323.                                 'description' => NULL,
  8324.                                 'value' => 'JOBPORTRAIT',
  8325.                             ],
  8326.                             'PROVIDERQUIZ' => [
  8327.                                 'description' => NULL,
  8328.                                 'value' => 'PROVIDERQUIZ',
  8329.                             ],
  8330.                             'QUIZ' => [
  8331.                                 'description' => NULL,
  8332.                                 'value' => 'QUIZ',
  8333.                             ],
  8334.                             'SCHOOLPORTRAIT' => [
  8335.                                 'description' => NULL,
  8336.                                 'value' => 'SCHOOLPORTRAIT',
  8337.                             ],
  8338.                             'SCHOOLPROFILE' => [
  8339.                                 'description' => NULL,
  8340.                                 'value' => 'SCHOOLPROFILE',
  8341.                             ],
  8342.                             'TEACHINGIDEA' => [
  8343.                                 'description' => NULL,
  8344.                                 'value' => 'TEACHINGIDEA',
  8345.                             ],
  8346.                         ],
  8347.                         'name' => 'TrophyItemType',
  8348.                     ],
  8349.                 ],
  8350.                 'Profile' => [
  8351.                     'type' => 'object',
  8352.                     'class_name' => 'ProfileType',
  8353.                     'inherits' => [
  8354.                     ],
  8355.                     'decorator' => false,
  8356.                     'config' => [
  8357.                         'description' => NULL,
  8358.                         'fields' => [
  8359.                             'id' => [
  8360.                                 'type' => 'ID!',
  8361.                                 'description' => NULL,
  8362.                             ],
  8363.                             'uuid' => [
  8364.                                 'type' => 'String!',
  8365.                                 'description' => NULL,
  8366.                             ],
  8367.                             'name' => [
  8368.                                 'type' => 'String!',
  8369.                                 'description' => NULL,
  8370.                             ],
  8371.                             'searchTags' => [
  8372.                                 'type' => '[SearchTag!]',
  8373.                                 'description' => NULL,
  8374.                             ],
  8375.                             'address' => [
  8376.                                 'type' => '[Address!]',
  8377.                                 'description' => NULL,
  8378.                             ],
  8379.                             'jobs' => [
  8380.                                 'type' => '[Job!]',
  8381.                                 'description' => NULL,
  8382.                             ],
  8383.                             'picture' => [
  8384.                                 'type' => 'Image',
  8385.                                 'description' => NULL,
  8386.                             ],
  8387.                             'benefits' => [
  8388.                                 'type' => '[Benefit!]',
  8389.                                 'description' => NULL,
  8390.                             ],
  8391.                             'profileType' => [
  8392.                                 'type' => 'ProfileType!',
  8393.                                 'description' => NULL,
  8394.                             ],
  8395.                             'profileLink' => [
  8396.                                 'type' => 'ProfileLink',
  8397.                                 'description' => NULL,
  8398.                             ],
  8399.                             'hasStory' => [
  8400.                                 'type' => 'Boolean!',
  8401.                                 'description' => NULL,
  8402.                             ],
  8403.                             'providerUrl' => [
  8404.                                 'type' => 'String',
  8405.                                 'description' => NULL,
  8406.                             ],
  8407.                             'logoStyle' => [
  8408.                                 'type' => 'LogoStyle!',
  8409.                                 'description' => NULL,
  8410.                             ],
  8411.                         ],
  8412.                         'interfaces' => [
  8413.                             => 'ProfileInterface',
  8414.                         ],
  8415.                         'name' => 'Profile',
  8416.                         'builders' => [
  8417.                         ],
  8418.                     ],
  8419.                 ],
  8420.                 'JobMarketResults' => [
  8421.                     'type' => 'object',
  8422.                     'class_name' => 'JobMarketResultsType',
  8423.                     'inherits' => [
  8424.                     ],
  8425.                     'decorator' => false,
  8426.                     'config' => [
  8427.                         'description' => NULL,
  8428.                         'fields' => [
  8429.                             'numResults' => [
  8430.                                 'type' => 'Int!',
  8431.                                 'description' => NULL,
  8432.                             ],
  8433.                             'entries' => [
  8434.                                 'type' => '[JobMarket!]',
  8435.                                 'description' => NULL,
  8436.                             ],
  8437.                         ],
  8438.                         'interfaces' => [
  8439.                         ],
  8440.                         'name' => 'JobMarketResults',
  8441.                         'builders' => [
  8442.                         ],
  8443.                     ],
  8444.                 ],
  8445.                 'ProfileInterface' => [
  8446.                     'type' => 'interface',
  8447.                     'class_name' => 'ProfileInterfaceType',
  8448.                     'inherits' => [
  8449.                     ],
  8450.                     'decorator' => false,
  8451.                     'config' => [
  8452.                         'description' => NULL,
  8453.                         'fields' => [
  8454.                             'id' => [
  8455.                                 'type' => 'ID!',
  8456.                                 'description' => NULL,
  8457.                             ],
  8458.                             'name' => [
  8459.                                 'type' => 'String!',
  8460.                                 'description' => NULL,
  8461.                             ],
  8462.                             'uuid' => [
  8463.                                 'type' => 'String!',
  8464.                                 'description' => NULL,
  8465.                             ],
  8466.                             'searchTags' => [
  8467.                                 'type' => '[SearchTag!]',
  8468.                                 'description' => NULL,
  8469.                             ],
  8470.                             'providerUrl' => [
  8471.                                 'type' => 'String',
  8472.                                 'description' => NULL,
  8473.                             ],
  8474.                             'logoStyle' => [
  8475.                                 'type' => 'LogoStyle!',
  8476.                                 'description' => NULL,
  8477.                             ],
  8478.                         ],
  8479.                         'interfaces' => [
  8480.                         ],
  8481.                         'name' => 'ProfileInterface',
  8482.                     ],
  8483.                 ],
  8484.                 'SchoolLocation' => [
  8485.                     'type' => 'object',
  8486.                     'class_name' => 'SchoolLocationType',
  8487.                     'inherits' => [
  8488.                     ],
  8489.                     'decorator' => false,
  8490.                     'config' => [
  8491.                         'description' => NULL,
  8492.                         'fields' => [
  8493.                             'id' => [
  8494.                                 'type' => 'ID!',
  8495.                                 'description' => NULL,
  8496.                             ],
  8497.                             'name' => [
  8498.                                 'type' => 'String',
  8499.                                 'description' => NULL,
  8500.                             ],
  8501.                             'address' => [
  8502.                                 'type' => 'Address',
  8503.                                 'description' => NULL,
  8504.                             ],
  8505.                         ],
  8506.                         'interfaces' => [
  8507.                         ],
  8508.                         'name' => 'SchoolLocation',
  8509.                         'builders' => [
  8510.                         ],
  8511.                     ],
  8512.                 ],
  8513.                 'StoryGradient' => [
  8514.                     'type' => 'enum',
  8515.                     'class_name' => 'StoryGradientType',
  8516.                     'inherits' => [
  8517.                     ],
  8518.                     'decorator' => false,
  8519.                     'config' => [
  8520.                         'description' => NULL,
  8521.                         'values' => [
  8522.                             'OFF' => [
  8523.                                 'description' => NULL,
  8524.                                 'value' => 'OFF',
  8525.                             ],
  8526.                             'BLACK' => [
  8527.                                 'description' => NULL,
  8528.                                 'value' => 'BLACK',
  8529.                             ],
  8530.                             'WHITE' => [
  8531.                                 'description' => NULL,
  8532.                                 'value' => 'WHITE',
  8533.                             ],
  8534.                         ],
  8535.                         'name' => 'StoryGradient',
  8536.                     ],
  8537.                 ],
  8538.                 'InterestField' => [
  8539.                     'type' => 'object',
  8540.                     'class_name' => 'InterestFieldType',
  8541.                     'inherits' => [
  8542.                     ],
  8543.                     'decorator' => false,
  8544.                     'config' => [
  8545.                         'description' => NULL,
  8546.                         'fields' => [
  8547.                             'id' => [
  8548.                                 'type' => 'ID!',
  8549.                                 'description' => NULL,
  8550.                             ],
  8551.                             'interestName' => [
  8552.                                 'type' => 'String!',
  8553.                                 'description' => NULL,
  8554.                             ],
  8555.                             'subHeading' => [
  8556.                                 'type' => 'String!',
  8557.                                 'description' => NULL,
  8558.                             ],
  8559.                             'countJobs' => [
  8560.                                 'type' => 'Int',
  8561.                                 'description' => NULL,
  8562.                             ],
  8563.                             'countSchools' => [
  8564.                                 'type' => 'Int',
  8565.                                 'description' => NULL,
  8566.                             ],
  8567.                             'countProviders' => [
  8568.                                 'type' => 'Int',
  8569.                                 'description' => NULL,
  8570.                             ],
  8571.                         ],
  8572.                         'interfaces' => [
  8573.                         ],
  8574.                         'name' => 'InterestField',
  8575.                         'builders' => [
  8576.                         ],
  8577.                     ],
  8578.                 ],
  8579.                 'GameTrophy' => [
  8580.                     'type' => 'object',
  8581.                     'class_name' => 'GameTrophyType',
  8582.                     'inherits' => [
  8583.                     ],
  8584.                     'decorator' => false,
  8585.                     'config' => [
  8586.                         'description' => NULL,
  8587.                         'fields' => [
  8588.                             'id' => [
  8589.                                 'type' => 'ID!',
  8590.                                 'description' => NULL,
  8591.                             ],
  8592.                             'trophyName' => [
  8593.                                 'type' => 'String',
  8594.                                 'description' => NULL,
  8595.                             ],
  8596.                             'description' => [
  8597.                                 'type' => 'String',
  8598.                                 'description' => NULL,
  8599.                             ],
  8600.                             'trophyStatus' => [
  8601.                                 'type' => 'GameTrophyStatus!',
  8602.                                 'description' => NULL,
  8603.                             ],
  8604.                         ],
  8605.                         'interfaces' => [
  8606.                         ],
  8607.                         'name' => 'GameTrophy',
  8608.                         'builders' => [
  8609.                         ],
  8610.                     ],
  8611.                 ],
  8612.                 'CompanyProfile' => [
  8613.                     'type' => 'object',
  8614.                     'class_name' => 'CompanyProfileType',
  8615.                     'inherits' => [
  8616.                     ],
  8617.                     'decorator' => false,
  8618.                     'config' => [
  8619.                         'description' => NULL,
  8620.                         'fields' => [
  8621.                             'id' => [
  8622.                                 'type' => 'ID!',
  8623.                                 'description' => NULL,
  8624.                             ],
  8625.                             'uuid' => [
  8626.                                 'type' => 'String!',
  8627.                                 'description' => NULL,
  8628.                             ],
  8629.                             'name' => [
  8630.                                 'type' => 'String!',
  8631.                                 'description' => NULL,
  8632.                             ],
  8633.                             'description' => [
  8634.                                 'type' => 'String',
  8635.                                 'description' => NULL,
  8636.                             ],
  8637.                             'searchTags' => [
  8638.                                 'type' => '[SearchTag!]',
  8639.                                 'description' => NULL,
  8640.                             ],
  8641.                             'locations' => [
  8642.                                 'type' => '[CompanyLocation!]',
  8643.                                 'description' => NULL,
  8644.                             ],
  8645.                             'jobs' => [
  8646.                                 'type' => '[Job!]',
  8647.                                 'description' => NULL,
  8648.                             ],
  8649.                             'communication' => [
  8650.                                 'type' => '[Communication!]',
  8651.                                 'description' => NULL,
  8652.                             ],
  8653.                             'url' => [
  8654.                                 'type' => 'String',
  8655.                                 'description' => NULL,
  8656.                             ],
  8657.                             'contactGallery' => [
  8658.                                 'type' => 'ContactGallery',
  8659.                                 'description' => NULL,
  8660.                             ],
  8661.                             'mediaGallery' => [
  8662.                                 'type' => 'Gallery',
  8663.                                 'description' => NULL,
  8664.                             ],
  8665.                             'documents' => [
  8666.                                 'type' => 'Gallery',
  8667.                                 'description' => NULL,
  8668.                             ],
  8669.                             'founded' => [
  8670.                                 'type' => 'Int',
  8671.                                 'description' => NULL,
  8672.                             ],
  8673.                             'companySize' => [
  8674.                                 'type' => 'CompanySize',
  8675.                                 'description' => NULL,
  8676.                             ],
  8677.                             'companyBenefits' => [
  8678.                                 'type' => '[CompanyBenefit!]',
  8679.                                 'description' => NULL,
  8680.                             ],
  8681.                             'certificates' => [
  8682.                                 'type' => '[CompanyCertificate!]',
  8683.                                 'description' => NULL,
  8684.                             ],
  8685.                             'trainingInformation' => [
  8686.                                 'type' => 'String',
  8687.                                 'description' => NULL,
  8688.                             ],
  8689.                             'companyProfilePicture' => [
  8690.                                 'type' => 'Image',
  8691.                                 'description' => NULL,
  8692.                             ],
  8693.                             'headerPicture' => [
  8694.                                 'type' => 'Image',
  8695.                                 'description' => NULL,
  8696.                             ],
  8697.                             'profileLink' => [
  8698.                                 'type' => 'ProfileLink',
  8699.                                 'description' => NULL,
  8700.                             ],
  8701.                             'offers' => [
  8702.                                 'type' => '[Offer!]',
  8703.                                 'description' => NULL,
  8704.                             ],
  8705.                             'relatedCompanies' => [
  8706.                                 'type' => '[CompanyProfile!]',
  8707.                                 'description' => NULL,
  8708.                             ],
  8709.                             'jobMarkets' => [
  8710.                                 'type' => '[JobMarket!]',
  8711.                                 'description' => NULL,
  8712.                             ],
  8713.                             'quizUrl' => [
  8714.                                 'type' => 'String',
  8715.                                 'description' => NULL,
  8716.                             ],
  8717.                             'visits' => [
  8718.                                 'type' => 'Int',
  8719.                                 'description' => NULL,
  8720.                             ],
  8721.                             'providerUrl' => [
  8722.                                 'type' => 'String',
  8723.                                 'description' => NULL,
  8724.                             ],
  8725.                             'logoStyle' => [
  8726.                                 'type' => 'LogoStyle!',
  8727.                                 'description' => NULL,
  8728.                             ],
  8729.                         ],
  8730.                         'interfaces' => [
  8731.                             => 'ProfileInterface',
  8732.                         ],
  8733.                         'name' => 'CompanyProfile',
  8734.                         'builders' => [
  8735.                         ],
  8736.                     ],
  8737.                 ],
  8738.                 'UserSetting' => [
  8739.                     'type' => 'object',
  8740.                     'class_name' => 'UserSettingType',
  8741.                     'inherits' => [
  8742.                     ],
  8743.                     'decorator' => false,
  8744.                     'config' => [
  8745.                         'description' => NULL,
  8746.                         'fields' => [
  8747.                             'status' => [
  8748.                                 'type' => 'Status!',
  8749.                                 'description' => NULL,
  8750.                             ],
  8751.                             'selectedUserRole' => [
  8752.                                 'type' => 'String!',
  8753.                                 'description' => NULL,
  8754.                             ],
  8755.                             'userRoles' => [
  8756.                                 'type' => '[String!]',
  8757.                                 'description' => NULL,
  8758.                             ],
  8759.                             'changedAt' => [
  8760.                                 'type' => 'String!',
  8761.                                 'description' => NULL,
  8762.                             ],
  8763.                             'createdAt' => [
  8764.                                 'type' => 'String!',
  8765.                                 'description' => NULL,
  8766.                             ],
  8767.                         ],
  8768.                         'interfaces' => [
  8769.                         ],
  8770.                         'name' => 'UserSetting',
  8771.                         'builders' => [
  8772.                         ],
  8773.                     ],
  8774.                 ],
  8775.                 'CompanyLocation' => [
  8776.                     'type' => 'object',
  8777.                     'class_name' => 'CompanyLocationType',
  8778.                     'inherits' => [
  8779.                     ],
  8780.                     'decorator' => false,
  8781.                     'config' => [
  8782.                         'description' => NULL,
  8783.                         'fields' => [
  8784.                             'id' => [
  8785.                                 'type' => 'ID!',
  8786.                                 'description' => NULL,
  8787.                             ],
  8788.                             'name' => [
  8789.                                 'type' => 'String',
  8790.                                 'description' => NULL,
  8791.                             ],
  8792.                             'address' => [
  8793.                                 'type' => 'Address',
  8794.                                 'description' => NULL,
  8795.                             ],
  8796.                         ],
  8797.                         'interfaces' => [
  8798.                         ],
  8799.                         'name' => 'CompanyLocation',
  8800.                         'builders' => [
  8801.                         ],
  8802.                     ],
  8803.                 ],
  8804.                 'JobRequirement' => [
  8805.                     'type' => 'object',
  8806.                     'class_name' => 'JobRequirementType',
  8807.                     'inherits' => [
  8808.                     ],
  8809.                     'decorator' => false,
  8810.                     'config' => [
  8811.                         'description' => NULL,
  8812.                         'fields' => [
  8813.                             'id' => [
  8814.                                 'type' => 'ID!',
  8815.                                 'description' => NULL,
  8816.                             ],
  8817.                             'bicID' => [
  8818.                                 'type' => 'Int',
  8819.                                 'description' => NULL,
  8820.                             ],
  8821.                             'requirementName' => [
  8822.                                 'type' => 'String!',
  8823.                                 'description' => NULL,
  8824.                             ],
  8825.                             'description' => [
  8826.                                 'type' => 'String',
  8827.                                 'description' => NULL,
  8828.                             ],
  8829.                         ],
  8830.                         'interfaces' => [
  8831.                         ],
  8832.                         'name' => 'JobRequirement',
  8833.                         'builders' => [
  8834.                         ],
  8835.                     ],
  8836.                 ],
  8837.                 'JobMarketSubmitType' => [
  8838.                     'type' => 'enum',
  8839.                     'class_name' => 'JobMarketSubmitTypeType',
  8840.                     'inherits' => [
  8841.                     ],
  8842.                     'decorator' => false,
  8843.                     'config' => [
  8844.                         'description' => NULL,
  8845.                         'values' => [
  8846.                             'NORMAL' => [
  8847.                                 'description' => NULL,
  8848.                                 'value' => 'NORMAL',
  8849.                             ],
  8850.                             'EXISTING' => [
  8851.                                 'description' => NULL,
  8852.                                 'value' => 'EXISTING',
  8853.                             ],
  8854.                         ],
  8855.                         'name' => 'JobMarketSubmitType',
  8856.                     ],
  8857.                 ],
  8858.                 'Title' => [
  8859.                     'type' => 'object',
  8860.                     'class_name' => 'TitleType',
  8861.                     'inherits' => [
  8862.                     ],
  8863.                     'decorator' => false,
  8864.                     'config' => [
  8865.                         'description' => NULL,
  8866.                         'fields' => [
  8867.                             'id' => [
  8868.                                 'type' => 'Int!',
  8869.                                 'description' => NULL,
  8870.                             ],
  8871.                             'shortName' => [
  8872.                                 'type' => 'String!',
  8873.                                 'description' => NULL,
  8874.                             ],
  8875.                             'description' => [
  8876.                                 'type' => 'String!',
  8877.                                 'description' => NULL,
  8878.                             ],
  8879.                         ],
  8880.                         'interfaces' => [
  8881.                         ],
  8882.                         'name' => 'Title',
  8883.                         'builders' => [
  8884.                         ],
  8885.                     ],
  8886.                 ],
  8887.                 'StoryCardLayout' => [
  8888.                     'type' => 'enum',
  8889.                     'class_name' => 'StoryCardLayoutType',
  8890.                     'inherits' => [
  8891.                     ],
  8892.                     'decorator' => false,
  8893.                     'config' => [
  8894.                         'description' => NULL,
  8895.                         'values' => [
  8896.                             'COVER' => [
  8897.                                 'description' => NULL,
  8898.                                 'value' => 'COVER',
  8899.                             ],
  8900.                             'VIDEO' => [
  8901.                                 'description' => NULL,
  8902.                                 'value' => 'VIDEO',
  8903.                             ],
  8904.                             'ANIMATION' => [
  8905.                                 'description' => NULL,
  8906.                                 'value' => 'ANIMATION',
  8907.                             ],
  8908.                             'CONTENT' => [
  8909.                                 'description' => NULL,
  8910.                                 'value' => 'CONTENT',
  8911.                             ],
  8912.                             'HIGHLIGHT' => [
  8913.                                 'description' => NULL,
  8914.                                 'value' => 'HIGHLIGHT',
  8915.                             ],
  8916.                             'QUIZ' => [
  8917.                                 'description' => NULL,
  8918.                                 'value' => 'QUIZ',
  8919.                             ],
  8920.                         ],
  8921.                         'name' => 'StoryCardLayout',
  8922.                     ],
  8923.                 ],
  8924.                 'ProfileType' => [
  8925.                     'type' => 'object',
  8926.                     'class_name' => 'ProfileTypeType',
  8927.                     'inherits' => [
  8928.                     ],
  8929.                     'decorator' => false,
  8930.                     'config' => [
  8931.                         'description' => NULL,
  8932.                         'fields' => [
  8933.                             'id' => [
  8934.                                 'type' => 'ID!',
  8935.                                 'description' => NULL,
  8936.                             ],
  8937.                             'name' => [
  8938.                                 'type' => 'String!',
  8939.                                 'description' => NULL,
  8940.                             ],
  8941.                             'shortName' => [
  8942.                                 'type' => 'String!',
  8943.                                 'description' => NULL,
  8944.                             ],
  8945.                             'position' => [
  8946.                                 'type' => 'Int!',
  8947.                                 'description' => NULL,
  8948.                             ],
  8949.                         ],
  8950.                         'interfaces' => [
  8951.                         ],
  8952.                         'name' => 'ProfileType',
  8953.                         'builders' => [
  8954.                         ],
  8955.                     ],
  8956.                 ],
  8957.                 'CommonResult' => [
  8958.                     'type' => 'object',
  8959.                     'class_name' => 'CommonResultType',
  8960.                     'inherits' => [
  8961.                     ],
  8962.                     'decorator' => false,
  8963.                     'config' => [
  8964.                         'description' => NULL,
  8965.                         'fields' => [
  8966.                             'status' => [
  8967.                                 'type' => 'Status!',
  8968.                                 'description' => NULL,
  8969.                             ],
  8970.                             'intValue' => [
  8971.                                 'type' => 'Int',
  8972.                                 'description' => NULL,
  8973.                             ],
  8974.                             'stringValue' => [
  8975.                                 'type' => 'String',
  8976.                                 'description' => NULL,
  8977.                             ],
  8978.                         ],
  8979.                         'interfaces' => [
  8980.                         ],
  8981.                         'name' => 'CommonResult',
  8982.                         'builders' => [
  8983.                         ],
  8984.                     ],
  8985.                 ],
  8986.                 'ProfileLinkEntry' => [
  8987.                     'type' => 'object',
  8988.                     'class_name' => 'ProfileLinkEntryType',
  8989.                     'inherits' => [
  8990.                     ],
  8991.                     'decorator' => false,
  8992.                     'config' => [
  8993.                         'description' => NULL,
  8994.                         'fields' => [
  8995.                             'id' => [
  8996.                                 'type' => 'Int!',
  8997.                                 'description' => NULL,
  8998.                             ],
  8999.                             'linkType' => [
  9000.                                 'type' => 'ProfileLinkType!',
  9001.                                 'description' => NULL,
  9002.                             ],
  9003.                             'linkValue' => [
  9004.                                 'type' => 'String!',
  9005.                                 'description' => NULL,
  9006.                             ],
  9007.                         ],
  9008.                         'interfaces' => [
  9009.                         ],
  9010.                         'name' => 'ProfileLinkEntry',
  9011.                         'builders' => [
  9012.                         ],
  9013.                     ],
  9014.                 ],
  9015.                 'InfoSectionSubCategory' => [
  9016.                     'type' => 'object',
  9017.                     'class_name' => 'InfoSectionSubCategoryType',
  9018.                     'inherits' => [
  9019.                     ],
  9020.                     'decorator' => false,
  9021.                     'config' => [
  9022.                         'description' => NULL,
  9023.                         'fields' => [
  9024.                             'id' => [
  9025.                                 'type' => 'ID!',
  9026.                                 'description' => NULL,
  9027.                             ],
  9028.                             'heading' => [
  9029.                                 'type' => 'String!',
  9030.                                 'description' => NULL,
  9031.                             ],
  9032.                             'description' => [
  9033.                                 'type' => 'String',
  9034.                                 'description' => NULL,
  9035.                             ],
  9036.                             'position' => [
  9037.                                 'type' => 'Int',
  9038.                                 'description' => NULL,
  9039.                             ],
  9040.                             'urlText' => [
  9041.                                 'type' => 'String',
  9042.                                 'description' => NULL,
  9043.                             ],
  9044.                             'entries' => [
  9045.                                 'type' => '[InfoSectionEntry!]',
  9046.                                 'description' => NULL,
  9047.                             ],
  9048.                         ],
  9049.                         'interfaces' => [
  9050.                         ],
  9051.                         'name' => 'InfoSectionSubCategory',
  9052.                         'builders' => [
  9053.                         ],
  9054.                     ],
  9055.                 ],
  9056.                 'StoryUser' => [
  9057.                     'type' => 'object',
  9058.                     'class_name' => 'StoryUserType',
  9059.                     'inherits' => [
  9060.                     ],
  9061.                     'decorator' => false,
  9062.                     'config' => [
  9063.                         'description' => NULL,
  9064.                         'fields' => [
  9065.                             'avatar' => [
  9066.                                 'type' => 'Image',
  9067.                                 'description' => NULL,
  9068.                             ],
  9069.                             'position' => [
  9070.                                 'type' => 'String',
  9071.                                 'description' => NULL,
  9072.                             ],
  9073.                         ],
  9074.                         'interfaces' => [
  9075.                         ],
  9076.                         'name' => 'StoryUser',
  9077.                         'builders' => [
  9078.                         ],
  9079.                     ],
  9080.                 ],
  9081.                 'JobScholasticDuration' => [
  9082.                     'type' => 'object',
  9083.                     'class_name' => 'JobScholasticDurationType',
  9084.                     'inherits' => [
  9085.                     ],
  9086.                     'decorator' => false,
  9087.                     'config' => [
  9088.                         'description' => NULL,
  9089.                         'fields' => [
  9090.                             'id' => [
  9091.                                 'type' => 'ID!',
  9092.                                 'description' => NULL,
  9093.                             ],
  9094.                             'durationName' => [
  9095.                                 'type' => 'String',
  9096.                                 'description' => NULL,
  9097.                             ],
  9098.                             'position' => [
  9099.                                 'type' => 'Int',
  9100.                                 'description' => NULL,
  9101.                             ],
  9102.                         ],
  9103.                         'interfaces' => [
  9104.                         ],
  9105.                         'name' => 'JobScholasticDuration',
  9106.                         'builders' => [
  9107.                         ],
  9108.                     ],
  9109.                 ],
  9110.                 'GameCategory' => [
  9111.                     'type' => 'object',
  9112.                     'class_name' => 'GameCategoryType',
  9113.                     'inherits' => [
  9114.                     ],
  9115.                     'decorator' => false,
  9116.                     'config' => [
  9117.                         'description' => NULL,
  9118.                         'fields' => [
  9119.                             'id' => [
  9120.                                 'type' => 'ID!',
  9121.                                 'description' => NULL,
  9122.                             ],
  9123.                             'name' => [
  9124.                                 'type' => 'String!',
  9125.                                 'description' => NULL,
  9126.                             ],
  9127.                             'isActive' => [
  9128.                                 'type' => 'Boolean!',
  9129.                                 'description' => NULL,
  9130.                             ],
  9131.                             'isSelected' => [
  9132.                                 'type' => 'Boolean!',
  9133.                                 'description' => NULL,
  9134.                             ],
  9135.                             'progress' => [
  9136.                                 'type' => '[GameCategoryProgress!]',
  9137.                                 'description' => NULL,
  9138.                             ],
  9139.                         ],
  9140.                         'interfaces' => [
  9141.                         ],
  9142.                         'name' => 'GameCategory',
  9143.                         'builders' => [
  9144.                         ],
  9145.                     ],
  9146.                 ],
  9147.                 'Appointment' => [
  9148.                     'type' => 'object',
  9149.                     'class_name' => 'AppointmentType',
  9150.                     'inherits' => [
  9151.                     ],
  9152.                     'decorator' => false,
  9153.                     'config' => [
  9154.                         'description' => NULL,
  9155.                         'fields' => [
  9156.                             'id' => [
  9157.                                 'type' => 'ID!',
  9158.                                 'description' => NULL,
  9159.                             ],
  9160.                             'startTime' => [
  9161.                                 'type' => 'String',
  9162.                                 'description' => NULL,
  9163.                             ],
  9164.                             'endTime' => [
  9165.                                 'type' => 'String',
  9166.                                 'description' => NULL,
  9167.                             ],
  9168.                             'startDate' => [
  9169.                                 'type' => 'String',
  9170.                                 'description' => NULL,
  9171.                             ],
  9172.                             'endDate' => [
  9173.                                 'type' => 'String',
  9174.                                 'description' => NULL,
  9175.                             ],
  9176.                             'note' => [
  9177.                                 'type' => 'AppointmentNote',
  9178.                                 'description' => NULL,
  9179.                             ],
  9180.                             'bookableUntil' => [
  9181.                                 'type' => 'String',
  9182.                                 'description' => NULL,
  9183.                             ],
  9184.                             'maxParticipantes' => [
  9185.                                 'type' => 'Int',
  9186.                                 'description' => NULL,
  9187.                             ],
  9188.                             'appointmentType' => [
  9189.                                 'type' => 'AppointmentType',
  9190.                                 'description' => NULL,
  9191.                             ],
  9192.                             'appointmentState' => [
  9193.                                 'type' => 'AppointmentState',
  9194.                                 'description' => NULL,
  9195.                             ],
  9196.                             'bookingLink' => [
  9197.                                 'type' => 'String',
  9198.                                 'description' => NULL,
  9199.                             ],
  9200.                         ],
  9201.                         'interfaces' => [
  9202.                         ],
  9203.                         'name' => 'Appointment',
  9204.                         'builders' => [
  9205.                         ],
  9206.                     ],
  9207.                 ],
  9208.                 'JobMarketDistrict' => [
  9209.                     'type' => 'object',
  9210.                     'class_name' => 'JobMarketDistrictType',
  9211.                     'inherits' => [
  9212.                     ],
  9213.                     'decorator' => false,
  9214.                     'config' => [
  9215.                         'description' => NULL,
  9216.                         'fields' => [
  9217.                             'districtID' => [
  9218.                                 'type' => 'Int',
  9219.                                 'description' => NULL,
  9220.                             ],
  9221.                             'districtName' => [
  9222.                                 'type' => 'String',
  9223.                                 'description' => NULL,
  9224.                             ],
  9225.                             'trainingCompanies' => [
  9226.                                 'type' => '[CompanyProfileSimple!]',
  9227.                                 'description' => NULL,
  9228.                             ],
  9229.                             'jobMarketEntries' => [
  9230.                                 'type' => '[CompanyProfileSimple!]',
  9231.                                 'description' => NULL,
  9232.                             ],
  9233.                         ],
  9234.                         'interfaces' => [
  9235.                         ],
  9236.                         'name' => 'JobMarketDistrict',
  9237.                         'builders' => [
  9238.                         ],
  9239.                     ],
  9240.                 ],
  9241.                 'FaqQuestion' => [
  9242.                     'type' => 'object',
  9243.                     'class_name' => 'FaqQuestionType',
  9244.                     'inherits' => [
  9245.                     ],
  9246.                     'decorator' => false,
  9247.                     'config' => [
  9248.                         'description' => NULL,
  9249.                         'fields' => [
  9250.                             'question' => [
  9251.                                 'type' => 'String!',
  9252.                                 'description' => NULL,
  9253.                             ],
  9254.                             'answer' => [
  9255.                                 'type' => 'String!',
  9256.                                 'description' => NULL,
  9257.                             ],
  9258.                             'position' => [
  9259.                                 'type' => 'Int',
  9260.                                 'description' => NULL,
  9261.                             ],
  9262.                         ],
  9263.                         'interfaces' => [
  9264.                         ],
  9265.                         'name' => 'FaqQuestion',
  9266.                         'builders' => [
  9267.                         ],
  9268.                     ],
  9269.                 ],
  9270.                 'KeyValue' => [
  9271.                     'type' => 'object',
  9272.                     'class_name' => 'KeyValueType',
  9273.                     'inherits' => [
  9274.                     ],
  9275.                     'decorator' => false,
  9276.                     'config' => [
  9277.                         'description' => NULL,
  9278.                         'fields' => [
  9279.                             'key' => [
  9280.                                 'type' => 'String!',
  9281.                                 'description' => NULL,
  9282.                             ],
  9283.                             'value' => [
  9284.                                 'type' => 'String',
  9285.                                 'description' => NULL,
  9286.                             ],
  9287.                         ],
  9288.                         'interfaces' => [
  9289.                         ],
  9290.                         'name' => 'KeyValue',
  9291.                         'builders' => [
  9292.                         ],
  9293.                     ],
  9294.                 ],
  9295.                 'FaqSubCategory' => [
  9296.                     'type' => 'object',
  9297.                     'class_name' => 'FaqSubCategoryType',
  9298.                     'inherits' => [
  9299.                     ],
  9300.                     'decorator' => false,
  9301.                     'config' => [
  9302.                         'description' => NULL,
  9303.                         'fields' => [
  9304.                             'subCategoryName' => [
  9305.                                 'type' => 'String!',
  9306.                                 'description' => NULL,
  9307.                             ],
  9308.                             'position' => [
  9309.                                 'type' => 'Int!',
  9310.                                 'description' => NULL,
  9311.                             ],
  9312.                             'questions' => [
  9313.                                 'type' => '[FaqQuestion!]',
  9314.                                 'description' => NULL,
  9315.                             ],
  9316.                         ],
  9317.                         'interfaces' => [
  9318.                         ],
  9319.                         'name' => 'FaqSubCategory',
  9320.                         'builders' => [
  9321.                         ],
  9322.                     ],
  9323.                 ],
  9324.                 'CompanyContact' => [
  9325.                     'type' => 'object',
  9326.                     'class_name' => 'CompanyContactType',
  9327.                     'inherits' => [
  9328.                     ],
  9329.                     'decorator' => false,
  9330.                     'config' => [
  9331.                         'description' => NULL,
  9332.                         'fields' => [
  9333.                             'id' => [
  9334.                                 'type' => 'ID!',
  9335.                                 'description' => NULL,
  9336.                             ],
  9337.                             'employeePosition' => [
  9338.                                 'type' => 'String!',
  9339.                                 'description' => NULL,
  9340.                             ],
  9341.                             'communication' => [
  9342.                                 'type' => 'Communication!',
  9343.                                 'description' => NULL,
  9344.                             ],
  9345.                         ],
  9346.                         'interfaces' => [
  9347.                         ],
  9348.                         'name' => 'CompanyContact',
  9349.                         'builders' => [
  9350.                         ],
  9351.                     ],
  9352.                 ],
  9353.                 'GameTimerModifyType' => [
  9354.                     'type' => 'enum',
  9355.                     'class_name' => 'GameTimerModifyTypeType',
  9356.                     'inherits' => [
  9357.                     ],
  9358.                     'decorator' => false,
  9359.                     'config' => [
  9360.                         'description' => NULL,
  9361.                         'values' => [
  9362.                             'END' => [
  9363.                                 'description' => NULL,
  9364.                                 'value' => 'END',
  9365.                             ],
  9366.                             'EXTEND' => [
  9367.                                 'description' => NULL,
  9368.                                 'value' => 'EXTEND',
  9369.                             ],
  9370.                             'PAUSE' => [
  9371.                                 'description' => NULL,
  9372.                                 'value' => 'PAUSE',
  9373.                             ],
  9374.                             'RESUME' => [
  9375.                                 'description' => NULL,
  9376.                                 'value' => 'RESUME',
  9377.                             ],
  9378.                         ],
  9379.                         'name' => 'GameTimerModifyType',
  9380.                     ],
  9381.                 ],
  9382.                 'GameType' => [
  9383.                     'type' => 'enum',
  9384.                     'class_name' => 'GameTypeType',
  9385.                     'inherits' => [
  9386.                     ],
  9387.                     'decorator' => false,
  9388.                     'config' => [
  9389.                         'description' => NULL,
  9390.                         'values' => [
  9391.                             'NOTSET' => [
  9392.                                 'description' => NULL,
  9393.                                 'value' => 'NOTSET',
  9394.                             ],
  9395.                             'QUIZ' => [
  9396.                                 'description' => NULL,
  9397.                                 'value' => 'QUIZ',
  9398.                             ],
  9399.                             'CLICKTHEPIC' => [
  9400.                                 'description' => NULL,
  9401.                                 'value' => 'CLICKTHEPIC',
  9402.                             ],
  9403.                         ],
  9404.                         'name' => 'GameType',
  9405.                     ],
  9406.                 ],
  9407.                 'Status' => [
  9408.                     'type' => 'object',
  9409.                     'class_name' => 'StatusType',
  9410.                     'inherits' => [
  9411.                     ],
  9412.                     'decorator' => false,
  9413.                     'config' => [
  9414.                         'description' => NULL,
  9415.                         'fields' => [
  9416.                             'type' => [
  9417.                                 'type' => 'StatusType!',
  9418.                                 'description' => NULL,
  9419.                             ],
  9420.                             'message' => [
  9421.                                 'type' => 'String',
  9422.                                 'description' => NULL,
  9423.                             ],
  9424.                         ],
  9425.                         'interfaces' => [
  9426.                         ],
  9427.                         'name' => 'Status',
  9428.                         'builders' => [
  9429.                         ],
  9430.                     ],
  9431.                 ],
  9432.                 'BoPartnerLocation' => [
  9433.                     'type' => 'object',
  9434.                     'class_name' => 'BoPartnerLocationType',
  9435.                     'inherits' => [
  9436.                     ],
  9437.                     'decorator' => false,
  9438.                     'config' => [
  9439.                         'description' => NULL,
  9440.                         'fields' => [
  9441.                             'id' => [
  9442.                                 'type' => 'ID!',
  9443.                                 'description' => NULL,
  9444.                             ],
  9445.                             'name' => [
  9446.                                 'type' => 'String',
  9447.                                 'description' => NULL,
  9448.                             ],
  9449.                             'address' => [
  9450.                                 'type' => 'Address',
  9451.                                 'description' => NULL,
  9452.                             ],
  9453.                         ],
  9454.                         'interfaces' => [
  9455.                         ],
  9456.                         'name' => 'BoPartnerLocation',
  9457.                         'builders' => [
  9458.                         ],
  9459.                     ],
  9460.                 ],
  9461.                 'SchoolClass' => [
  9462.                     'type' => 'object',
  9463.                     'class_name' => 'SchoolClassType',
  9464.                     'inherits' => [
  9465.                     ],
  9466.                     'decorator' => false,
  9467.                     'config' => [
  9468.                         'description' => NULL,
  9469.                         'fields' => [
  9470.                             'id' => [
  9471.                                 'type' => 'Int!',
  9472.                                 'description' => NULL,
  9473.                             ],
  9474.                             'name' => [
  9475.                                 'type' => 'String!',
  9476.                                 'description' => NULL,
  9477.                             ],
  9478.                             'classNumber' => [
  9479.                                 'type' => 'String!',
  9480.                                 'description' => NULL,
  9481.                             ],
  9482.                             'classAddition' => [
  9483.                                 'type' => 'String!',
  9484.                                 'description' => NULL,
  9485.                             ],
  9486.                             'numberStudents' => [
  9487.                                 'type' => 'Int',
  9488.                                 'description' => NULL,
  9489.                             ],
  9490.                             'schoolClassYear' => [
  9491.                                 'type' => 'SchoolClassYear',
  9492.                                 'description' => NULL,
  9493.                             ],
  9494.                             'grade' => [
  9495.                                 'type' => 'SchoolClassGrade',
  9496.                                 'description' => NULL,
  9497.                             ],
  9498.                             'classCode' => [
  9499.                                 'type' => 'String',
  9500.                                 'description' => NULL,
  9501.                             ],
  9502.                             'school' => [
  9503.                                 'type' => 'School',
  9504.                                 'description' => NULL,
  9505.                             ],
  9506.                             'teachers' => [
  9507.                                 'type' => '[Teacher!]',
  9508.                                 'description' => NULL,
  9509.                             ],
  9510.                             'schoolClassRankMin' => [
  9511.                                 'type' => 'SchoolClassRankMin',
  9512.                                 'description' => NULL,
  9513.                             ],
  9514.                             'trophyStats' => [
  9515.                                 'type' => 'TrophyStats',
  9516.                                 'description' => NULL,
  9517.                             ],
  9518.                             'milestoneStats' => [
  9519.                                 'type' => 'MilestoneStats',
  9520.                                 'description' => NULL,
  9521.                             ],
  9522.                             'createdAt' => [
  9523.                                 'type' => 'String',
  9524.                                 'description' => NULL,
  9525.                             ],
  9526.                         ],
  9527.                         'interfaces' => [
  9528.                         ],
  9529.                         'name' => 'SchoolClass',
  9530.                         'builders' => [
  9531.                         ],
  9532.                     ],
  9533.                 ],
  9534.                 'Stories' => [
  9535.                     'type' => 'object',
  9536.                     'class_name' => 'StoriesType',
  9537.                     'inherits' => [
  9538.                     ],
  9539.                     'decorator' => false,
  9540.                     'config' => [
  9541.                         'description' => NULL,
  9542.                         'fields' => [
  9543.                             'entries' => [
  9544.                                 'type' => '[Story!]',
  9545.                                 'description' => NULL,
  9546.                             ],
  9547.                         ],
  9548.                         'interfaces' => [
  9549.                         ],
  9550.                         'name' => 'Stories',
  9551.                         'builders' => [
  9552.                         ],
  9553.                     ],
  9554.                 ],
  9555.                 'CompanySize' => [
  9556.                     'type' => 'object',
  9557.                     'class_name' => 'CompanySizeType',
  9558.                     'inherits' => [
  9559.                     ],
  9560.                     'decorator' => false,
  9561.                     'config' => [
  9562.                         'description' => NULL,
  9563.                         'fields' => [
  9564.                             'id' => [
  9565.                                 'type' => 'ID!',
  9566.                                 'description' => NULL,
  9567.                             ],
  9568.                             'name' => [
  9569.                                 'type' => 'String!',
  9570.                                 'description' => NULL,
  9571.                             ],
  9572.                             'text' => [
  9573.                                 'type' => 'String!',
  9574.                                 'description' => NULL,
  9575.                             ],
  9576.                         ],
  9577.                         'interfaces' => [
  9578.                         ],
  9579.                         'name' => 'CompanySize',
  9580.                         'builders' => [
  9581.                         ],
  9582.                     ],
  9583.                 ],
  9584.                 'HomeContent' => [
  9585.                     'type' => 'object',
  9586.                     'class_name' => 'HomeContentType',
  9587.                     'inherits' => [
  9588.                     ],
  9589.                     'decorator' => false,
  9590.                     'config' => [
  9591.                         'description' => NULL,
  9592.                         'fields' => [
  9593.                             'featuredCompanies' => [
  9594.                                 'type' => '[CompanyProfile!]',
  9595.                                 'description' => NULL,
  9596.                             ],
  9597.                             'featuredStories' => [
  9598.                                 'type' => '[Story!]',
  9599.                                 'description' => NULL,
  9600.                             ],
  9601.                             'helpfulLinks' => [
  9602.                                 'type' => '[ExternalLink!]',
  9603.                                 'description' => NULL,
  9604.                             ],
  9605.                         ],
  9606.                         'interfaces' => [
  9607.                         ],
  9608.                         'name' => 'HomeContent',
  9609.                         'builders' => [
  9610.                         ],
  9611.                     ],
  9612.                 ],
  9613.                 'ProfileUpdateResponse' => [
  9614.                     'type' => 'object',
  9615.                     'class_name' => 'ProfileUpdateResponseType',
  9616.                     'inherits' => [
  9617.                     ],
  9618.                     'decorator' => false,
  9619.                     'config' => [
  9620.                         'description' => NULL,
  9621.                         'fields' => [
  9622.                             'status' => [
  9623.                                 'type' => 'Status!',
  9624.                                 'description' => NULL,
  9625.                             ],
  9626.                             'keyValues' => [
  9627.                                 'type' => '[KeyValue!]',
  9628.                                 'description' => NULL,
  9629.                             ],
  9630.                             'media' => [
  9631.                                 'type' => 'Media',
  9632.                                 'description' => NULL,
  9633.                             ],
  9634.                         ],
  9635.                         'interfaces' => [
  9636.                         ],
  9637.                         'name' => 'ProfileUpdateResponse',
  9638.                         'builders' => [
  9639.                         ],
  9640.                     ],
  9641.                 ],
  9642.                 'Color' => [
  9643.                     'type' => 'enum',
  9644.                     'class_name' => 'ColorType',
  9645.                     'inherits' => [
  9646.                     ],
  9647.                     'decorator' => false,
  9648.                     'config' => [
  9649.                         'description' => NULL,
  9650.                         'values' => [
  9651.                             'BLACK' => [
  9652.                                 'description' => NULL,
  9653.                                 'value' => 'BLACK',
  9654.                             ],
  9655.                             'DARKBLUE' => [
  9656.                                 'description' => NULL,
  9657.                                 'value' => 'DARKBLUE',
  9658.                             ],
  9659.                             'DARKGREEN' => [
  9660.                                 'description' => NULL,
  9661.                                 'value' => 'DARKGREEN',
  9662.                             ],
  9663.                             'GREY' => [
  9664.                                 'description' => NULL,
  9665.                                 'value' => 'GREY',
  9666.                             ],
  9667.                             'LIGHTGREEN' => [
  9668.                                 'description' => NULL,
  9669.                                 'value' => 'LIGHTGREEN',
  9670.                             ],
  9671.                             'LIGHTBLUE' => [
  9672.                                 'description' => NULL,
  9673.                                 'value' => 'LIGHTBLUE',
  9674.                             ],
  9675.                             'PETROL' => [
  9676.                                 'description' => NULL,
  9677.                                 'value' => 'PETROL',
  9678.                             ],
  9679.                             'RED' => [
  9680.                                 'description' => NULL,
  9681.                                 'value' => 'RED',
  9682.                             ],
  9683.                             'WHITE' => [
  9684.                                 'description' => NULL,
  9685.                                 'value' => 'WHITE',
  9686.                             ],
  9687.                             'YELLOW' => [
  9688.                                 'description' => NULL,
  9689.                                 'value' => 'YELLOW',
  9690.                             ],
  9691.                         ],
  9692.                         'name' => 'Color',
  9693.                     ],
  9694.                 ],
  9695.                 'GameEndType' => [
  9696.                     'type' => 'enum',
  9697.                     'class_name' => 'GameEndTypeType',
  9698.                     'inherits' => [
  9699.                     ],
  9700.                     'decorator' => false,
  9701.                     'config' => [
  9702.                         'description' => NULL,
  9703.                         'values' => [
  9704.                             'NOTSET' => [
  9705.                                 'description' => NULL,
  9706.                                 'value' => 'NOTSET',
  9707.                             ],
  9708.                             'DECISION' => [
  9709.                                 'description' => NULL,
  9710.                                 'value' => 'DECISION',
  9711.                             ],
  9712.                             'WRONGANSWER' => [
  9713.                                 'description' => NULL,
  9714.                                 'value' => 'WRONGANSWER',
  9715.                             ],
  9716.                         ],
  9717.                         'name' => 'GameEndType',
  9718.                     ],
  9719.                 ],
  9720.                 'SchoolClassGameState' => [
  9721.                     'type' => 'object',
  9722.                     'class_name' => 'SchoolClassGameStateType',
  9723.                     'inherits' => [
  9724.                     ],
  9725.                     'decorator' => false,
  9726.                     'config' => [
  9727.                         'description' => NULL,
  9728.                         'fields' => [
  9729.                             'status' => [
  9730.                                 'type' => 'Status!',
  9731.                                 'description' => NULL,
  9732.                             ],
  9733.                             'viewCount' => [
  9734.                                 'type' => 'ViewCount',
  9735.                                 'description' => NULL,
  9736.                             ],
  9737.                         ],
  9738.                         'interfaces' => [
  9739.                         ],
  9740.                         'name' => 'SchoolClassGameState',
  9741.                         'builders' => [
  9742.                         ],
  9743.                     ],
  9744.                 ],
  9745.                 'JobSalaryEntry' => [
  9746.                     'type' => 'object',
  9747.                     'class_name' => 'JobSalaryEntryType',
  9748.                     'inherits' => [
  9749.                     ],
  9750.                     'decorator' => false,
  9751.                     'config' => [
  9752.                         'description' => NULL,
  9753.                         'fields' => [
  9754.                             'id' => [
  9755.                                 'type' => 'ID!',
  9756.                                 'description' => NULL,
  9757.                             ],
  9758.                             'salaryType' => [
  9759.                                 'type' => 'JobSalaryType',
  9760.                                 'description' => NULL,
  9761.                             ],
  9762.                             'salaryFrom' => [
  9763.                                 'type' => 'String',
  9764.                                 'description' => NULL,
  9765.                             ],
  9766.                             'salaryTo' => [
  9767.                                 'type' => 'String',
  9768.                                 'description' => NULL,
  9769.                             ],
  9770.                             'urlExt' => [
  9771.                                 'type' => 'String',
  9772.                                 'description' => NULL,
  9773.                             ],
  9774.                             'createdAt' => [
  9775.                                 'type' => 'String',
  9776.                                 'description' => NULL,
  9777.                             ],
  9778.                         ],
  9779.                         'interfaces' => [
  9780.                         ],
  9781.                         'name' => 'JobSalaryEntry',
  9782.                         'builders' => [
  9783.                         ],
  9784.                     ],
  9785.                 ],
  9786.                 'Document' => [
  9787.                     'type' => 'object',
  9788.                     'class_name' => 'DocumentType',
  9789.                     'inherits' => [
  9790.                     ],
  9791.                     'decorator' => false,
  9792.                     'config' => [
  9793.                         'description' => NULL,
  9794.                         'fields' => [
  9795.                             'id' => [
  9796.                                 'type' => 'ID!',
  9797.                                 'description' => NULL,
  9798.                             ],
  9799.                             'name' => [
  9800.                                 'type' => 'String',
  9801.                                 'description' => NULL,
  9802.                             ],
  9803.                             'filePath' => [
  9804.                                 'type' => 'String',
  9805.                                 'description' => NULL,
  9806.                             ],
  9807.                         ],
  9808.                         'interfaces' => [
  9809.                         ],
  9810.                         'name' => 'Document',
  9811.                         'builders' => [
  9812.                         ],
  9813.                     ],
  9814.                 ],
  9815.                 'AppointmentState' => [
  9816.                     'type' => 'enum',
  9817.                     'class_name' => 'AppointmentStateType',
  9818.                     'inherits' => [
  9819.                     ],
  9820.                     'decorator' => false,
  9821.                     'config' => [
  9822.                         'description' => NULL,
  9823.                         'values' => [
  9824.                             'ACTIVE' => [
  9825.                                 'description' => NULL,
  9826.                                 'value' => 'ACTIVE',
  9827.                             ],
  9828.                             'FULL' => [
  9829.                                 'description' => NULL,
  9830.                                 'value' => 'FULL',
  9831.                             ],
  9832.                             'CANCELLED' => [
  9833.                                 'description' => NULL,
  9834.                                 'value' => 'CANCELLED',
  9835.                             ],
  9836.                             'DELETED' => [
  9837.                                 'description' => NULL,
  9838.                                 'value' => 'DELETED',
  9839.                             ],
  9840.                         ],
  9841.                         'name' => 'AppointmentState',
  9842.                     ],
  9843.                 ],
  9844.                 'LogoStyle' => [
  9845.                     'type' => 'enum',
  9846.                     'class_name' => 'LogoStyleType',
  9847.                     'inherits' => [
  9848.                     ],
  9849.                     'decorator' => false,
  9850.                     'config' => [
  9851.                         'description' => NULL,
  9852.                         'values' => [
  9853.                             'NOTSET' => [
  9854.                                 'description' => NULL,
  9855.                                 'value' => 'NOTSET',
  9856.                             ],
  9857.                             'NORMAL' => [
  9858.                                 'description' => NULL,
  9859.                                 'value' => 'NORMAL',
  9860.                             ],
  9861.                             'DISTANCE' => [
  9862.                                 'description' => NULL,
  9863.                                 'value' => 'DISTANCE',
  9864.                             ],
  9865.                         ],
  9866.                         'name' => 'LogoStyle',
  9867.                     ],
  9868.                 ],
  9869.                 'OfferType' => [
  9870.                     'type' => 'enum',
  9871.                     'class_name' => 'OfferTypeType',
  9872.                     'inherits' => [
  9873.                     ],
  9874.                     'decorator' => false,
  9875.                     'config' => [
  9876.                         'description' => NULL,
  9877.                         'values' => [
  9878.                             'BERUFSBERATUNG' => [
  9879.                                 'description' => NULL,
  9880.                                 'value' => 'BERUFSBERATUNG',
  9881.                             ],
  9882.                             'BERUFSPRAKTISCH' => [
  9883.                                 'description' => NULL,
  9884.                                 'value' => 'BERUFSPRAKTISCH',
  9885.                             ],
  9886.                             'BETRIEBSERKUNDUNG' => [
  9887.                                 'description' => NULL,
  9888.                                 'value' => 'BETRIEBSERKUNDUNG',
  9889.                             ],
  9890.                             'TAGOFFENETUER' => [
  9891.                                 'description' => NULL,
  9892.                                 'value' => 'TAGOFFENETUER',
  9893.                             ],
  9894.                             'UNTERNEHMENSCHULE' => [
  9895.                                 'description' => NULL,
  9896.                                 'value' => 'UNTERNEHMENSCHULE',
  9897.                             ],
  9898.                             'VORTRAG' => [
  9899.                                 'description' => NULL,
  9900.                                 'value' => 'VORTRAG',
  9901.                             ],
  9902.                             'WORKSHOP' => [
  9903.                                 'description' => NULL,
  9904.                                 'value' => 'WORKSHOP',
  9905.                             ],
  9906.                             'WORKSHOPBO' => [
  9907.                                 'description' => NULL,
  9908.                                 'value' => 'WORKSHOPBO',
  9909.                             ],
  9910.                         ],
  9911.                         'name' => 'OfferType',
  9912.                     ],
  9913.                 ],
  9914.                 'CompanyProfileSimple' => [
  9915.                     'type' => 'object',
  9916.                     'class_name' => 'CompanyProfileSimpleType',
  9917.                     'inherits' => [
  9918.                     ],
  9919.                     'decorator' => false,
  9920.                     'config' => [
  9921.                         'description' => NULL,
  9922.                         'fields' => [
  9923.                             'id' => [
  9924.                                 'type' => 'Int',
  9925.                                 'description' => NULL,
  9926.                             ],
  9927.                             'uuid' => [
  9928.                                 'type' => 'String',
  9929.                                 'description' => NULL,
  9930.                             ],
  9931.                             'name' => [
  9932.                                 'type' => 'String',
  9933.                                 'description' => NULL,
  9934.                             ],
  9935.                             'companyProfilePicture' => [
  9936.                                 'type' => 'Image',
  9937.                                 'description' => NULL,
  9938.                             ],
  9939.                             'isSelected' => [
  9940.                                 'type' => 'Boolean!',
  9941.                                 'description' => NULL,
  9942.                             ],
  9943.                         ],
  9944.                         'interfaces' => [
  9945.                         ],
  9946.                         'name' => 'CompanyProfileSimple',
  9947.                         'builders' => [
  9948.                         ],
  9949.                     ],
  9950.                 ],
  9951.                 'AnswerResponse' => [
  9952.                     'type' => 'object',
  9953.                     'class_name' => 'AnswerResponseType',
  9954.                     'inherits' => [
  9955.                     ],
  9956.                     'decorator' => false,
  9957.                     'config' => [
  9958.                         'description' => NULL,
  9959.                         'fields' => [
  9960.                             'status' => [
  9961.                                 'type' => 'Status!',
  9962.                                 'description' => NULL,
  9963.                             ],
  9964.                             'correctAnswerId' => [
  9965.                                 'type' => 'Int',
  9966.                                 'description' => NULL,
  9967.                             ],
  9968.                         ],
  9969.                         'interfaces' => [
  9970.                         ],
  9971.                         'name' => 'AnswerResponse',
  9972.                         'builders' => [
  9973.                         ],
  9974.                     ],
  9975.                 ],
  9976.                 'InformationLink' => [
  9977.                     'type' => 'object',
  9978.                     'class_name' => 'InformationLinkType',
  9979.                     'inherits' => [
  9980.                     ],
  9981.                     'decorator' => false,
  9982.                     'config' => [
  9983.                         'description' => NULL,
  9984.                         'fields' => [
  9985.                             'id' => [
  9986.                                 'type' => 'ID!',
  9987.                                 'description' => NULL,
  9988.                             ],
  9989.                             'heading' => [
  9990.                                 'type' => 'String',
  9991.                                 'description' => NULL,
  9992.                             ],
  9993.                             'description' => [
  9994.                                 'type' => 'String',
  9995.                                 'description' => NULL,
  9996.                             ],
  9997.                             'linkUrl' => [
  9998.                                 'type' => 'String',
  9999.                                 'description' => NULL,
  10000.                             ],
  10001.                             'target' => [
  10002.                                 'type' => 'Int',
  10003.                                 'description' => NULL,
  10004.                             ],
  10005.                             'position' => [
  10006.                                 'type' => 'Int',
  10007.                                 'description' => NULL,
  10008.                             ],
  10009.                             'media' => [
  10010.                                 'type' => 'Media',
  10011.                                 'description' => NULL,
  10012.                             ],
  10013.                             'type' => [
  10014.                                 'type' => 'InformationLinkType!',
  10015.                                 'description' => NULL,
  10016.                             ],
  10017.                         ],
  10018.                         'interfaces' => [
  10019.                         ],
  10020.                         'name' => 'InformationLink',
  10021.                         'builders' => [
  10022.                         ],
  10023.                     ],
  10024.                 ],
  10025.                 'JobMarket' => [
  10026.                     'type' => 'object',
  10027.                     'class_name' => 'JobMarketType',
  10028.                     'inherits' => [
  10029.                     ],
  10030.                     'decorator' => false,
  10031.                     'config' => [
  10032.                         'description' => NULL,
  10033.                         'fields' => [
  10034.                             'status' => [
  10035.                                 'type' => 'Status!',
  10036.                                 'description' => NULL,
  10037.                             ],
  10038.                             'id' => [
  10039.                                 'type' => 'ID!',
  10040.                                 'description' => NULL,
  10041.                             ],
  10042.                             'name' => [
  10043.                                 'type' => 'String!',
  10044.                                 'description' => NULL,
  10045.                             ],
  10046.                             'numberOfPositions' => [
  10047.                                 'type' => 'Int',
  10048.                                 'description' => NULL,
  10049.                             ],
  10050.                             'description' => [
  10051.                                 'type' => 'String',
  10052.                                 'description' => NULL,
  10053.                             ],
  10054.                             'details' => [
  10055.                                 'type' => 'String',
  10056.                                 'description' => NULL,
  10057.                             ],
  10058.                             'url' => [
  10059.                                 'type' => 'String',
  10060.                                 'description' => NULL,
  10061.                             ],
  10062.                             'requirements' => [
  10063.                                 'type' => 'String',
  10064.                                 'description' => NULL,
  10065.                             ],
  10066.                             'salary' => [
  10067.                                 'type' => 'String',
  10068.                                 'description' => NULL,
  10069.                             ],
  10070.                             'additionalInfo' => [
  10071.                                 'type' => 'JobMarketAdditionalInfo',
  10072.                                 'description' => NULL,
  10073.                             ],
  10074.                             'startDate' => [
  10075.                                 'type' => 'String',
  10076.                                 'description' => NULL,
  10077.                             ],
  10078.                             'applyUntil' => [
  10079.                                 'type' => 'String',
  10080.                                 'description' => NULL,
  10081.                             ],
  10082.                             'openDate' => [
  10083.                                 'type' => 'String',
  10084.                                 'description' => NULL,
  10085.                             ],
  10086.                             'closeDate' => [
  10087.                                 'type' => 'String',
  10088.                                 'description' => NULL,
  10089.                             ],
  10090.                             'companyProfile' => [
  10091.                                 'type' => 'CompanyProfile',
  10092.                                 'description' => NULL,
  10093.                             ],
  10094.                             'contact' => [
  10095.                                 'type' => 'Contact',
  10096.                                 'description' => NULL,
  10097.                             ],
  10098.                             'image' => [
  10099.                                 'type' => 'Image',
  10100.                                 'description' => NULL,
  10101.                             ],
  10102.                             'customMedia' => [
  10103.                                 'type' => 'Media',
  10104.                                 'description' => NULL,
  10105.                             ],
  10106.                             'positionType' => [
  10107.                                 'type' => 'JobMarketPositionType',
  10108.                                 'description' => NULL,
  10109.                             ],
  10110.                             'applyType' => [
  10111.                                 'type' => 'JobMarketApplyType',
  10112.                                 'description' => NULL,
  10113.                             ],
  10114.                             'onlineUrl' => [
  10115.                                 'type' => 'String',
  10116.                                 'description' => NULL,
  10117.                             ],
  10118.                             'startType' => [
  10119.                                 'type' => 'JobMarketStartType',
  10120.                                 'description' => NULL,
  10121.                             ],
  10122.                             'addresses' => [
  10123.                                 'type' => '[Address!]',
  10124.                                 'description' => NULL,
  10125.                             ],
  10126.                             'jobs' => [
  10127.                                 'type' => '[JobSimple!]',
  10128.                                 'description' => NULL,
  10129.                             ],
  10130.                             'state' => [
  10131.                                 'type' => 'JobMarketState!',
  10132.                                 'description' => NULL,
  10133.                             ],
  10134.                         ],
  10135.                         'interfaces' => [
  10136.                         ],
  10137.                         'name' => 'JobMarket',
  10138.                         'builders' => [
  10139.                         ],
  10140.                     ],
  10141.                 ],
  10142.                 'JobRequirementTypeCollection' => [
  10143.                     'type' => 'object',
  10144.                     'class_name' => 'JobRequirementTypeCollectionType',
  10145.                     'inherits' => [
  10146.                     ],
  10147.                     'decorator' => false,
  10148.                     'config' => [
  10149.                         'description' => NULL,
  10150.                         'fields' => [
  10151.                             'requirementType' => [
  10152.                                 'type' => 'JobRequirementType!',
  10153.                                 'description' => NULL,
  10154.                             ],
  10155.                             'requirements' => [
  10156.                                 'type' => '[JobRequirement!]',
  10157.                                 'description' => NULL,
  10158.                             ],
  10159.                         ],
  10160.                         'interfaces' => [
  10161.                         ],
  10162.                         'name' => 'JobRequirementTypeCollection',
  10163.                         'builders' => [
  10164.                         ],
  10165.                     ],
  10166.                 ],
  10167.                 'JobLinkMapping' => [
  10168.                     'type' => 'object',
  10169.                     'class_name' => 'JobLinkMappingType',
  10170.                     'inherits' => [
  10171.                     ],
  10172.                     'decorator' => false,
  10173.                     'config' => [
  10174.                         'description' => NULL,
  10175.                         'fields' => [
  10176.                             'id' => [
  10177.                                 'type' => 'ID!',
  10178.                                 'description' => NULL,
  10179.                             ],
  10180.                             'jobLink' => [
  10181.                                 'type' => 'JobLink',
  10182.                                 'description' => NULL,
  10183.                             ],
  10184.                             'jobLinkMappingCategory' => [
  10185.                                 'type' => 'JobLinkMappingCategory',
  10186.                                 'description' => NULL,
  10187.                             ],
  10188.                             'jobLinkMappingType' => [
  10189.                                 'type' => 'JobLinkMappingType',
  10190.                                 'description' => NULL,
  10191.                             ],
  10192.                         ],
  10193.                         'interfaces' => [
  10194.                         ],
  10195.                         'name' => 'JobLinkMapping',
  10196.                         'builders' => [
  10197.                         ],
  10198.                     ],
  10199.                 ],
  10200.                 'JobSalary' => [
  10201.                     'type' => 'object',
  10202.                     'class_name' => 'JobSalaryType',
  10203.                     'inherits' => [
  10204.                     ],
  10205.                     'decorator' => false,
  10206.                     'config' => [
  10207.                         'description' => NULL,
  10208.                         'fields' => [
  10209.                             'id' => [
  10210.                                 'type' => 'ID!',
  10211.                                 'description' => NULL,
  10212.                             ],
  10213.                             'entryValue' => [
  10214.                                 'type' => 'String',
  10215.                                 'description' => NULL,
  10216.                             ],
  10217.                             'entries' => [
  10218.                                 'type' => '[JobSalaryEntry!]',
  10219.                                 'description' => NULL,
  10220.                             ],
  10221.                             'createdAt' => [
  10222.                                 'type' => 'String',
  10223.                                 'description' => NULL,
  10224.                             ],
  10225.                         ],
  10226.                         'interfaces' => [
  10227.                         ],
  10228.                         'name' => 'JobSalary',
  10229.                         'builders' => [
  10230.                         ],
  10231.                     ],
  10232.                 ],
  10233.                 'CompanyCertificate' => [
  10234.                     'type' => 'object',
  10235.                     'class_name' => 'CompanyCertificateType',
  10236.                     'inherits' => [
  10237.                     ],
  10238.                     'decorator' => false,
  10239.                     'config' => [
  10240.                         'description' => NULL,
  10241.                         'fields' => [
  10242.                             'id' => [
  10243.                                 'type' => 'ID!',
  10244.                                 'description' => NULL,
  10245.                             ],
  10246.                             'name' => [
  10247.                                 'type' => 'String!',
  10248.                                 'description' => NULL,
  10249.                             ],
  10250.                             'shortName' => [
  10251.                                 'type' => 'String!',
  10252.                                 'description' => NULL,
  10253.                             ],
  10254.                             'picturePath' => [
  10255.                                 'type' => 'String!',
  10256.                                 'description' => NULL,
  10257.                             ],
  10258.                         ],
  10259.                         'interfaces' => [
  10260.                         ],
  10261.                         'name' => 'CompanyCertificate',
  10262.                         'builders' => [
  10263.                         ],
  10264.                     ],
  10265.                 ],
  10266.                 'ContentType' => [
  10267.                     'type' => 'enum',
  10268.                     'class_name' => 'ContentTypeType',
  10269.                     'inherits' => [
  10270.                     ],
  10271.                     'decorator' => false,
  10272.                     'config' => [
  10273.                         'description' => NULL,
  10274.                         'values' => [
  10275.                             'IMAGE' => [
  10276.                                 'description' => NULL,
  10277.                                 'value' => 'IMAGE',
  10278.                             ],
  10279.                             'VIDEO' => [
  10280.                                 'description' => NULL,
  10281.                                 'value' => 'VIDEO',
  10282.                             ],
  10283.                             'DOCUMENT' => [
  10284.                                 'description' => NULL,
  10285.                                 'value' => 'DOCUMENT',
  10286.                             ],
  10287.                         ],
  10288.                         'name' => 'ContentType',
  10289.                     ],
  10290.                 ],
  10291.                 'AppointmentNote' => [
  10292.                     'type' => 'object',
  10293.                     'class_name' => 'AppointmentNoteType',
  10294.                     'inherits' => [
  10295.                     ],
  10296.                     'decorator' => false,
  10297.                     'config' => [
  10298.                         'description' => NULL,
  10299.                         'fields' => [
  10300.                             'link' => [
  10301.                                 'type' => 'String',
  10302.                                 'description' => NULL,
  10303.                             ],
  10304.                             'firstname' => [
  10305.                                 'type' => 'String',
  10306.                                 'description' => NULL,
  10307.                             ],
  10308.                             'lastname' => [
  10309.                                 'type' => 'String',
  10310.                                 'description' => NULL,
  10311.                             ],
  10312.                             'email' => [
  10313.                                 'type' => 'String',
  10314.                                 'description' => NULL,
  10315.                             ],
  10316.                             'phone' => [
  10317.                                 'type' => 'String',
  10318.                                 'description' => NULL,
  10319.                             ],
  10320.                             'remark' => [
  10321.                                 'type' => 'String',
  10322.                                 'description' => NULL,
  10323.                             ],
  10324.                         ],
  10325.                         'interfaces' => [
  10326.                         ],
  10327.                         'name' => 'AppointmentNote',
  10328.                         'builders' => [
  10329.                         ],
  10330.                     ],
  10331.                 ],
  10332.                 'GameTrophyStatus' => [
  10333.                     'type' => 'enum',
  10334.                     'class_name' => 'GameTrophyStatusType',
  10335.                     'inherits' => [
  10336.                     ],
  10337.                     'decorator' => false,
  10338.                     'config' => [
  10339.                         'description' => NULL,
  10340.                         'values' => [
  10341.                             'NORMAL' => [
  10342.                                 'description' => NULL,
  10343.                                 'value' => 'NORMAL',
  10344.                             ],
  10345.                             'HIDDEN' => [
  10346.                                 'description' => NULL,
  10347.                                 'value' => 'HIDDEN',
  10348.                             ],
  10349.                         ],
  10350.                         'name' => 'GameTrophyStatus',
  10351.                     ],
  10352.                 ],
  10353.                 'SchoolClassRankMin' => [
  10354.                     'type' => 'object',
  10355.                     'class_name' => 'SchoolClassRankMinType',
  10356.                     'inherits' => [
  10357.                     ],
  10358.                     'decorator' => false,
  10359.                     'config' => [
  10360.                         'description' => NULL,
  10361.                         'fields' => [
  10362.                             'rank' => [
  10363.                                 'type' => 'Int!',
  10364.                                 'description' => NULL,
  10365.                             ],
  10366.                             'points' => [
  10367.                                 'type' => 'Int!',
  10368.                                 'description' => NULL,
  10369.                             ],
  10370.                             'playtimeMinutes' => [
  10371.                                 'type' => 'Int!',
  10372.                                 'description' => NULL,
  10373.                             ],
  10374.                             'activityLevel' => [
  10375.                                 'type' => 'Int!',
  10376.                                 'description' => NULL,
  10377.                             ],
  10378.                         ],
  10379.                         'interfaces' => [
  10380.                         ],
  10381.                         'name' => 'SchoolClassRankMin',
  10382.                         'builders' => [
  10383.                         ],
  10384.                     ],
  10385.                 ],
  10386.                 'Address' => [
  10387.                     'type' => 'object',
  10388.                     'class_name' => 'AddressType',
  10389.                     'inherits' => [
  10390.                     ],
  10391.                     'decorator' => false,
  10392.                     'config' => [
  10393.                         'description' => NULL,
  10394.                         'fields' => [
  10395.                             'id' => [
  10396.                                 'type' => 'ID!',
  10397.                                 'description' => NULL,
  10398.                             ],
  10399.                             'street' => [
  10400.                                 'type' => 'String',
  10401.                                 'description' => NULL,
  10402.                             ],
  10403.                             'number' => [
  10404.                                 'type' => 'String',
  10405.                                 'description' => NULL,
  10406.                             ],
  10407.                             'floor' => [
  10408.                                 'type' => 'String',
  10409.                                 'description' => NULL,
  10410.                             ],
  10411.                             'stair' => [
  10412.                                 'type' => 'String',
  10413.                                 'description' => NULL,
  10414.                             ],
  10415.                             'addressLatLon' => [
  10416.                                 'type' => 'AddressLatLon',
  10417.                                 'description' => NULL,
  10418.                             ],
  10419.                             'addressCity' => [
  10420.                                 'type' => 'AddressCity',
  10421.                                 'description' => NULL,
  10422.                             ],
  10423.                         ],
  10424.                         'interfaces' => [
  10425.                         ],
  10426.                         'name' => 'Address',
  10427.                         'builders' => [
  10428.                         ],
  10429.                     ],
  10430.                 ],
  10431.                 'JobSchoolSubjectMapping' => [
  10432.                     'type' => 'object',
  10433.                     'class_name' => 'JobSchoolSubjectMappingType',
  10434.                     'inherits' => [
  10435.                     ],
  10436.                     'decorator' => false,
  10437.                     'config' => [
  10438.                         'description' => NULL,
  10439.                         'fields' => [
  10440.                             'id' => [
  10441.                                 'type' => 'ID!',
  10442.                                 'description' => NULL,
  10443.                             ],
  10444.                             'jobSchoolSubject' => [
  10445.                                 'type' => 'JobSchoolSubject!',
  10446.                                 'description' => NULL,
  10447.                             ],
  10448.                         ],
  10449.                         'interfaces' => [
  10450.                         ],
  10451.                         'name' => 'JobSchoolSubjectMapping',
  10452.                         'builders' => [
  10453.                         ],
  10454.                     ],
  10455.                 ],
  10456.                 'CommunicationType' => [
  10457.                     'type' => 'object',
  10458.                     'class_name' => 'CommunicationTypeType',
  10459.                     'inherits' => [
  10460.                     ],
  10461.                     'decorator' => false,
  10462.                     'config' => [
  10463.                         'description' => NULL,
  10464.                         'fields' => [
  10465.                             'name' => [
  10466.                                 'type' => 'String!',
  10467.                                 'description' => NULL,
  10468.                             ],
  10469.                             'shortName' => [
  10470.                                 'type' => 'String!',
  10471.                                 'description' => NULL,
  10472.                             ],
  10473.                             'visible' => [
  10474.                                 'type' => 'Boolean!',
  10475.                                 'description' => NULL,
  10476.                             ],
  10477.                         ],
  10478.                         'interfaces' => [
  10479.                         ],
  10480.                         'name' => 'CommunicationType',
  10481.                         'builders' => [
  10482.                         ],
  10483.                     ],
  10484.                 ],
  10485.                 'Media' => [
  10486.                     'type' => 'object',
  10487.                     'class_name' => 'MediaType',
  10488.                     'inherits' => [
  10489.                     ],
  10490.                     'decorator' => false,
  10491.                     'config' => [
  10492.                         'description' => NULL,
  10493.                         'fields' => [
  10494.                             'id' => [
  10495.                                 'type' => 'ID!',
  10496.                                 'description' => NULL,
  10497.                             ],
  10498.                             'name' => [
  10499.                                 'type' => 'String',
  10500.                                 'description' => NULL,
  10501.                             ],
  10502.                             'contentType' => [
  10503.                                 'type' => 'ContentType',
  10504.                                 'description' => NULL,
  10505.                             ],
  10506.                             'position' => [
  10507.                                 'type' => 'Int!',
  10508.                                 'description' => NULL,
  10509.                             ],
  10510.                             'visible' => [
  10511.                                 'type' => 'Boolean!',
  10512.                                 'description' => NULL,
  10513.                             ],
  10514.                             'image' => [
  10515.                                 'type' => 'Image',
  10516.                                 'description' => NULL,
  10517.                             ],
  10518.                             'video' => [
  10519.                                 'type' => 'Video',
  10520.                                 'description' => NULL,
  10521.                             ],
  10522.                             'document' => [
  10523.                                 'type' => 'Document',
  10524.                                 'description' => NULL,
  10525.                             ],
  10526.                         ],
  10527.                         'interfaces' => [
  10528.                         ],
  10529.                         'name' => 'Media',
  10530.                         'builders' => [
  10531.                         ],
  10532.                     ],
  10533.                 ],
  10534.                 'GameTrophyProgressEntry' => [
  10535.                     'type' => 'object',
  10536.                     'class_name' => 'GameTrophyProgressEntryType',
  10537.                     'inherits' => [
  10538.                     ],
  10539.                     'decorator' => false,
  10540.                     'config' => [
  10541.                         'description' => NULL,
  10542.                         'fields' => [
  10543.                             'id' => [
  10544.                                 'type' => 'ID!',
  10545.                                 'description' => NULL,
  10546.                             ],
  10547.                             'trophy' => [
  10548.                                 'type' => 'GameTrophy!',
  10549.                                 'description' => NULL,
  10550.                             ],
  10551.                             'percentValue' => [
  10552.                                 'type' => 'Int!',
  10553.                                 'description' => NULL,
  10554.                             ],
  10555.                             'createdAt' => [
  10556.                                 'type' => 'String',
  10557.                                 'description' => NULL,
  10558.                             ],
  10559.                             'finishedAt' => [
  10560.                                 'type' => 'String',
  10561.                                 'description' => NULL,
  10562.                             ],
  10563.                         ],
  10564.                         'interfaces' => [
  10565.                         ],
  10566.                         'name' => 'GameTrophyProgressEntry',
  10567.                         'builders' => [
  10568.                         ],
  10569.                     ],
  10570.                 ],
  10571.                 'JobRequirementStats' => [
  10572.                     'type' => 'object',
  10573.                     'class_name' => 'JobRequirementStatsType',
  10574.                     'inherits' => [
  10575.                     ],
  10576.                     'decorator' => false,
  10577.                     'config' => [
  10578.                         'description' => NULL,
  10579.                         'fields' => [
  10580.                             'id' => [
  10581.                                 'type' => 'ID!',
  10582.                                 'description' => NULL,
  10583.                             ],
  10584.                             'requirementName' => [
  10585.                                 'type' => 'String!',
  10586.                                 'description' => NULL,
  10587.                             ],
  10588.                             'value' => [
  10589.                                 'type' => 'Int!',
  10590.                                 'description' => NULL,
  10591.                             ],
  10592.                         ],
  10593.                         'interfaces' => [
  10594.                         ],
  10595.                         'name' => 'JobRequirementStats',
  10596.                         'builders' => [
  10597.                         ],
  10598.                     ],
  10599.                 ],
  10600.                 'CommunicationEntry' => [
  10601.                     'type' => 'object',
  10602.                     'class_name' => 'CommunicationEntryType',
  10603.                     'inherits' => [
  10604.                     ],
  10605.                     'decorator' => false,
  10606.                     'config' => [
  10607.                         'description' => NULL,
  10608.                         'fields' => [
  10609.                             'id' => [
  10610.                                 'type' => 'ID!',
  10611.                                 'description' => NULL,
  10612.                             ],
  10613.                             'entryValue' => [
  10614.                                 'type' => 'String!',
  10615.                                 'description' => NULL,
  10616.                             ],
  10617.                             'communicationType' => [
  10618.                                 'type' => 'CommunicationType!',
  10619.                                 'description' => NULL,
  10620.                             ],
  10621.                         ],
  10622.                         'interfaces' => [
  10623.                         ],
  10624.                         'name' => 'CommunicationEntry',
  10625.                         'builders' => [
  10626.                         ],
  10627.                     ],
  10628.                 ],
  10629.                 'AppointmentType' => [
  10630.                     'type' => 'enum',
  10631.                     'class_name' => 'AppointmentTypeType',
  10632.                     'inherits' => [
  10633.                     ],
  10634.                     'decorator' => false,
  10635.                     'config' => [
  10636.                         'description' => NULL,
  10637.                         'values' => [
  10638.                             'AGREEMENT' => [
  10639.                                 'description' => NULL,
  10640.                                 'value' => 'AGREEMENT',
  10641.                             ],
  10642.                             'FIXED' => [
  10643.                                 'description' => NULL,
  10644.                                 'value' => 'FIXED',
  10645.                             ],
  10646.                             'BOTHPOSSIBLE' => [
  10647.                                 'description' => NULL,
  10648.                                 'value' => 'BOTHPOSSIBLE',
  10649.                             ],
  10650.                             'INDIVIDUAL' => [
  10651.                                 'description' => NULL,
  10652.                                 'value' => 'INDIVIDUAL',
  10653.                             ],
  10654.                             'CUSTOM' => [
  10655.                                 'description' => NULL,
  10656.                                 'value' => 'CUSTOM',
  10657.                             ],
  10658.                         ],
  10659.                         'name' => 'AppointmentType',
  10660.                     ],
  10661.                 ],
  10662.                 'ProfileLinkType' => [
  10663.                     'type' => 'enum',
  10664.                     'class_name' => 'ProfileLinkTypeType',
  10665.                     'inherits' => [
  10666.                     ],
  10667.                     'decorator' => false,
  10668.                     'config' => [
  10669.                         'description' => NULL,
  10670.                         'values' => [
  10671.                             'HOMEPAGE' => [
  10672.                                 'description' => NULL,
  10673.                                 'value' => 'HOMEPAGE',
  10674.                             ],
  10675.                             'FACEBOOK' => [
  10676.                                 'description' => NULL,
  10677.                                 'value' => 'FACEBOOK',
  10678.                             ],
  10679.                             'YOUTUBE' => [
  10680.                                 'description' => NULL,
  10681.                                 'value' => 'YOUTUBE',
  10682.                             ],
  10683.                             'LINKEDIN' => [
  10684.                                 'description' => NULL,
  10685.                                 'value' => 'LINKEDIN',
  10686.                             ],
  10687.                             'XING' => [
  10688.                                 'description' => NULL,
  10689.                                 'value' => 'XING',
  10690.                             ],
  10691.                             'KARRIEREPORTAL' => [
  10692.                                 'description' => NULL,
  10693.                                 'value' => 'KARRIEREPORTAL',
  10694.                             ],
  10695.                             'INSTAGRAM' => [
  10696.                                 'description' => NULL,
  10697.                                 'value' => 'INSTAGRAM',
  10698.                             ],
  10699.                             'X' => [
  10700.                                 'description' => NULL,
  10701.                                 'value' => 'X',
  10702.                             ],
  10703.                             'TIKTOK' => [
  10704.                                 'description' => NULL,
  10705.                                 'value' => 'TIKTOK',
  10706.                             ],
  10707.                         ],
  10708.                         'name' => 'ProfileLinkType',
  10709.                     ],
  10710.                 ],
  10711.                 'JobWorkField' => [
  10712.                     'type' => 'object',
  10713.                     'class_name' => 'JobWorkFieldType',
  10714.                     'inherits' => [
  10715.                     ],
  10716.                     'decorator' => false,
  10717.                     'config' => [
  10718.                         'description' => NULL,
  10719.                         'fields' => [
  10720.                             'id' => [
  10721.                                 'type' => 'ID!',
  10722.                                 'description' => NULL,
  10723.                             ],
  10724.                             'name' => [
  10725.                                 'type' => 'String!',
  10726.                                 'description' => NULL,
  10727.                             ],
  10728.                             'bicID' => [
  10729.                                 'type' => 'Int',
  10730.                                 'description' => NULL,
  10731.                             ],
  10732.                             'description' => [
  10733.                                 'type' => 'String',
  10734.                                 'description' => NULL,
  10735.                             ],
  10736.                         ],
  10737.                         'interfaces' => [
  10738.                         ],
  10739.                         'name' => 'JobWorkField',
  10740.                         'builders' => [
  10741.                         ],
  10742.                     ],
  10743.                 ],
  10744.                 'Icon' => [
  10745.                     'type' => 'object',
  10746.                     'class_name' => 'IconType',
  10747.                     'inherits' => [
  10748.                     ],
  10749.                     'decorator' => false,
  10750.                     'config' => [
  10751.                         'description' => NULL,
  10752.                         'fields' => [
  10753.                             'iconValue' => [
  10754.                                 'type' => 'String!',
  10755.                                 'description' => NULL,
  10756.                             ],
  10757.                             'color' => [
  10758.                                 'type' => 'Color',
  10759.                                 'description' => NULL,
  10760.                             ],
  10761.                         ],
  10762.                         'interfaces' => [
  10763.                         ],
  10764.                         'name' => 'Icon',
  10765.                         'builders' => [
  10766.                         ],
  10767.                     ],
  10768.                 ],
  10769.                 'School' => [
  10770.                     'type' => 'object',
  10771.                     'class_name' => 'SchoolType',
  10772.                     'inherits' => [
  10773.                     ],
  10774.                     'decorator' => false,
  10775.                     'config' => [
  10776.                         'description' => NULL,
  10777.                         'fields' => [
  10778.                             'id' => [
  10779.                                 'type' => 'ID!',
  10780.                                 'description' => NULL,
  10781.                             ],
  10782.                             'name' => [
  10783.                                 'type' => 'String!',
  10784.                                 'description' => NULL,
  10785.                             ],
  10786.                             'url' => [
  10787.                                 'type' => 'String',
  10788.                                 'description' => NULL,
  10789.                             ],
  10790.                             'address' => [
  10791.                                 'type' => 'Address',
  10792.                                 'description' => NULL,
  10793.                             ],
  10794.                             'communication' => [
  10795.                                 'type' => 'Communication',
  10796.                                 'description' => NULL,
  10797.                             ],
  10798.                         ],
  10799.                         'interfaces' => [
  10800.                         ],
  10801.                         'name' => 'School',
  10802.                         'builders' => [
  10803.                         ],
  10804.                     ],
  10805.                 ],
  10806.                 'StoryCardHighlightPosition' => [
  10807.                     'type' => 'enum',
  10808.                     'class_name' => 'StoryCardHighlightPositionType',
  10809.                     'inherits' => [
  10810.                     ],
  10811.                     'decorator' => false,
  10812.                     'config' => [
  10813.                         'description' => NULL,
  10814.                         'values' => [
  10815.                             'AFTER' => [
  10816.                                 'description' => NULL,
  10817.                                 'value' => 'AFTER',
  10818.                             ],
  10819.                             'BEFORE' => [
  10820.                                 'description' => NULL,
  10821.                                 'value' => 'BEFORE',
  10822.                             ],
  10823.                         ],
  10824.                         'name' => 'StoryCardHighlightPosition',
  10825.                     ],
  10826.                 ],
  10827.                 'GameCategoryProgress' => [
  10828.                     'type' => 'object',
  10829.                     'class_name' => 'GameCategoryProgressType',
  10830.                     'inherits' => [
  10831.                     ],
  10832.                     'decorator' => false,
  10833.                     'config' => [
  10834.                         'description' => NULL,
  10835.                         'fields' => [
  10836.                             'id' => [
  10837.                                 'type' => 'ID!',
  10838.                                 'description' => NULL,
  10839.                             ],
  10840.                             'gameType' => [
  10841.                                 'type' => 'GameType!',
  10842.                                 'description' => NULL,
  10843.                             ],
  10844.                             'roundNumber' => [
  10845.                                 'type' => 'Int!',
  10846.                                 'description' => NULL,
  10847.                             ],
  10848.                             'highscore' => [
  10849.                                 'type' => 'Int!',
  10850.                                 'description' => NULL,
  10851.                             ],
  10852.                         ],
  10853.                         'interfaces' => [
  10854.                         ],
  10855.                         'name' => 'GameCategoryProgress',
  10856.                         'builders' => [
  10857.                         ],
  10858.                     ],
  10859.                 ],
  10860.                 'Image' => [
  10861.                     'type' => 'object',
  10862.                     'class_name' => 'ImageType',
  10863.                     'inherits' => [
  10864.                     ],
  10865.                     'decorator' => false,
  10866.                     'config' => [
  10867.                         'description' => NULL,
  10868.                         'fields' => [
  10869.                             'id' => [
  10870.                                 'type' => 'ID!',
  10871.                                 'description' => NULL,
  10872.                             ],
  10873.                             'info' => [
  10874.                                 'type' => 'ImageInfo',
  10875.                                 'description' => NULL,
  10876.                             ],
  10877.                             'medium' => [
  10878.                                 'type' => 'ImageData',
  10879.                                 'description' => NULL,
  10880.                             ],
  10881.                             'portrait' => [
  10882.                                 'type' => 'ImageData',
  10883.                                 'description' => NULL,
  10884.                             ],
  10885.                             'landscape' => [
  10886.                                 'type' => 'ImageData',
  10887.                                 'description' => NULL,
  10888.                             ],
  10889.                             'large' => [
  10890.                                 'type' => 'ImageData',
  10891.                                 'description' => NULL,
  10892.                             ],
  10893.                             'xlarge' => [
  10894.                                 'type' => 'ImageData',
  10895.                                 'description' => NULL,
  10896.                             ],
  10897.                             'huge' => [
  10898.                                 'type' => 'ImageData',
  10899.                                 'description' => NULL,
  10900.                             ],
  10901.                         ],
  10902.                         'interfaces' => [
  10903.                         ],
  10904.                         'name' => 'Image',
  10905.                         'builders' => [
  10906.                         ],
  10907.                     ],
  10908.                 ],
  10909.                 'Question' => [
  10910.                     'type' => 'object',
  10911.                     'class_name' => 'QuestionType',
  10912.                     'inherits' => [
  10913.                     ],
  10914.                     'decorator' => false,
  10915.                     'config' => [
  10916.                         'description' => NULL,
  10917.                         'fields' => [
  10918.                             'status' => [
  10919.                                 'type' => 'Status',
  10920.                                 'description' => NULL,
  10921.                             ],
  10922.                             'id' => [
  10923.                                 'type' => 'ID!',
  10924.                                 'description' => NULL,
  10925.                             ],
  10926.                             'text' => [
  10927.                                 'type' => 'String',
  10928.                                 'description' => NULL,
  10929.                             ],
  10930.                             'image' => [
  10931.                                 'type' => 'Image',
  10932.                                 'description' => NULL,
  10933.                             ],
  10934.                             'answers' => [
  10935.                                 'type' => '[QuestionAnswer!]',
  10936.                                 'description' => NULL,
  10937.                             ],
  10938.                         ],
  10939.                         'interfaces' => [
  10940.                         ],
  10941.                         'name' => 'Question',
  10942.                         'builders' => [
  10943.                         ],
  10944.                     ],
  10945.                 ],
  10946.                 'Communication' => [
  10947.                     'type' => 'object',
  10948.                     'class_name' => 'CommunicationType',
  10949.                     'inherits' => [
  10950.                     ],
  10951.                     'decorator' => false,
  10952.                     'config' => [
  10953.                         'description' => NULL,
  10954.                         'fields' => [
  10955.                             'id' => [
  10956.                                 'type' => 'ID!',
  10957.                                 'description' => NULL,
  10958.                             ],
  10959.                             'entries' => [
  10960.                                 'type' => '[CommunicationEntry!]',
  10961.                                 'description' => NULL,
  10962.                             ],
  10963.                         ],
  10964.                         'interfaces' => [
  10965.                         ],
  10966.                         'name' => 'Communication',
  10967.                         'builders' => [
  10968.                         ],
  10969.                     ],
  10970.                 ],
  10971.                 'EventState' => [
  10972.                     'type' => 'enum',
  10973.                     'class_name' => 'EventStateType',
  10974.                     'inherits' => [
  10975.                     ],
  10976.                     'decorator' => false,
  10977.                     'config' => [
  10978.                         'description' => NULL,
  10979.                         'values' => [
  10980.                             'ACTIVE' => [
  10981.                                 'description' => NULL,
  10982.                                 'value' => 'ACTIVE',
  10983.                             ],
  10984.                             'INACTIVE' => [
  10985.                                 'description' => NULL,
  10986.                                 'value' => 'INACTIVE',
  10987.                             ],
  10988.                             'DELETED' => [
  10989.                                 'description' => NULL,
  10990.                                 'value' => 'DELETED',
  10991.                             ],
  10992.                         ],
  10993.                         'name' => 'EventState',
  10994.                     ],
  10995.                 ],
  10996.                 'JobSimple' => [
  10997.                     'type' => 'object',
  10998.                     'class_name' => 'JobSimpleType',
  10999.                     'inherits' => [
  11000.                     ],
  11001.                     'decorator' => false,
  11002.                     'config' => [
  11003.                         'description' => NULL,
  11004.                         'fields' => [
  11005.                             'id' => [
  11006.                                 'type' => 'ID!',
  11007.                                 'description' => NULL,
  11008.                             ],
  11009.                             'name' => [
  11010.                                 'type' => 'String!',
  11011.                                 'description' => NULL,
  11012.                             ],
  11013.                             'bicID' => [
  11014.                                 'type' => 'Int',
  11015.                                 'description' => NULL,
  11016.                             ],
  11017.                             'interestFields' => [
  11018.                                 'type' => '[InterestField!]',
  11019.                                 'description' => NULL,
  11020.                             ],
  11021.                         ],
  11022.                         'interfaces' => [
  11023.                         ],
  11024.                         'name' => 'JobSimple',
  11025.                         'builders' => [
  11026.                         ],
  11027.                     ],
  11028.                 ],
  11029.                 'SearchTag' => [
  11030.                     'type' => 'object',
  11031.                     'class_name' => 'SearchTagType',
  11032.                     'inherits' => [
  11033.                     ],
  11034.                     'decorator' => false,
  11035.                     'config' => [
  11036.                         'description' => NULL,
  11037.                         'fields' => [
  11038.                             'id' => [
  11039.                                 'type' => 'ID!',
  11040.                                 'description' => NULL,
  11041.                             ],
  11042.                             'name' => [
  11043.                                 'type' => 'String!',
  11044.                                 'description' => NULL,
  11045.                             ],
  11046.                         ],
  11047.                         'interfaces' => [
  11048.                         ],
  11049.                         'name' => 'SearchTag',
  11050.                         'builders' => [
  11051.                         ],
  11052.                     ],
  11053.                 ],
  11054.                 'ViewCount' => [
  11055.                     'type' => 'object',
  11056.                     'class_name' => 'ViewCountType',
  11057.                     'inherits' => [
  11058.                     ],
  11059.                     'decorator' => false,
  11060.                     'config' => [
  11061.                         'description' => NULL,
  11062.                         'fields' => [
  11063.                             'jobs' => [
  11064.                                 'type' => 'Int',
  11065.                                 'description' => NULL,
  11066.                             ],
  11067.                             'profiles' => [
  11068.                                 'type' => 'Int',
  11069.                                 'description' => NULL,
  11070.                             ],
  11071.                         ],
  11072.                         'interfaces' => [
  11073.                         ],
  11074.                         'name' => 'ViewCount',
  11075.                         'builders' => [
  11076.                         ],
  11077.                     ],
  11078.                 ],
  11079.                 'InterestFieldStats' => [
  11080.                     'type' => 'object',
  11081.                     'class_name' => 'InterestFieldStatsType',
  11082.                     'inherits' => [
  11083.                     ],
  11084.                     'decorator' => false,
  11085.                     'config' => [
  11086.                         'description' => NULL,
  11087.                         'fields' => [
  11088.                             'id' => [
  11089.                                 'type' => 'ID!',
  11090.                                 'description' => NULL,
  11091.                             ],
  11092.                             'interestName' => [
  11093.                                 'type' => 'String!',
  11094.                                 'description' => NULL,
  11095.                             ],
  11096.                             'value' => [
  11097.                                 'type' => 'Int!',
  11098.                                 'description' => NULL,
  11099.                             ],
  11100.                         ],
  11101.                         'interfaces' => [
  11102.                         ],
  11103.                         'name' => 'InterestFieldStats',
  11104.                         'builders' => [
  11105.                         ],
  11106.                     ],
  11107.                 ],
  11108.                 'JobExpertTerm' => [
  11109.                     'type' => 'object',
  11110.                     'class_name' => 'JobExpertTermType',
  11111.                     'inherits' => [
  11112.                     ],
  11113.                     'decorator' => false,
  11114.                     'config' => [
  11115.                         'description' => NULL,
  11116.                         'fields' => [
  11117.                             'id' => [
  11118.                                 'type' => 'ID!',
  11119.                                 'description' => NULL,
  11120.                             ],
  11121.                             'bicID' => [
  11122.                                 'type' => 'Int',
  11123.                                 'description' => NULL,
  11124.                             ],
  11125.                             'termName' => [
  11126.                                 'type' => 'String!',
  11127.                                 'description' => NULL,
  11128.                             ],
  11129.                             'description' => [
  11130.                                 'type' => 'String',
  11131.                                 'description' => NULL,
  11132.                             ],
  11133.                         ],
  11134.                         'interfaces' => [
  11135.                         ],
  11136.                         'name' => 'JobExpertTerm',
  11137.                         'builders' => [
  11138.                         ],
  11139.                     ],
  11140.                 ],
  11141.                 'Championship' => [
  11142.                     'type' => 'object',
  11143.                     'class_name' => 'ChampionshipType',
  11144.                     'inherits' => [
  11145.                     ],
  11146.                     'decorator' => false,
  11147.                     'config' => [
  11148.                         'description' => NULL,
  11149.                         'fields' => [
  11150.                             'id' => [
  11151.                                 'type' => 'ID!',
  11152.                                 'description' => NULL,
  11153.                             ],
  11154.                             'competitionName' => [
  11155.                                 'type' => 'String!',
  11156.                                 'description' => NULL,
  11157.                             ],
  11158.                             'startAt' => [
  11159.                                 'type' => 'String',
  11160.                                 'description' => NULL,
  11161.                             ],
  11162.                             'endAt' => [
  11163.                                 'type' => 'String',
  11164.                                 'description' => NULL,
  11165.                             ],
  11166.                             'daysLeft' => [
  11167.                                 'type' => 'Int!',
  11168.                                 'description' => NULL,
  11169.                             ],
  11170.                         ],
  11171.                         'interfaces' => [
  11172.                         ],
  11173.                         'name' => 'Championship',
  11174.                         'builders' => [
  11175.                         ],
  11176.                     ],
  11177.                 ],
  11178.                 'AddressDistrict' => [
  11179.                     'type' => 'object',
  11180.                     'class_name' => 'AddressDistrictType',
  11181.                     'inherits' => [
  11182.                     ],
  11183.                     'decorator' => false,
  11184.                     'config' => [
  11185.                         'description' => NULL,
  11186.                         'fields' => [
  11187.                             'id' => [
  11188.                                 'type' => 'ID!',
  11189.                                 'description' => NULL,
  11190.                             ],
  11191.                             'name' => [
  11192.                                 'type' => 'String!',
  11193.                                 'description' => NULL,
  11194.                             ],
  11195.                             'bkz' => [
  11196.                                 'type' => 'String!',
  11197.                                 'description' => NULL,
  11198.                             ],
  11199.                         ],
  11200.                         'interfaces' => [
  11201.                         ],
  11202.                         'name' => 'AddressDistrict',
  11203.                         'builders' => [
  11204.                         ],
  11205.                     ],
  11206.                 ],
  11207.                 'Event' => [
  11208.                     'type' => 'object',
  11209.                     'class_name' => 'EventType',
  11210.                     'inherits' => [
  11211.                     ],
  11212.                     'decorator' => false,
  11213.                     'config' => [
  11214.                         'description' => NULL,
  11215.                         'fields' => [
  11216.                             'id' => [
  11217.                                 'type' => 'ID!',
  11218.                                 'description' => NULL,
  11219.                             ],
  11220.                             'name' => [
  11221.                                 'type' => 'String!',
  11222.                                 'description' => NULL,
  11223.                             ],
  11224.                             'description' => [
  11225.                                 'type' => 'String!',
  11226.                                 'description' => NULL,
  11227.                             ],
  11228.                             'descriptionLong' => [
  11229.                                 'type' => 'String!',
  11230.                                 'description' => NULL,
  11231.                             ],
  11232.                             'maxParticipants' => [
  11233.                                 'type' => 'Int',
  11234.                                 'description' => NULL,
  11235.                             ],
  11236.                             'duration' => [
  11237.                                 'type' => 'String',
  11238.                                 'description' => NULL,
  11239.                             ],
  11240.                             'requirements' => [
  11241.                                 'type' => 'String',
  11242.                                 'description' => NULL,
  11243.                             ],
  11244.                             'createdAt' => [
  11245.                                 'type' => 'String',
  11246.                                 'description' => NULL,
  11247.                             ],
  11248.                             'address' => [
  11249.                                 'type' => 'Address',
  11250.                                 'description' => NULL,
  11251.                             ],
  11252.                             'image' => [
  11253.                                 'type' => 'Image',
  11254.                                 'description' => NULL,
  11255.                             ],
  11256.                             'eventState' => [
  11257.                                 'type' => 'EventState',
  11258.                                 'description' => NULL,
  11259.                             ],
  11260.                             'eventTags' => [
  11261.                                 'type' => '[EventTag!]',
  11262.                                 'description' => NULL,
  11263.                             ],
  11264.                             'jobs' => [
  11265.                                 'type' => '[JobSimple!]',
  11266.                                 'description' => NULL,
  11267.                             ],
  11268.                             'media' => [
  11269.                                 'type' => '[Media!]',
  11270.                                 'description' => NULL,
  11271.                             ],
  11272.                             'appointments' => [
  11273.                                 'type' => '[Appointment!]',
  11274.                                 'description' => NULL,
  11275.                             ],
  11276.                             'mediaGallery' => [
  11277.                                 'type' => 'Gallery',
  11278.                                 'description' => NULL,
  11279.                             ],
  11280.                             'documents' => [
  11281.                                 'type' => 'Gallery',
  11282.                                 'description' => NULL,
  11283.                             ],
  11284.                             'documentsFollowUp' => [
  11285.                                 'type' => 'Gallery',
  11286.                                 'description' => NULL,
  11287.                             ],
  11288.                         ],
  11289.                         'interfaces' => [
  11290.                         ],
  11291.                         'name' => 'Event',
  11292.                         'builders' => [
  11293.                         ],
  11294.                     ],
  11295.                 ],
  11296.                 'AnswerWrong' => [
  11297.                     'type' => 'object',
  11298.                     'class_name' => 'AnswerWrongType',
  11299.                     'inherits' => [
  11300.                     ],
  11301.                     'decorator' => false,
  11302.                     'config' => [
  11303.                         'description' => NULL,
  11304.                         'fields' => [
  11305.                             'status' => [
  11306.                                 'type' => 'Status!',
  11307.                                 'description' => NULL,
  11308.                             ],
  11309.                             'answerIds' => [
  11310.                                 'type' => '[Int]',
  11311.                                 'description' => NULL,
  11312.                             ],
  11313.                         ],
  11314.                         'interfaces' => [
  11315.                         ],
  11316.                         'name' => 'AnswerWrong',
  11317.                         'builders' => [
  11318.                         ],
  11319.                     ],
  11320.                 ],
  11321.                 'ProfileResults' => [
  11322.                     'type' => 'object',
  11323.                     'class_name' => 'ProfileResultsType',
  11324.                     'inherits' => [
  11325.                     ],
  11326.                     'decorator' => false,
  11327.                     'config' => [
  11328.                         'description' => NULL,
  11329.                         'fields' => [
  11330.                             'numResults' => [
  11331.                                 'type' => 'Int!',
  11332.                                 'description' => NULL,
  11333.                             ],
  11334.                             'profiles' => [
  11335.                                 'type' => '[Profile!]',
  11336.                                 'description' => NULL,
  11337.                             ],
  11338.                         ],
  11339.                         'interfaces' => [
  11340.                         ],
  11341.                         'name' => 'ProfileResults',
  11342.                         'builders' => [
  11343.                         ],
  11344.                     ],
  11345.                 ],
  11346.                 'Story' => [
  11347.                     'type' => 'object',
  11348.                     'class_name' => 'StoryType',
  11349.                     'inherits' => [
  11350.                     ],
  11351.                     'decorator' => false,
  11352.                     'config' => [
  11353.                         'description' => NULL,
  11354.                         'fields' => [
  11355.                             'id' => [
  11356.                                 'type' => 'Int',
  11357.                                 'description' => NULL,
  11358.                             ],
  11359.                             'bicID' => [
  11360.                                 'type' => 'Int',
  11361.                                 'description' => NULL,
  11362.                             ],
  11363.                             'jobName' => [
  11364.                                 'type' => 'String',
  11365.                                 'description' => NULL,
  11366.                             ],
  11367.                             'title' => [
  11368.                                 'type' => 'String',
  11369.                                 'description' => NULL,
  11370.                             ],
  11371.                             'portrait' => [
  11372.                                 'type' => 'String',
  11373.                                 'description' => NULL,
  11374.                             ],
  11375.                             'user' => [
  11376.                                 'type' => 'StoryUser',
  11377.                                 'description' => NULL,
  11378.                             ],
  11379.                             'cards' => [
  11380.                                 'type' => '[StoryCard!]',
  11381.                                 'description' => NULL,
  11382.                             ],
  11383.                             'nextStories' => [
  11384.                                 'type' => 'NextStoryCard',
  11385.                                 'description' => NULL,
  11386.                             ],
  11387.                             'image' => [
  11388.                                 'type' => 'Image',
  11389.                                 'description' => NULL,
  11390.                             ],
  11391.                             'icon' => [
  11392.                                 'type' => 'Icon',
  11393.                                 'description' => NULL,
  11394.                             ],
  11395.                             'tags' => [
  11396.                                 'type' => '[Tag!]',
  11397.                                 'description' => NULL,
  11398.                             ],
  11399.                             'color' => [
  11400.                                 'type' => 'Color',
  11401.                                 'description' => NULL,
  11402.                             ],
  11403.                             'gradient' => [
  11404.                                 'type' => 'StoryGradient',
  11405.                                 'description' => NULL,
  11406.                             ],
  11407.                             'quizLink' => [
  11408.                                 'type' => 'String',
  11409.                                 'description' => NULL,
  11410.                             ],
  11411.                             'vrDirectLink' => [
  11412.                                 'type' => 'String',
  11413.                                 'description' => NULL,
  11414.                             ],
  11415.                             'schoolProfile' => [
  11416.                                 'type' => 'SchoolProfile',
  11417.                                 'description' => NULL,
  11418.                             ],
  11419.                             'visits' => [
  11420.                                 'type' => 'Int',
  11421.                                 'description' => NULL,
  11422.                             ],
  11423.                         ],
  11424.                         'interfaces' => [
  11425.                         ],
  11426.                         'name' => 'Story',
  11427.                         'builders' => [
  11428.                         ],
  11429.                     ],
  11430.                 ],
  11431.                 'JobSalaryType' => [
  11432.                     'type' => 'enum',
  11433.                     'class_name' => 'JobSalaryTypeType',
  11434.                     'inherits' => [
  11435.                     ],
  11436.                     'decorator' => false,
  11437.                     'config' => [
  11438.                         'description' => NULL,
  11439.                         'values' => [
  11440.                             'YROA1' => [
  11441.                                 'description' => NULL,
  11442.                                 'value' => 'YROA1',
  11443.                             ],
  11444.                             'YROA2' => [
  11445.                                 'description' => NULL,
  11446.                                 'value' => 'YROA2',
  11447.                             ],
  11448.                             'YROA3' => [
  11449.                                 'description' => NULL,
  11450.                                 'value' => 'YROA3',
  11451.                             ],
  11452.                             'YROA4' => [
  11453.                                 'description' => NULL,
  11454.                                 'value' => 'YROA4',
  11455.                             ],
  11456.                             'ENTRY' => [
  11457.                                 'description' => NULL,
  11458.                                 'value' => 'ENTRY',
  11459.                             ],
  11460.                         ],
  11461.                         'name' => 'JobSalaryType',
  11462.                     ],
  11463.                 ],
  11464.                 'MiscFile' => [
  11465.                     'type' => 'object',
  11466.                     'class_name' => 'MiscFileType',
  11467.                     'inherits' => [
  11468.                     ],
  11469.                     'decorator' => false,
  11470.                     'config' => [
  11471.                         'description' => NULL,
  11472.                         'fields' => [
  11473.                             'id' => [
  11474.                                 'type' => 'ID!',
  11475.                                 'description' => NULL,
  11476.                             ],
  11477.                             'name' => [
  11478.                                 'type' => 'String',
  11479.                                 'description' => NULL,
  11480.                             ],
  11481.                             'filename' => [
  11482.                                 'type' => 'String',
  11483.                                 'description' => NULL,
  11484.                             ],
  11485.                         ],
  11486.                         'interfaces' => [
  11487.                         ],
  11488.                         'name' => 'MiscFile',
  11489.                         'builders' => [
  11490.                         ],
  11491.                     ],
  11492.                 ],
  11493.                 'JobEducationalPath' => [
  11494.                     'type' => 'object',
  11495.                     'class_name' => 'JobEducationalPathType',
  11496.                     'inherits' => [
  11497.                     ],
  11498.                     'decorator' => false,
  11499.                     'config' => [
  11500.                         'description' => NULL,
  11501.                         'fields' => [
  11502.                             'id' => [
  11503.                                 'type' => 'ID!',
  11504.                                 'description' => NULL,
  11505.                             ],
  11506.                             'bicID' => [
  11507.                                 'type' => 'Int',
  11508.                                 'description' => NULL,
  11509.                             ],
  11510.                             'name' => [
  11511.                                 'type' => 'String!',
  11512.                                 'description' => NULL,
  11513.                             ],
  11514.                             'description' => [
  11515.                                 'type' => 'String',
  11516.                                 'description' => NULL,
  11517.                             ],
  11518.                         ],
  11519.                         'interfaces' => [
  11520.                         ],
  11521.                         'name' => 'JobEducationalPath',
  11522.                         'builders' => [
  11523.                         ],
  11524.                     ],
  11525.                 ],
  11526.                 'JobMarketApplyType' => [
  11527.                     'type' => 'enum',
  11528.                     'class_name' => 'JobMarketApplyTypeType',
  11529.                     'inherits' => [
  11530.                     ],
  11531.                     'decorator' => false,
  11532.                     'config' => [
  11533.                         'description' => NULL,
  11534.                         'values' => [
  11535.                             'ONLINE' => [
  11536.                                 'description' => NULL,
  11537.                                 'value' => 'ONLINE',
  11538.                             ],
  11539.                             'EMAIL' => [
  11540.                                 'description' => NULL,
  11541.                                 'value' => 'EMAIL',
  11542.                             ],
  11543.                             'PHONE' => [
  11544.                                 'description' => NULL,
  11545.                                 'value' => 'PHONE',
  11546.                             ],
  11547.                             'POSTAL' => [
  11548.                                 'description' => NULL,
  11549.                                 'value' => 'POSTAL',
  11550.                             ],
  11551.                         ],
  11552.                         'name' => 'JobMarketApplyType',
  11553.                     ],
  11554.                 ],
  11555.                 'QuestionOpen' => [
  11556.                     'type' => 'object',
  11557.                     'class_name' => 'QuestionOpenType',
  11558.                     'inherits' => [
  11559.                     ],
  11560.                     'decorator' => false,
  11561.                     'config' => [
  11562.                         'description' => NULL,
  11563.                         'fields' => [
  11564.                             'status' => [
  11565.                                 'type' => 'Status',
  11566.                                 'description' => NULL,
  11567.                             ],
  11568.                             'id' => [
  11569.                                 'type' => 'ID!',
  11570.                                 'description' => NULL,
  11571.                             ],
  11572.                             'text' => [
  11573.                                 'type' => 'String',
  11574.                                 'description' => NULL,
  11575.                             ],
  11576.                             'answers' => [
  11577.                                 'type' => '[QuestionAnswer!]',
  11578.                                 'description' => NULL,
  11579.                             ],
  11580.                             'correctAnswer' => [
  11581.                                 'type' => 'QuestionAnswer!',
  11582.                                 'description' => NULL,
  11583.                             ],
  11584.                         ],
  11585.                         'interfaces' => [
  11586.                         ],
  11587.                         'name' => 'QuestionOpen',
  11588.                         'builders' => [
  11589.                         ],
  11590.                     ],
  11591.                 ],
  11592.                 'SchoolSubject' => [
  11593.                     'type' => 'object',
  11594.                     'class_name' => 'SchoolSubjectType',
  11595.                     'inherits' => [
  11596.                     ],
  11597.                     'decorator' => false,
  11598.                     'config' => [
  11599.                         'description' => NULL,
  11600.                         'fields' => [
  11601.                             'id' => [
  11602.                                 'type' => 'ID!',
  11603.                                 'description' => NULL,
  11604.                             ],
  11605.                             'name' => [
  11606.                                 'type' => 'String!',
  11607.                                 'description' => NULL,
  11608.                             ],
  11609.                             'abbreviation' => [
  11610.                                 'type' => 'String!',
  11611.                                 'description' => NULL,
  11612.                             ],
  11613.                         ],
  11614.                         'interfaces' => [
  11615.                         ],
  11616.                         'name' => 'SchoolSubject',
  11617.                         'builders' => [
  11618.                         ],
  11619.                     ],
  11620.                 ],
  11621.                 'MilestoneStats' => [
  11622.                     'type' => 'object',
  11623.                     'class_name' => 'MilestoneStatsType',
  11624.                     'inherits' => [
  11625.                     ],
  11626.                     'decorator' => false,
  11627.                     'config' => [
  11628.                         'description' => NULL,
  11629.                         'fields' => [
  11630.                             'scoredCount' => [
  11631.                                 'type' => 'Int!',
  11632.                                 'description' => NULL,
  11633.                             ],
  11634.                             'totalCount' => [
  11635.                                 'type' => 'Int!',
  11636.                                 'description' => NULL,
  11637.                             ],
  11638.                         ],
  11639.                         'interfaces' => [
  11640.                         ],
  11641.                         'name' => 'MilestoneStats',
  11642.                         'builders' => [
  11643.                         ],
  11644.                     ],
  11645.                 ],
  11646.                 'TeachingIdeaType' => [
  11647.                     'type' => 'object',
  11648.                     'class_name' => 'TeachingIdeaTypeType',
  11649.                     'inherits' => [
  11650.                     ],
  11651.                     'decorator' => false,
  11652.                     'config' => [
  11653.                         'description' => NULL,
  11654.                         'fields' => [
  11655.                             'id' => [
  11656.                                 'type' => 'Int!',
  11657.                                 'description' => NULL,
  11658.                             ],
  11659.                             'typeName' => [
  11660.                                 'type' => 'String!',
  11661.                                 'description' => NULL,
  11662.                             ],
  11663.                         ],
  11664.                         'interfaces' => [
  11665.                         ],
  11666.                         'name' => 'TeachingIdeaType',
  11667.                         'builders' => [
  11668.                         ],
  11669.                     ],
  11670.                 ],
  11671.                 'BoPartnerProfile' => [
  11672.                     'type' => 'object',
  11673.                     'class_name' => 'BoPartnerProfileType',
  11674.                     'inherits' => [
  11675.                     ],
  11676.                     'decorator' => false,
  11677.                     'config' => [
  11678.                         'description' => NULL,
  11679.                         'fields' => [
  11680.                             'id' => [
  11681.                                 'type' => 'ID!',
  11682.                                 'description' => NULL,
  11683.                             ],
  11684.                             'uuid' => [
  11685.                                 'type' => 'String!',
  11686.                                 'description' => NULL,
  11687.                             ],
  11688.                             'name' => [
  11689.                                 'type' => 'String!',
  11690.                                 'description' => NULL,
  11691.                             ],
  11692.                             'description' => [
  11693.                                 'type' => 'String',
  11694.                                 'description' => NULL,
  11695.                             ],
  11696.                             'certificateInformation' => [
  11697.                                 'type' => 'String',
  11698.                                 'description' => NULL,
  11699.                             ],
  11700.                             'searchTags' => [
  11701.                                 'type' => '[SearchTag!]',
  11702.                                 'description' => NULL,
  11703.                             ],
  11704.                             'locations' => [
  11705.                                 'type' => '[BoPartnerLocation!]',
  11706.                                 'description' => NULL,
  11707.                             ],
  11708.                             'jobs' => [
  11709.                                 'type' => '[Job!]',
  11710.                                 'description' => NULL,
  11711.                             ],
  11712.                             'communication' => [
  11713.                                 'type' => '[Communication!]',
  11714.                                 'description' => NULL,
  11715.                             ],
  11716.                             'url' => [
  11717.                                 'type' => 'String',
  11718.                                 'description' => NULL,
  11719.                             ],
  11720.                             'contactGallery' => [
  11721.                                 'type' => 'ContactGallery',
  11722.                                 'description' => NULL,
  11723.                             ],
  11724.                             'mediaGallery' => [
  11725.                                 'type' => 'Gallery',
  11726.                                 'description' => NULL,
  11727.                             ],
  11728.                             'documents' => [
  11729.                                 'type' => 'Gallery',
  11730.                                 'description' => NULL,
  11731.                             ],
  11732.                             'boPartnerProfilePicture' => [
  11733.                                 'type' => 'Image',
  11734.                                 'description' => NULL,
  11735.                             ],
  11736.                             'headerPicture' => [
  11737.                                 'type' => 'Image',
  11738.                                 'description' => NULL,
  11739.                             ],
  11740.                             'profileLink' => [
  11741.                                 'type' => 'ProfileLink',
  11742.                                 'description' => NULL,
  11743.                             ],
  11744.                             'offers' => [
  11745.                                 'type' => '[Offer!]',
  11746.                                 'description' => NULL,
  11747.                             ],
  11748.                             'relatedBoPartners' => [
  11749.                                 'type' => '[BoPartnerProfile!]',
  11750.                                 'description' => NULL,
  11751.                             ],
  11752.                             'quizUrl' => [
  11753.                                 'type' => 'String',
  11754.                                 'description' => NULL,
  11755.                             ],
  11756.                             'visits' => [
  11757.                                 'type' => 'Int',
  11758.                                 'description' => NULL,
  11759.                             ],
  11760.                             'providerUrl' => [
  11761.                                 'type' => 'String',
  11762.                                 'description' => NULL,
  11763.                             ],
  11764.                             'logoStyle' => [
  11765.                                 'type' => 'LogoStyle!',
  11766.                                 'description' => NULL,
  11767.                             ],
  11768.                         ],
  11769.                         'interfaces' => [
  11770.                             => 'ProfileInterface',
  11771.                         ],
  11772.                         'name' => 'BoPartnerProfile',
  11773.                         'builders' => [
  11774.                         ],
  11775.                     ],
  11776.                 ],
  11777.                 'JobSector' => [
  11778.                     'type' => 'object',
  11779.                     'class_name' => 'JobSectorType',
  11780.                     'inherits' => [
  11781.                     ],
  11782.                     'decorator' => false,
  11783.                     'config' => [
  11784.                         'description' => NULL,
  11785.                         'fields' => [
  11786.                             'id' => [
  11787.                                 'type' => 'ID!',
  11788.                                 'description' => NULL,
  11789.                             ],
  11790.                             'name' => [
  11791.                                 'type' => 'String!',
  11792.                                 'description' => NULL,
  11793.                             ],
  11794.                             'bicID' => [
  11795.                                 'type' => 'Int',
  11796.                                 'description' => NULL,
  11797.                             ],
  11798.                             'description' => [
  11799.                                 'type' => 'String',
  11800.                                 'description' => NULL,
  11801.                             ],
  11802.                         ],
  11803.                         'interfaces' => [
  11804.                         ],
  11805.                         'name' => 'JobSector',
  11806.                         'builders' => [
  11807.                         ],
  11808.                     ],
  11809.                 ],
  11810.                 'FaqCategory' => [
  11811.                     'type' => 'object',
  11812.                     'class_name' => 'FaqCategoryType',
  11813.                     'inherits' => [
  11814.                     ],
  11815.                     'decorator' => false,
  11816.                     'config' => [
  11817.                         'description' => NULL,
  11818.                         'fields' => [
  11819.                             'categoryName' => [
  11820.                                 'type' => 'String!',
  11821.                                 'description' => NULL,
  11822.                             ],
  11823.                             'position' => [
  11824.                                 'type' => 'Int!',
  11825.                                 'description' => NULL,
  11826.                             ],
  11827.                             'subcategories' => [
  11828.                                 'type' => '[FaqSubCategory!]',
  11829.                                 'description' => NULL,
  11830.                             ],
  11831.                         ],
  11832.                         'interfaces' => [
  11833.                         ],
  11834.                         'name' => 'FaqCategory',
  11835.                         'builders' => [
  11836.                         ],
  11837.                     ],
  11838.                 ],
  11839.                 'Game' => [
  11840.                     'type' => 'object',
  11841.                     'class_name' => 'GameType',
  11842.                     'inherits' => [
  11843.                     ],
  11844.                     'decorator' => false,
  11845.                     'config' => [
  11846.                         'description' => NULL,
  11847.                         'fields' => [
  11848.                             'status' => [
  11849.                                 'type' => 'Status!',
  11850.                                 'description' => NULL,
  11851.                             ],
  11852.                             'id' => [
  11853.                                 'type' => 'ID!',
  11854.                                 'description' => NULL,
  11855.                             ],
  11856.                             'gameType' => [
  11857.                                 'type' => 'GameType',
  11858.                                 'description' => NULL,
  11859.                             ],
  11860.                             'clientID' => [
  11861.                                 'type' => 'String',
  11862.                                 'description' => NULL,
  11863.                             ],
  11864.                             'createdAt' => [
  11865.                                 'type' => 'String',
  11866.                                 'description' => NULL,
  11867.                             ],
  11868.                         ],
  11869.                         'interfaces' => [
  11870.                         ],
  11871.                         'name' => 'Game',
  11872.                         'builders' => [
  11873.                         ],
  11874.                     ],
  11875.                 ],
  11876.                 'SchoolProfile' => [
  11877.                     'type' => 'object',
  11878.                     'class_name' => 'SchoolProfileType',
  11879.                     'inherits' => [
  11880.                     ],
  11881.                     'decorator' => false,
  11882.                     'config' => [
  11883.                         'description' => NULL,
  11884.                         'fields' => [
  11885.                             'id' => [
  11886.                                 'type' => 'ID!',
  11887.                                 'description' => NULL,
  11888.                             ],
  11889.                             'uuid' => [
  11890.                                 'type' => 'String!',
  11891.                                 'description' => NULL,
  11892.                             ],
  11893.                             'name' => [
  11894.                                 'type' => 'String!',
  11895.                                 'description' => NULL,
  11896.                             ],
  11897.                             'description' => [
  11898.                                 'type' => 'String',
  11899.                                 'description' => NULL,
  11900.                             ],
  11901.                             'searchTags' => [
  11902.                                 'type' => '[SearchTag!]',
  11903.                                 'description' => NULL,
  11904.                             ],
  11905.                             'locations' => [
  11906.                                 'type' => '[SchoolLocation!]',
  11907.                                 'description' => NULL,
  11908.                             ],
  11909.                             'jobs' => [
  11910.                                 'type' => '[Job!]',
  11911.                                 'description' => NULL,
  11912.                             ],
  11913.                             'communication' => [
  11914.                                 'type' => '[Communication!]',
  11915.                                 'description' => NULL,
  11916.                             ],
  11917.                             'url' => [
  11918.                                 'type' => 'String',
  11919.                                 'description' => NULL,
  11920.                             ],
  11921.                             'contactGallery' => [
  11922.                                 'type' => 'ContactGallery',
  11923.                                 'description' => NULL,
  11924.                             ],
  11925.                             'mediaGallery' => [
  11926.                                 'type' => 'Gallery',
  11927.                                 'description' => NULL,
  11928.                             ],
  11929.                             'documents' => [
  11930.                                 'type' => 'Gallery',
  11931.                                 'description' => NULL,
  11932.                             ],
  11933.                             'trainingInformation' => [
  11934.                                 'type' => 'String',
  11935.                                 'description' => NULL,
  11936.                             ],
  11937.                             'certificateInformation' => [
  11938.                                 'type' => 'String',
  11939.                                 'description' => NULL,
  11940.                             ],
  11941.                             'schoolProfilePicture' => [
  11942.                                 'type' => 'Image',
  11943.                                 'description' => NULL,
  11944.                             ],
  11945.                             'headerPicture' => [
  11946.                                 'type' => 'Image',
  11947.                                 'description' => NULL,
  11948.                             ],
  11949.                             'profileLink' => [
  11950.                                 'type' => 'ProfileLink',
  11951.                                 'description' => NULL,
  11952.                             ],
  11953.                             'offers' => [
  11954.                                 'type' => '[Offer!]',
  11955.                                 'description' => NULL,
  11956.                             ],
  11957.                             'relatedSchools' => [
  11958.                                 'type' => '[SchoolProfile!]',
  11959.                                 'description' => NULL,
  11960.                             ],
  11961.                             'stories' => [
  11962.                                 'type' => '[Story!]',
  11963.                                 'description' => NULL,
  11964.                             ],
  11965.                             'videoUrl' => [
  11966.                                 'type' => 'String',
  11967.                                 'description' => NULL,
  11968.                             ],
  11969.                             'quizUrl' => [
  11970.                                 'type' => 'String',
  11971.                                 'description' => NULL,
  11972.                             ],
  11973.                             'visits' => [
  11974.                                 'type' => 'Int',
  11975.                                 'description' => NULL,
  11976.                             ],
  11977.                             'providerUrl' => [
  11978.                                 'type' => 'String',
  11979.                                 'description' => NULL,
  11980.                             ],
  11981.                             'logoStyle' => [
  11982.                                 'type' => 'LogoStyle!',
  11983.                                 'description' => NULL,
  11984.                             ],
  11985.                         ],
  11986.                         'interfaces' => [
  11987.                             => 'ProfileInterface',
  11988.                         ],
  11989.                         'name' => 'SchoolProfile',
  11990.                         'builders' => [
  11991.                         ],
  11992.                     ],
  11993.                 ],
  11994.                 'InTeachingIdea' => [
  11995.                     'type' => 'input-object',
  11996.                     'class_name' => 'InTeachingIdeaType',
  11997.                     'inherits' => [
  11998.                     ],
  11999.                     'decorator' => false,
  12000.                     'config' => [
  12001.                         'description' => NULL,
  12002.                         'fields' => [
  12003.                             'teachingIdeaType' => [
  12004.                                 'type' => 'Int!',
  12005.                                 'description' => NULL,
  12006.                             ],
  12007.                             'implementedAt' => [
  12008.                                 'type' => 'String!',
  12009.                                 'description' => NULL,
  12010.                             ],
  12011.                             'difficulties' => [
  12012.                                 'type' => 'String!',
  12013.                                 'description' => NULL,
  12014.                             ],
  12015.                             'worksWell' => [
  12016.                                 'type' => 'String!',
  12017.                                 'description' => NULL,
  12018.                             ],
  12019.                             'note' => [
  12020.                                 'type' => 'String!',
  12021.                                 'description' => NULL,
  12022.                             ],
  12023.                             'rating' => [
  12024.                                 'type' => 'Int!',
  12025.                                 'description' => NULL,
  12026.                             ],
  12027.                         ],
  12028.                         'name' => 'InTeachingIdea',
  12029.                     ],
  12030.                 ],
  12031.                 'InTeacherUser' => [
  12032.                     'type' => 'input-object',
  12033.                     'class_name' => 'InTeacherUserType',
  12034.                     'inherits' => [
  12035.                     ],
  12036.                     'decorator' => false,
  12037.                     'config' => [
  12038.                         'description' => NULL,
  12039.                         'fields' => [
  12040.                             'picture' => [
  12041.                                 'type' => 'UploadFile',
  12042.                                 'description' => NULL,
  12043.                             ],
  12044.                             'title' => [
  12045.                                 'type' => '[Int!]',
  12046.                                 'description' => NULL,
  12047.                             ],
  12048.                             'firstname' => [
  12049.                                 'type' => 'String!',
  12050.                                 'description' => NULL,
  12051.                             ],
  12052.                             'lastname' => [
  12053.                                 'type' => 'String!',
  12054.                                 'description' => NULL,
  12055.                             ],
  12056.                             'email' => [
  12057.                                 'type' => 'String!',
  12058.                                 'description' => NULL,
  12059.                             ],
  12060.                             'currentPassword' => [
  12061.                                 'type' => 'String',
  12062.                                 'description' => NULL,
  12063.                             ],
  12064.                             'newPassword' => [
  12065.                                 'type' => 'String',
  12066.                                 'description' => NULL,
  12067.                             ],
  12068.                         ],
  12069.                         'name' => 'InTeacherUser',
  12070.                     ],
  12071.                 ],
  12072.                 'InJobMarket' => [
  12073.                     'type' => 'input-object',
  12074.                     'class_name' => 'InJobMarketType',
  12075.                     'inherits' => [
  12076.                     ],
  12077.                     'decorator' => false,
  12078.                     'config' => [
  12079.                         'description' => NULL,
  12080.                         'fields' => [
  12081.                             'submitType' => [
  12082.                                 'type' => 'JobMarketSubmitType!',
  12083.                                 'description' => NULL,
  12084.                             ],
  12085.                             'openDate' => [
  12086.                                 'type' => 'String!',
  12087.                                 'description' => NULL,
  12088.                             ],
  12089.                             'closeDate' => [
  12090.                                 'type' => 'String!',
  12091.                                 'description' => NULL,
  12092.                             ],
  12093.                             'name' => [
  12094.                                 'type' => 'String!',
  12095.                                 'description' => NULL,
  12096.                             ],
  12097.                             'positionType' => [
  12098.                                 'type' => 'JobMarketPositionType!',
  12099.                                 'description' => NULL,
  12100.                             ],
  12101.                             'applyType' => [
  12102.                                 'type' => 'JobMarketApplyType!',
  12103.                                 'description' => NULL,
  12104.                             ],
  12105.                             'applyUntil' => [
  12106.                                 'type' => 'String',
  12107.                                 'description' => NULL,
  12108.                             ],
  12109.                             'description' => [
  12110.                                 'type' => 'String!',
  12111.                                 'description' => NULL,
  12112.                             ],
  12113.                             'requirements' => [
  12114.                                 'type' => 'String!',
  12115.                                 'description' => NULL,
  12116.                             ],
  12117.                             'salary' => [
  12118.                                 'type' => 'String',
  12119.                                 'description' => NULL,
  12120.                             ],
  12121.                             'numberOfPositions' => [
  12122.                                 'type' => 'Int!',
  12123.                                 'description' => NULL,
  12124.                             ],
  12125.                             'startDate' => [
  12126.                                 'type' => 'String',
  12127.                                 'description' => NULL,
  12128.                             ],
  12129.                             'additionalInfo' => [
  12130.                                 'type' => 'String',
  12131.                                 'description' => NULL,
  12132.                             ],
  12133.                             'contactID' => [
  12134.                                 'type' => 'Int!',
  12135.                                 'description' => NULL,
  12136.                             ],
  12137.                             'addressID' => [
  12138.                                 'type' => 'Int!',
  12139.                                 'description' => NULL,
  12140.                             ],
  12141.                             'jobIDs' => [
  12142.                                 'type' => '[Int!]',
  12143.                                 'description' => NULL,
  12144.                             ],
  12145.                             'pdf' => [
  12146.                                 'type' => 'UploadFile',
  12147.                                 'description' => NULL,
  12148.                             ],
  12149.                         ],
  12150.                         'name' => 'InJobMarket',
  12151.                     ],
  12152.                 ],
  12153.                 'InRegisterPerson' => [
  12154.                     'type' => 'input-object',
  12155.                     'class_name' => 'InRegisterPersonType',
  12156.                     'inherits' => [
  12157.                     ],
  12158.                     'decorator' => false,
  12159.                     'config' => [
  12160.                         'description' => NULL,
  12161.                         'fields' => [
  12162.                             'gender' => [
  12163.                                 'type' => 'Int!',
  12164.                                 'description' => NULL,
  12165.                             ],
  12166.                             'firstname' => [
  12167.                                 'type' => 'String!',
  12168.                                 'description' => NULL,
  12169.                             ],
  12170.                             'lastname' => [
  12171.                                 'type' => 'String!',
  12172.                                 'description' => NULL,
  12173.                             ],
  12174.                         ],
  12175.                         'name' => 'InRegisterPerson',
  12176.                     ],
  12177.                 ],
  12178.                 'InLink' => [
  12179.                     'type' => 'input-object',
  12180.                     'class_name' => 'InLinkType',
  12181.                     'inherits' => [
  12182.                     ],
  12183.                     'decorator' => false,
  12184.                     'config' => [
  12185.                         'description' => NULL,
  12186.                         'fields' => [
  12187.                             'linkType' => [
  12188.                                 'type' => 'ProfileLinkType!',
  12189.                                 'description' => NULL,
  12190.                             ],
  12191.                             'url' => [
  12192.                                 'type' => 'String!',
  12193.                                 'description' => NULL,
  12194.                             ],
  12195.                         ],
  12196.                         'name' => 'InLink',
  12197.                     ],
  12198.                 ],
  12199.                 'InRegisterLogin' => [
  12200.                     'type' => 'input-object',
  12201.                     'class_name' => 'InRegisterLoginType',
  12202.                     'inherits' => [
  12203.                     ],
  12204.                     'decorator' => false,
  12205.                     'config' => [
  12206.                         'description' => NULL,
  12207.                         'fields' => [
  12208.                             'email' => [
  12209.                                 'type' => 'String!',
  12210.                                 'description' => NULL,
  12211.                             ],
  12212.                             'password' => [
  12213.                                 'type' => 'String!',
  12214.                                 'description' => NULL,
  12215.                             ],
  12216.                         ],
  12217.                         'name' => 'InRegisterLogin',
  12218.                     ],
  12219.                 ],
  12220.                 'InSchoolClass' => [
  12221.                     'type' => 'input-object',
  12222.                     'class_name' => 'InSchoolClassType',
  12223.                     'inherits' => [
  12224.                     ],
  12225.                     'decorator' => false,
  12226.                     'config' => [
  12227.                         'description' => NULL,
  12228.                         'fields' => [
  12229.                             'schoolClassGradeID' => [
  12230.                                 'type' => 'Int!',
  12231.                                 'description' => NULL,
  12232.                             ],
  12233.                             'schoolClassYear' => [
  12234.                                 'type' => 'Int!',
  12235.                                 'description' => NULL,
  12236.                             ],
  12237.                             'classNumber' => [
  12238.                                 'type' => 'String!',
  12239.                                 'description' => NULL,
  12240.                             ],
  12241.                             'classAddition' => [
  12242.                                 'type' => 'String!',
  12243.                                 'description' => NULL,
  12244.                             ],
  12245.                             'numScholars' => [
  12246.                                 'type' => 'Int!',
  12247.                                 'description' => NULL,
  12248.                             ],
  12249.                             'teacherIDs' => [
  12250.                                 'type' => '[Int!]',
  12251.                                 'description' => NULL,
  12252.                             ],
  12253.                         ],
  12254.                         'name' => 'InSchoolClass',
  12255.                     ],
  12256.                 ],
  12257.                 'InRegisterOrganisation' => [
  12258.                     'type' => 'input-object',
  12259.                     'class_name' => 'InRegisterOrganisationType',
  12260.                     'inherits' => [
  12261.                     ],
  12262.                     'decorator' => false,
  12263.                     'config' => [
  12264.                         'description' => NULL,
  12265.                         'fields' => [
  12266.                             'name' => [
  12267.                                 'type' => 'String!',
  12268.                                 'description' => NULL,
  12269.                             ],
  12270.                             'wkoNr' => [
  12271.                                 'type' => 'String',
  12272.                                 'description' => NULL,
  12273.                             ],
  12274.                             'street' => [
  12275.                                 'type' => 'String!',
  12276.                                 'description' => NULL,
  12277.                             ],
  12278.                             'zip' => [
  12279.                                 'type' => 'String!',
  12280.                                 'description' => NULL,
  12281.                             ],
  12282.                             'place' => [
  12283.                                 'type' => 'String!',
  12284.                                 'description' => NULL,
  12285.                             ],
  12286.                         ],
  12287.                         'name' => 'InRegisterOrganisation',
  12288.                     ],
  12289.                 ],
  12290.                 'InQuizQuestion' => [
  12291.                     'type' => 'input-object',
  12292.                     'class_name' => 'InQuizQuestionType',
  12293.                     'inherits' => [
  12294.                     ],
  12295.                     'decorator' => false,
  12296.                     'config' => [
  12297.                         'description' => NULL,
  12298.                         'fields' => [
  12299.                             'questionId' => [
  12300.                                 'type' => 'Int!',
  12301.                                 'description' => NULL,
  12302.                             ],
  12303.                             'questionNumber' => [
  12304.                                 'type' => 'Int!',
  12305.                                 'description' => NULL,
  12306.                             ],
  12307.                             'question' => [
  12308.                                 'type' => 'String!',
  12309.                                 'description' => NULL,
  12310.                             ],
  12311.                             'answerCorrect' => [
  12312.                                 'type' => 'String!',
  12313.                                 'description' => NULL,
  12314.                             ],
  12315.                             'answerWrongOne' => [
  12316.                                 'type' => 'String!',
  12317.                                 'description' => NULL,
  12318.                             ],
  12319.                             'answerWrongTwo' => [
  12320.                                 'type' => 'String!',
  12321.                                 'description' => NULL,
  12322.                             ],
  12323.                             'answerWrongThree' => [
  12324.                                 'type' => 'String!',
  12325.                                 'description' => NULL,
  12326.                             ],
  12327.                         ],
  12328.                         'name' => 'InQuizQuestion',
  12329.                     ],
  12330.                 ],
  12331.                 'InLocation' => [
  12332.                     'type' => 'input-object',
  12333.                     'class_name' => 'InLocationType',
  12334.                     'inherits' => [
  12335.                     ],
  12336.                     'decorator' => false,
  12337.                     'config' => [
  12338.                         'description' => NULL,
  12339.                         'fields' => [
  12340.                             'locationname' => [
  12341.                                 'type' => 'String!',
  12342.                                 'description' => NULL,
  12343.                             ],
  12344.                             'street' => [
  12345.                                 'type' => 'String!',
  12346.                                 'description' => NULL,
  12347.                             ],
  12348.                             'zip' => [
  12349.                                 'type' => 'String!',
  12350.                                 'description' => NULL,
  12351.                             ],
  12352.                             'city' => [
  12353.                                 'type' => 'String!',
  12354.                                 'description' => NULL,
  12355.                             ],
  12356.                             'lat' => [
  12357.                                 'type' => 'String',
  12358.                                 'description' => NULL,
  12359.                             ],
  12360.                             'lon' => [
  12361.                                 'type' => 'String',
  12362.                                 'description' => NULL,
  12363.                             ],
  12364.                         ],
  12365.                         'name' => 'InLocation',
  12366.                     ],
  12367.                 ],
  12368.                 'InContactPerson' => [
  12369.                     'type' => 'input-object',
  12370.                     'class_name' => 'InContactPersonType',
  12371.                     'inherits' => [
  12372.                     ],
  12373.                     'decorator' => false,
  12374.                     'config' => [
  12375.                         'description' => NULL,
  12376.                         'fields' => [
  12377.                             'imageID' => [
  12378.                                 'type' => 'Int',
  12379.                                 'description' => NULL,
  12380.                             ],
  12381.                             'title' => [
  12382.                                 'type' => '[Int!]',
  12383.                                 'description' => NULL,
  12384.                             ],
  12385.                             'firstname' => [
  12386.                                 'type' => 'String!',
  12387.                                 'description' => NULL,
  12388.                             ],
  12389.                             'lastname' => [
  12390.                                 'type' => 'String!',
  12391.                                 'description' => NULL,
  12392.                             ],
  12393.                             'position' => [
  12394.                                 'type' => 'String',
  12395.                                 'description' => NULL,
  12396.                             ],
  12397.                             'phone' => [
  12398.                                 'type' => 'String!',
  12399.                                 'description' => NULL,
  12400.                             ],
  12401.                             'email' => [
  12402.                                 'type' => 'String!',
  12403.                                 'description' => NULL,
  12404.                             ],
  12405.                         ],
  12406.                         'name' => 'InContactPerson',
  12407.                     ],
  12408.                 ],
  12409.                 'ProviderQuizQuestion' => [
  12410.                     'type' => 'object',
  12411.                     'class_name' => 'ProviderQuizQuestionType',
  12412.                     'inherits' => [
  12413.                     ],
  12414.                     'decorator' => false,
  12415.                     'config' => [
  12416.                         'description' => NULL,
  12417.                         'fields' => [
  12418.                             'id' => [
  12419.                                 'type' => 'Int!',
  12420.                                 'description' => NULL,
  12421.                             ],
  12422.                             'questionNumber' => [
  12423.                                 'type' => 'Int!',
  12424.                                 'description' => NULL,
  12425.                             ],
  12426.                             'question' => [
  12427.                                 'type' => 'String!',
  12428.                                 'description' => NULL,
  12429.                             ],
  12430.                             'correctAnswer' => [
  12431.                                 'type' => 'String!',
  12432.                                 'description' => NULL,
  12433.                             ],
  12434.                             'wrongAnswer1' => [
  12435.                                 'type' => 'String!',
  12436.                                 'description' => NULL,
  12437.                             ],
  12438.                             'wrongAnswer2' => [
  12439.                                 'type' => 'String!',
  12440.                                 'description' => NULL,
  12441.                             ],
  12442.                             'wrongAnswer3' => [
  12443.                                 'type' => 'String!',
  12444.                                 'description' => NULL,
  12445.                             ],
  12446.                         ],
  12447.                         'interfaces' => [
  12448.                         ],
  12449.                         'name' => 'ProviderQuizQuestion',
  12450.                         'builders' => [
  12451.                         ],
  12452.                     ],
  12453.                 ],
  12454.                 'InformationLinkType' => [
  12455.                     'type' => 'object',
  12456.                     'class_name' => 'InformationLinkTypeType',
  12457.                     'inherits' => [
  12458.                     ],
  12459.                     'decorator' => false,
  12460.                     'config' => [
  12461.                         'description' => NULL,
  12462.                         'fields' => [
  12463.                             'id' => [
  12464.                                 'type' => 'ID!',
  12465.                                 'description' => NULL,
  12466.                             ],
  12467.                             'typeName' => [
  12468.                                 'type' => 'String!',
  12469.                                 'description' => NULL,
  12470.                             ],
  12471.                         ],
  12472.                         'interfaces' => [
  12473.                         ],
  12474.                         'name' => 'InformationLinkType',
  12475.                         'builders' => [
  12476.                         ],
  12477.                     ],
  12478.                 ],
  12479.                 'JobSchool' => [
  12480.                     'type' => 'object',
  12481.                     'class_name' => 'JobSchoolType',
  12482.                     'inherits' => [
  12483.                     ],
  12484.                     'decorator' => false,
  12485.                     'config' => [
  12486.                         'description' => NULL,
  12487.                         'fields' => [
  12488.                             'id' => [
  12489.                                 'type' => 'ID!',
  12490.                                 'description' => NULL,
  12491.                             ],
  12492.                             'school' => [
  12493.                                 'type' => 'School!',
  12494.                                 'description' => NULL,
  12495.                             ],
  12496.                         ],
  12497.                         'interfaces' => [
  12498.                         ],
  12499.                         'name' => 'JobSchool',
  12500.                         'builders' => [
  12501.                         ],
  12502.                     ],
  12503.                 ],
  12504.                 'SchoolClassGrade' => [
  12505.                     'type' => 'object',
  12506.                     'class_name' => 'SchoolClassGradeType',
  12507.                     'inherits' => [
  12508.                     ],
  12509.                     'decorator' => false,
  12510.                     'config' => [
  12511.                         'description' => NULL,
  12512.                         'fields' => [
  12513.                             'id' => [
  12514.                                 'type' => 'ID!',
  12515.                                 'description' => NULL,
  12516.                             ],
  12517.                             'name' => [
  12518.                                 'type' => 'String!',
  12519.                                 'description' => NULL,
  12520.                             ],
  12521.                         ],
  12522.                         'interfaces' => [
  12523.                         ],
  12524.                         'name' => 'SchoolClassGrade',
  12525.                         'builders' => [
  12526.                         ],
  12527.                     ],
  12528.                 ],
  12529.                 'GalleryType' => [
  12530.                     'type' => 'enum',
  12531.                     'class_name' => 'GalleryTypeType',
  12532.                     'inherits' => [
  12533.                     ],
  12534.                     'decorator' => false,
  12535.                     'config' => [
  12536.                         'description' => NULL,
  12537.                         'values' => [
  12538.                             'IMAGE' => [
  12539.                                 'description' => NULL,
  12540.                                 'value' => 'IMAGE',
  12541.                             ],
  12542.                             'DOCUMENT' => [
  12543.                                 'description' => NULL,
  12544.                                 'value' => 'DOCUMENT',
  12545.                             ],
  12546.                             'VIDEO' => [
  12547.                                 'description' => NULL,
  12548.                                 'value' => 'VIDEO',
  12549.                             ],
  12550.                         ],
  12551.                         'name' => 'GalleryType',
  12552.                     ],
  12553.                 ],
  12554.                 'JobRedirect' => [
  12555.                     'type' => 'object',
  12556.                     'class_name' => 'JobRedirectType',
  12557.                     'inherits' => [
  12558.                     ],
  12559.                     'decorator' => false,
  12560.                     'config' => [
  12561.                         'description' => NULL,
  12562.                         'fields' => [
  12563.                             'bicID' => [
  12564.                                 'type' => 'Int!',
  12565.                                 'description' => NULL,
  12566.                             ],
  12567.                             'jobName' => [
  12568.                                 'type' => 'String!',
  12569.                                 'description' => NULL,
  12570.                             ],
  12571.                             'redirectType' => [
  12572.                                 'type' => 'JobRedirectType!',
  12573.                                 'description' => NULL,
  12574.                             ],
  12575.                         ],
  12576.                         'interfaces' => [
  12577.                         ],
  12578.                         'name' => 'JobRedirect',
  12579.                         'builders' => [
  12580.                         ],
  12581.                     ],
  12582.                 ],
  12583.                 'ExternalLink' => [
  12584.                     'type' => 'object',
  12585.                     'class_name' => 'ExternalLinkType',
  12586.                     'inherits' => [
  12587.                     ],
  12588.                     'decorator' => false,
  12589.                     'config' => [
  12590.                         'description' => NULL,
  12591.                         'fields' => [
  12592.                             'heading' => [
  12593.                                 'type' => 'String!',
  12594.                                 'description' => NULL,
  12595.                             ],
  12596.                             'subHeading' => [
  12597.                                 'type' => 'String',
  12598.                                 'description' => NULL,
  12599.                             ],
  12600.                             'typeName' => [
  12601.                                 'type' => 'String!',
  12602.                                 'description' => NULL,
  12603.                             ],
  12604.                             'position' => [
  12605.                                 'type' => 'Int',
  12606.                                 'description' => NULL,
  12607.                             ],
  12608.                             'image' => [
  12609.                                 'type' => 'Image',
  12610.                                 'description' => NULL,
  12611.                             ],
  12612.                             'link' => [
  12613.                                 'type' => 'String!',
  12614.                                 'description' => NULL,
  12615.                             ],
  12616.                             'linkTargetType' => [
  12617.                                 'type' => 'LinkTargetType!',
  12618.                                 'description' => NULL,
  12619.                             ],
  12620.                         ],
  12621.                         'interfaces' => [
  12622.                         ],
  12623.                         'name' => 'ExternalLink',
  12624.                         'builders' => [
  12625.                         ],
  12626.                     ],
  12627.                 ],
  12628.                 'ContactGalleryEntry' => [
  12629.                     'type' => 'object',
  12630.                     'class_name' => 'ContactGalleryEntryType',
  12631.                     'inherits' => [
  12632.                     ],
  12633.                     'decorator' => false,
  12634.                     'config' => [
  12635.                         'description' => NULL,
  12636.                         'fields' => [
  12637.                             'id' => [
  12638.                                 'type' => 'ID!',
  12639.                                 'description' => NULL,
  12640.                             ],
  12641.                             'contact' => [
  12642.                                 'type' => 'Contact!',
  12643.                                 'description' => NULL,
  12644.                             ],
  12645.                         ],
  12646.                         'interfaces' => [
  12647.                         ],
  12648.                         'name' => 'ContactGalleryEntry',
  12649.                         'builders' => [
  12650.                         ],
  12651.                     ],
  12652.                 ],
  12653.                 'ContactGallery' => [
  12654.                     'type' => 'object',
  12655.                     'class_name' => 'ContactGalleryType',
  12656.                     'inherits' => [
  12657.                     ],
  12658.                     'decorator' => false,
  12659.                     'config' => [
  12660.                         'description' => NULL,
  12661.                         'fields' => [
  12662.                             'status' => [
  12663.                                 'type' => 'Status!',
  12664.                                 'description' => NULL,
  12665.                             ],
  12666.                             'id' => [
  12667.                                 'type' => 'ID!',
  12668.                                 'description' => NULL,
  12669.                             ],
  12670.                             'galleryEntries' => [
  12671.                                 'type' => '[ContactGalleryEntry!]',
  12672.                                 'description' => NULL,
  12673.                             ],
  12674.                         ],
  12675.                         'interfaces' => [
  12676.                         ],
  12677.                         'name' => 'ContactGallery',
  12678.                         'builders' => [
  12679.                         ],
  12680.                     ],
  12681.                 ],
  12682.                 'NextStoryPreview' => [
  12683.                     'type' => 'object',
  12684.                     'class_name' => 'NextStoryPreviewType',
  12685.                     'inherits' => [
  12686.                     ],
  12687.                     'decorator' => false,
  12688.                     'config' => [
  12689.                         'description' => NULL,
  12690.                         'fields' => [
  12691.                             'avatar' => [
  12692.                                 'type' => 'Image',
  12693.                                 'description' => NULL,
  12694.                             ],
  12695.                             'title' => [
  12696.                                 'type' => 'String',
  12697.                                 'description' => NULL,
  12698.                             ],
  12699.                             'linkTitle' => [
  12700.                                 'type' => 'String',
  12701.                                 'description' => NULL,
  12702.                             ],
  12703.                             'portrait' => [
  12704.                                 'type' => 'String',
  12705.                                 'description' => NULL,
  12706.                             ],
  12707.                             'storyId' => [
  12708.                                 'type' => 'String',
  12709.                                 'description' => NULL,
  12710.                             ],
  12711.                         ],
  12712.                         'interfaces' => [
  12713.                         ],
  12714.                         'name' => 'NextStoryPreview',
  12715.                         'builders' => [
  12716.                         ],
  12717.                     ],
  12718.                 ],
  12719.                 'JobMarketAdditionalInfo' => [
  12720.                     'type' => 'object',
  12721.                     'class_name' => 'JobMarketAdditionalInfoType',
  12722.                     'inherits' => [
  12723.                     ],
  12724.                     'decorator' => false,
  12725.                     'config' => [
  12726.                         'description' => NULL,
  12727.                         'fields' => [
  12728.                             'from' => [
  12729.                                 'type' => 'String',
  12730.                                 'description' => NULL,
  12731.                             ],
  12732.                             'to' => [
  12733.                                 'type' => 'String',
  12734.                                 'description' => NULL,
  12735.                             ],
  12736.                             'workFrom' => [
  12737.                                 'type' => 'String',
  12738.                                 'description' => NULL,
  12739.                             ],
  12740.                             'workTo' => [
  12741.                                 'type' => 'String',
  12742.                                 'description' => NULL,
  12743.                             ],
  12744.                             'age' => [
  12745.                                 'type' => 'String',
  12746.                                 'description' => NULL,
  12747.                             ],
  12748.                         ],
  12749.                         'interfaces' => [
  12750.                         ],
  12751.                         'name' => 'JobMarketAdditionalInfo',
  12752.                         'builders' => [
  12753.                         ],
  12754.                     ],
  12755.                 ],
  12756.                 'RoundPlayers' => [
  12757.                     'type' => 'object',
  12758.                     'class_name' => 'RoundPlayersType',
  12759.                     'inherits' => [
  12760.                     ],
  12761.                     'decorator' => false,
  12762.                     'config' => [
  12763.                         'description' => NULL,
  12764.                         'fields' => [
  12765.                             'highscore' => [
  12766.                                 'type' => 'Int!',
  12767.                                 'description' => NULL,
  12768.                             ],
  12769.                             'entries' => [
  12770.                                 'type' => '[RoundPlayersEntry!]',
  12771.                                 'description' => NULL,
  12772.                             ],
  12773.                         ],
  12774.                         'interfaces' => [
  12775.                         ],
  12776.                         'name' => 'RoundPlayers',
  12777.                         'builders' => [
  12778.                         ],
  12779.                     ],
  12780.                 ],
  12781.                 'SchoolClassYear' => [
  12782.                     'type' => 'object',
  12783.                     'class_name' => 'SchoolClassYearType',
  12784.                     'inherits' => [
  12785.                     ],
  12786.                     'decorator' => false,
  12787.                     'config' => [
  12788.                         'description' => NULL,
  12789.                         'fields' => [
  12790.                             'id' => [
  12791.                                 'type' => 'ID!',
  12792.                                 'description' => NULL,
  12793.                             ],
  12794.                             'name' => [
  12795.                                 'type' => 'String!',
  12796.                                 'description' => NULL,
  12797.                             ],
  12798.                             'startYear' => [
  12799.                                 'type' => 'String!',
  12800.                                 'description' => NULL,
  12801.                             ],
  12802.                             'endYear' => [
  12803.                                 'type' => 'String!',
  12804.                                 'description' => NULL,
  12805.                             ],
  12806.                         ],
  12807.                         'interfaces' => [
  12808.                         ],
  12809.                         'name' => 'SchoolClassYear',
  12810.                         'builders' => [
  12811.                         ],
  12812.                     ],
  12813.                 ],
  12814.                 'OfferList' => [
  12815.                     'type' => 'object',
  12816.                     'class_name' => 'OfferListType',
  12817.                     'inherits' => [
  12818.                     ],
  12819.                     'decorator' => false,
  12820.                     'config' => [
  12821.                         'description' => NULL,
  12822.                         'fields' => [
  12823.                             'boPartnerTypes' => [
  12824.                                 'type' => '[Offer!]',
  12825.                                 'description' => NULL,
  12826.                             ],
  12827.                             'companyTypes' => [
  12828.                                 'type' => '[Offer!]',
  12829.                                 'description' => NULL,
  12830.                             ],
  12831.                             'schoolTypes' => [
  12832.                                 'type' => '[Offer!]',
  12833.                                 'description' => NULL,
  12834.                             ],
  12835.                         ],
  12836.                         'interfaces' => [
  12837.                         ],
  12838.                         'name' => 'OfferList',
  12839.                         'builders' => [
  12840.                         ],
  12841.                     ],
  12842.                 ],
  12843.                 'SchoolClassGameHistory' => [
  12844.                     'type' => 'object',
  12845.                     'class_name' => 'SchoolClassGameHistoryType',
  12846.                     'inherits' => [
  12847.                     ],
  12848.                     'decorator' => false,
  12849.                     'config' => [
  12850.                         'description' => NULL,
  12851.                         'fields' => [
  12852.                             'status' => [
  12853.                                 'type' => 'Status!',
  12854.                                 'description' => NULL,
  12855.                             ],
  12856.                             'schoolClassID' => [
  12857.                                 'type' => 'Int',
  12858.                                 'description' => NULL,
  12859.                             ],
  12860.                             'points' => [
  12861.                                 'type' => 'Float',
  12862.                                 'description' => NULL,
  12863.                             ],
  12864.                             'playtime' => [
  12865.                                 'type' => 'Int',
  12866.                                 'description' => NULL,
  12867.                             ],
  12868.                             'createdAt' => [
  12869.                                 'type' => 'String',
  12870.                                 'description' => NULL,
  12871.                             ],
  12872.                         ],
  12873.                         'interfaces' => [
  12874.                         ],
  12875.                         'name' => 'SchoolClassGameHistory',
  12876.                         'builders' => [
  12877.                         ],
  12878.                     ],
  12879.                 ],
  12880.                 'Benefit' => [
  12881.                     'type' => 'object',
  12882.                     'class_name' => 'BenefitType',
  12883.                     'inherits' => [
  12884.                     ],
  12885.                     'decorator' => false,
  12886.                     'config' => [
  12887.                         'description' => NULL,
  12888.                         'fields' => [
  12889.                             'id' => [
  12890.                                 'type' => 'ID!',
  12891.                                 'description' => NULL,
  12892.                             ],
  12893.                             'name' => [
  12894.                                 'type' => 'String!',
  12895.                                 'description' => NULL,
  12896.                             ],
  12897.                         ],
  12898.                         'interfaces' => [
  12899.                         ],
  12900.                         'name' => 'Benefit',
  12901.                         'builders' => [
  12902.                         ],
  12903.                     ],
  12904.                 ],
  12905.                 'JobLink' => [
  12906.                     'type' => 'object',
  12907.                     'class_name' => 'JobLinkType',
  12908.                     'inherits' => [
  12909.                     ],
  12910.                     'decorator' => false,
  12911.                     'config' => [
  12912.                         'description' => NULL,
  12913.                         'fields' => [
  12914.                             'id' => [
  12915.                                 'type' => 'ID!',
  12916.                                 'description' => NULL,
  12917.                             ],
  12918.                             'url' => [
  12919.                                 'type' => 'String',
  12920.                                 'description' => NULL,
  12921.                             ],
  12922.                             'title' => [
  12923.                                 'type' => 'String',
  12924.                                 'description' => NULL,
  12925.                             ],
  12926.                             'start' => [
  12927.                                 'type' => 'Int',
  12928.                                 'description' => NULL,
  12929.                             ],
  12930.                             'end' => [
  12931.                                 'type' => 'Int',
  12932.                                 'description' => NULL,
  12933.                             ],
  12934.                             'titleFrontend' => [
  12935.                                 'type' => 'String',
  12936.                                 'description' => NULL,
  12937.                             ],
  12938.                             'titleBackend' => [
  12939.                                 'type' => 'String',
  12940.                                 'description' => NULL,
  12941.                             ],
  12942.                         ],
  12943.                         'interfaces' => [
  12944.                         ],
  12945.                         'name' => 'JobLink',
  12946.                         'builders' => [
  12947.                         ],
  12948.                     ],
  12949.                 ],
  12950.                 'JobRedirectType' => [
  12951.                     'type' => 'enum',
  12952.                     'class_name' => 'JobRedirectTypeType',
  12953.                     'inherits' => [
  12954.                     ],
  12955.                     'decorator' => false,
  12956.                     'config' => [
  12957.                         'description' => NULL,
  12958.                         'values' => [
  12959.                             'ALTERNATIVES' => [
  12960.                                 'description' => NULL,
  12961.                                 'value' => 'ALTERNATIVES',
  12962.                             ],
  12963.                             'CONNECTED' => [
  12964.                                 'description' => NULL,
  12965.                                 'value' => 'CONNECTED',
  12966.                             ],
  12967.                             'DESCRIPTION' => [
  12968.                                 'description' => NULL,
  12969.                                 'value' => 'DESCRIPTION',
  12970.                             ],
  12971.                             'EXPIRED' => [
  12972.                                 'description' => NULL,
  12973.                                 'value' => 'EXPIRED',
  12974.                             ],
  12975.                             'SPECIALIZED' => [
  12976.                                 'description' => NULL,
  12977.                                 'value' => 'SPECIALIZED',
  12978.                             ],
  12979.                             'REDIRECT' => [
  12980.                                 'description' => NULL,
  12981.                                 'value' => 'REDIRECT',
  12982.                             ],
  12983.                         ],
  12984.                         'name' => 'JobRedirectType',
  12985.                     ],
  12986.                 ],
  12987.                 'JobMarketPositionType' => [
  12988.                     'type' => 'enum',
  12989.                     'class_name' => 'JobMarketPositionTypeType',
  12990.                     'inherits' => [
  12991.                     ],
  12992.                     'decorator' => false,
  12993.                     'config' => [
  12994.                         'description' => NULL,
  12995.                         'values' => [
  12996.                             'LEHRSTELLE' => [
  12997.                                 'description' => NULL,
  12998.                                 'value' => 'LEHRSTELLE',
  12999.                             ],
  13000.                             'FERIALJOB' => [
  13001.                                 'description' => NULL,
  13002.                                 'value' => 'FERIALJOB',
  13003.                             ],
  13004.                             'PRAKTIKUM' => [
  13005.                                 'description' => NULL,
  13006.                                 'value' => 'PRAKTIKUM',
  13007.                             ],
  13008.                         ],
  13009.                         'name' => 'JobMarketPositionType',
  13010.                     ],
  13011.                 ],
  13012.                 'Tag' => [
  13013.                     'type' => 'object',
  13014.                     'class_name' => 'TagType',
  13015.                     'inherits' => [
  13016.                     ],
  13017.                     'decorator' => false,
  13018.                     'config' => [
  13019.                         'description' => NULL,
  13020.                         'fields' => [
  13021.                             'tagName' => [
  13022.                                 'type' => 'String!',
  13023.                                 'description' => NULL,
  13024.                             ],
  13025.                         ],
  13026.                         'interfaces' => [
  13027.                         ],
  13028.                         'name' => 'Tag',
  13029.                         'builders' => [
  13030.                         ],
  13031.                     ],
  13032.                 ],
  13033.                 'JobMarketDistricts' => [
  13034.                     'type' => 'object',
  13035.                     'class_name' => 'JobMarketDistrictsType',
  13036.                     'inherits' => [
  13037.                     ],
  13038.                     'decorator' => false,
  13039.                     'config' => [
  13040.                         'description' => NULL,
  13041.                         'fields' => [
  13042.                             'districts' => [
  13043.                                 'type' => '[JobMarketDistrict!]',
  13044.                                 'description' => NULL,
  13045.                             ],
  13046.                             'countDistricts' => [
  13047.                                 'type' => 'Int!',
  13048.                                 'description' => NULL,
  13049.                             ],
  13050.                         ],
  13051.                         'interfaces' => [
  13052.                         ],
  13053.                         'name' => 'JobMarketDistricts',
  13054.                         'builders' => [
  13055.                         ],
  13056.                     ],
  13057.                 ],
  13058.                 'JobMarketState' => [
  13059.                     'type' => 'enum',
  13060.                     'class_name' => 'JobMarketStateType',
  13061.                     'inherits' => [
  13062.                     ],
  13063.                     'decorator' => false,
  13064.                     'config' => [
  13065.                         'description' => NULL,
  13066.                         'values' => [
  13067.                             'ACTIVE' => [
  13068.                                 'description' => NULL,
  13069.                                 'value' => 'ACTIVE',
  13070.                             ],
  13071.                             'INACTIVE' => [
  13072.                                 'description' => NULL,
  13073.                                 'value' => 'INACTIVE',
  13074.                             ],
  13075.                             'DELETED' => [
  13076.                                 'description' => NULL,
  13077.                                 'value' => 'DELETED',
  13078.                             ],
  13079.                             'NOTSET' => [
  13080.                                 'description' => NULL,
  13081.                                 'value' => 'NOTSET',
  13082.                             ],
  13083.                         ],
  13084.                         'name' => 'JobMarketState',
  13085.                     ],
  13086.                 ],
  13087.                 'JobRequirementType' => [
  13088.                     'type' => 'object',
  13089.                     'class_name' => 'JobRequirementTypeType',
  13090.                     'inherits' => [
  13091.                     ],
  13092.                     'decorator' => false,
  13093.                     'config' => [
  13094.                         'description' => NULL,
  13095.                         'fields' => [
  13096.                             'id' => [
  13097.                                 'type' => 'ID!',
  13098.                                 'description' => NULL,
  13099.                             ],
  13100.                             'bicID' => [
  13101.                                 'type' => 'Int',
  13102.                                 'description' => NULL,
  13103.                             ],
  13104.                             'typeName' => [
  13105.                                 'type' => 'String!',
  13106.                                 'description' => NULL,
  13107.                             ],
  13108.                         ],
  13109.                         'interfaces' => [
  13110.                         ],
  13111.                         'name' => 'JobRequirementType',
  13112.                         'builders' => [
  13113.                         ],
  13114.                     ],
  13115.                 ],
  13116.                 'JobMarketStartType' => [
  13117.                     'type' => 'enum',
  13118.                     'class_name' => 'JobMarketStartTypeType',
  13119.                     'inherits' => [
  13120.                     ],
  13121.                     'decorator' => false,
  13122.                     'config' => [
  13123.                         'description' => NULL,
  13124.                         'values' => [
  13125.                             'ANYTIME' => [
  13126.                                 'description' => NULL,
  13127.                                 'value' => 'ANYTIME',
  13128.                             ],
  13129.                             'CONSENT' => [
  13130.                                 'description' => NULL,
  13131.                                 'value' => 'CONSENT',
  13132.                             ],
  13133.                             'DATE' => [
  13134.                                 'description' => NULL,
  13135.                                 'value' => 'DATE',
  13136.                             ],
  13137.                         ],
  13138.                         'name' => 'JobMarketStartType',
  13139.                     ],
  13140.                 ],
  13141.                 'StatusType' => [
  13142.                     'type' => 'enum',
  13143.                     'class_name' => 'StatusTypeType',
  13144.                     'inherits' => [
  13145.                     ],
  13146.                     'decorator' => false,
  13147.                     'config' => [
  13148.                         'description' => NULL,
  13149.                         'values' => [
  13150.                             'OK' => [
  13151.                                 'description' => NULL,
  13152.                                 'value' => 'OK',
  13153.                             ],
  13154.                             'ERROR' => [
  13155.                                 'description' => NULL,
  13156.                                 'value' => 'ERROR',
  13157.                             ],
  13158.                             'GAMEEND' => [
  13159.                                 'description' => NULL,
  13160.                                 'value' => 'GAMEEND',
  13161.                             ],
  13162.                         ],
  13163.                         'name' => 'StatusType',
  13164.                     ],
  13165.                 ],
  13166.                 'ProfileSimple' => [
  13167.                     'type' => 'object',
  13168.                     'class_name' => 'ProfileSimpleType',
  13169.                     'inherits' => [
  13170.                     ],
  13171.                     'decorator' => false,
  13172.                     'config' => [
  13173.                         'description' => NULL,
  13174.                         'fields' => [
  13175.                             'type' => [
  13176.                                 'type' => 'ProfileType!',
  13177.                                 'description' => NULL,
  13178.                             ],
  13179.                             'id' => [
  13180.                                 'type' => 'Int',
  13181.                                 'description' => NULL,
  13182.                             ],
  13183.                             'uuid' => [
  13184.                                 'type' => 'String',
  13185.                                 'description' => NULL,
  13186.                             ],
  13187.                             'name' => [
  13188.                                 'type' => 'String',
  13189.                                 'description' => NULL,
  13190.                             ],
  13191.                             'profilePicture' => [
  13192.                                 'type' => 'Image',
  13193.                                 'description' => NULL,
  13194.                             ],
  13195.                             'isSelected' => [
  13196.                                 'type' => 'Boolean!',
  13197.                                 'description' => NULL,
  13198.                             ],
  13199.                         ],
  13200.                         'interfaces' => [
  13201.                         ],
  13202.                         'name' => 'ProfileSimple',
  13203.                         'builders' => [
  13204.                         ],
  13205.                     ],
  13206.                 ],
  13207.                 'CompanyBenefit' => [
  13208.                     'type' => 'object',
  13209.                     'class_name' => 'CompanyBenefitType',
  13210.                     'inherits' => [
  13211.                     ],
  13212.                     'decorator' => false,
  13213.                     'config' => [
  13214.                         'description' => NULL,
  13215.                         'fields' => [
  13216.                             'id' => [
  13217.                                 'type' => 'ID!',
  13218.                                 'description' => NULL,
  13219.                             ],
  13220.                             'name' => [
  13221.                                 'type' => 'String!',
  13222.                                 'description' => NULL,
  13223.                             ],
  13224.                         ],
  13225.                         'interfaces' => [
  13226.                         ],
  13227.                         'name' => 'CompanyBenefit',
  13228.                         'builders' => [
  13229.                         ],
  13230.                     ],
  13231.                 ],
  13232.                 'Teacher' => [
  13233.                     'type' => 'object',
  13234.                     'class_name' => 'TeacherType',
  13235.                     'inherits' => [
  13236.                     ],
  13237.                     'decorator' => false,
  13238.                     'config' => [
  13239.                         'description' => NULL,
  13240.                         'fields' => [
  13241.                             'id' => [
  13242.                                 'type' => 'Int',
  13243.                                 'description' => NULL,
  13244.                             ],
  13245.                             'email' => [
  13246.                                 'type' => 'String',
  13247.                                 'description' => NULL,
  13248.                             ],
  13249.                             'firstname' => [
  13250.                                 'type' => 'String',
  13251.                                 'description' => NULL,
  13252.                             ],
  13253.                             'lastname' => [
  13254.                                 'type' => 'String',
  13255.                                 'description' => NULL,
  13256.                             ],
  13257.                         ],
  13258.                         'interfaces' => [
  13259.                         ],
  13260.                         'name' => 'Teacher',
  13261.                         'builders' => [
  13262.                         ],
  13263.                     ],
  13264.                 ],
  13265.                 'SchoolClassRank' => [
  13266.                     'type' => 'object',
  13267.                     'class_name' => 'SchoolClassRankType',
  13268.                     'inherits' => [
  13269.                     ],
  13270.                     'decorator' => false,
  13271.                     'config' => [
  13272.                         'description' => NULL,
  13273.                         'fields' => [
  13274.                             'school' => [
  13275.                                 'type' => 'School!',
  13276.                                 'description' => NULL,
  13277.                             ],
  13278.                             'schoolClass' => [
  13279.                                 'type' => 'SchoolClass!',
  13280.                                 'description' => NULL,
  13281.                             ],
  13282.                             'points' => [
  13283.                                 'type' => 'Int!',
  13284.                                 'description' => NULL,
  13285.                             ],
  13286.                             'playtimeMinutes' => [
  13287.                                 'type' => 'Int!',
  13288.                                 'description' => NULL,
  13289.                             ],
  13290.                         ],
  13291.                         'interfaces' => [
  13292.                         ],
  13293.                         'name' => 'SchoolClassRank',
  13294.                         'builders' => [
  13295.                         ],
  13296.                     ],
  13297.                 ],
  13298.                 'NextStoryCard' => [
  13299.                     'type' => 'object',
  13300.                     'class_name' => 'NextStoryCardType',
  13301.                     'inherits' => [
  13302.                     ],
  13303.                     'decorator' => false,
  13304.                     'config' => [
  13305.                         'description' => NULL,
  13306.                         'fields' => [
  13307.                             'title' => [
  13308.                                 'type' => 'String',
  13309.                                 'description' => NULL,
  13310.                             ],
  13311.                             'description' => [
  13312.                                 'type' => 'String',
  13313.                                 'description' => NULL,
  13314.                             ],
  13315.                             'stories' => [
  13316.                                 'type' => '[NextStoryPreview!]',
  13317.                                 'description' => NULL,
  13318.                             ],
  13319.                         ],
  13320.                         'interfaces' => [
  13321.                         ],
  13322.                         'name' => 'NextStoryCard',
  13323.                         'builders' => [
  13324.                         ],
  13325.                     ],
  13326.                 ],
  13327.                 'ProfileLink' => [
  13328.                     'type' => 'object',
  13329.                     'class_name' => 'ProfileLinkType',
  13330.                     'inherits' => [
  13331.                     ],
  13332.                     'decorator' => false,
  13333.                     'config' => [
  13334.                         'description' => NULL,
  13335.                         'fields' => [
  13336.                             'createdAt' => [
  13337.                                 'type' => 'String!',
  13338.                                 'description' => NULL,
  13339.                             ],
  13340.                             'entries' => [
  13341.                                 'type' => '[ProfileLinkEntry!]',
  13342.                                 'description' => NULL,
  13343.                             ],
  13344.                         ],
  13345.                         'interfaces' => [
  13346.                         ],
  13347.                         'name' => 'ProfileLink',
  13348.                         'builders' => [
  13349.                         ],
  13350.                     ],
  13351.                 ],
  13352.                 'InfoSectionCategory' => [
  13353.                     'type' => 'object',
  13354.                     'class_name' => 'InfoSectionCategoryType',
  13355.                     'inherits' => [
  13356.                     ],
  13357.                     'decorator' => false,
  13358.                     'config' => [
  13359.                         'description' => NULL,
  13360.                         'fields' => [
  13361.                             'id' => [
  13362.                                 'type' => 'ID!',
  13363.                                 'description' => NULL,
  13364.                             ],
  13365.                             'heading' => [
  13366.                                 'type' => 'String!',
  13367.                                 'description' => NULL,
  13368.                             ],
  13369.                             'description' => [
  13370.                                 'type' => 'String',
  13371.                                 'description' => NULL,
  13372.                             ],
  13373.                             'link' => [
  13374.                                 'type' => 'String',
  13375.                                 'description' => NULL,
  13376.                             ],
  13377.                             'type' => [
  13378.                                 'type' => 'InfoSectionType!',
  13379.                                 'description' => NULL,
  13380.                             ],
  13381.                             'image' => [
  13382.                                 'type' => 'Image',
  13383.                                 'description' => NULL,
  13384.                             ],
  13385.                             'position' => [
  13386.                                 'type' => 'Int',
  13387.                                 'description' => NULL,
  13388.                             ],
  13389.                             'urlText' => [
  13390.                                 'type' => 'String',
  13391.                                 'description' => NULL,
  13392.                             ],
  13393.                             'subCategories' => [
  13394.                                 'type' => '[InfoSectionSubCategory!]',
  13395.                                 'description' => NULL,
  13396.                             ],
  13397.                         ],
  13398.                         'interfaces' => [
  13399.                         ],
  13400.                         'name' => 'InfoSectionCategory',
  13401.                         'builders' => [
  13402.                         ],
  13403.                     ],
  13404.                 ],
  13405.                 'JobLinkMappingType' => [
  13406.                     'type' => 'object',
  13407.                     'class_name' => 'JobLinkMappingTypeType',
  13408.                     'inherits' => [
  13409.                     ],
  13410.                     'decorator' => false,
  13411.                     'config' => [
  13412.                         'description' => NULL,
  13413.                         'fields' => [
  13414.                             'id' => [
  13415.                                 'type' => 'ID!',
  13416.                                 'description' => NULL,
  13417.                             ],
  13418.                             'name' => [
  13419.                                 'type' => 'String',
  13420.                                 'description' => NULL,
  13421.                             ],
  13422.                         ],
  13423.                         'interfaces' => [
  13424.                         ],
  13425.                         'name' => 'JobLinkMappingType',
  13426.                         'builders' => [
  13427.                         ],
  13428.                     ],
  13429.                 ],
  13430.                 'JobRequirementCollection' => [
  13431.                     'type' => 'object',
  13432.                     'class_name' => 'JobRequirementCollectionType',
  13433.                     'inherits' => [
  13434.                     ],
  13435.                     'decorator' => false,
  13436.                     'config' => [
  13437.                         'description' => NULL,
  13438.                         'fields' => [
  13439.                             'requirementTypes' => [
  13440.                                 'type' => '[JobRequirementTypeCollection]',
  13441.                                 'description' => NULL,
  13442.                             ],
  13443.                         ],
  13444.                         'interfaces' => [
  13445.                         ],
  13446.                         'name' => 'JobRequirementCollection',
  13447.                         'builders' => [
  13448.                         ],
  13449.                     ],
  13450.                 ],
  13451.                 'InfoSectionType' => [
  13452.                     'type' => 'object',
  13453.                     'class_name' => 'InfoSectionTypeType',
  13454.                     'inherits' => [
  13455.                     ],
  13456.                     'decorator' => false,
  13457.                     'config' => [
  13458.                         'description' => NULL,
  13459.                         'fields' => [
  13460.                             'id' => [
  13461.                                 'type' => 'ID!',
  13462.                                 'description' => NULL,
  13463.                             ],
  13464.                             'name' => [
  13465.                                 'type' => 'String!',
  13466.                                 'description' => NULL,
  13467.                             ],
  13468.                         ],
  13469.                         'interfaces' => [
  13470.                         ],
  13471.                         'name' => 'InfoSectionType',
  13472.                         'builders' => [
  13473.                         ],
  13474.                     ],
  13475.                 ],
  13476.                 'ImageInfo' => [
  13477.                     'type' => 'object',
  13478.                     'class_name' => 'ImageInfoType',
  13479.                     'inherits' => [
  13480.                     ],
  13481.                     'decorator' => false,
  13482.                     'config' => [
  13483.                         'description' => NULL,
  13484.                         'fields' => [
  13485.                             'caption' => [
  13486.                                 'type' => 'String',
  13487.                                 'description' => NULL,
  13488.                             ],
  13489.                             'copyright' => [
  13490.                                 'type' => 'String',
  13491.                                 'description' => NULL,
  13492.                             ],
  13493.                         ],
  13494.                         'interfaces' => [
  13495.                         ],
  13496.                         'name' => 'ImageInfo',
  13497.                         'builders' => [
  13498.                         ],
  13499.                     ],
  13500.                 ],
  13501.                 'StoryCardTheme' => [
  13502.                     'type' => 'enum',
  13503.                     'class_name' => 'StoryCardThemeType',
  13504.                     'inherits' => [
  13505.                     ],
  13506.                     'decorator' => false,
  13507.                     'config' => [
  13508.                         'description' => NULL,
  13509.                         'values' => [
  13510.                             'DEFAULT' => [
  13511.                                 'description' => NULL,
  13512.                                 'value' => 'DEFAULT',
  13513.                             ],
  13514.                             'YELLOW' => [
  13515.                                 'description' => NULL,
  13516.                                 'value' => 'YELLOW',
  13517.                             ],
  13518.                             'RED' => [
  13519.                                 'description' => NULL,
  13520.                                 'value' => 'RED',
  13521.                             ],
  13522.                             'BLUE' => [
  13523.                                 'description' => NULL,
  13524.                                 'value' => 'BLUE',
  13525.                             ],
  13526.                         ],
  13527.                         'name' => 'StoryCardTheme',
  13528.                     ],
  13529.                 ],
  13530.                 'InfoSectionEntry' => [
  13531.                     'type' => 'object',
  13532.                     'class_name' => 'InfoSectionEntryType',
  13533.                     'inherits' => [
  13534.                     ],
  13535.                     'decorator' => false,
  13536.                     'config' => [
  13537.                         'description' => NULL,
  13538.                         'fields' => [
  13539.                             'id' => [
  13540.                                 'type' => 'ID!',
  13541.                                 'description' => NULL,
  13542.                             ],
  13543.                             'heading' => [
  13544.                                 'type' => 'String!',
  13545.                                 'description' => NULL,
  13546.                             ],
  13547.                             'description' => [
  13548.                                 'type' => 'String',
  13549.                                 'description' => NULL,
  13550.                             ],
  13551.                             'url' => [
  13552.                                 'type' => 'String',
  13553.                                 'description' => NULL,
  13554.                             ],
  13555.                             'urlType' => [
  13556.                                 'type' => 'String',
  13557.                                 'description' => NULL,
  13558.                             ],
  13559.                             'image' => [
  13560.                                 'type' => 'Image',
  13561.                                 'description' => NULL,
  13562.                             ],
  13563.                             'position' => [
  13564.                                 'type' => 'Int',
  13565.                                 'description' => NULL,
  13566.                             ],
  13567.                         ],
  13568.                         'interfaces' => [
  13569.                         ],
  13570.                         'name' => 'InfoSectionEntry',
  13571.                         'builders' => [
  13572.                         ],
  13573.                     ],
  13574.                 ],
  13575.                 'LinkTargetType' => [
  13576.                     'type' => 'enum',
  13577.                     'class_name' => 'LinkTargetTypeType',
  13578.                     'inherits' => [
  13579.                     ],
  13580.                     'decorator' => false,
  13581.                     'config' => [
  13582.                         'description' => NULL,
  13583.                         'values' => [
  13584.                             'BLANK' => [
  13585.                                 'description' => NULL,
  13586.                                 'value' => 'BLANK',
  13587.                             ],
  13588.                             'SELF' => [
  13589.                                 'description' => NULL,
  13590.                                 'value' => 'SELF',
  13591.                             ],
  13592.                         ],
  13593.                         'name' => 'LinkTargetType',
  13594.                     ],
  13595.                 ],
  13596.                 'AddressCity' => [
  13597.                     'type' => 'object',
  13598.                     'class_name' => 'AddressCityType',
  13599.                     'inherits' => [
  13600.                     ],
  13601.                     'decorator' => false,
  13602.                     'config' => [
  13603.                         'description' => NULL,
  13604.                         'fields' => [
  13605.                             'id' => [
  13606.                                 'type' => 'ID!',
  13607.                                 'description' => NULL,
  13608.                             ],
  13609.                             'name' => [
  13610.                                 'type' => 'String!',
  13611.                                 'description' => NULL,
  13612.                             ],
  13613.                             'zip' => [
  13614.                                 'type' => 'Int!',
  13615.                                 'description' => NULL,
  13616.                             ],
  13617.                             'addressDistrict' => [
  13618.                                 'type' => 'AddressDistrict',
  13619.                                 'description' => NULL,
  13620.                             ],
  13621.                         ],
  13622.                         'interfaces' => [
  13623.                         ],
  13624.                         'name' => 'AddressCity',
  13625.                         'builders' => [
  13626.                         ],
  13627.                     ],
  13628.                 ],
  13629.                 'JobLinkMappingCategory' => [
  13630.                     'type' => 'object',
  13631.                     'class_name' => 'JobLinkMappingCategoryType',
  13632.                     'inherits' => [
  13633.                     ],
  13634.                     'decorator' => false,
  13635.                     'config' => [
  13636.                         'description' => NULL,
  13637.                         'fields' => [
  13638.                             'id' => [
  13639.                                 'type' => 'ID!',
  13640.                                 'description' => NULL,
  13641.                             ],
  13642.                             'name' => [
  13643.                                 'type' => 'String',
  13644.                                 'description' => NULL,
  13645.                             ],
  13646.                         ],
  13647.                         'interfaces' => [
  13648.                         ],
  13649.                         'name' => 'JobLinkMappingCategory',
  13650.                         'builders' => [
  13651.                         ],
  13652.                     ],
  13653.                 ],
  13654.                 'AddressLatLon' => [
  13655.                     'type' => 'object',
  13656.                     'class_name' => 'AddressLatLonType',
  13657.                     'inherits' => [
  13658.                     ],
  13659.                     'decorator' => false,
  13660.                     'config' => [
  13661.                         'description' => NULL,
  13662.                         'fields' => [
  13663.                             'id' => [
  13664.                                 'type' => 'ID!',
  13665.                                 'description' => NULL,
  13666.                             ],
  13667.                             'lat' => [
  13668.                                 'type' => 'String',
  13669.                                 'description' => NULL,
  13670.                             ],
  13671.                             'lon' => [
  13672.                                 'type' => 'String',
  13673.                                 'description' => NULL,
  13674.                             ],
  13675.                         ],
  13676.                         'interfaces' => [
  13677.                         ],
  13678.                         'name' => 'AddressLatLon',
  13679.                         'builders' => [
  13680.                         ],
  13681.                     ],
  13682.                 ],
  13683.                 'EventTag' => [
  13684.                     'type' => 'object',
  13685.                     'class_name' => 'EventTagType',
  13686.                     'inherits' => [
  13687.                     ],
  13688.                     'decorator' => false,
  13689.                     'config' => [
  13690.                         'description' => NULL,
  13691.                         'fields' => [
  13692.                             'tagName' => [
  13693.                                 'type' => 'String!',
  13694.                                 'description' => NULL,
  13695.                             ],
  13696.                         ],
  13697.                         'interfaces' => [
  13698.                         ],
  13699.                         'name' => 'EventTag',
  13700.                         'builders' => [
  13701.                         ],
  13702.                     ],
  13703.                 ],
  13704.                 'Job' => [
  13705.                     'type' => 'object',
  13706.                     'class_name' => 'JobType',
  13707.                     'inherits' => [
  13708.                     ],
  13709.                     'decorator' => false,
  13710.                     'config' => [
  13711.                         'description' => NULL,
  13712.                         'fields' => [
  13713.                             'id' => [
  13714.                                 'type' => 'ID!',
  13715.                                 'description' => NULL,
  13716.                             ],
  13717.                             'name' => [
  13718.                                 'type' => 'String!',
  13719.                                 'description' => NULL,
  13720.                             ],
  13721.                             'bicID' => [
  13722.                                 'type' => 'Int',
  13723.                                 'description' => NULL,
  13724.                             ],
  13725.                             'image' => [
  13726.                                 'type' => 'Image',
  13727.                                 'description' => NULL,
  13728.                             ],
  13729.                             'description' => [
  13730.                                 'type' => 'String',
  13731.                                 'description' => NULL,
  13732.                             ],
  13733.                             'bicAlternativen' => [
  13734.                                 'type' => 'String',
  13735.                                 'description' => NULL,
  13736.                             ],
  13737.                             'bicAnforderungen' => [
  13738.                                 'type' => 'String',
  13739.                                 'description' => NULL,
  13740.                             ],
  13741.                             'bicAusbildungBerufschule' => [
  13742.                                 'type' => 'String',
  13743.                                 'description' => NULL,
  13744.                             ],
  13745.                             'bicMoeglichkeiten' => [
  13746.                                 'type' => 'String',
  13747.                                 'description' => NULL,
  13748.                             ],
  13749.                             'operationsAndTasks' => [
  13750.                                 'type' => 'String',
  13751.                                 'description' => NULL,
  13752.                             ],
  13753.                             'scholasticDuration' => [
  13754.                                 'type' => 'JobScholasticDuration',
  13755.                                 'description' => NULL,
  13756.                             ],
  13757.                             'showSchoolSubjects' => [
  13758.                                 'type' => 'Boolean',
  13759.                                 'description' => NULL,
  13760.                             ],
  13761.                             'expertTerms' => [
  13762.                                 'type' => '[JobExpertTerm!]',
  13763.                                 'description' => NULL,
  13764.                             ],
  13765.                             'interestFields' => [
  13766.                                 'type' => '[InterestField!]',
  13767.                                 'description' => NULL,
  13768.                             ],
  13769.                             'jobEducationCompanies' => [
  13770.                                 'type' => '[CompanyProfileSimple!]',
  13771.                                 'description' => NULL,
  13772.                             ],
  13773.                             'jobEducationalPaths' => [
  13774.                                 'type' => '[JobEducationalPath!]',
  13775.                                 'description' => NULL,
  13776.                             ],
  13777.                             'insights' => [
  13778.                                 'type' => '[Story!]',
  13779.                                 'description' => NULL,
  13780.                             ],
  13781.                             'jobLinkMappings' => [
  13782.                                 'type' => '[JobLinkMapping]',
  13783.                                 'description' => NULL,
  13784.                             ],
  13785.                             'jobMarketDistricts' => [
  13786.                                 'type' => 'JobMarketDistricts',
  13787.                                 'description' => NULL,
  13788.                             ],
  13789.                             'jobRedirects' => [
  13790.                                 'type' => '[JobRedirect!]',
  13791.                                 'description' => NULL,
  13792.                             ],
  13793.                             'jobSalary' => [
  13794.                                 'type' => 'JobSalary',
  13795.                                 'description' => NULL,
  13796.                             ],
  13797.                             'jobSectors' => [
  13798.                                 'type' => '[JobSector!]',
  13799.                                 'description' => NULL,
  13800.                             ],
  13801.                             'jobSchools' => [
  13802.                                 'type' => '[JobSchool!]',
  13803.                                 'description' => NULL,
  13804.                             ],
  13805.                             'jobWorkFields' => [
  13806.                                 'type' => '[JobWorkField!]',
  13807.                                 'description' => NULL,
  13808.                             ],
  13809.                             'requirementsByType' => [
  13810.                                 'type' => 'JobRequirementCollection',
  13811.                                 'description' => NULL,
  13812.                             ],
  13813.                             'schoolSubjectMappings' => [
  13814.                                 'type' => '[JobSchoolSubjectMapping!]',
  13815.                                 'description' => NULL,
  13816.                             ],
  13817.                             'videoUrl' => [
  13818.                                 'type' => 'String',
  13819.                                 'description' => NULL,
  13820.                             ],
  13821.                             'pdfUrl' => [
  13822.                                 'type' => 'String',
  13823.                                 'description' => NULL,
  13824.                             ],
  13825.                             'searchTags' => [
  13826.                                 'type' => '[String]',
  13827.                                 'description' => NULL,
  13828.                             ],
  13829.                             'visits' => [
  13830.                                 'type' => 'Int',
  13831.                                 'description' => NULL,
  13832.                             ],
  13833.                         ],
  13834.                         'interfaces' => [
  13835.                         ],
  13836.                         'name' => 'Job',
  13837.                         'builders' => [
  13838.                         ],
  13839.                     ],
  13840.                 ],
  13841.                 'PageInfo' => [
  13842.                     'type' => 'object',
  13843.                     'class_name' => 'PageInfoType',
  13844.                     'inherits' => [
  13845.                     ],
  13846.                     'decorator' => false,
  13847.                     'config' => [
  13848.                         'description' => 'Information about pagination in a connection.',
  13849.                         'fields' => [
  13850.                             'hasNextPage' => [
  13851.                                 'type' => 'Boolean!',
  13852.                                 'description' => 'When paginating forwards, are there more items?',
  13853.                             ],
  13854.                             'hasPreviousPage' => [
  13855.                                 'type' => 'Boolean!',
  13856.                                 'description' => 'When paginating backwards, are there more items?',
  13857.                             ],
  13858.                             'startCursor' => [
  13859.                                 'type' => 'String',
  13860.                                 'description' => 'When paginating backwards, the cursor to continue.',
  13861.                             ],
  13862.                             'endCursor' => [
  13863.                                 'type' => 'String',
  13864.                                 'description' => 'When paginating forwards, the cursor to continue.',
  13865.                             ],
  13866.                         ],
  13867.                         'name' => 'PageInfo',
  13868.                         'builders' => [
  13869.                         ],
  13870.                         'interfaces' => [
  13871.                         ],
  13872.                     ],
  13873.                 ],
  13874.             ],
  13875.             'overblog_graphql.batching_method' => 'relay',
  13876.             'overblog_graphql.query_max_depth' => 0,
  13877.             'overblog_graphql.query_max_complexity' => 0,
  13878.             'overblog_graphql.enable_introspection' => true,
  13879.             'overblog_graphql.handle_cors' => false,
  13880.             'overblog_graphql.class_namespace' => 'Overblog\\GraphQLBundle\\__DEFINITIONS__',
  13881.             'overblog_graphql.cache_dir' => NULL,
  13882.             'overblog_graphql.cache_dir_permissions' => NULL,
  13883.             'overblog_graphql.argument_class' => 'Overblog\\GraphQLBundle\\Definition\\Argument',
  13884.             'overblog_graphql.use_experimental_executor' => false,
  13885.             'overblog_graphql.profiler.query_match' => NULL,
  13886.             'overblog_graphql.use_classloader_listener' => true,
  13887.             'overblog_graphql.resources_dir' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources'),
  13888.             'overblog_graphiql.endpoint_resolver' => 'Overblog\\GraphiQLBundle\\Config\\GraphQLEndpoint\\Helpers\\OverblogGraphQLBundleEndpointResolver',
  13889.             'sonata.block.container.types' => [
  13890.                 => 'sonata.block.service.container',
  13891.                 => 'sonata.page.block.container',
  13892.                 => 'sonata.dashboard.block.container',
  13893.                 => 'cmf.block.container',
  13894.                 => 'cmf.block.slideshow',
  13895.             ],
  13896.             'sonata_block.blocks' => [
  13897.                 'block.footer' => [
  13898.                     'contexts' => [
  13899.                     ],
  13900.                     'templates' => [
  13901.                     ],
  13902.                     'cache' => 'sonata.cache.noop',
  13903.                     'settings' => [
  13904.                     ],
  13905.                 ],
  13906.                 'block.frontpage.news' => [
  13907.                     'contexts' => [
  13908.                     ],
  13909.                     'templates' => [
  13910.                     ],
  13911.                     'cache' => 'sonata.cache.noop',
  13912.                     'settings' => [
  13913.                     ],
  13914.                 ],
  13915.                 'block.events.4x1' => [
  13916.                     'contexts' => [
  13917.                     ],
  13918.                     'templates' => [
  13919.                     ],
  13920.                     'cache' => 'sonata.cache.noop',
  13921.                     'settings' => [
  13922.                     ],
  13923.                 ],
  13924.                 'block.random.jobs' => [
  13925.                     'contexts' => [
  13926.                     ],
  13927.                     'templates' => [
  13928.                     ],
  13929.                     'cache' => 'sonata.cache.noop',
  13930.                     'settings' => [
  13931.                     ],
  13932.                 ],
  13933.                 'block.slider' => [
  13934.                     'contexts' => [
  13935.                     ],
  13936.                     'templates' => [
  13937.                     ],
  13938.                     'cache' => 'sonata.cache.noop',
  13939.                     'settings' => [
  13940.                     ],
  13941.                 ],
  13942.                 'block.header.main' => [
  13943.                     'contexts' => [
  13944.                     ],
  13945.                     'templates' => [
  13946.                     ],
  13947.                     'cache' => 'sonata.cache.noop',
  13948.                     'settings' => [
  13949.                     ],
  13950.                 ],
  13951.                 'block.header.child' => [
  13952.                     'contexts' => [
  13953.                     ],
  13954.                     'templates' => [
  13955.                     ],
  13956.                     'cache' => 'sonata.cache.noop',
  13957.                     'settings' => [
  13958.                     ],
  13959.                 ],
  13960.                 'block.heading' => [
  13961.                     'contexts' => [
  13962.                     ],
  13963.                     'templates' => [
  13964.                     ],
  13965.                     'cache' => 'sonata.cache.noop',
  13966.                     'settings' => [
  13967.                     ],
  13968.                 ],
  13969.                 'block.editor' => [
  13970.                     'contexts' => [
  13971.                     ],
  13972.                     'templates' => [
  13973.                     ],
  13974.                     'cache' => 'sonata.cache.noop',
  13975.                     'settings' => [
  13976.                     ],
  13977.                 ],
  13978.                 'sonata.block.service.container' => [
  13979.                     'contexts' => [
  13980.                     ],
  13981.                     'templates' => [
  13982.                     ],
  13983.                     'cache' => 'sonata.cache.noop',
  13984.                     'settings' => [
  13985.                     ],
  13986.                 ],
  13987.                 'sonata.block.service.empty' => [
  13988.                     'contexts' => [
  13989.                     ],
  13990.                     'templates' => [
  13991.                     ],
  13992.                     'cache' => 'sonata.cache.noop',
  13993.                     'settings' => [
  13994.                     ],
  13995.                 ],
  13996.                 'sonata.block.service.text' => [
  13997.                     'contexts' => [
  13998.                     ],
  13999.                     'templates' => [
  14000.                     ],
  14001.                     'cache' => 'sonata.cache.noop',
  14002.                     'settings' => [
  14003.                     ],
  14004.                 ],
  14005.                 'sonata.block.service.rss' => [
  14006.                     'contexts' => [
  14007.                     ],
  14008.                     'templates' => [
  14009.                     ],
  14010.                     'cache' => 'sonata.cache.noop',
  14011.                     'settings' => [
  14012.                     ],
  14013.                 ],
  14014.                 'sonata.block.service.template' => [
  14015.                     'contexts' => [
  14016.                     ],
  14017.                     'templates' => [
  14018.                     ],
  14019.                     'cache' => 'sonata.cache.noop',
  14020.                     'settings' => [
  14021.                     ],
  14022.                 ],
  14023.                 'sonata.block.service.menu' => [
  14024.                     'contexts' => [
  14025.                     ],
  14026.                     'templates' => [
  14027.                     ],
  14028.                     'cache' => 'sonata.cache.noop',
  14029.                     'settings' => [
  14030.                     ],
  14031.                 ],
  14032.                 'sonata.admin.block.admin_list' => [
  14033.                     'contexts' => [
  14034.                     ],
  14035.                     'templates' => [
  14036.                     ],
  14037.                     'cache' => 'sonata.cache.noop',
  14038.                     'settings' => [
  14039.                     ],
  14040.                 ],
  14041.                 'sonata.admin.block.search_result' => [
  14042.                     'contexts' => [
  14043.                     ],
  14044.                     'templates' => [
  14045.                     ],
  14046.                     'cache' => 'sonata.cache.noop',
  14047.                     'settings' => [
  14048.                     ],
  14049.                 ],
  14050.                 'sonata.admin.block.stats' => [
  14051.                     'contexts' => [
  14052.                     ],
  14053.                     'templates' => [
  14054.                     ],
  14055.                     'cache' => 'sonata.cache.noop',
  14056.                     'settings' => [
  14057.                     ],
  14058.                 ],
  14059.                 'sonata.admin.block.admin_preview' => [
  14060.                     'contexts' => [
  14061.                     ],
  14062.                     'templates' => [
  14063.                     ],
  14064.                     'cache' => 'sonata.cache.noop',
  14065.                     'settings' => [
  14066.                     ],
  14067.                 ],
  14068.                 'sonata.seo.block.breadcrumb.homepage' => [
  14069.                     'contexts' => [
  14070.                     ],
  14071.                     'templates' => [
  14072.                     ],
  14073.                     'cache' => 'sonata.cache.noop',
  14074.                     'settings' => [
  14075.                     ],
  14076.                 ],
  14077.             ],
  14078.             'sonata_block.blocks_by_class' => [
  14079.             ],
  14080.             'sonata_blocks.block_types' => [
  14081.                 => 'block.footer',
  14082.                 => 'block.frontpage.news',
  14083.                 => 'block.events.4x1',
  14084.                 => 'block.random.jobs',
  14085.                 => 'block.slider',
  14086.                 => 'block.header.main',
  14087.                 => 'block.header.child',
  14088.                 => 'block.heading',
  14089.                 => 'block.editor',
  14090.                 => 'sonata.block.service.container',
  14091.                 10 => 'sonata.block.service.empty',
  14092.                 11 => 'sonata.block.service.text',
  14093.                 12 => 'sonata.block.service.rss',
  14094.                 13 => 'sonata.block.service.template',
  14095.                 14 => 'sonata.block.service.menu',
  14096.                 15 => 'sonata.admin.block.admin_list',
  14097.                 16 => 'sonata.admin.block.search_result',
  14098.                 17 => 'sonata.admin.block.stats',
  14099.                 18 => 'sonata.admin.block.admin_preview',
  14100.                 19 => 'sonata.seo.block.breadcrumb.homepage',
  14101.             ],
  14102.             'sonata_block.cache_blocks' => [
  14103.                 'by_class' => [
  14104.                 ],
  14105.                 'by_type' => [
  14106.                     'block.footer' => 'sonata.cache.noop',
  14107.                     'block.frontpage.news' => 'sonata.cache.noop',
  14108.                     'block.events.4x1' => 'sonata.cache.noop',
  14109.                     'block.random.jobs' => 'sonata.cache.noop',
  14110.                     'block.slider' => 'sonata.cache.noop',
  14111.                     'block.header.main' => 'sonata.cache.noop',
  14112.                     'block.header.child' => 'sonata.cache.noop',
  14113.                     'block.heading' => 'sonata.cache.noop',
  14114.                     'block.editor' => 'sonata.cache.noop',
  14115.                     'sonata.block.service.container' => 'sonata.cache.noop',
  14116.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  14117.                     'sonata.block.service.text' => 'sonata.cache.noop',
  14118.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  14119.                     'sonata.block.service.template' => 'sonata.cache.noop',
  14120.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  14121.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  14122.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  14123.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  14124.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  14125.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  14126.                 ],
  14127.             ],
  14128.             'sonata_blocks.default_contexts' => [
  14129.             ],
  14130.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  14131.                 'enum' => 'select',
  14132.                 'choice' => 'select',
  14133.                 'boolean' => 'select',
  14134.                 'textarea' => 'textarea',
  14135.                 'html' => 'textarea',
  14136.                 'email' => 'email',
  14137.                 'string' => 'text',
  14138.                 'integer' => 'number',
  14139.                 'float' => 'number',
  14140.                 'currency' => 'number',
  14141.                 'percent' => 'number',
  14142.                 'url' => 'url',
  14143.             ],
  14144.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  14145.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  14146.             'sonata.admin.configuration.templates' => [
  14147.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  14148.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  14149.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  14150.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  14151.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  14152.                 'search' => '@SonataAdmin/Core/search.html.twig',
  14153.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  14154.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  14155.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  14156.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  14157.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  14158.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  14159.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  14160.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  14161.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  14162.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  14163.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  14164.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  14165.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  14166.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  14167.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  14168.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  14169.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  14170.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  14171.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  14172.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  14173.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  14174.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  14175.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  14176.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  14177.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  14178.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  14179.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  14180.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  14181.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  14182.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  14183.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  14184.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  14185.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  14186.                 'form_theme' => [
  14187.                 ],
  14188.                 'filter_theme' => [
  14189.                 ],
  14190.             ],
  14191.             'sonata.admin.configuration.default_admin_services' => [
  14192.                 'model_manager' => NULL,
  14193.                 'data_source' => NULL,
  14194.                 'field_description_factory' => NULL,
  14195.                 'form_contractor' => NULL,
  14196.                 'show_builder' => NULL,
  14197.                 'list_builder' => NULL,
  14198.                 'datagrid_builder' => NULL,
  14199.                 'translator' => NULL,
  14200.                 'configuration_pool' => NULL,
  14201.                 'route_generator' => NULL,
  14202.                 'security_handler' => NULL,
  14203.                 'menu_factory' => NULL,
  14204.                 'route_builder' => NULL,
  14205.                 'label_translator_strategy' => NULL,
  14206.                 'pager_type' => NULL,
  14207.             ],
  14208.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  14209.             'sonata.admin.configuration.dashboard_groups' => [
  14210.             ],
  14211.             'sonata.admin.configuration.dashboard_blocks' => [
  14212.                 => [
  14213.                     'position' => 'left',
  14214.                     'settings' => [
  14215.                     ],
  14216.                     'type' => 'sonata.admin.block.admin_list',
  14217.                     'roles' => [
  14218.                     ],
  14219.                 ],
  14220.             ],
  14221.             'sonata.admin.configuration.sort_admins' => false,
  14222.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  14223.             'sonata.admin.configuration.default_group' => 'default',
  14224.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  14225.             'sonata.admin.configuration.default_translation_domain' => NULL,
  14226.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  14227.             'sonata.admin.configuration.breadcrumbs' => [
  14228.                 'child_admin_route' => 'show',
  14229.             ],
  14230.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  14231.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  14232.             'sonata.admin.configuration.security.information' => [
  14233.             ],
  14234.             'sonata.admin.configuration.security.admin_permissions' => [
  14235.                 => 'CREATE',
  14236.                 => 'LIST',
  14237.                 => 'DELETE',
  14238.                 => 'UNDELETE',
  14239.                 => 'EXPORT',
  14240.                 => 'OPERATOR',
  14241.                 => 'MASTER',
  14242.             ],
  14243.             'sonata.admin.configuration.security.object_permissions' => [
  14244.                 => 'VIEW',
  14245.                 => 'EDIT',
  14246.                 => 'HISTORY',
  14247.                 => 'DELETE',
  14248.                 => 'UNDELETE',
  14249.                 => 'OPERATOR',
  14250.                 => 'MASTER',
  14251.                 => 'OWNER',
  14252.             ],
  14253.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  14254.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  14255.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  14256.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  14257.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  14258.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  14259.             'sonata.admin.extension.map' => [
  14260.             ],
  14261.             'sonata.admin.configuration.filters.persist' => false,
  14262.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  14263.             'sonata.admin.configuration.show.mosaic.button' => true,
  14264.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  14265.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  14266.             'sonata_doctrine_orm_admin.templates' => [
  14267.                 'types' => [
  14268.                     'list' => [
  14269.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  14270.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  14271.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  14272.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  14273.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  14274.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  14275.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  14276.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  14277.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  14278.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  14279.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  14280.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  14281.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  14282.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  14283.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  14284.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  14285.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  14286.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  14287.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  14288.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  14289.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  14290.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  14291.                     ],
  14292.                     'show' => [
  14293.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  14294.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  14295.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  14296.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  14297.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  14298.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  14299.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  14300.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  14301.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  14302.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  14303.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  14304.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  14305.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  14306.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  14307.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  14308.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  14309.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  14310.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  14311.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  14312.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  14313.                     ],
  14314.                 ],
  14315.             ],
  14316.             'sonata.form.form_type' => 'standard',
  14317.             'sonata.seo.config' => [
  14318.                 'title' => 'Berufsreise',
  14319.                 'default' => 'sonata.seo.page.default',
  14320.                 'metas' => [
  14321.                     'name' => [
  14322.                         'keywords' => 'berufsreise, tirol, berufsorientierung, schüler, eltern, lehrer, unternehmen, beruf',
  14323.                         '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.',
  14324.                         'robots' => 'index, follow',
  14325.                         'viewport' => 'width=device-width, initial-scale=1',
  14326.                     ],
  14327.                     'property' => [
  14328.                         'og:site_name' => 'berufsreise.at',
  14329.                         '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!',
  14330.                         'og:title' => 'berufsreise.at',
  14331.                         'og:type' => 'article',
  14332.                         'og:url' => 'https://www.berufsreise.at',
  14333.                         'og:image' => 'https://www.berufsreise.at/static/images/berufsreise-og-image.png',
  14334.                     ],
  14335.                     'http-equiv' => [
  14336.                         'Content-Type' => 'text/html; charset=utf-8',
  14337.                     ],
  14338.                     'charset' => [
  14339.                         'UTF-8' => '',
  14340.                     ],
  14341.                 ],
  14342.                 'head' => [
  14343.                     'xmlns' => 'http://www.w3.org/1999/xhtml',
  14344.                     'xmlns:og' => 'http://opengraphprotocol.org/schema/',
  14345.                 ],
  14346.                 'separator' => ' - ',
  14347.                 'title_prefix' => NULL,
  14348.                 'title_suffix' => NULL,
  14349.             ],
  14350.             'event_dispatcher.event_aliases' => [
  14351.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  14352.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  14353.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  14354.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  14355.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  14356.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  14357.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  14358.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  14359.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  14360.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  14361.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  14362.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  14363.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  14364.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  14365.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  14366.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  14367.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  14368.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  14369.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  14370.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  14371.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  14372.             ],
  14373.             'fragment.renderer.hinclude.global_template' => NULL,
  14374.             'fragment.path' => '/_fragment',
  14375.             'kernel.http_method_override' => false,
  14376.             'kernel.trusted_hosts' => [
  14377.             ],
  14378.             'kernel.default_locale' => 'de',
  14379.             'kernel.enabled_locales' => [
  14380.                 => 'de',
  14381.             ],
  14382.             'kernel.error_controller' => 'error_controller',
  14383.             'debug.file_link_format' => NULL,
  14384.             'asset.request_context.base_path' => NULL,
  14385.             'asset.request_context.secure' => NULL,
  14386.             'translator.logging' => false,
  14387.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  14388.             'debug.error_handler.throw_at' => -1,
  14389.             'router.request_context.host' => 'localhost',
  14390.             'router.request_context.scheme' => 'http',
  14391.             'router.request_context.base_url' => '',
  14392.             'router.resource' => 'kernel::loadRoutes',
  14393.             'request_listener.http_port' => 80,
  14394.             'request_listener.https_port' => 443,
  14395.             'session.metadata.storage_key' => '_sf2_meta',
  14396.             'session.storage.options' => [
  14397.                 'cache_limiter' => '0',
  14398.                 'cookie_secure' => 'auto',
  14399.                 'cookie_httponly' => true,
  14400.                 'cookie_samesite' => 'none',
  14401.                 'gc_probability' => 1,
  14402.             ],
  14403.             'session.save_path' => NULL,
  14404.             'session.metadata.update_threshold' => 0,
  14405.             'form.type_extension.csrf.enabled' => true,
  14406.             'form.type_extension.csrf.field_name' => '_token',
  14407.             'validator.translation_domain' => 'validators',
  14408.             'profiler_listener.only_exceptions' => false,
  14409.             'profiler_listener.only_main_requests' => false,
  14410.             'twig.form.resources' => [
  14411.                 => 'form_div_layout.html.twig',
  14412.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  14413.                 => 'bootstrap_3_layout.html.twig',
  14414.                 => '@frontend/form/datepicker.html.twig',
  14415.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  14416.             ],
  14417.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  14418.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  14419.             'web_profiler.debug_toolbar.mode' => 2,
  14420.             'monolog.use_microseconds' => true,
  14421.             'monolog.swift_mailer.handlers' => [
  14422.             ],
  14423.             'monolog.handlers_to_channels' => [
  14424.                 'monolog.handler.console' => [
  14425.                     'type' => 'exclusive',
  14426.                     'elements' => [
  14427.                         => 'event',
  14428.                         => 'doctrine',
  14429.                         => 'console',
  14430.                     ],
  14431.                 ],
  14432.                 'monolog.handler.main' => [
  14433.                     'type' => 'exclusive',
  14434.                     'elements' => [
  14435.                         => 'event',
  14436.                     ],
  14437.                 ],
  14438.             ],
  14439.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  14440.             'security.role_hierarchy.roles' => [
  14441.             ],
  14442.             'security.access.denied_url' => NULL,
  14443.             'security.authentication.manager.erase_credentials' => true,
  14444.             'security.authentication.session_strategy.strategy' => 'migrate',
  14445.             'security.access.always_authenticate_before_granting' => false,
  14446.             'security.authentication.hide_user_not_found' => true,
  14447.             'security.firewalls' => [
  14448.                 => 'dev',
  14449.                 => 'oauth2_api',
  14450.                 => 'admin',
  14451.                 => 'rookie_admin',
  14452.                 => 'shuttle_admin',
  14453.                 => 'rookie_day_admin',
  14454.                 => 'main',
  14455.             ],
  14456.             'overblog_graphql_types.classes_map' => [
  14457.             ],
  14458.             'data_collector.templates' => [
  14459.                 'data_collector.request' => [
  14460.                     => 'request',
  14461.                     => '@WebProfiler/Collector/request.html.twig',
  14462.                 ],
  14463.                 'data_collector.time' => [
  14464.                     => 'time',
  14465.                     => '@WebProfiler/Collector/time.html.twig',
  14466.                 ],
  14467.                 'data_collector.memory' => [
  14468.                     => 'memory',
  14469.                     => '@WebProfiler/Collector/memory.html.twig',
  14470.                 ],
  14471.                 'data_collector.validator' => [
  14472.                     => 'validator',
  14473.                     => '@WebProfiler/Collector/validator.html.twig',
  14474.                 ],
  14475.                 'data_collector.ajax' => [
  14476.                     => 'ajax',
  14477.                     => '@WebProfiler/Collector/ajax.html.twig',
  14478.                 ],
  14479.                 'data_collector.form' => [
  14480.                     => 'form',
  14481.                     => '@WebProfiler/Collector/form.html.twig',
  14482.                 ],
  14483.                 'data_collector.exception' => [
  14484.                     => 'exception',
  14485.                     => '@WebProfiler/Collector/exception.html.twig',
  14486.                 ],
  14487.                 'data_collector.logger' => [
  14488.                     => 'logger',
  14489.                     => '@WebProfiler/Collector/logger.html.twig',
  14490.                 ],
  14491.                 'data_collector.events' => [
  14492.                     => 'events',
  14493.                     => '@WebProfiler/Collector/events.html.twig',
  14494.                 ],
  14495.                 'data_collector.router' => [
  14496.                     => 'router',
  14497.                     => '@WebProfiler/Collector/router.html.twig',
  14498.                 ],
  14499.                 'data_collector.cache' => [
  14500.                     => 'cache',
  14501.                     => '@WebProfiler/Collector/cache.html.twig',
  14502.                 ],
  14503.                 'data_collector.translation' => [
  14504.                     => 'translation',
  14505.                     => '@WebProfiler/Collector/translation.html.twig',
  14506.                 ],
  14507.                 'data_collector.security' => [
  14508.                     => 'security',
  14509.                     => '@Security/Collector/security.html.twig',
  14510.                 ],
  14511.                 'data_collector.twig' => [
  14512.                     => 'twig',
  14513.                     => '@WebProfiler/Collector/twig.html.twig',
  14514.                 ],
  14515.                 'data_collector.doctrine' => [
  14516.                     => 'db',
  14517.                     => '@Doctrine/Collector/db.html.twig',
  14518.                 ],
  14519.                 'data_collector.http_client' => [
  14520.                     => 'http_client',
  14521.                     => '@WebProfiler/Collector/http_client.html.twig',
  14522.                 ],
  14523.                 'doctrine_migrations.migrations_collector' => [
  14524.                     => 'doctrine_migrations',
  14525.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  14526.                 ],
  14527.                 'data_collector.dump' => [
  14528.                     => 'dump',
  14529.                     => '@Debug/Profiler/dump.html.twig',
  14530.                 ],
  14531.                 'fos_elastica.data_collector' => [
  14532.                     => 'elastica',
  14533.                     => '@FOSElastica/Collector/elastica.html.twig',
  14534.                 ],
  14535.                 'data_collector.jms_serializer' => [
  14536.                     => 'jms_serializer',
  14537.                     => '@JMSSerializer/Collector/panel.html.twig',
  14538.                 ],
  14539.                 'Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector' => [
  14540.                     => 'graphql',
  14541.                     => '@OverblogGraphQL/profiler/panel.html.twig',
  14542.                 ],
  14543.                 'sonata.block.data_collector' => [
  14544.                     => 'block',
  14545.                     => '@SonataBlock/Profiler/block.html.twig',
  14546.                 ],
  14547.                 'mailer.data_collector' => [
  14548.                     => 'mailer',
  14549.                     => '@WebProfiler/Collector/mailer.html.twig',
  14550.                 ],
  14551.                 'notifier.data_collector' => [
  14552.                     => 'notifier',
  14553.                     => '@WebProfiler/Collector/notifier.html.twig',
  14554.                 ],
  14555.                 'data_collector.config' => [
  14556.                     => 'config',
  14557.                     => '@WebProfiler/Collector/config.html.twig',
  14558.                 ],
  14559.             ],
  14560.             'console.command.ids' => [
  14561.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddDemoSchoolClassCommand',
  14562.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressCityLatLonCommand',
  14563.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AddressLatLonCommand',
  14564.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AppointmentPointsCommand',
  14565.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignSchoolClassStatusCommand',
  14566.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\AssignTeachersToSchoolClassesCommand',
  14567.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\BoMapCommand',
  14568.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\CreateTeacherInvitationsCommand',
  14569.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteMultipleMappingsCommand',
  14570.                 => 'console.command.public_alias.App\\BackendBundle\\Command\\DeleteNonexistantMediaCommand',
  14571.                 10 => 'console.command.public_alias.App\\BackendBundle\\Command\\EventTagsCommand',
  14572.                 11 => 'console.command.public_alias.App\\BackendBundle\\Command\\MailTemplateTestCommand',
  14573.                 12 => 'console.command.public_alias.App\\BackendBundle\\Command\\NewsReminderCommand',
  14574.                 13 => 'console.command.public_alias.App\\BackendBundle\\Command\\ShuttleSchoolsCommand',
  14575.                 14 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportBoPartnerProfileCommand',
  14576.                 15 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportEventsCommand',
  14577.                 16 => 'console.command.public_alias.App\\BackendBundle\\Command\\TestImportSchoolProfileCommand',
  14578.                 17 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportCleanupCommand',
  14579.                 18 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobEduPathCommand',
  14580.                 19 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobExpertTermsCommand',
  14581.                 20 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobLinksCommand',
  14582.                 21 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRedirectsCommand',
  14583.                 22 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobRemoveTextCommand',
  14584.                 23 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobSectorsCommand',
  14585.                 24 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobWorkFieldsCommand',
  14586.                 25 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportJobsCommand',
  14587.                 26 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementMappingCommand',
  14588.                 27 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementTypesCommand',
  14589.                 28 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportRequirementsCommand',
  14590.                 29 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolCommand',
  14591.                 30 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicImportSchoolJobsCommand',
  14592.                 31 => 'console.command.public_alias.App\\BackendBundle\\Command\\bic\\BicJobDifferencesCommand',
  14593.                 32 => 'console.command.public_alias.App\\BackendBundle\\Command\\common\\ProfilesWebsiteCommand',
  14594.                 33 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCleanCommand',
  14595.                 34 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyImportCommand',
  14596.                 35 => 'console.command.public_alias.App\\BackendBundle\\Command\\company\\CompanyProfileInterestFieldCommand',
  14597.                 36 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizCorrectPointsCommand',
  14598.                 37 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\GameQuizQuestionsImportCommand',
  14599.                 38 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameGeneralImportCommand',
  14600.                 39 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobImportCommand',
  14601.                 40 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\QuizGameJobUpdateCommand',
  14602.                 41 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameHistoryCommand',
  14603.                 42 => 'console.command.public_alias.App\\BackendBundle\\Command\\games\\SchoolClassGameTrophyCommand',
  14604.                 43 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobChangeInterestFieldCommand',
  14605.                 44 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobExpiredRedirectsCommand',
  14606.                 45 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobRemoveCommand',
  14607.                 46 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobReplaceRedirectCommand',
  14608.                 47 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryAmsCommand',
  14609.                 48 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryImportCommand',
  14610.                 49 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobSalaryUpdateCommand',
  14611.                 50 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportAmsCommand',
  14612.                 51 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsImportPicturesCommand',
  14613.                 52 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsInterestFieldCommand',
  14614.                 53 => 'console.command.public_alias.App\\BackendBundle\\Command\\job\\JobsSchoolSubjectCommand',
  14615.                 54 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\CopyImagesCommand',
  14616.                 55 => 'console.command.public_alias.App\\BackendBundle\\Command\\job_daily_routine\\ImportImagesCommand',
  14617.                 56 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\AppointmentsCommand',
  14618.                 57 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoContactsCommand',
  14619.                 58 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoLocationCommand',
  14620.                 59 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileCommand',
  14621.                 60 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BoProfileMappingCommand',
  14622.                 61 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingCommand',
  14623.                 62 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingPersonCountCommand',
  14624.                 63 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\BookingProposalCommand',
  14625.                 64 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyLocationCommand',
  14626.                 65 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileBenefitCommand',
  14627.                 66 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCertificatesCommand',
  14628.                 67 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileCommand',
  14629.                 68 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileContactsCommand',
  14630.                 69 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileJobMappingCommand',
  14631.                 70 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileMappingCommand',
  14632.                 71 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileSectorsCommand',
  14633.                 72 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\CompanyProfileVacancyCommand',
  14634.                 73 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackAnswerCommand',
  14635.                 74 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventFeedbackCommand',
  14636.                 75 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventJobMappingCommand',
  14637.                 76 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\EventsCommand',
  14638.                 77 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GalleryOwnerCommand',
  14639.                 78 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\GameQuizQuestionCommand',
  14640.                 79 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineCommand',
  14641.                 80 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobDailyRoutineEntryCommand',
  14642.                 81 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobVideoMappingCommand',
  14643.                 82 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\JobsImagesCommand',
  14644.                 83 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaCommand',
  14645.                 84 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryCommand',
  14646.                 85 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaGalleryMediaCommand',
  14647.                 86 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\MediaOwnerCommand',
  14648.                 87 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsCommand',
  14649.                 88 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\NewsMessagesCommand',
  14650.                 89 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassCustomSpecialFieldMappingCommand',
  14651.                 90 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassTeachersCommand',
  14652.                 91 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolClassesCommand',
  14653.                 92 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCommand',
  14654.                 93 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolContactsCommand',
  14655.                 94 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldCommand',
  14656.                 95 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolCustomSpecialFieldMappingsCommand',
  14657.                 96 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolDirectorMappingCommand',
  14658.                 97 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolLocationCommand',
  14659.                 98 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileBenefitCommand',
  14660.                 99 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileCommand',
  14661.                 100 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolProfileJobMappingCommand',
  14662.                 101 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\SchoolTeacherMappingCommand',
  14663.                 102 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserLoginCommand',
  14664.                 103 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserNamesCommand',
  14665.                 104 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration\\UserTitlesCommand',
  14666.                 105 => 'console.command.public_alias.App\\BackendBundle\\Command\\migration_contact_rework\\TransferContactsCommand',
  14667.                 106 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOffersCommand',
  14668.                 107 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteOldBookingsCommand',
  14669.                 108 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\DeleteProvidersCommand',
  14670.                 109 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailConfirmationCommand',
  14671.                 110 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\MailTemplateTestCommand',
  14672.                 111 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\OfferLimitCommand',
  14673.                 112 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderAddressImportCommand',
  14674.                 113 => 'console.command.public_alias.App\\BackendBundle\\Command\\rookie\\ProviderImportCommand',
  14675.                 114 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolBMFImportCommand',
  14676.                 115 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassArchiveCommand',
  14677.                 116 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassCodeCommand',
  14678.                 117 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassPTSArchiveCommand',
  14679.                 118 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolClassUpgradeCommand',
  14680.                 119 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolImportCommand',
  14681.                 120 => 'console.command.public_alias.App\\BackendBundle\\Command\\school\\SchoolInterestFieldsCommand',
  14682.                 121 => 'console.command.public_alias.sonata.cache.command.flush',
  14683.                 122 => 'console.command.public_alias.sonata.cache.command.flushall',
  14684.                 123 => 'Sonata\\CacheBundle\\Command\\CacheFlushAllCommand',
  14685.                 124 => 'Sonata\\CacheBundle\\Command\\CacheFlushCommand',
  14686.             ],
  14687.         ];
  14688.     }
  14689.     protected function throw($message)
  14690.     {
  14691.         throw new RuntimeException($message);
  14692.     }
  14693. }